diff --git a/composer.lock b/composer.lock index b1bde0f33f..7871402170 100644 --- a/composer.lock +++ b/composer.lock @@ -5420,11 +5420,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.41", + "version": "2.1.47", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a2eae8f20856b3afe74bf1f9726ce8c11438e300", - "reference": "a2eae8f20856b3afe74bf1f9726ce8c11438e300", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/79015445d8bd79e62b29140f12e5bfced1dcca65", + "reference": "79015445d8bd79e62b29140f12e5bfced1dcca65", "shasum": "" }, "require": { @@ -5469,7 +5469,7 @@ "type": "github" } ], - "time": "2026-03-16T18:24:10+00:00" + "time": "2026-04-13T15:49:08+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -8612,16 +8612,16 @@ }, { "name": "vimeo/psalm", - "version": "6.15.0", + "version": "6.16.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "204d06619833a297b402cbc66be7f2df74437db4" + "reference": "f1f5de594dc76faf8784e02d3dc4716c91c6f6ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/204d06619833a297b402cbc66be7f2df74437db4", - "reference": "204d06619833a297b402cbc66be7f2df74437db4", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/f1f5de594dc76faf8784e02d3dc4716c91c6f6ac", + "reference": "f1f5de594dc76faf8784e02d3dc4716c91c6f6ac", "shasum": "" }, "require": { @@ -8645,7 +8645,7 @@ "netresearch/jsonmapper": "^5.0", "nikic/php-parser": "^5.0.0", "php": "~8.1.31 || ~8.2.27 || ~8.3.16 || ~8.4.3 || ~8.5.0", - "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0", "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^6.0 || ^7.0 || ^8.0", "symfony/filesystem": "~6.3.12 || ~6.4.3 || ^7.0.3 || ^8.0", @@ -8726,7 +8726,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2026-01-30T13:53:17+00:00" + "time": "2026-03-19T10:56:09+00:00" }, { "name": "web-auth/cose-lib", diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 38552225e5..26d75262eb 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1020,6 +1020,12 @@ parameters: count: 1 path: src/Config/Validator.php + - + message: '#^Offset ''Servers/1…'' on non\-empty\-array\ in empty\(\) always exists and is not falsy\.$#' + identifier: empty.offset + count: 1 + path: src/Config/Validator.php + - message: '#^Only booleans are allowed in a negated boolean, mysqli\|false given\.$#' identifier: booleanNot.exprNotBoolean @@ -4788,6 +4794,12 @@ parameters: count: 1 path: src/Dbal/DatabaseInterface.php + - + message: '#^Cannot assign new offset to array\\|string\|null\.$#' + identifier: offsetAssign.dimType + count: 1 + path: src/Dbal/DatabaseInterface.php + - message: '#^Cannot cast mixed to string\.$#' identifier: cast.string @@ -4806,6 +4818,12 @@ parameters: count: 1 path: src/Dbal/DatabaseInterface.php + - + message: '#^Method PhpMyAdmin\\Dbal\\DatabaseInterface\:\:fetchResultMultidimensional\(\) should return array\ but returns array\\|string\|null\.$#' + identifier: return.type + count: 1 + path: src/Dbal/DatabaseInterface.php + - message: '#^Method PhpMyAdmin\\Dbal\\DatabaseInterface\:\:getColumnNames\(\) should return list\ but returns list\\.$#' identifier: return.type @@ -4836,12 +4854,6 @@ parameters: count: 1 path: src/Dbal/DatabaseInterface.php - - - message: '#^Offset string\|null on array\{\} in isset\(\) does not exist\.$#' - identifier: isset.offset - count: 1 - path: src/Dbal/DatabaseInterface.php - - message: '#^Only booleans are allowed in &&, int\|false given on the left side\.$#' identifier: booleanAnd.leftNotBoolean @@ -6438,7 +6450,13 @@ parameters: - message: '#^Cannot access offset int\<0, max\> on mixed\.$#' identifier: offsetAccess.nonOffsetAccessible - count: 8 + count: 6 + path: src/Gis/GisMultiPolygon.php + + - + message: '#^Cannot access offset int\<0, max\> on non\-empty\-array\<''data_length''\|int\<0, max\>, array\{x\: float, y\: float\}\|int\<0, max\>\>\|int\<1, max\>\.$#' + identifier: offsetAccess.nonOffsetAccessible + count: 1 path: src/Gis/GisMultiPolygon.php - @@ -13824,7 +13842,7 @@ parameters: Use dependency injection instead\.$# ''' identifier: staticMethod.deprecated - count: 3 + count: 2 path: tests/unit/Bookmarks/BookmarkTest.php - @@ -15696,7 +15714,7 @@ parameters: Use dependency injection instead\.$# ''' identifier: staticMethod.deprecated - count: 12 + count: 9 path: tests/unit/Html/GeneratorTest.php - @@ -16563,7 +16581,7 @@ parameters: Use dependency injection instead\.$# ''' identifier: staticMethod.deprecated - count: 4 + count: 3 path: tests/unit/SqlTest.php - @@ -16722,7 +16740,7 @@ parameters: Use dependency injection instead\.$# ''' identifier: staticMethod.deprecated - count: 6 + count: 5 path: tests/unit/TwoFactorTest.php - diff --git a/psalm-baseline.xml b/psalm-baseline.xml index a4e2269ac8..0e036cf046 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -1,5 +1,5 @@ - + @@ -8042,12 +8042,12 @@ altered]]> altered]]> + + + - - - @@ -8634,7 +8634,6 @@ - @@ -9847,9 +9846,6 @@ - - - - @@ -10513,7 +10508,6 @@ - config->debug->simple2fa]]> diff --git a/resources/js/database/events.ts b/resources/js/database/events.ts index 41a43e48fb..ebc52b7a26 100644 --- a/resources/js/database/events.ts +++ b/resources/js/database/events.ts @@ -116,11 +116,11 @@ const DatabaseEvents = { eventsExportModal.querySelector('.modal-body').innerHTML = eventsExportTextarea; document.getElementById('eventsExportTextarea').textContent = data.message; getSqlEditor($('#eventsExportTextarea')); - }); + }, { once: true }); eventsExportModal.addEventListener('hidden.bs.modal', function () { eventsExportModal.querySelector('.modal-body').innerHTML = eventsExportTextarea; - }); + }, { once: true }); bootstrap.Modal.getOrCreateInstance(eventsExportModal).show(); } @@ -325,14 +325,14 @@ const DatabaseEvents = { }; that.syntaxHiglighter = getSqlEditor($elm, {}, 'vertical', linterOptions); window.codeMirrorEditor = that.syntaxHiglighter; - }); + }, { once: true }); eventsEditorModal.addEventListener('hidden.bs.modal', function () { const eventsEditorModalSaveButton = document.getElementById('eventsEditorModalSaveButton'); eventsEditorModalSaveButton?.removeEventListener('click', eventsEditorModalSaveEventHandler); document.getElementById('eventsEditorModal').querySelector('.modal-body').innerHTML = '
' + '' + window.Messages.strLoading + '
'; - }); + }, { once: true }); bootstrap.Modal.getOrCreateInstance(eventsEditorModal).show(); }); diff --git a/resources/js/database/routines.ts b/resources/js/database/routines.ts index 5d473a205b..f1f932b3ab 100644 --- a/resources/js/database/routines.ts +++ b/resources/js/database/routines.ts @@ -132,11 +132,11 @@ const DatabaseRoutines = { routinesExportModal.querySelector('.modal-body').innerHTML = routinesExportTextarea; document.getElementById('routinesExportTextarea').textContent = data.message; getSqlEditor($('#routinesExportTextarea')); - }); + }, { once: true }); routinesExportModal.addEventListener('hidden.bs.modal', function () { routinesExportModal.querySelector('.modal-body').innerHTML = routinesExportTextarea; - }); + }, { once: true }); bootstrap.Modal.getOrCreateInstance(routinesExportModal).show(); } @@ -348,14 +348,14 @@ const DatabaseRoutines = { // Execute item-specific code that.postDialogShow(data); - }); + }, { once: true }); routinesEditorModal.addEventListener('hidden.bs.modal', function () { const routinesEditorModalSaveButton = document.getElementById('routinesEditorModalSaveButton'); routinesEditorModalSaveButton?.removeEventListener('click', routinesEditorModalSaveEventHandler); document.getElementById('routinesEditorModal').querySelector('.modal-body').innerHTML = '
' + '' + window.Messages.strLoading + '
'; - }); + }, { once: true }); bootstrap.Modal.getOrCreateInstance(routinesEditorModal).show(); }); @@ -840,7 +840,7 @@ const DatabaseRoutines = { const routinesExecuteModalExecuteButton = document.getElementById('routinesExecuteModalExecuteButton'); routinesExecuteModalExecuteButton?.removeEventListener('click', routinesExecuteButtonEventHandler); - }); + }, { once: true }); routinesExecuteModal.addEventListener('shown.bs.modal', function () { routinesExecuteModal.querySelector('.modal-title').textContent = data.title; @@ -890,7 +890,7 @@ const DatabaseRoutines = { modal.hide(); }); }); - }); + }, { once: true }); modal.show(); }); diff --git a/resources/js/triggers.ts b/resources/js/triggers.ts index e800b0c089..d7e437644a 100644 --- a/resources/js/triggers.ts +++ b/resources/js/triggers.ts @@ -123,11 +123,11 @@ const DatabaseTriggers = { triggersExportModal.querySelector('.modal-body').innerHTML = triggersExportTextarea; document.getElementById('triggersExportTextarea').textContent = data.message; getSqlEditor($('#triggersExportTextarea')); - }); + }, { once: true }); triggersExportModal.addEventListener('hidden.bs.modal', function () { triggersExportModal.querySelector('.modal-body').innerHTML = triggersExportTextarea; - }); + }, { once: true }); bootstrap.Modal.getOrCreateInstance(triggersExportModal).show(); } @@ -334,14 +334,14 @@ const DatabaseTriggers = { }; that.syntaxHiglighter = getSqlEditor($elm, {}, 'vertical', linterOptions); window.codeMirrorEditor = that.syntaxHiglighter; - }); + }, { once: true }); triggersEditorModal.addEventListener('hidden.bs.modal', function () { const triggersEditorModalSaveButton = document.getElementById('triggersEditorModalSaveButton'); triggersEditorModalSaveButton?.removeEventListener('click', triggersEditorModalSaveEventHandler); document.getElementById('triggersEditorModal').querySelector('.modal-body').innerHTML = '
' + '' + window.Messages.strLoading + '
'; - }); + }, { once: true }); bootstrap.Modal.getOrCreateInstance(triggersEditorModal).show(); }); diff --git a/resources/po/af.po b/resources/po/af.po index f5af389449..c66636968c 100644 --- a/resources/po/af.po +++ b/resources/po/af.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-12-06 00:47+0000\n" "Last-Translator: MP-van-Niekerk \n" "Language-Team: Afrikaans %s" msgstr "Stoor op bediener in die gids %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -4062,7 +4062,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Terug" @@ -4072,7 +4072,7 @@ msgstr "Terug" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 #, fuzzy msgid "Import" @@ -4421,8 +4421,8 @@ msgstr "SQL resultaat" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "databasisse" @@ -4450,7 +4450,7 @@ msgid "Recent" msgstr "Herstel" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy msgid "Favorite tables" msgstr "Skep 'n nuwe bladsy" @@ -4494,18 +4494,18 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "SQL-stelling" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Indexes" msgid "Main panel" @@ -5019,30 +5019,45 @@ msgstr "" msgid "Check privileges" msgstr "Geen Regte" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Hardloop SQL stellings op databasis %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy msgid "Total:" msgstr "totaal" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy msgid "Enable statistics" msgstr "Databasis statistieke" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Geen databasisse" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6150,7 +6165,7 @@ msgid "Current server:" msgstr "Bediener weergawe" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -6228,7 +6243,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6848,7 +6863,7 @@ msgstr "Wys kleur" msgid "Show hidden messages" msgstr "Wys ruitgebied" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6937,7 +6952,7 @@ msgid "Detailed profile" msgstr "Slegs Data" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7003,7 +7018,7 @@ msgstr "SQL resultaat" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Jou SQL-navraag is suksesvol uitgevoer." @@ -7055,7 +7070,7 @@ msgstr "" msgid "Show this query here again" msgstr "Wys hierdie navraag weer hier" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "SQL-stelling" @@ -7602,7 +7617,7 @@ msgid "Delete the view (DROP)" msgstr "Geen databasisse" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Databases" msgid "Table structure" @@ -7803,33 +7818,33 @@ msgid "Index length" msgstr "Ry lengte" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 #, fuzzy msgid "Repair" msgstr "Herstel tabel" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9608,14 +9623,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Gebruiker naam" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9826,342 +9833,342 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Omring tabel en veldname met backquotes" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy msgid "Customize default export options." msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy msgid "Databases display options." msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Show grid" msgid "Customize the navigation tree." msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy msgid "Servers display options." msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy msgid "Tables display options." msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Dokumentasie" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy msgid "SQL queries settings." msgstr "SQL-stelling" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Add new field" msgid "Customize text input fields." msgstr "Voeg 'n nuwe veld by" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10169,491 +10176,485 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show grid" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy msgid "Set to 0 to collapse navigation panel." msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy msgid "Show logo in navigation panel." msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Dokumentasie" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10661,13 +10662,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10675,417 +10676,417 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Stel tabel struktuur voor" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable Statistics" msgid "Disable shortcut keys" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy msgid "Restrict login to MySQL server" msgstr "Limits the number of new connections the user may open per hour." -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Beskikbaar" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Omring tabel en veldname met backquotes" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Stel tabel struktuur voor" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy msgid "Default transformations for Hex" msgstr "Wys PHP informasie" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy msgid "Default transformations for Substring" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy msgid "Default transformations for Bool2Text" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy msgid "Default transformations for External" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy msgid "Default transformations for PreApPend" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy msgid "Default transformations for DateFormat" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy msgid "Default transformations for Inline" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy msgid "Default transformations for TextImageLink" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy msgid "Default transformations for TextLink" msgstr "Databasis statistieke" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Tabel instandhouding" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Stoor as leer (file)" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 #, fuzzy msgid "Character set of the file" msgstr "Karakterstel van die leer:" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11093,64 +11094,64 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Velde omring met" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Velde ontsnap (escaped) deur" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Lyne beeindig deur" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Lyne beeindig deur" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11162,409 +11163,413 @@ msgstr "" msgid "Dump table" msgstr "%s tabel(le)" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy msgid "Relationships" msgstr "Operasies" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export" msgid "Export method" msgstr "Export" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export" msgid "Export as separate files" msgstr "Export" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select Tables" msgid "Remember filename template" msgstr "Kies Tabelle" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Omring tabel en veldname met backquotes" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 #, fuzzy msgid "Use delayed inserts" msgstr "Uitgebreide toevoegings" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Skep 'n nuwe tabel op databasis %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format msgid "%s view" msgstr "Voeg 'n nuwe gebruiker by" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 #, fuzzy #| msgid "Extended inserts" msgid "Use ignore inserts" msgstr "Uitgebreide toevoegings" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Export" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV data" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy msgid "General" msgstr "Voortgebring deur" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 #, fuzzy msgid "LaTeX" msgstr "Etiket" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy msgid "Navigation tree" msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Bladsy nommer:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentasie" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "SQL-stelling" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "databasisse" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Tabel" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "Vertoon PDF skema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Add new field" msgid "Text fields" msgstr "Voeg 'n nuwe veld by" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Column names" msgid "Column names in first row" msgstr "Kolom name" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -11572,621 +11577,617 @@ msgstr "Tabel kommentaar" msgid "Link with main panel" msgstr "Indekse" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy msgid "Enable navigation tree expansion" msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Wys tabelle" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Wys prosesse" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Geen databasisse" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Analiseer tabel" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Verander tabel sorteer volgens" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy msgid "Table navigation bar" msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Hernoem tabel na" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "'n primere sleutel is bygevoeg op %s." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy msgid "Relational display" msgstr "Relasie uitsig" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Enige gasheer (host)" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Enige gasheer (host)" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "Geen databasisse" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "Bediener Keuse" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "Skep 'n nuwe tabel op databasis %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Voeg By/Verwyder Veld Kolomme" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 #, fuzzy msgid "Server port" msgstr "Bediener Keuse" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analiseer tabel" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy msgid "Favorites table" msgstr "Skep 'n nuwe bladsy" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Herstel tabel" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Bediener Keuse" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Kolom Kommentaar word vertoon" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Stellings" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy msgid "Automatically create versions" msgstr "Bediener weergawe" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Gebruik Tabelle" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "Wys PHP informasie" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show PHP information" msgid "Show last update timestamp" msgstr "Wys PHP informasie" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show PHP information" msgid "Show last check timestamp" msgstr "Wys PHP informasie" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Tabel kommentaar" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy msgid "Show field types" msgstr "Wys tabelle" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Wys ruitgebied" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Ry Statistiek" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Verduidelik SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Skep PHP Kode" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Voeg By/Verwyder Veld Kolomme" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Verstekwaarde (default)" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "Gebruiker Naam:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Wagwoord" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "Bediener Keuse" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Modifications have been saved" msgid "Enable Zero Configuration mode" msgstr "Veranderinge is gestoor" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -12219,7 +12220,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12253,7 +12255,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" @@ -12265,7 +12267,7 @@ msgstr "Dokumentasie" msgid "OpenDocument Text" msgstr "Dokumentasie" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12387,7 +12389,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format msgid "Server %d" msgstr "Bediener Keuse" @@ -12677,7 +12679,7 @@ msgstr "Geen tabelle in databasis gevind nie." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12807,7 +12809,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12872,7 +12874,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Dit sal goed wees om die bladsy oor te laai." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Nie goeie tipe nie!" @@ -12963,35 +12965,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13065,7 +13060,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" stellings word nie toegelaat nie." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15149,7 +15144,7 @@ msgid "No such column" msgstr "Voeg By/Verwyder Veld Kolomme" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -15905,7 +15900,7 @@ msgstr "Geen databasisse" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Boekmerk %s is geskep." @@ -15988,7 +15983,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL het niks teruggegee nie (dus nul rye)." @@ -16407,29 +16402,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Die ry is verwyder" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Vertoon rye" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "totaal" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17025,11 +17020,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -17444,42 +17439,42 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "Geen tabelle" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s is geskuif na %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabel %s is gekopieer na %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabel %s is geskuif na %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabel %s is gekopieer na %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Die tabel naam is leeg!" @@ -17554,7 +17549,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -18007,7 +18002,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "Skep" @@ -18029,54 +18024,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Kolom name" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18807,18 +18802,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19079,97 +19074,97 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Maak Leeg" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Bediener weergawe" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19177,173 +19172,173 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format msgid "A time, range is %1$s to %2$s" msgstr "Bediener weergawe" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy msgid "A polygon" msgstr "Voeg 'n nuwe veld by" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Skep 'n nuwe indeks" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy msgctxt "spatial types" msgid "Spatial" diff --git a/resources/po/am.po b/resources/po/am.po index 530dca86d0..b5caa684f9 100644 --- a/resources/po/am.po +++ b/resources/po/am.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Amharic %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3604,7 +3604,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3614,7 +3614,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3926,8 +3926,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3949,7 +3949,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3985,17 +3985,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4443,28 +4443,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5472,7 +5486,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5547,7 +5561,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6108,7 +6122,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6190,7 +6204,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6251,7 +6265,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6297,7 +6311,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6775,7 +6789,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6937,32 +6951,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8618,14 +8632,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8803,329 +8809,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9133,478 +9139,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9612,13 +9612,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9626,391 +9626,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10018,56 +10018,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10077,924 +10077,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11027,7 +11027,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11061,7 +11062,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11069,7 +11070,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11190,7 +11191,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11452,7 +11453,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11578,7 +11579,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11636,7 +11637,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "የማይረባ ዓይነት!" @@ -11722,35 +11723,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11813,7 +11807,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13616,7 +13610,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14348,7 +14342,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14426,7 +14420,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14799,27 +14793,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15382,11 +15376,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15784,39 +15778,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15890,7 +15884,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16286,7 +16280,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16307,52 +16301,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17039,18 +17033,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17303,95 +17297,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17399,170 +17393,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/ar.po b/resources/po/ar.po index dfe8b89104..3b755c9537 100644 --- a/resources/po/ar.po +++ b/resources/po/ar.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-07-14 12:01+0000\n" "Last-Translator: \"Ali H.Abdulhadi\" \n" "Language-Team: Arabic %s" msgstr "إحفظ على الخادم في الدليل %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "خزن على الملفات الموجودة" @@ -3777,7 +3777,7 @@ msgstr "إعتبر" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "رجوع" @@ -3787,7 +3787,7 @@ msgstr "رجوع" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "استيراد" @@ -4118,8 +4118,8 @@ msgstr "ناتج استعلام SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "قاعدة بيانات" @@ -4144,7 +4144,7 @@ msgid "Recent" msgstr "حديث" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "الجداول المفضلة" @@ -4183,17 +4183,17 @@ msgid "Features" msgstr "مميزات" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "إستعلام SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "إطار التصفح" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "الإطار الرئيسي" @@ -4659,13 +4659,28 @@ msgstr "تحقق من الصلاحيات لقاعدة بيانات \"%s\"." msgid "Check privileges" msgstr "تحقق من الصلاحيات" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "تنفيذ استعلام/استعلامات SQL على قاعدة بيانات %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "المجموع:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4673,16 +4688,16 @@ msgstr "" "ملاحظة: تمكين إحصائيات قواعد البيانات هنا قد يسبب تدفق بيانات ثقيل بين خادم " "الويب وخادم MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "مكن الإحصائيات" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "لايوجد قواعد بيانات" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "أكد" @@ -5734,7 +5749,7 @@ msgid "Current server:" msgstr "الخادم الحالي:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "خوادم" @@ -5808,7 +5823,7 @@ msgid "Test:" msgstr "امتحان:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "خادم" @@ -6430,7 +6445,7 @@ msgstr "" msgid "Show hidden messages" msgstr "أعرض نصيحة" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "نوع المصادقة" @@ -6513,7 +6528,7 @@ msgid "Detailed profile" msgstr "ملف تعريف مفصل" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "طلب" @@ -6576,7 +6591,7 @@ msgstr "نتائج التنميط" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "تم تنفيذ استعلام SQL الخاص بك بنجاح." @@ -6622,7 +6637,7 @@ msgstr "" msgid "Show this query here again" msgstr "أعرض هذا الاستعلام هنا مرة أخرى" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "إحتفظ بصندوق الإستعلام" @@ -7122,7 +7137,7 @@ msgid "Delete the view (DROP)" msgstr "إسقاط العرض (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "بنية الجدول" @@ -7297,32 +7312,32 @@ msgid "Index length" msgstr "طول الصف" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "حلل" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "تحقق" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "تحسين" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "إعادة بناء" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "إصلاح" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9046,14 +9061,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "الفيتنامية" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9239,26 +9246,26 @@ msgstr "كلاهما" msgid "neither of the above" msgstr "لاشيء منهم" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "المستخدمين لايمكنهم وضع قيمة أكبر" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "في حالة التمكين ، يمكن للمستخدم إدخال أي خادم MySQL في نموذج تسجيل الدخول " "لمصادقة ملف تعريف الارتباط." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9268,7 +9275,7 @@ msgstr "" "إطار ، وهو ثغرة أمنية [strong] محتملة [/strong] تسمح بهجمات البرمجة النصية " "عبر الإطارات (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9276,41 +9283,41 @@ msgstr "" "عبارة المرور السرية المستخدمة لتشفير ملفات تعريف الارتباط في مصادقة ملف " "تعريف الارتباط[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "تفعيل ضغط bzip2 لعمليات والإستيراد." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9319,7 +9326,7 @@ msgstr "" "يعرف أي أدوات التعديل تستخدم مع الأعمدة CHAR و VARCHAR ,,[kbd]input[/kbd] - " "تسمح بمدخل محدود الطول ,, [kbd]textarea[/kbd] - تسمح بتعدد الأسطر في العمود." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9327,45 +9334,45 @@ msgstr "" "إستخدام محرر صديق للمستخدم (سهل) لكتابة أوامر SQL وهو (CodeMirror) حيث يقوم " "بتلوين الأوامر وإضافة أرقام الأسطر." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "إيجاد أي مشاكل في الأمر قبل تشغيله يتطلب تفعيل CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "يحدد الحجم الأدنى لحقول الإدخال التي تم إنشاؤها لأعمدة CHAR و VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "يحدد الحجم الأقصى لحقول الإدخال التي تم إنشاؤها لأعمدة CHAR و VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "التحذير (\" هل أنت متأكد \" ) يظهر عندما تكون على وشك فقدان بيانات." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "الإكمال التلقائي لأسماء الجداول و الأعمدة في أوامر الSQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9373,13 +9380,13 @@ msgstr "" "قائمة قيم الخيارات للتحويلات الافتراضية. سيتم استبدالها إذا تم ملء التحويل " "في صفحة بنية الجدول." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "تعطيل عمليات الصيانة , مثل تحسين وإصلاح جداول قاعدة البيانات." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9387,24 +9394,24 @@ msgstr "" "قم بتعيين عدد الثواني المسموح بتشغيل البرنامج النصي ([kbd] 0 [/kbd] بدون " "حدود)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "استبعاد تعريف المستخدم الحالي" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9412,133 +9419,133 @@ msgstr "" "فضلاً , تذكر أن phpMyAdmin هي واجهه إستخدام فقط وميزاتها لا يمكن أن تتجاوز " "حدود MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "إعداد متقدم للخادم , لاتغير أي من هذه القيم حتى تعلم وظيفتها." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "تعقب التغيرات الحاصلة على قاعدة البيانات." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "تخصيص وضع التصفح." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "تخصيص الخيارات الإفتراضية." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "إعدادات لمطوري phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "تخصيص وضع التعديل." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "تخصيص خيارات التصدير الإفتراضي." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "تعيين بعض الخيارات شائعة الإستخدام." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "تخصيص خيارات الإستيراد الإفتراضية." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "حدد عناوين الإستيراد والتصدير و خيارات الضغط." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "خيارات عرض قواعد البيانات." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "تخصيص مظهر إطار التصفح." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "تخصيص شجرة التنقل." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "خيارات عرض الخوادم." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "خيارات عرض الجداول." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "الإعدادات التي لاتناسب أي مكان آخر." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "خيارات المصادقة." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "أدخل معلمات اتصال الخادم." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "تخصيص الارتباطات المعروضة في مربعات استعلام SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "إعدادات إستعلامات SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "تخصيص صفحة بدء التشغيل." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "اختر التفاصيل التي تظهر في بنية قاعدة البيانات (قائمة الجداول)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "إعدادات بنية الجدول (قائمة الأعمدة)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "إختر الطريقة التي تعمل بها التبويبات." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "تخصيص حقول الإدخال النصية." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "تخصيص الخيارات الإفتراضية" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "تعطيل عرض بعض التحذيرات في phpMyAdmin ." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "تفعيل ضغط gzip لعمليات التصدير والإستيراد." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9546,14 +9553,14 @@ msgstr "" "إذا كان مفعل , فإن phpMyAdmin سوف تستمر في تنفيذ الإستعلامات المتعددة حتى لو " "فشل بعضها." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9561,22 +9568,22 @@ msgstr "" "التنسيق الافتراضي؛ اعلم أن هذه القائمة تعتمد على الموقع (قاعدة البيانات، " "الجدول) وفقط SQL هي متاحة دائما." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "تحديث البيانات عند العثور على مفاتيح مكررة عند الاستيراد" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "عدد طلبات البحث للتخطي من البداية." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9584,7 +9591,7 @@ msgstr "" "تعريف ما إذا كان سوف يتذكر تسجيل الدخول الأخير من تحقق [kbd]cookie[/kbd] أم " "لا." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9592,30 +9599,30 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "الحد الأقصى لعدد الأحرف المستخدمة عند عرض استعلام SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" "عدد العناصر التي يمكن عرضها على كل صفحة على المستوى الأول من شجرة التنقل." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "عدد العناصر التي يمكن عرضها على كل صفحة من شجرة التنقل." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9623,15 +9630,15 @@ msgstr "" "عدد البايتات المسموح للبرنامج النصي بتخصيصها ، على سبيل المثال [kbd] 32 ميجا " "[/kbd] ([kbd] -1 [/kbd] بلا حدود و [kbd] 0 [/kbd] بدون تغيير)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "في لوحة التنقل، استبدل شجرة قاعدة البيانات مع محدد" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9639,7 +9646,7 @@ msgstr "" "افتح الصفحة المرتبطة في النافذة الرئيسية ([code] الرئيسية [/code]) أو في " "نافذة جديدة ([code] جديدة [/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9647,92 +9654,92 @@ msgstr "" "يحدد الحد الأدنى لعدد العناصر (الجداول ، طرق العرض ، الإجراءات والأحداث) " "لعرض مربع التصفية." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "ما إذا كنت تريد توسيع قاعدة بيانات واحدة في شجرة التنقل تلقائيا." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "اضبط على 0 لتصغير لوحة التنقل." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "عرض تنقل قواعد البيانات على شكل شجرة." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "عنوان URL الذي سيشير إليه الشعار في لوحة التنقل." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "اختيار خادم العرض أعلى لوحة التنقل." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "توضيح الخادم تحت مؤشر الفأرة." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy msgid "Whether to show tables under database in the navigation tree" msgstr "عرض الشعار في الإطار الأيسر" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy msgid "Whether to show views under database in the navigation tree" msgstr "عرض الشعار في الإطار الأيسر" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy msgid "Whether to show events under database in the navigation tree" msgstr "عرض الشعار في الإطار الأيسر" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9742,55 +9749,55 @@ msgstr "" "الإعداد الخاص بوحدة تخزين PhpmyAdmin). إذا تم تعطيل ذلك، فإن هذا يستخدم JS-" "Routines لعرض محفوظات الاستعلام (التي فقدت عن طريق إغلاق النافذة)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9798,85 +9805,85 @@ msgstr "" "اتركه فارغًا لعدم دعم محفوظات استعلام SQL ، المقترح: [kbd] pma__history [/" "kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9884,7 +9891,7 @@ msgstr "" "ما إذا كانت عبارة DROP DATABASE IF EXISTS سيتم إضافتها في السطر الأول في " "السجل عند إنشاء قاعدة بيانات." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9892,7 +9899,7 @@ msgstr "" "ما إذا كانت عبارة DROP TABLE IF EXISTS سيتم إضافتها في السطر الأول في السجل " "عند إنشاء قاعدة بيانات." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -9900,175 +9907,167 @@ msgstr "" "ما إذا كانت عبارة DROP VIEW IF EXISTS سيتم إضافتها في السطر الأول في السجل " "عند إنشاء عرض." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "اتركه فارغا إذا لم يتم استخدامه." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "اتركه فارغا كإعدادات افتراضية." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "طريقة المصادقة للاستخدام." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "ضغط الاتصال بخادم MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "اسم المضيف حيث يتم تشغيل خادم MySQL." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "%s معطل في خادم MySQL هذا." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"قم بتعطيل التحذير الافتراضي الذي يتم عرضه على الصفحة الرئيسية إذا تم اكتشاف " -"Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10077,19 +10076,19 @@ msgstr "" "قم بتعطيل التحذير الافتراضي الذي يتم عرضه على الصفحة الرئيسية إذا كانت قيمة " "جلسة إعداد PHP. gc_maxlifetime أقل من قيمة `LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10097,13 +10096,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10111,397 +10110,397 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "تعقب التغيرات الحاصلة على قاعدة البيانات." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "توضيح الصفوف المختارة." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "توضيح الصفوف المشار إليها بمؤشر الفأرة." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "عدد الأعمدة لمربعات النصوص الخاصة بـCHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "عدد الصفوف لمربعات النصوص الخاصة بـCHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "تسجيل استعلامات SQL ووقت تنفيذها ، ليتم عرضها في وحدة التحكم" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "علامة التبويب التي يتم عرضها عند إدخال قاعدة بيانات." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "التبويب الذي يعرض عند الدخول إلى الخادم." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "التبويب الذي يعرض عند الدخول إلى الجدول." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "لتحديد ما إذا كان يجب إخفاء إجراءات بنية الجدول." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "لتحديد ما إذا كان يجب عرض تعليقات الأعمدة في طريقة عرض بنية الجدول أم لا" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "إظهار الخواديم كقائمة بدلاً من القائمة المنسدلة." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "سيتم استخدام القائمة المنسدلة إذا وجد عدد أقل من العناصر." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "مربع الاختيار الافتراضي لقيمة التحقق من المفاتيح الخارجية لبعض طلبات البحث." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "قم بإلغاء تحديد خانة الاختيار لتعطيل الاستيراد بالسحب والإفلات" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "كم عدد الصفوف التي يمكن إدخالها مرة واحدة." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "الحد الأقصى لعدد الأحرف المعروضة في أي عمود غير رقمي في طريقة عرض الاستعراض." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "حدد مدة صلاحية ملف تعريف ارتباط تسجيل الدخول (بالثواني)." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "حجم مزدوج من textarea لأعمدة LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "الحد الأقصى لعدد قواعد البيانات المعروضة في قائمة قواعد البيانات." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "الحد الأقصى لعدد الجداول المعروضة في قائمة الجداول." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "أكبر عدد للجداول المستعملة مؤخراً ; ضع 0 للتعطيل." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "هذه هي روابط التعديل والنسخ والحذف." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "تعطيل مفاتيح الاختصار" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "استخدام النظام الطبيعي لفرز الجدول وأسماء قاعدة البيانات." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "إستخدم الأيقونات او النصوص فقط , أو الإثنان." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "استخدام الاتصالات المستمرة لقواعد بيانات MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "عدم السماح بتحرير الأعمدة BLOB و BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "كم عدد الاستفسارات المحفوظة في التاريخ." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "حدد الوظائف التي سيتم استخدامها لتحويل مجموعة الأحرف." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "عند تصفح الجداول ، يتم تذكر فرز كل جدول." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "ترتيب الفرز الافتراضي للجداول ذات المفتاح الأساسي." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "لخيارات العرض" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "الدليل حيث يمكن حفظ الصادرات على الخادم." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "تفعيل ضغط ZIP لعمليات التصدير والإستيراد ." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "السماح بالدخول لأي خادم MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "تقييد الدخول إلى خادم MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "إظهار رابط «إسقاط قاعدة البيانات» للمستخدمين العاديين" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "كلمة سر Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "علامة الصف" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "توضيح المؤشر" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "تعديل أعمدة CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "تمكين CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "تفعيل مكتشف الأخطاء" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "الحد الأدنى لحجم حقل إدخال" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "أقصى حجم لحقل الإدخال" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "أعمدة مربع النص لـ CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "صفوف مربع النص لـ CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "تحقق من أذونات ملف التكوين" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "ضغط" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "تأكيد استعلامات الإسقاط DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "حجم الورق" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "تبويب قاعدة البيانات الإفتراضي" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "تبويب الخادم الإفتراضي" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "تبويب الجدول الإفتراضي" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "تمكين الإكمال التلقائي لأسماء الجداول والأعمدة" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "اظهر تعليقات الجدول" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "إخفاء إجراءات بنية الجدول" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "تحولات افتراضية من Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "التحولات الافتراضية من السلاسل الفرعية" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "التحويلات الافتراضية للخارج" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "التحويلات الافتراضية لـ PrePend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "التحويلات الافتراضية لتنسيق التاريخ" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy msgid "Default transformations for Inline" msgstr "خيارات التحويل" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy msgid "Default transformations for TextImageLink" msgstr "خيارات التحويل" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "التحويلات الافتراضية لرابط النص" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "إظهار الخوادم كقائمة" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "تعطيل صيانة الجداول المتعددة" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "وقت التنفيذ الأقصى" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "حفظ كملف" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "مجموعة الأحرف للملف" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "الضغط" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10509,58 +10508,58 @@ msgstr "الضغط" msgid "Put columns names in the first row" msgstr "ضع أسماء الحقول في السطر الأول" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "الأعمدة المرفقة ب" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy msgid "Columns escaped with" msgstr "حقل متجاهل بـ" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "استبدل NULL بـ" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "حذف CRLF من الأعمدة" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "تم إنهاء الأعمدة ب" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy msgid "Lines terminated with" msgstr "خطوط مفصولة بـ" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "إصدارة إكسل" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "إسم قالب قاعدة البيانات" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "إسم قالب الخادم" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "إسم قالب الجدول" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10570,949 +10569,949 @@ msgstr "إسم قالب الجدول" msgid "Dump table" msgstr "إفراغ الجدول" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "أضف عنواناً للجدول" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "عنوان الجدول" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "عنوان جدول تابع" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "مفتاح التسمية" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "علاقات" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "نوع التصدير" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "حفظ في الخادم" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "تصدير كملفات منفصلة" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "تذكر إسم قالب الملف" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "محاصرة أسماء الجداول و العواميد ب \"`\"" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "وضع توافق SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "تواريخ الإنشاء/التحديث/التحقق" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "استخدم الإضافات المتأخرة" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "تعطيل التحقق من المفتاح الغريب" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "تصدير العروض كجداول" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "تصدير بيانات التعريف ذات الصلة من تخزين تكوين phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy msgid "Use hexadecimal for BINARY & BLOB" msgstr "إستخدم النظام الست عشري لـ BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" "إضافة إذا لم يكن موجودًا (أقل كفاءة حيث سيتم إنشاء الفهارس أثناء إنشاء الجدول)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "عرض %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "إستخدم الإضافات المتجاهلة" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "بناء الجملة لإستخدامه عند إدخال البيانات" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "أقصى طول للإستعلام المنشئ" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "نوع التصدير" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "تضمين التصدير في العملية" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "وقت التصدير (بالتوقيت العالمي)" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "قائمة منسدلة مرتبة بالمفتاح الأجنبي" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "حد المفتاح الغريب" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "التحقق من المفتاح الخارجي" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "وضع الإستعراض" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "سي إس في" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "مطور" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "وضع التعديل" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "إفتراضيات التصدير" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "عام" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "إفتراضيات الإستيراد" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "إستيراد / تصدير" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy msgid "Navigation tree" msgstr "إطار التصفح" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "مايكروسوفت أوفيس" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "الإعدادات الرئيسية الأخرى" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "عناوين الصفحة" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "الأمان" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "الإعدادات الأساسية" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "المصادقة" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "إعداد الخادم" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "إعداد التخزين" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "تعقب التغيرات" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "صندوق إستعلام SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "بدء التشغيل" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "بنية قاعدة البيانات" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "التبويبات" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "عرض المخطط العلائقي" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "حقول نصية" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "نص" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "تحذيرات" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "مدخلات إضافية لـ iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "تجاهل أخطاء الجمل المتعددة" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "تمكين السحب والإفلات للاستيراد" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "الإستيراد الجزئي: السماح بالمقاطعة" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "لاتحبط عندما يكون الخطأ في جمل الإدخال INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "إضافة على التحديث الرئيسي المكرر" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "هيئة الملفات المستوردة" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "إستعمل الجملة LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "ضع أسماء الصفوف في السطر الأول" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "لاتستورد صفوف فارغة" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "عملات الإستيراد ($5.00 إلى 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "النسبة المئوية للإستيراد كرقم عشري (12.00% إلى .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "إستيراد جزئي: تخطي الإستعلامات" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "لاتستعمل AUTO_INCREMENT للقيم الصفرية" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "اقرأ كمتعدد وحدات" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "الحالة الأولية" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "عدد الصفوف المدخلة" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "حد أحرف العمود" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "حذف كل الكوكيز عند الخروج" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "تذكر إسم المستخدم" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "صلاحية دخول الكوكيز" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "مربع نص أكبر لـ LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "الحد الأقصى لطول SQL المعروض" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "قواعد بيانات أكبر" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "الحد الأقصى للعناصر على المستوى الأول" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "الحد الأقصى للعناصر في الفرع" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "الحد الأقصى لعدد الصفوف المطلوب عرضها" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "جداول أكبر" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "حدود الذاكرة" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy msgid "Show databases navigation as tree" msgstr "عرض الشعار في الإطار الأيسر" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "إطار التصفح" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "ربط مع اللوحة الرئيسية" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "عرض الشعار" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "رابط الشعار" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "هدف رابط الشعار" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "عرض إختيار الخوادم" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "الهدف لإيقونة الوصول السريع" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy msgid "Target for second quick access icon" msgstr "الهدف لإيقونة الوصول السريع" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy msgid "Minimum number of items to display the filter box" msgstr "اقل عدد جداول تعرض في صندوق تصفية الجداول" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "أقل عدد جداول اللتي تعرض في صندوق ترشيح الجداول" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "عناصر المجموعة في الشجرة" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "فاصل شجرة قاعدة البيانات" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "فاصل شجرة الجدول" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "أقصى عمق لشجرة الجدول" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "تفعيل التوضيح (highlighting)" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy msgid "Enable navigation tree expansion" msgstr "عنوان الجدول" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "عرض شجرة الجداول" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy msgid "Show views in tree" msgstr "عرض الإصدارات" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "عرض شجرة الوظائف" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "عرض شجرة العمليات" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "عرض شجرة الاحداث" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "نسخ قاعدة البيانات" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "الجداول المستعملة مؤخراً" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "عرض روابط الصف على أي حال" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "ترتيب طبيعي" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy msgid "Table navigation bar" msgstr "عنوان الجدول" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "الترتيب الإفتراضي" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "الإتصالات الثابتة" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "كيفية عرض علامات التبويب" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "كيفية عرض روابط عمل مختلفة" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "حماية الأعمدة من نوع BINARY" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "محفوظات استعلام دائمة" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "طول محفوظات الاستعلام" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "محرك إعادة الترميز" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "تذكر ترتيب الجداول" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy msgid "Primary key default sort order" msgstr "الترتيب الإفتراضي" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "كرر الرؤوس" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "عرض علائقي" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "تحرير الشبكة: حفظ جميع الخلايا المحررة علي الفور" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "حفظ الدليل" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "السماح بتسجيلات الدخول بدون كلمة مرور" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "السماح بتسجيل الدخول إلى الجذر" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "توقيت الجلسة" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "جدول الإشارات المرجعية" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "جدول معلومات العمود" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "التحكم في كلمة مرور المستخدم" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "مضيف التحكم" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy msgid "Control port" msgstr "مضيف التحكم" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "إخفاء قواعد البيانات" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "جدول محفوظات استعلام SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "تصدير جدول القوالب" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy msgid "Central columns table" msgstr "عواميد منطقة النص" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "مخطط PDF: جدول الصفحات" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "الجدول المستخدم مؤخرا" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy msgid "Favorites table" msgstr "متغيرات" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "جدول العلاقات" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "مقبس الخادم" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "إضافة DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "إضافة DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "جدول تتبع استعلام SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "إنشاء الإصدارات تلقائيا" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "جدول المستخدمين" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "جدول مجموعات المستخدمين" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "اظهر تعليقات الجدول" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy msgid "Show creation timestamp" msgstr "إظهار الدمغة الزمنية لتاريخ الإنشاء" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy msgid "Show last update timestamp" msgstr "إظهار الدمغة الزمنية لتاريخ الإنشاء" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy msgid "Show last check timestamp" msgstr "إظهار الدمغة الزمنية لتاريخ الإنشاء" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy msgid "Show table charset" msgstr "تعليقات الجدول" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "أعرض نصيحة" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "شرح SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "أنشئ كود PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy msgid "Login cookie validity warning" msgstr "صلاحية دخول الكوكيز" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "عواميد منطقة النص" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "العنوان الغيابي" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "اسم المستخدم" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy msgid "Proxy password" msgstr "كلمة السر" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "زيب" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "زر الإدخال يقوم بتنفيذ الاستعلامات في المِعراض" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy msgid "Enable Zero Configuration mode" msgstr "إعداد الخادم" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "ارتفاع المِعراض" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "وضع المِعراض" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy msgid "Order by" msgstr "آخر" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "إعدادات الاتصال بالخادم" @@ -11545,7 +11544,8 @@ msgstr "الإستيراد لن يتم , الدالة (%s) مفقودة ." msgid "Compressed export will not work due to missing function %s." msgstr "التصدير لن يتم , الدالة (%s) مفقودة ." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "أقصى %s" @@ -11579,7 +11579,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy msgid "OpenDocument Spreadsheet" msgstr "مستند مفتوح" @@ -11589,7 +11589,7 @@ msgstr "مستند مفتوح" msgid "OpenDocument Text" msgstr "مستند مفتوح" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11712,7 +11712,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "خادم %d" @@ -11991,7 +11991,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12117,7 +12117,7 @@ msgid "Success!" msgstr "نجاح!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12177,7 +12177,7 @@ msgstr "إذا واجهت أي مشاكل يرجى تقديم تقرير بذل msgid "You may want to refresh the page." msgstr "لربما يكون من الأفضل أن تقوم بتحديث هذه الصفحة." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "نوع غير جيد!" @@ -12279,16 +12279,7 @@ msgstr "" "phpMyAdmin. يُوصى بفسخه عندما يتم إعداد phpMyAdmin. إذا لم يتم ذلك فحماية " "الخادم قد يتعرض للخطر من أشخاص غير مرخصين قد يحَمِّلون إعداداتك." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"الخادم يستعمل Suhosin. رجاء عليك الرجوع إلى %sالتوثيق%s لمعرفة العواقب " -"المحتملة." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12297,14 +12288,14 @@ msgstr "" "$cfg['TempDir'] (%s 1) لا يمكن الوصول إليه. phpMyAdmin ليست قادرة على ايداع " "القوالب في ذاكرة التخزين المؤقت، وسوف تكون بطيئة بسبب هذا." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12314,7 +12305,7 @@ msgstr "" "البايتات. دون إضافة mbstring لا يستطيع phpMyAdmin إدارة النصوص بشكل فعَّال، " "مما قد يُظهِر نتائج غير متوقعة." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12393,7 +12384,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "تم تعطيل عبارات «Drop Database»." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14324,7 +14315,7 @@ msgid "No such column" msgstr "إضافه/حذف عمود حقل" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "السلسلة" @@ -15067,7 +15058,7 @@ msgstr "لايوجد بيانات" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "تم إنشاء العلامة المرجعية %s." @@ -15149,7 +15140,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "قام MySQL بإرجاع نتيجة فارغة." @@ -15545,29 +15536,29 @@ msgstr "" msgid "The row has been deleted." msgstr "تم حذف الصف." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "استغرق الاستعلام %01.4f ثانية." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "عرض الصفوف من %1s إلى %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d جملة %2$d طلب بحث" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "المجموع %d" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "لم يتم العثور على الرابط!" @@ -16145,11 +16136,11 @@ msgstr "الفهارس %1$s و %2$s متساويان ويمكن حذف أحده msgid "web server upload directory:" msgstr "دليل تحميل خادم الويب:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "عرض استعلام SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16569,40 +16560,40 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "أغلاق" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "لايمكن نقل الجدول إلى نفسه!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "لا يمكن نسخ الجدول إلى نفسه!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s جدول تم نقله إلى %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "الجدول %s لقد تم نسخه إلى %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s جدول تم نقله إلى %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "الجدول %s لقد تم نسخه إلى %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "اسم الجدول فارغ!" @@ -16680,7 +16671,7 @@ msgstr "اسلوب مصادقة غير صحيح في الإعدادات:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "فواصل الأعمدة :" @@ -17095,7 +17086,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "الإنشاء" @@ -17117,52 +17108,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "أسماء الأعمدة:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17901,18 +17892,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "تظهر كملف PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18165,97 +18156,97 @@ msgstr "يجب عليك تقديم اسم جدول صالح!" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "إفراغ" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "تاريخ ما، إن النطاق المسموح به هو من %1$s إلى %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "تركيبة تاريخ و زمان، النطاق المسموح به هو من %1$s إلى %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18263,43 +18254,43 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "زمن ما، النطاق يكون من %1$s إلى %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18307,7 +18298,7 @@ msgstr "" "عمود تكست يبلغ طوله الأقصى 16،777،215 حرفا (2 ^ 24 - 1)، ويتم تخزينه مع " "بادئة ثلاثة بايتات تشير إلى طول القيمة بالبايت" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18316,121 +18307,121 @@ msgstr "" "عمود تكست يبلغ الحد الأقصى لطوله 4،294،967،295 أو 4 غيغابايت (2 ^ 32 - 1)، " "ويتم تخزينه مع بادئة أربعة بايتات تشير إلى طول القيمة بالبايت" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "قيمة واحدة مختارة من مجموعة لحد 64 أعضاء" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "نقطة في فضاء ذات أبعاد ثنائية" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "منحنى مع الاستيفاء الخطي بين النقاط" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "مضلع" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "مجموعة من النقاط" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "مجموعة من المضلعات" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "مجموعة كائنات الهندسة من أي نوع" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "رقمية" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "التاريخ والوقت" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" @@ -18475,6 +18466,21 @@ msgstr "" msgid "No files found inside ZIP archive!" msgstr "" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "قم بتعطيل التحذير الافتراضي الذي يتم عرضه على الصفحة الرئيسية إذا تم " +#~ "اكتشاف Suhosin." + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "الخادم يستعمل Suhosin. رجاء عليك الرجوع إلى %sالتوثيق%s لمعرفة العواقب " +#~ "المحتملة." + #~ msgid "pages" #~ msgstr "صفحات" diff --git a/resources/po/ar_LY.po b/resources/po/ar_LY.po index ead690db68..f7f35e1bd1 100644 --- a/resources/po/ar_LY.po +++ b/resources/po/ar_LY.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Arabic (Libya) %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3618,7 +3618,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3628,7 +3628,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3940,8 +3940,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3963,7 +3963,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3999,17 +3999,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4457,28 +4457,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5484,7 +5498,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5557,7 +5571,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6126,7 +6140,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6208,7 +6222,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6269,7 +6283,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6315,7 +6329,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6791,7 +6805,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6953,32 +6967,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8634,14 +8648,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8819,329 +8825,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9149,478 +9155,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9628,13 +9628,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9642,391 +9642,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10034,56 +10034,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10093,924 +10093,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11043,7 +11043,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11077,7 +11078,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11085,7 +11086,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11206,7 +11207,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11472,7 +11473,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11596,7 +11597,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11654,7 +11655,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "نوع سيء!" @@ -11740,35 +11741,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11835,7 +11829,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13639,7 +13633,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14375,7 +14369,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14457,7 +14451,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14838,27 +14832,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15421,11 +15415,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15839,39 +15833,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15945,7 +15939,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16341,7 +16335,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16362,52 +16356,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17094,18 +17088,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17358,95 +17352,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17454,170 +17448,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/ast.po b/resources/po/ast.po index 9dfcd5f1fb..d2787c1ca6 100644 --- a/resources/po/ast.po +++ b/resources/po/ast.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-02-27 16:44+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Asturian %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3602,7 +3602,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3612,7 +3612,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3924,8 +3924,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3947,7 +3947,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3983,17 +3983,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4441,28 +4441,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5468,7 +5482,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5541,7 +5555,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6102,7 +6116,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6184,7 +6198,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6245,7 +6259,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6291,7 +6305,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6761,7 +6775,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6923,32 +6937,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8602,14 +8616,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8787,329 +8793,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9117,478 +9123,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9596,13 +9596,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9610,391 +9610,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10002,56 +10002,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10061,924 +10061,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11011,7 +11011,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11045,7 +11046,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11053,7 +11054,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11174,7 +11175,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11436,7 +11437,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11560,7 +11561,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11618,7 +11619,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11704,35 +11705,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11795,7 +11789,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13597,7 +13591,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14329,7 +14323,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14407,7 +14401,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14778,27 +14772,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15355,11 +15349,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15757,39 +15751,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15863,7 +15857,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16259,7 +16253,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16280,52 +16274,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17012,18 +17006,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17276,95 +17270,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17372,170 +17366,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/az.po b/resources/po/az.po index fe20373369..0584fc9e33 100644 --- a/resources/po/az.po +++ b/resources/po/az.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-03 06:36+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Azerbaijani %s" msgstr "Serverdə %s direktoriyasında yaddaşa ver" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Mövcud fayl(lar)ın üzərinə yaz" @@ -3921,7 +3921,7 @@ msgstr "Götür" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Geri" @@ -3931,7 +3931,7 @@ msgstr "Geri" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "İmport" @@ -4279,8 +4279,8 @@ msgstr "SQL nəticəsi" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Verilənlər Bazaları" @@ -4304,7 +4304,7 @@ msgid "Recent" msgstr "Son" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Favorit cədvəllər" @@ -4344,17 +4344,17 @@ msgid "Features" msgstr "Özəllikləri" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL sorğuları" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Naviqasiya paneli" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Əsas Panel" @@ -4869,13 +4869,28 @@ msgstr "\"%s\" bazası üçün səlahiyyətləri gözdən keçir." msgid "Check privileges" msgstr "Səlahiyyətləri Gözdən Keçir" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "%s verilənlər bazasına SQL sorğusu(ları) göndər" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Cəm:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4883,18 +4898,18 @@ msgstr "" "Qeyd: Verilənlər Bazası statistikalarını burada aktivləşdirməklə webserver-" "lə MySQL server arasında ağır trafikə səbəb ola bilərsiniz." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Statistikaları Aktivləşdir" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Verilənlər Bazası yoxdur" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Təsdiqlə" @@ -6044,7 +6059,7 @@ msgid "Current server:" msgstr "Cari Server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serverlər" @@ -6129,7 +6144,7 @@ msgid "Test:" msgstr "Sınaq" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6741,7 +6756,7 @@ msgstr "Formu göstər" msgid "Show hidden messages" msgstr "Gizli maddələri göstər" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6827,7 +6842,7 @@ msgid "Detailed profile" msgstr "Detallı profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Sıra" @@ -6890,7 +6905,7 @@ msgstr "Nəticələrin profili çıxardılır" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL sorğunuz müvəffəqiyyətlə icra edilmişdir." @@ -6938,7 +6953,7 @@ msgstr "" msgid "Show this query here again" msgstr "Bu sorğunu burada yenə göstər" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "SQL sorğusu" @@ -7446,7 +7461,7 @@ msgid "Delete the view (DROP)" msgstr "Baza seçilmemişdir ve ya mövcud deyildir." #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Cədvəl strukturu" @@ -7647,32 +7662,32 @@ msgid "Index length" msgstr "Sıra uzunluğu" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analiz et" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Yoxlama" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimallaşdır" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Yenidən Qur" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Təmir et" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9486,14 +9501,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Fayl adı" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9694,102 +9701,102 @@ msgstr "yuxarıdakının ikisidə" msgid "neither of the above" msgstr "yuxarıdakından heç biri" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9798,58 +9805,58 @@ msgstr "" "gzip faylları yaratmaqda problemlərlə qarşılaşarsanız bu özəlliyi deaktiv " "edin." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Cədvəl ve sütun adlarını tək dırnaq arasına al" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9857,7 +9864,7 @@ msgstr "" "Zəhmət olmasa unutmayın ki, phpMyAdmin sadəcə istifadəçi interfeysidir və " "özəllikləri MySQL-i limitləməz." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9865,171 +9872,171 @@ msgstr "" "İləri səviyyə server konfiqurasiyası, nə olduqlarını bilmirsinizsə bunları " "dəyişdirməyin." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Browse rejimini özəlləşdir." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Susmaya görə olan seçimləri özəlləşdir." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Redaktə modunu özəlləşdir." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Susmaya görə olan eksport seçimlərini özəlləşdirin." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Geniş istifadə olunan seçimləri quraşdır." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Susmaya görə ümumi import seçimlərini özəlləşdir." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "İmport və Eksport qovluqlarını və sıxışdırma seçimlərini tənzimləyin." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Verilənlər Bazasını görüntülənməsi seçimləri." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Naviqasiya panelinin mövzusun(tema) dəyiş." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "Naviqasiya panelini özəlləşdir" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Serverlərin görüntülənmə seçimləri." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Cədvəllərin görüntülənmə seçimləri." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "İdentifikasiya tənzimləmələri." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Server əlaqə parametrlərini daxil edin." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL sorğu tənzimləmələri." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Başlanğıc səhifəsini fərdiləşdir." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Hansı detalların baza strukturunda(cədvəllərin siyahısında) göstəriləcəyini " "seçin." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Cədvəl strukturu(sütünların siyahısı) üçün tənzimləmələr." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Mətn daxiletmə sahəsini fərdiləşdir." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Susmaya görə olan seçimləri fərdiləşdir" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin tərəfindən göstərilən bəzi xəbərdarlıqları deaktiv et." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10037,164 +10044,164 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to expand single database in the navigation tree automatically." msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "Naviqasiya panelində logonu göstər." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Naviqasiya panelində logonu göstər." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Naviqasiya panelinin yuxarısında server seçimini göstər." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show tables under database in the navigation tree" msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -10206,7 +10213,7 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -10218,45 +10225,45 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -10268,7 +10275,7 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -10280,19 +10287,19 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10302,13 +10309,13 @@ msgstr "" "Bazası. Tam İnformasiya üçün [doc@linked-tables]pmadb[/doc]-a baxın. Dəstək " "istəmirsinizsə boş buraxın. Təklif olunan: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -10320,7 +10327,7 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -10332,64 +10339,64 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10397,136 +10404,136 @@ msgstr "" "Bazada istifadəçi seçimlərinin saxlanmaması üçün boş buraxın, təklif edilən: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" "Serverin rahat başa düşülən açıqlaması. Hostadını göstərmək üçün boş buraxın." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "İstifadə olunmayacaqsa boş buraxın." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "İstifadə üçün identifikasiya metodu." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "MySQL server bağlantısını sıxışdır(kompress)." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL serverinin dinlədiyi portu, susmaya görə boş buraxın." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL server əlaqəsi üçün SSL aktivləşdirir." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." @@ -10534,29 +10541,21 @@ msgstr "" "Verilənlər Bazası və cədvəl statistikalarını göstərmək üçün icazə ver(məs: " "istifadə olunan yaddaş)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "İstifadə olunan cədvəlləri işarələyin və Verilənlər Bazalarını kilidli " "cədvəllərlə birlikdə göstərilməsini mümkun edin." -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "A warning is displayed on the main page if Suhosin is detected." -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "Əgər Suhosin aşkarlanarsa, ana səhifədə xəbərdarlıq göstərilir." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -10569,7 +10568,7 @@ msgstr "" "sahələri(*2) və sorğu pəncərəsi (*1.25) üçün bu qiymətin önəmi " "bildiriləcəkdir." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -10582,7 +10581,7 @@ msgstr "" "sahələri(*2) və sorğu pəncərəsi (*1.25) üçün bu qiymətin önəmi " "bildiriləcəkdir." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10590,13 +10589,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10604,421 +10603,421 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR mətn sahələri üçün sətir sayıdır." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Bir Verilənlər Bazası daxil edildiyində görsənəcək pəncərə(Tab)." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Cədvəl strukturunun gizlənib gizlənəməyəcəyi." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Az olarsa açılan menu istifadə olunacaq." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Cədvəl siyahısında göstəriləcək maksimum cədvəl sayıdır." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Ən çox son istifadə olunan cədvəl sayıdır; deaktiv etmək üçün 0 edin." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable Statistics" msgid "Disable shortcut keys" msgstr "Statistikaları Söndür" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Tarixdə nə qədər sorğu saxlanılacağıdır." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "Serverlərin görüntülənmə seçimləri." -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Verilənlər Bazası seçildikdə brovser pəncərə başlığı." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Əsas phpMyAdmin səhifəsində son versiya yoxlamağı aktiv et." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Hər hansı bir MySQL serverinə qoşulmağa icazə ver" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "MySQL serverinə giriş etmək olmur" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable %s" msgid "Enable linter" msgstr "%s aktiv" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Daxil etmə sahəsi üçün minimal ölçü" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Daxil etmə sahəsi üçün maksimal ölçü" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR mətn sahələri sütunları" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR mətn sahələri sətirləri" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Config faylları üçün icazələri yoxla" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Anında sıxışdır" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP sorğularını təsdiqlə" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Cədvəl ve sütun adlarını tək dırnaq arasına al" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Cədvəl haqqında izahat" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Cədvəl strukturu əməliyyatlarını gizlət" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Information" msgid "Default transformations for Hex" msgstr "Daxil edilən transformasiyaları" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Transformasiya variantları" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Bool2Text" msgstr "Transformasiya variantları" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for External" msgstr "Transformasiya variantları" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Transformasiya variantları" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for DateFormat" msgstr "Transformasiya variantları" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Transformasiya variantları" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Transformasiya variantları" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Transformasiya variantları" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "MultiCədvəl baxımı(təmir) deaktiv" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Fayl olaraq yaddaşa ver" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Faylın kodlaşdırması(charset)" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Sıxışdırma" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11026,56 +11025,56 @@ msgstr "Sıxışdırma" msgid "Put columns names in the first row" msgstr "Sütun adlarını ilk sətrə qoy" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Sütunların əhatə edildiyi işarə" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Sahələrin escape edildiyi işarə" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL-u bununla dəyişdir" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Sütunlar bununla sonlandırılıb(Columns terminated by)" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Sətirlər bununla ləğv edilib(Lines terminated by)" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel versiyası" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Verilənlər Bazası adı Şablonu" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Server adı şablonu" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Cədvəl adı şablonu" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11087,960 +11086,960 @@ msgstr "Cədvəl adı şablonu" msgid "Dump table" msgstr "%s cedvel" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Cedvel başlığını daxil et" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Cədvəl başlığı" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Davam edən cədvəl başlığı" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Etiket açarı" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Əlaqələr" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Eksport metodu" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export table headers" msgid "Export as separate files" msgstr "Cədvəl başlıqlarını eksport et" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Fayl adı şablonunu xatırla" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Cədvəl və sütun adlarını tək dırnaq arasına al" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL uyğunluq rejimi" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Quruluş/Deyişdirilme/Yoxlama tarixleri" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Gecikmiş əlavələri istifadə et" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Görünüşləri cədvəl halında eksport et" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format msgid "%s view" msgstr "Session dəyəri" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Göz ardı edilmiş əlavəetmələri istifadə et" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Verilənləri daxil edərkən istifadə olunacaq sintaksis" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Yaradılan sorğunun maksimal uzunluğu" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Eksport tipi" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Tranzaksiya içində eksportu daxil et" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "UTC olaraq eksport etmə vaxtı" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV verilenleri" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Developer" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Redaktə rejimi" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Ümumi" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Susmaya görə İmport" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Naviqasiya paneli" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Səhifə başlığı" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Təhlükəsizlik" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "İdentifikasiya" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Server Konfiqurasiyası" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL sorğu qutusu" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Başlanğıc" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Verilənlər Bazasının strukturu" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Tablar(Pəncərələr)" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Əlaqəli sxemi göstər" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Mətn sahəsi" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Xəbərdarlıqlar" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "İlk sətirdəki sütun adları" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Boş sətirləri import etmə" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Sıfır qiymətləri üçün AUTO_INCREMENT qiyməti istifadə etmə" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maksimum Bazalar" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "İlk səviyyədəki maksimum maddə" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Göstəriləcək maksimum sətir sayı" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maksimum cədvəllər" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Yaddaş limiti" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Gizli naviqasiya ağac bəndlərini göstər." -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Naviqasiya paneli" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Əsas panel ilə əlaqələndir" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "Cədvəl naviqasiya çubuğu" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show/Hide tables list" msgid "Show tables in tree" msgstr "Cədvəl siyahısını göstər/gizlə" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Versiyaları göstər" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Funksiya sahələrini göstər" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Prosesleri göster" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Versiyaları göstər" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "Verilənlər Bazası kopyalanır" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Son istifadə olunan cədvəllər" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Təbii Sıra" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Cədvəl naviqasiya çubuğu" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Binar sütunları qoru" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Sorğu tarixi uzunluğu" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Cədvəlin sıralamasını xatırla" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Primary key added." msgid "Primary key default sort order" msgstr "Birinci Dərəcəli Açar əlavə edildi." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Əlaqə görüntü sütunu" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Parolsuz girişlərə icazə verin" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Session vaxt qurşağı" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Əlfəcin cədvəli" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Nəzarət serveri" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Nəzarət portu" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Verilənlər Bazalarını gizlət" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Server host adı" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Export views as tables" msgid "Export templates table" msgstr "Görünüşləri cədvəl halında eksport et" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Central columns" msgid "Central columns table" msgstr "Orta sütunlar" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Server portu" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Son istifadə edilən Cədvəl" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Favorit cədvəllər" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Əlaqə cədvəli" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Server yuvası(socket)" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Görünüş sütunları cədvəli" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "İfadələrdən izlərə" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Avtomatik olaraq verisyaları yarat" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "İstifadəçi cədvəlləri" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Bu serverin ətraflı adı" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Bütün sətirləri göstərməyə icazə ver" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Cədvəl haqqında izahat" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show Creation timestamp" msgid "Show creation timestamp" msgstr "Yaradılma zaman nişanını göstər" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show Creation timestamp" msgid "Show last update timestamp" msgstr "Yaradılma zaman nişanını göstər" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show Creation timestamp" msgid "Show last check timestamp" msgstr "Yaradılma zaman nişanını göstər" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Cədvəl haqqında izahat" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Sahə tiplərini göstər" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Funksiya sahələrini göstər" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "İpucu göstər" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "phpinfo() linkini göstər" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL sorğularını göstər" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Statistikaları göstər" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL-i İzah Et" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP Kodunu Hazırla" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin xəbərdarlığı" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Mətn sahəsi sütunları" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Mətin Sahəsi sətirləri" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Susmaya görə başlıq" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versiya yoxlaması" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proksi istifadəçi adı" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proksi parolu" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Xəta hesabatları göndər" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Configuration file" msgid "Enable Zero Configuration mode" msgstr "Konfiqurasiya faylı" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "" #| "Execute queries on Enter and insert new line with Shift + Enter. To make " @@ -12050,25 +12049,25 @@ msgstr "" "Enterə basaraq sorğuları icra edin və Shift+Enter ilə yeni sətir əlavə edin. " "Bunu həmişəlik etmək üçün tənzimləmələrə baxın." -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Konsol" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Konsol" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order" msgid "Order by" msgstr "Sıra" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Server qoşulma qarşılaşdırması" @@ -12101,7 +12100,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -12135,7 +12135,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" @@ -12145,7 +12145,7 @@ msgstr "Dokumentasiya" msgid "OpenDocument Text" msgstr "OpenDocument Mətni" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12270,7 +12270,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12554,7 +12554,7 @@ msgstr "%1$s bu adda %2$s bazasında heç bir hadisə tapılmadı" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12683,7 +12683,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12747,7 +12747,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Səhifəni yeniləmək istəyə bilərsiniz." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Pis tip!" @@ -12848,30 +12848,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server Suhosin ilə işləyir. Zəhmət olmasa ola biləcək problemlərlə bağlı " -"%sdokumentasiyadan%s yararlanın." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12881,7 +12872,7 @@ msgstr "" "dəstindən istifadə edirsiniz. mbstring əlavəsi olmadan phpMyAdmin stringləri " "düzgün şəkildə parçalaya bilməz və bu gözlənilməz nəticələr verə bilər." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12959,7 +12950,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" ifadeleri söndürülmüşdür (disabled)." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15014,7 +15005,7 @@ msgid "No such column" msgstr "Belə sütun yoxdur" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Sətir" @@ -15797,7 +15788,7 @@ msgstr "Səhv məlumatlar" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Əlfəcin %s yaradıldı." @@ -15879,7 +15870,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL boş nəticə çoxluğu göndərdi(yəni sıfır sətir)." @@ -16300,29 +16291,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Sətir silindi." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "sorğu %01.4f saniyədə icra edildi." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Göstərilən sətir %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d toplam, %2$d sorğuda" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "cəmi %d" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Link tapılmadı!" @@ -16911,11 +16902,11 @@ msgstr "" msgid "web server upload directory:" msgstr "web-server upload direktoriyası:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -17327,42 +17318,42 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Bağla" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Cedveli eynisinin üzerine kopyalaya bilmerem!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s cədvəli %s - ə daşınmışdır." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s cədvəli %s - ə kopyalandı." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s cədvəli %s - ə daşınmışdır." -#: src/Operations.php:945 +#: src/Operations.php:941 #, fuzzy, php-format msgid "Table %s has been copied to %s." msgstr "%s cədvəli %s - ə kopyalandı." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Cedveli adı boşdur!" @@ -17446,7 +17437,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Sütunlar bununla ayrılıb:" @@ -17872,7 +17863,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17895,54 +17886,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Sütun adları: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18732,18 +18723,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP kodu olaraq göstərilir" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18999,65 +18990,65 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Boşalt" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19065,33 +19056,33 @@ msgstr "" "DOUBLE üçün sinonim(istisna: REAL_AS_FLOAT SQL rejimdə FLOAT ilə " "sinonimdir )" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Bir tarix, dəstəklənən aralıq %1$s ilə %2$s arası" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Tarix və saat kombinasiyası, dəstəklənən aralıq %1$s ilə %2$s arası" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19099,12 +19090,12 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Bir saat, aralığı %1$s ilə %2$s arası" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19113,13 +19104,13 @@ msgstr "" "icazə verilən qiymətlər 70(1970) ilə 69(2069) arası ya da 1901 ilə 2155 " "arası və 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19128,7 +19119,7 @@ msgstr "" "Dəyişən uzunluq (%s) sətri, ən çox sətir ölçüsü effektiv maksimum uzunluq " "mövzusudur" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19136,7 +19127,7 @@ msgstr "" "Ən çox 255(2^8 - 1) simvol uzunluğunda TEXT sütunu, saxlanılan bir-baytlıq " "prefiks baytlarda qiymətin uzunluğunu göstərir" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19144,7 +19135,7 @@ msgstr "" "Ən çox 65,535 (2^16 - 1) simvol uzunluğunda TEXT sütunu, baytlarda dəyərin " "uzunluğunu göstərən iki-baytlıq prefiks ilə saxlanılır" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19152,7 +19143,7 @@ msgstr "" "Ən çox 16,777,215 (2^24 - 1) simvol uzunluğunda TEXT sütunu, baytlarda " "dəyərin uzunluğunu göstərən üç-baytlıq prefiksdə saxlanır" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19161,7 +19152,7 @@ msgstr "" "Ən çox 4,294,967,295 or 4GiB (2^32 - 1) simvol uzunluğunda TEXT sütunu, " "baytlarda dəyərin uzunluğunu göstərən dörd-baytlıq prefiks ilə saxlanır" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19169,7 +19160,7 @@ msgstr "" "CHAR tipinə bənzəyir, amma ikili olmayan simvol sətirləri əvəzinə ikili bayt " "sətirləri saxlayır" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19177,7 +19168,7 @@ msgstr "" "VARCHAR tipinə bənzəyir, amma ikili olmayan simvol sətirləri əvəzinə ikili " "bayt sətirləri saxlayır" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19185,7 +19176,7 @@ msgstr "" "Ən çox 255 (2^8 - 1) bayt uzunluğunda BLOB sütünü, dəyərin uzunluğunu " "göstərən bir-baytlıq prefiks ilə saxlanılır" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19193,7 +19184,7 @@ msgstr "" "Ən çox 16,777,215 (2^24 - 1) bayt uzunluğunda BLOB sütünü, dəyərin " "uzunluğunu göstərən üç-baytlıq prefiks ilə saxlanılır" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19201,7 +19192,7 @@ msgstr "" "Ən çox 65,535 (2^16 - 1) bayt uzunluğunda BLOB sütünü, dəyərin uzunluğunu " "göstərən iki-baytlıq prefiks ilə saxlanılır" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19209,85 +19200,85 @@ msgstr "" "Ən çox 4,294,967,295 və ya 4GiB (2^32 - 1) bayt uzunluğunda BLOB sütünü, " "dəyərin uzunluğunu göstərən dörd-baytlıq prefiks ilə saxlanılır" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "64 üzvə qədər olan bir qrupdan seçilən tək bir dəyərdir" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "2 ölçülü fəzada bir nöqtə" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Poliqon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Nöqtələr çoxluğu" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Ədədi" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Tarix və saat" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Fəza" @@ -19334,6 +19325,24 @@ msgstr "" msgid "No files found inside ZIP archive!" msgstr "" +#, fuzzy +#~| msgid "A warning is displayed on the main page if Suhosin is detected." +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "Əgər Suhosin aşkarlanarsa, ana səhifədə xəbərdarlıq göstərilir." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin xəbərdarlığı" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server Suhosin ilə işləyir. Zəhmət olmasa ola biləcək problemlərlə bağlı " +#~ "%sdokumentasiyadan%s yararlanın." + #~ msgid "Version information" #~ msgstr "Versiya informasiyası" diff --git a/resources/po/be.po b/resources/po/be.po index 20742576f8..e968484172 100644 --- a/resources/po/be.po +++ b/resources/po/be.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Belarusian %s" msgstr "Захаваць на серверы ў каталогу %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Перазапісваць наяўны(я) файл(ы)" @@ -3737,7 +3737,7 @@ msgstr "Узяць гэта" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Назад" @@ -3747,7 +3747,7 @@ msgstr "Назад" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Імрарт" @@ -4102,8 +4102,8 @@ msgstr "SQL-вынік" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Базы дадзеных" @@ -4127,7 +4127,7 @@ msgid "Recent" msgstr "Нядаўнія" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Улюблёныя табліцы" @@ -4163,17 +4163,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-запыты" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Галоўная панэль" @@ -4671,13 +4671,28 @@ msgstr "Праверыць прывілеі для базы \"%s\"." msgid "Check privileges" msgstr "Праверыць прывілеі" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Выканаць SQL-запыт(ы) на базе дадзеных %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Агулам:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4685,16 +4700,16 @@ msgstr "" "Заўвага: Уключэньне статыстыкі базы дадзеных можа выклікаць вялікую " "колькасьць трафіку паміж вэб-сэрвэрам і сэрвэрам MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Уключыць статыстыку" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Базы дадзеных адсутнічаюць" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5788,7 +5803,7 @@ msgid "Current server:" msgstr "Дзейны сервер:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Сэрвэры" @@ -5865,7 +5880,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Сэрвэр" @@ -6455,7 +6470,7 @@ msgstr "Паказаць форму" msgid "Show hidden messages" msgstr "Паказаць схаваныя элементы" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Тып аўтэнтыфікацыі" @@ -6541,7 +6556,7 @@ msgid "Detailed profile" msgstr "Дэталёвы профіль" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6604,7 +6619,7 @@ msgstr "Прафіляваньне вынікаў" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Ваш SQL-запыт быў паспяхова выкананы." @@ -6650,7 +6665,7 @@ msgstr "Разьдзяляльнік" msgid "Show this query here again" msgstr "Паказаць гэты запыт зноў" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Пакінуць поле запыта" @@ -7145,7 +7160,7 @@ msgid "Delete the view (DROP)" msgstr "Выдаліць прадстаўленне (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Структура табліцы" @@ -7323,32 +7338,32 @@ msgid "Index length" msgstr "Даўжыня індэкса" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Прааналізаваць" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Праверыць" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Аптымізаваць" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Перабудаваць" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Адрамантаваць" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9045,14 +9060,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "В'етнамская" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9242,295 +9249,295 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Аўтазапаўненне назваў табліц і слупкоў у SQL-запытах." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Наладзіць рэжым прагляду." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Наладзіць агаданыя опцыі." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Наладзіць рэжым рэдагавання." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Наладзіць опцыі агаданага экспарту." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Наладзіць опцыі агаданага імпарта." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Параметры адлюстравання баз даных." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Наладзіць выгляд навігацыйнай панэлі." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Наладзіць навігацыйнае дрэва." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Параметры адлюстравання сервераў." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Параметры адлюстравання табліц." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Налады аўтэнтыфікацыі." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Увядзіце параметры падлучэння да сервера." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Налады SQL-запытаў." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Наладзіць пачатковую старонку." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Наладзіць тэкставая палі ўводу." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Наладзіць агаданыя опцыі" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9540,34 +9547,34 @@ msgstr "" "скончваецца час выканання. Гэта можа быць добрым спосабам імпартавання " "вялікіх файлаў, аднак, гэта можа перапыніць транзакцыі." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Колькасць запытаў, якія трэба прапусціць ад пачатку." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9575,11 +9582,11 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9587,7 +9594,7 @@ msgstr "" "Колькасць элементаў, якія могуць буць адлюстраваны на кожнай старонцы " "першага ўзроўня навігацыйнага дрэва." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9595,33 +9602,33 @@ msgstr "" "Колькасць элементаў, якія могуць буць адлюстраваны на кожнай старонцы " "навігацыйнага дрэва." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9629,432 +9636,426 @@ msgstr "" "Вызначае мінімальную колькасць элементай (табліц, прадстаўленняў, працэдур і " "падзей) для адлюстравання вакна фільтра." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Whether to show events under database in the navigation tree" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Ці паказваць падзеі пад базай даных у навігацыйным дрэве" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Устаноўка ў 0 згарне навігацыйную панэль." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Пакаць лагатып у навігацыйнай панэлі." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Ці паказваць табліцы пад базай даных у навігацыйным дрэве" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Ці паказваць прадстаўленні пад базай даных у навігацыйным дрэве" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Ці паказваць падзеі пад базай даных у навігацыйным дрэве" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Метад аўтэнтыфікацыі, што выкарыстоўваецца." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Сціскаць злучэнне з MySQL-серверам." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Уключыць SSL для злучэння з MySQL-серверам." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10062,13 +10063,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10076,391 +10077,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Ці павінны быць схаваныя дзеянні над структурай табліцы." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Максімальныя колькасць баз даных, адлюстраваных у спісе." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Максімальная колькасць табліц, якія адлюстроўваюцца ў спісе." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Максімальная колькасць улюблёных табліц; 0 для адключэння." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Адключыць скароты" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Для опцый адлюстравання" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Дазволіць уваход на любы сервер MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Абмежаваць уваход на сервер MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Уключыць linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Мінімальны памер поля ўводу" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Максімальны памер поля ўводу" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Памер паперы" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Агаданая ўкладка базы даных" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Агаданая ўкладка сервера" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Агаданая ўкладка табліцы" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Уключыць аўтазапаўненне назваў табліц і слупкоў" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Паказаць каментары слупкоў" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Схаваць дзеянні над структурай табліцы" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Агаданае пераўтварэнне для Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Агадагае пераўтварэнне для падрадка" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Агаданае пераўтварэнне для Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Агаданае пераўтварэнне для External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Агаданае пераўтварэнне для PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Агаданае пераўтварэнне для DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Агаданае пераўтварэнне для Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Агаданае пераўтварэнне для TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Агаданае пераўтварэнне для TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Адключыць абслугоўванне мноства табліц" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Захаваць як файл" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Знаказбор файла" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Сьціск" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10468,56 +10469,56 @@ msgstr "Сьціск" msgid "Put columns names in the first row" msgstr "Змясціць назвы слупкоў у першым радку" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Слупкі ўзятыя ў" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Слупкі экранаваныя з" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Замяніць NULL на" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Радкі заканчваюцца на" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Радкі заканчваюцца на" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Вэрсія Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Шаблон назвы базы даных" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Шаблон назвы сервера" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Шаблон назвы табліцы" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10527,930 +10528,930 @@ msgstr "Шаблон назвы табліцы" msgid "Dump table" msgstr "Адбітак табліцы" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Уключыць загаловак табліцы" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Загаловак табліцы" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Працягнуты загаловак табліцы" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Ключ меткі" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Сувязі" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Метад экспарту" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Экспарт у выглядзе асобных файлаў" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Запомніць шаблон назвы файла" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Зваротнае двукоссе ў назвах табліц і слупкоў" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Рэжым сумяшчальнасьці SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Стварэньне/Абнаўленьне/Праверка дат" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Выкарыстоўваць адкладзеныя ўстаўкі" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Адключыць праверку зьнешніх ключоў" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Экспартаваць прадстаўленні як табліцы" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Выкарыстоўваць шаснаццатковыя значэнні для тыпаў BINARY і BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "%s value" msgid "%s view" msgstr "%s значэнне" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Выкарыстоўваць устаўкі ігнараваньняў" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Максымальная даўжыня створанага запыту" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Тып экспарту" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Экспартаваць за адну транзакцыю" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Экспарт часу ў UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Праверка знешніх ключоў" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Экспартаваць агаданыя" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Агульныя" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Імпартаваць агаданыя" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Навігацыйнае дрэва" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Назвы старонак" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Аўтэнтыфікацыя" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Вакно SQL-запыту" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Пачатак" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Структура базы даных" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Укладкі" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Адлюстраваць рэляцыйную схему" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Тэкставыя палі" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Тэкст Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Фармат імпартаванага файла" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Выкарыстоўваць ключавое слова LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Назвы слупкоў у першым радку" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Не выкарыстоўваць AUTO_INCREMENT для нулявых значэнняў" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Чытаць як шматбайтавая" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Колькасць устаўленых радкоў" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Максімум баз даных" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Максімум элементаў на першым узроўні" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Абмежаванне памяці" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Паказаць навігацыю баз даных у выглядзе дрэва" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Шырыня навігацыйнай панэлі" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Злучыць з галоўнай панэллю" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Мінімальная колькасць элементаў для адлюстравання вакна фільтра" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Мінімальная колькасць баз даных для адлюстравання вакна фільтра баз даных" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Раздзяляльнік дрэва баз даных" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Уключыць раскрыцце навігацыйнага дрэва" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Паказаць табліцы ў дрэве" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Паказаць прадстаўленні ў дрэве" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Паказаць працэдуры ў дрэве" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Паказаць падзеі ў дрэве" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Капіяваць базу дадзеных" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Нядаўны выкарыстаныя табліцы" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Звычайны парадак" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Панэль таблічнай навігацыі" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Запомніць сартаванне табліцы" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Агаданы парадак сартавання першаснага ключа" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Паўтор загалоўкаў" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Рэляцыйнае адлюстраванне" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Каталог захавання" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Парадак аўтарызацыі хаста" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Правіла аўтарызацыі хаста" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Часовы пояс сесіі" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Хост кіравання" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Порт кіравання" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Схаваць базы даных" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Назва хоста сервера" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Экспарт табліцы шаблонаў" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Табліца асноўных слупкоў" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Порт сервера" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Табліца нядаўна выкарыстанага" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Табліца ўлюблёнага" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Табліца звязкаў" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Сокет сервера" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Табліца адлюстраваных слупкоў" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Табліца UI-налад" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Сачэнне за сцвярджэннямі" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Аўтаматычна ствараць версіі" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Табліца карыстальнікаў" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Табліца груп карыстальнікаў" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Паказаць каментарыі табліцы" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Паказаць час стварэння" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Паказаць час апошняга абнаўлення" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Паказаць час апошняй праверкі" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Паказаць знаказбор табліцы" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Паказаць тыпы палёў" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Паказаць падказку" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Паказаць SQL-запыты" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Паказаць статыстыку" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Прапускаць заблакаваныя табліцы" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Тлумачыць SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Стварыць PHP-код" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Слупкі тэкставай вобласці" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Агаданы загаловак" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Каталог загрузкі" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Імя карыстальніка проксі" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Пароль проксі" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Адпраўка зваротаў аб памылках" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter выконвае запыты ў кансолі" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Уключыць рэжым аўтаканфігурацыі" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Супастаўленьне сервернага падлучэньня" @@ -11483,7 +11484,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11517,7 +11519,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Табліца OpenDocument" @@ -11525,7 +11527,7 @@ msgstr "Табліца OpenDocument" msgid "OpenDocument Text" msgstr "Тэкст OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV з выкарыстаньнем LOAD DATA" @@ -11647,7 +11649,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Сервер %d" @@ -11923,7 +11925,7 @@ msgstr "Падзеі з назвай %1$s няма ў базе даных %2$s." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Немагчыма загрузіць плагіны экспартаваньня, калі ласка, праверце ўсталяваныя " @@ -12054,7 +12056,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12114,7 +12116,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Памылковы тып!" @@ -12202,30 +12204,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"На сэрвэры запушчаны Suhosin. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s " -"для атрыманьня апісаньня магчымых праблемаў." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12235,7 +12228,7 @@ msgstr "" "шматбайтавую кадыроўку. Без пашырэньня mbstring phpMyAdmin ня можа падзяляць " "радкі карэктна, і гэта можа прывесьці да нечаканых вынікаў." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12313,7 +12306,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Каманды \"DROP DATABASE\" адключаныя." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14241,7 +14234,7 @@ msgid "No such column" msgstr "Няма такога слупка" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Радок" @@ -15125,7 +15118,7 @@ msgstr "Памылковыя даныя" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Закладка %s створаная." @@ -15208,7 +15201,7 @@ msgstr "Занадта шмат злучэнняў без індэксаў." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вярнула пусты вынік (то бок нуль радкоў)." @@ -15598,28 +15591,28 @@ msgstr "" msgid "The row has been deleted." msgstr "Радок быў выдалены." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Запыт выконваўся %01.4f секунд." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Паказаныя запісы %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d усяго" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Сувязь ня знойдзеная!" @@ -16257,11 +16250,11 @@ msgstr "" msgid "web server upload directory:" msgstr "каталог вэб-сервера для загрузкі:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "У выглядзе SQL-запыту" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "ID устаўленага радку: %1$d" @@ -16665,39 +16658,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Аб'яднаць" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Немагчыма перанесьці табліцу ў саму сябе!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Немагчыма скапіяваць табліцу ў саму сябе!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Табліца %s была перанесеная ў %s. Прывілеі адрэгуляваныя." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Табліца %s была скапіяваная ў %s. Прывілеі адрэгуляваныя." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Табліца %s была перанесеная ў %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Табліца %s была скапіяваная ў %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Пустая назва табліцы!" @@ -16778,7 +16771,7 @@ msgstr "У канфігурацыі вызначаны некарэктны мэ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Раздзяляльнік слупкоў:" @@ -17182,7 +17175,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17205,54 +17198,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Назвы слупкоў: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Некарэктны фармат CSV-дадзеных у радку %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Няправільная колькасць слупкоў у CSV уводзе ў радку %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Недапушчальны парэмэтар для імпарту дадзеных у CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18012,18 +18005,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "У выглядзе PHP-коду" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18277,97 +18270,97 @@ msgstr "Неабходна задаць правільную назву табл msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Ачысьціць" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Дата, падтрымліваецца інтэрвал ад %1$s да %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18375,170 +18368,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Час, інтэрвал ад %1$s да %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Шматвугольнік" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Дата і час" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Прасторавыя" @@ -18583,6 +18576,14 @@ msgstr "Памылка ў ZIP-архіве:" msgid "No files found inside ZIP archive!" msgstr "Файлы ў ZIP-архіве ня знойдзеныя!" +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "На сэрвэры запушчаны Suhosin. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s " +#~ "для атрыманьня апісаньня магчымых праблемаў." + #~ msgid "Version information" #~ msgstr "Інфармацыя пра вэрсію" diff --git a/resources/po/be@latin.po b/resources/po/be@latin.po index ac5e482229..f821f01805 100644 --- a/resources/po/be@latin.po +++ b/resources/po/be@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Belarusian (latin) %s" msgstr "Zachavać na servery ŭ tečcy %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Pierazapisvać isnujučy(ja) fajł(y)" @@ -4203,7 +4203,7 @@ msgstr "hetaja" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Nazad" @@ -4213,7 +4213,7 @@ msgstr "Nazad" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Imrart" @@ -4582,8 +4582,8 @@ msgstr "SQL-vynik" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Bazy dadzienych" @@ -4611,7 +4611,7 @@ msgid "Recent" msgstr "Skinuć" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4657,17 +4657,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Add new field" msgid "Main panel" @@ -5201,7 +5201,22 @@ msgstr "Pravieryć pryvilei dla bazy \"%s\"." msgid "Check privileges" msgstr "Pravieryć pryvilei" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Vykanać SQL-zapyt(y) na bazie dadzienych %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5209,7 +5224,7 @@ msgstr "Pravieryć pryvilei" msgid "Total:" msgstr "Ahułam" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5217,18 +5232,18 @@ msgstr "" "Zaŭvaha: Uklučeńnie statystyki bazy dadzienych moža vyklikać vialikuju " "kolkaść trafiku pamiž web-serveram i serveram MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Uklučyć statystyku" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Bazy dadzienych adsutničajuć" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6403,7 +6418,7 @@ msgid "Current server:" msgstr "Server" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servery" @@ -6482,7 +6497,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -7137,7 +7152,7 @@ msgstr "" msgid "Show hidden messages" msgstr "Pakazać sietku" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -7225,7 +7240,7 @@ msgid "Detailed profile" msgstr "Pamier pavieličeńnia fajłaŭ z dadzienymi" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7296,7 +7311,7 @@ msgstr "Prafilavańnie" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7350,7 +7365,7 @@ msgstr "Raździalalnik" msgid "Show this query here again" msgstr "Pakazać hety zapyt znoŭ" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "in query" msgid "Retain query box" @@ -7919,7 +7934,7 @@ msgid "Delete the view (DROP)" msgstr "Kapijavać bazu dadzienych u" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8136,32 +8151,32 @@ msgid "Index length" msgstr "Daŭžynia radka" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Praanalizavać" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Pravieryć" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Aptymizavać" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Pierabudavać" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Adramantavać" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -10131,14 +10146,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Imia tablicy" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10348,365 +10355,365 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Režym aŭtamatyčnaha ŭznaŭleńnia" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Query results operations" msgid "Customize default options." msgstr "Dziejańni z vynikami zapytaŭ" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Use text field" msgid "Customize edit mode." msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Query results operations" msgid "Customize default export options." msgstr "Dziejańni z vynikami zapytaŭ" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Query results operations" msgid "Customize default common import options." msgstr "Dziejańni z vynikami zapytaŭ" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Database export options" msgid "Databases display options." msgstr "Nałady ekspartu bazy dadzienych" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Use text field" msgid "Customize appearance of the navigation panel." msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Use text field" msgid "Customize the navigation tree." msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Relational display field" msgid "Servers display options." msgstr "Adlustravanaje pole suviazi" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Table options" msgid "Tables display options." msgstr "Opcyi tablicy" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authenticating…" msgid "Authentication settings." msgstr "Aŭtentyfikacyja…" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "Supastaŭleńnie padłučeńnia da MySQL" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "Server variables and settings" msgid "SQL queries settings." msgstr "Nałady i źmiennyja servera" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Use text field" msgid "Customize startup page." msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Use text field" msgid "Customize text input fields." msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy #| msgid "Query results operations" msgid "Customize default options" msgstr "Dziejańni z vynikami zapytaŭ" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Kolkaść (zapytaŭ), jakija treba prapuścić ad pačatku" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10714,11 +10721,11 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -10726,7 +10733,7 @@ msgid "" "the navigation tree." msgstr "Kolkaść ab'jadnańniaŭ, jakija praviali poŭny prahlad pieršaj tablicy." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -10734,33 +10741,33 @@ msgid "" "tree." msgstr "Kolkaść ab'jadnańniaŭ, jakija praviali poŭny prahlad pieršaj tablicy." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -10768,448 +10775,442 @@ msgid "" "display a filter box." msgstr "Kolkaść adkrytych tablic." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show grid" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Pakazać sietku" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Use text field" msgid "Set to 0 to collapse navigation panel." msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Use text field" msgid "Show logo in navigation panel." msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Pakazać sietku" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Pakazać sietku" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Pakazać sietku" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authenticating…" msgid "Authentication method to use." msgstr "Aŭtentyfikacyja…" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Niemahčyma załahavacca na server MySQL" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "Enable SSL for connection to MySQL server." msgstr "Kolkaść synchranizavynych zapisaŭ, zroblenych u łog-fajł." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11217,13 +11218,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11231,437 +11232,437 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Prapanavanaja struktura tablicy" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Kolkaść adkrytych tablic." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Kolkaść adkrytych tablic." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Kolkaść adkrytych tablic." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Adklučyć pravierku źniešnich klučoŭ" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Relational display field" msgid "For display Options" msgstr "Adlustravanaje pole suviazi" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Niemahčyma załahavacca na server MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Uklučana" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy #| msgid "Use text field" msgid "Minimum size for input field" msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "Maksymalny pamier dla časovych fajłaŭ sartavańnia" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Pamier papiery" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Kamentar da tablicy" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Prapanavanaja struktura tablicy" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Browser transformation" msgid "Default transformations for Hex" msgstr "Pieraŭtvareńnie MIME-typu braŭzeram" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Opcyi pieraŭtvareńnia" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Bool2Text" msgstr "Opcyi pieraŭtvareńnia" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for External" msgstr "Opcyi pieraŭtvareńnia" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Opcyi pieraŭtvareńnia" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for DateFormat" msgstr "Opcyi pieraŭtvareńnia" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Opcyi pieraŭtvareńnia" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Opcyi pieraŭtvareńnia" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Opcyi pieraŭtvareńnia" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Absłuhoŭvańnie tablicy" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Zachavać jak fajł" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Ścisk" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11671,68 +11672,68 @@ msgstr "Ścisk" msgid "Put columns names in the first row" msgstr "Paznačyć nazvy paloŭ u pieršym radku" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Pali ŭziatyja ŭ" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Pali ekranujucca" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "Zamianiać NULL na" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Radki padzielenyja" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Radki padzielenyja" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Versija Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11744,420 +11745,424 @@ msgstr "" msgid "Dump table" msgstr "%s tablic(y)" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Uklučyć zahałovak tablicy" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Zahałovak tablicy" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Praciahnuty zahałovak tablicy" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Kluč mietki" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Suviazi" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Typ ekspartu" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "haryzantalna (paviernutyja zahałoŭki)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "remember template" msgid "Remember filename template" msgstr "zapomnić šablon" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Režym sumiaščalnaści SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Stvareńnie/Abnaŭleńnie/Pravierka dat" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Vykarystoŭvać adkładzienyja ŭstaŭki" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Adklučyć pravierku źniešnich klučoŭ" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Stvaryć novuju tablicu ŭ BD %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Šasnaccatkovyja značeńni dla polaŭ typu BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Značeńnie sesii" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Vykarystoŭvać ustaŭki ignaravańniaŭ" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maksymalnaja daŭžynia stvoranaha zapytu" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Ekspart" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Ekspartavać za adnu tranzakcyju" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Adklučyć pravierku źniešnich klučoŭ" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Zgieneravać" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Use text field" msgid "Navigation tree" msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Staronka:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Authenticating…" msgid "Authentication" msgstr "Aŭtentyfikacyja…" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Baza dadzienych dla karystalnika" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Relacyjnaja schiema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Tekst Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Farmat impartavanaha fajła" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Vykarystoŭvać klučavoje słova LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Paznačyć nazvy paloŭ u pieršym radku" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Dadać značeńnie AUTO_INCREMENT" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Propuskaŭ čytańnia" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Maksymalny pamier dla časovych fajłaŭ sartavańnia" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Pakazać sietku" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Use text field" msgid "Navigation panel width" msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12165,634 +12170,630 @@ msgstr "Vykarystoŭvać tekstavaje pole" msgid "Link with main panel" msgstr "Vykarystoŭvać tekstavaje pole" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Kolkaść adkrytych tablic." -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Kolkaść adkrytych tablic." -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Zahałovak tablicy" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Pakazać tablicy" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Pakazać sietku" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Pakazać pracesy" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Pakazać sietku" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "Kapijavać bazu dadzienych u" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Analizavać tablicu" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Źmianić paradak tablicy" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Zahałovak tablicy" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Pierajmienavać tablicu ŭ" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Pieršasny kluč byŭ dadadzieny da %s." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Patokaŭ uznaŭleńnia" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Adlustravanaje pole suviazi" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Značeńnie sesii" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Luby chost" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Luby chost" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "Stvaryć novuju tablicu ŭ BD %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Dadać/vydalić kalonku kryteru" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analizavać tablicu" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Źmiennyja" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Pakazvać kamentary kalonak" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defrahmentavać tablicu" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Vyrazy" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Režym aŭtamatyčnaha ŭznaŭleńnia" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Vykarystoŭvać tablicy" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Vykarystoŭvać tablicu chostaŭ" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Kamentar da tablicy" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "Pakazać infarmacyju pra PHP" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy msgid "Show last update timestamp" msgstr "Pakazać stan zaležnych serveraŭ" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy msgid "Show last check timestamp" msgstr "Pakazać stan zaležnych serveraŭ" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Kamentar da tablicy" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Pakazać adkrytyja tablicy" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Pakazać sietku" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Tłumačyć SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Stvaryć PHP-kod" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Dadać/vydalić kalonku kryteru" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Pa zmoŭčańni" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "Imia karystalnika:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Parol" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy #| msgid "Execute bookmarked query" msgid "Enter executes queries in console" msgstr "Vykanać zapyt z zakładak" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" msgstr "Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: \"%1$s\"" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" @@ -12829,7 +12830,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12871,7 +12873,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -12883,7 +12885,7 @@ msgstr "Specyfikacyja Open Document" msgid "OpenDocument Text" msgstr "Tekst Open Document" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV z vykarystańniem LOAD DATA" @@ -13006,7 +13008,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13314,7 +13316,7 @@ msgstr "U bazie dadzienych tablic nia vyjaŭlena." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Niemahčyma zahruzić płahiny ekspartavańnia, kali łaska, praviercie " @@ -13450,7 +13452,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13514,7 +13516,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 #, fuzzy #| msgid "Bar type" msgid "Bad type!" @@ -13607,30 +13609,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Na servery zapuščany Suhosin. Kali łaska, źviarniciesia da %sdakumentacyi%s " -"dla atrymańnia apisańnia mahčymych prablemaŭ." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13640,7 +13633,7 @@ msgstr "" "šmatbajtavuju kadyroŭku. Biez pašyreńnia mbstring phpMyAdmin nia moža " "padzialać radki karektna, i heta moža pryvieści da niečakanych vynikaŭ." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13724,7 +13717,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Kamandy \"DROP DATABASE\" adklučanyja." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15937,7 +15930,7 @@ msgid "No such column" msgstr "Dadać/vydalić kalonku kryteru" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16851,7 +16844,7 @@ msgstr "Bazy dadzienych adsutničajuć" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16942,7 +16935,7 @@ msgstr "Kolkaść patokaŭ, jakija nie źjaŭlajucca śpiačymi." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL viarnuła pusty vynik (to bok nul radkoŭ)." @@ -17392,30 +17385,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Radok byŭ vydaleny" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Zapyt vykonvaŭsia %01.4f sek" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Pakazanyja zapisy" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "usiaho" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -18080,11 +18073,11 @@ msgstr "" msgid "web server upload directory:" msgstr "tečka web-servera dla zahruzki fajłaŭ" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "U vyhladzie SQL-zapytu" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "ID ustaŭlenaha radku: %1$d" @@ -18518,41 +18511,41 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Niemahčyma pieranieści tablicu ŭ samu siabie!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Niemahčyma skapijavać tablicu ŭ samu siabie!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tablica %s była pieraniesienaja ŭ %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tablica %s była skapijavanaja ŭ %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tablica %s była pieraniesienaja ŭ %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tablica %s była skapijavanaja ŭ %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Pustaja nazva tablicy!" @@ -18637,7 +18630,7 @@ msgstr "U kanfihuracyi vyznačany niekarektny metad aŭtentyfikacyi:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -19126,7 +19119,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -19149,55 +19142,55 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Nazvy kalonak" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Niekarektny farmat CSV-dadzienych u radku %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, fuzzy, php-format #| msgid "Invalid field count in CSV input on line %d." msgid "Invalid column count in CSV input on line %d." msgstr "Niapravilnaja kolkaść paloŭ u CSV-dadzienych u radku %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Niedapuščalny paremetar dla impartu dadzienych u CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -20044,18 +20037,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "U vyhladzie PHP-kodu" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -20334,98 +20327,98 @@ msgstr "Niekarektnaje imia tablicy" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Ačyścić" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "General relation features" msgid "A date, supported range is %1$s to %2$s" msgstr "Mahčymaści asnoŭnych suviaziaŭ" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -20433,175 +20426,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "Pamyłka pierajmienavańnia tablicy %1$s u %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add %s field(s)" msgid "A polygon" msgstr "Dadać %s novyja pali" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Stvaryć novy indeks" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Log file count" msgctxt "spatial types" @@ -20652,6 +20645,14 @@ msgstr "Pamyłka ŭ ZIP-archivie:" msgid "No files found inside ZIP archive!" msgstr "Fajły ŭ ZIP-archivie nia znojdzienyja!" +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Na servery zapuščany Suhosin. Kali łaska, źviarniciesia da " +#~ "%sdakumentacyi%s dla atrymańnia apisańnia mahčymych prablemaŭ." + #~ msgid "Version information" #~ msgstr "Infarmacyja pra versiju" diff --git a/resources/po/ber.po b/resources/po/ber.po index f69c84f8ad..da0e564660 100644 --- a/resources/po/ber.po +++ b/resources/po/ber.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2020-08-16 22:12+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Berber %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3602,7 +3602,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3612,7 +3612,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3924,8 +3924,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3947,7 +3947,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3983,17 +3983,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4441,28 +4441,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5468,7 +5482,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5541,7 +5555,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6102,7 +6116,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6184,7 +6198,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6245,7 +6259,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6291,7 +6305,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6761,7 +6775,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6923,32 +6937,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8602,14 +8616,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8787,329 +8793,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9117,478 +9123,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9596,13 +9596,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9610,391 +9610,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10002,56 +10002,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10061,924 +10061,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11011,7 +11011,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11045,7 +11046,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11053,7 +11054,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11174,7 +11175,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11436,7 +11437,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11560,7 +11561,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11618,7 +11619,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11704,35 +11705,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11795,7 +11789,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13597,7 +13591,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14329,7 +14323,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14407,7 +14401,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14778,27 +14772,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15355,11 +15349,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15757,39 +15751,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15863,7 +15857,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16259,7 +16253,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16280,52 +16274,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17012,18 +17006,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17276,95 +17270,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17372,170 +17366,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/bg.po b/resources/po/bg.po index 7efe171917..4969189be6 100644 --- a/resources/po/bg.po +++ b/resources/po/bg.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-12-18 18:00+0000\n" "Last-Translator: Кирил Стоименов \n" "Language-Team: Bulgarian %s" msgstr "Записване на сървъра в папка %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Презаписване на съществуващите файл(ове)" @@ -3698,7 +3698,7 @@ msgstr "тази ще е" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Назад" @@ -3708,7 +3708,7 @@ msgstr "Назад" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Импорт" @@ -4037,8 +4037,8 @@ msgstr "SQL резултат" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "БД" @@ -4062,7 +4062,7 @@ msgid "Recent" msgstr "Скорошни" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Любими таблици" @@ -4103,17 +4103,17 @@ msgid "Features" msgstr "Свойства" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL заявки" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Панел за навигация" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Основен панел" @@ -4604,13 +4604,28 @@ msgstr "Проверка на правата над БД \"%s\"." msgid "Check privileges" msgstr "Проверка на правата" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Изпълнение на SQL заявка/заявки към БД %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Общо:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4618,17 +4633,17 @@ msgstr "" "Забележка: Разрешаването на статистика на БД може да коства много голям " "трафик между web сървъра и MySQL сървъра." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy msgid "Enable statistics" msgstr "Разрешаване на статистика" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Няма БД" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Потвърждение" @@ -5733,7 +5748,7 @@ msgid "Current server:" msgstr "Текущ сървър:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Сървъри" @@ -5812,7 +5827,7 @@ msgid "Test:" msgstr "Тест" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Сървър" @@ -6426,7 +6441,7 @@ msgstr "Показване формуляр" msgid "Show hidden messages" msgstr "Показване подсказка" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Тип удостоверяване" @@ -6511,7 +6526,7 @@ msgid "Detailed profile" msgstr "Файлове с данни" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy msgid "Order" msgstr "Друго" @@ -6578,7 +6593,7 @@ msgstr "Резултат от профилиране" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL заявката беше изпълнена успешно." @@ -6624,7 +6639,7 @@ msgstr "Разделител" msgid "Show this query here again" msgstr "Показване на заявката отново" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Запазване отворен прозореца за заявки" @@ -7124,7 +7139,7 @@ msgid "Delete the view (DROP)" msgstr "Изтриване на таблицата (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Структура на таблица" @@ -7306,32 +7321,32 @@ msgid "Index length" msgstr "Дължина ред" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Анализиране" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Проверка" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Оптимизиране" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Поправяне" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9109,14 +9124,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Виетнамски" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9301,19 +9308,19 @@ msgstr "и двете по-горе" msgid "neither of the above" msgstr "никое от горните" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Потребителите не могат да задават по-висока стойност" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Ако е включено, потребителят може да въведе произволен MySQL сървър във " "формата за удостоверяване с бисквитки." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9323,7 +9330,7 @@ msgstr "" "Достъпът до даден MySQL сървър се позволява, ако има съвпадение на IP адреса " "или името на хоста на MySQL сървъра към зададения Regex израз." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9333,7 +9340,7 @@ msgstr "" "зареди phpMyAdmin в рамка и възможна [strong]дупка в сигурността[/strong] " "може да позволи междурамкова скрипт атака - cross-frame scripting (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9341,41 +9348,41 @@ msgstr "" "Тайна фраза, използвана за криптиране на бисквитките при [kbd]cookie[/kbd] " "удоствоверяване." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Включване на компресия с bzip2 при внасяне." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9385,7 +9392,7 @@ msgstr "" "и VARCHAR:[kbd]input[/kbd] - позволява ограничаване по дължина, " "[kbd]textarea[/kbd] - позволява вмъкването на нови редове." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9393,7 +9400,7 @@ msgstr "" "Използване на удобен за потребителя редактор за писане на SQL заявките " "(CodeMirror) със синтактично оцветяване и номер на редовете." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9401,7 +9408,7 @@ msgstr "" "Търси грешки в заявката, преди изпълнение. Изисква CodeMirror да бъде " "активиран." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9409,7 +9416,7 @@ msgstr "" "Определя минималният размер на текстови полета, генерирани за CHAR и VARCHAR " "колони." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9417,7 +9424,7 @@ msgstr "" "Определя максималния размер на текстови полета, генерирани за CHAR и VARCHAR " "колони." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9425,7 +9432,7 @@ msgstr "" "Компресиране в gzip експортите в движение без нуждата от много памет; Ако " "срещнете проблеми със създадените gzip файлове, забраните тази функция." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9433,16 +9440,16 @@ msgstr "" "Дали да бъде показано предупреждение (\"Наистина ли искате…\"), когато сте " "на път да загубите данни." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" "Автоматично допълване на имена на таблици и имена на колони в SQL заявки." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9451,7 +9458,7 @@ msgstr "" "заменени, ако трансформацията се попълни на страницата на структурата на " "таблицата." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9459,7 +9466,7 @@ msgstr "" "Забранява възможността за избор на много таблици за едновременно извършване " "на профилактика като оптимизиране или поправка." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9467,12 +9474,12 @@ msgstr "" "Задайте брой секунди, за които скрипт може да върви ([kbd]0[/kbd] за без " "лимит)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Изключва се определението за текущия потребител" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9480,7 +9487,7 @@ msgstr "" "Сортиране на реда за елементи в падащия списък с чужд ключ; [kbd]съдържание[/" "kbd] са референтните данни, [kbd]id[/kbd] е стойността на ключа." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9488,7 +9495,7 @@ msgstr "" "Определете текста на заглавната лента на браузъра. Вижте " "[doc@faq6-27]документацията[/doc] за специални низове." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9496,7 +9503,7 @@ msgstr "" "Обърнете внимание, че phpMyAdmin е само потребителски интерфейс и неговите " "възможности не ограничават MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9504,7 +9511,7 @@ msgstr "" "Разширена конфигурация на сървъра, не променяйте тези настройки, освен ако " "знаете за какво са." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9514,7 +9521,7 @@ msgstr "" "до допълнителните функции, вижте в документацията [doc@linked-" "tables]phpMyAdmin конфигурация за съхранение[/doc]." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9522,117 +9529,117 @@ msgstr "" "Проследяване на промените, правени в БД. Изисква phpMyAdmin хранилище за " "конфигурация." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Персонализиране на преглеждането." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Персонализиране настройките по подразбиране." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Настройки за разработчици на phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Персонализиране на редактирането." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Персонализиране настройките по подразбиране на експорта." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Настройки, на някои често използвани опции." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Персонализиране настройките по подразбиране на импорта." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "Настройки на директориите за импорт и експорт, и на опциите за компресиране." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Опции за показване на БД." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Персонализиране изгледа на навигационния панел." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Персонализиране дървото за навигация." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Настройки за показване на списъка със сървъри." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Настройки за показването на таблиците." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Други настройки." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Настройки за удостоверяване." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Параметри за връзка със сървъра." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Персонализирайте връзките, показвани в полетата на SQL заявка." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Настройки на SQL заявките." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Персонализиране на началната страница." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Изберете кои детайли да се показват в структурата на базата данни (списък на " "таблиците)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Настройки за структурата на таблицата (списък на колоните)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Изберете поведението на разделите." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Персонализиране на текстовите полета." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Персонализиране настройките по подразбиране" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Скрива някои от предупрежденията, показвани от phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Активирайте gzip компресия за операции по импортиране и експортиране." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9640,14 +9647,14 @@ msgstr "" "Ако е разрешено, phpMyAdmin продължава да изпълнява съставните заявки, дори " "ако една от заявките не може да се изпълни." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9655,16 +9662,16 @@ msgstr "" "Формат по подразбиране; имайте предвид, че този списък зависи от " "местоположението (база данни, таблица) и само SQL е винаги наличен." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Актуализиране на данните при наличие на дублирани ключове при импортиране" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Брой заявки, които да бъдат пропуснати от началото." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9675,7 +9682,7 @@ msgstr "" "зададете това на FALSE, лесно можете да забравите да излезете от другите " "сървъри. (Когато сте свързани към няколко сървъра)." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9683,7 +9690,7 @@ msgstr "" "Определя дали да се припомни или не потребителското име от предишен вход в " "режим на удостоверяване с [kbd]бисквитки[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9695,11 +9702,11 @@ msgstr "" "съществуващата сесия и ще бъде изтрита веднага след като затворите прозореца " "на браузъра. Това се препоръчва за по-ненадеждни среди." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Максимален брой знаци, използвани при извеждането на SQL заявка." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9707,7 +9714,7 @@ msgstr "" "Броят на елементите, които могат да бъдат показани на всяка страница на " "първото ниво на навигационното дърво." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9715,7 +9722,7 @@ msgstr "" "Броят на елементите, които могат да бъдат показани на всяка страница на " "дървото за навигация." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9723,7 +9730,7 @@ msgstr "" "Брой редове, показвани при разглеждане на набор от резултати. Ако наборът от " "резултати съдържа повече редове, ще бъдат показани „Назад“ и „Напред“." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9731,23 +9738,23 @@ msgstr "" "Броят байтове, които скрипт може да заеме, напр. [kbd]32М[/kbd] ([kbd]-1[/" "kbd] - без ограничение и [kbd]0[/kbd] - без промяна)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "В навигационния панел замества дървото на базата данни със селектор" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Свързване с главния панел чрез оцветяване наа текущата база данни или " "таблица." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9755,71 +9762,71 @@ msgstr "" "Определя минималния брой елементи (таблици, изгледи, подпрограми или " "събития) за показване на филтър." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy msgid "Whether to expand single database in the navigation tree automatically." msgstr "Показване на скритото навигационно дърво." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Задайте на 0, за да свиете навигационния панел." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Лого в панела за навигация." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL адрес, към който ще сочи логото в навигационния панел." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Избор на сървъра в горната част на навигационния панел." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Ред, който разделя БД на различните нива на дървото." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Ред, разделящ таблици в отделни нива на дървото." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Оцветяване на сървъра под курсора на мишката." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Да се показват ли таблици под базата данни в навигационното дърво" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Да се показват ли изгледи под базата данни в навигационното дърво" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Да се показват ли събития под базата данни в навигационното дърво" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 #, fuzzy msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -9828,7 +9835,7 @@ msgstr "" "[kbd]ИНТЕЛИГЕНТНО[/kbd] - т.е. низходящ ред за колони тип TIME, DATE, " "DATETIME и TIMESTAMP, иначе възходящ ред" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 #, fuzzy msgid "" "Disable the default warning that is displayed on the database details " @@ -9837,7 +9844,7 @@ msgid "" msgstr "" "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 #, fuzzy msgid "" "Disable the default warning that is displayed on the Structure page if " @@ -9845,36 +9852,36 @@ msgid "" msgstr "" "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9882,7 +9889,7 @@ msgstr "" "Специален MySQL потребител с ограничени права, за още информация вижте " "[doc@linked-tables]документацията[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 #, fuzzy msgid "" "An alternate host to hold the configuration storage; leave blank to use the " @@ -9891,7 +9898,7 @@ msgstr "" "Алтернативен хост, на който има хранилище с конфигурация; оставете празно, " "за да използвате вече дефиниран хост" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 #, fuzzy msgid "" "An alternate port to connect to the host that holds the configuration " @@ -9901,7 +9908,7 @@ msgstr "" "Алтернативен хост, на който има хранилище с конфигурация; оставете празно, " "за да използвате вече дефиниран хост" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" @@ -9912,91 +9919,91 @@ msgstr "" "bugs/2606/]системата за проследяване на дефекти на PMA[/a] и [a@https://bugs." "mysql.com/19588]дефекти на MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "За пример вижте [doc@authentication-modes]видове удостоверяване[/doc]." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10004,7 +10011,7 @@ msgstr "" "Дали израз DROP DATABASE IF EXISTS да бъде добавян като първи ред в дневника " "при създаване на БД." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10012,7 +10019,7 @@ msgstr "" "Дали израз DROP TABLE IF EXISTS да бъде добавян като първи ред в дневника " "при създаване на таблица." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10020,49 +10027,49 @@ msgstr "" "Дали израз DROP VIEW IF EXISTS да бъде добавян като първи ред в дневника при " "създаване на изглед." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10070,76 +10077,76 @@ msgstr "" "Разбираемо за потребителя описание на този сървър. Ако е празно ще бъде " "показан хоста." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy msgid "Leave blank if not used." msgstr "Оставете празно, ако не се използва" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy msgid "Leave blank for defaults." msgstr "Оставете празно, за стойности по подразбиране" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy msgid "Authentication method to use." msgstr "Метод за удостоверяване" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy msgid "Compress connection to MySQL server." msgstr "Компресиране връзката към MySQL сървър" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 #, fuzzy msgid "Hide databases matching regular expression (PCRE)." msgstr "Скриване БД, съответстващи на регулярен израз (PCRE)" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 #, fuzzy msgid "Leave empty if not using config auth." msgstr "Оставете празно, ако не използвате удостоверяване от настройките" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 #, fuzzy msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Порт, на който MySQL сървърът слуша, оставете празно за този по подразбиране" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 #, fuzzy msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Сокет, на които MySQL сървърът слуша, оставете празно за този по подразбиране" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Разрешаване на SSL връзка към MySQL сървър" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 #, fuzzy msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Показване или скриване на колона с времево клеймо на създаването за всички " "таблици" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 #, fuzzy msgid "" "Show or hide a column displaying the Last update timestamp for all tables." @@ -10147,7 +10154,7 @@ msgstr "" "Показване или скриване на колона с времево клеймо на последната промяна за " "всички таблици" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 #, fuzzy msgid "" "Show or hide a column displaying the Last check timestamp for all tables." @@ -10155,7 +10162,7 @@ msgstr "" "Показване или скриване на колона с времево клеймо на последната проверка за " "всички таблици" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 #, fuzzy msgid "" "Defines whether or not type fields should be initially displayed in edit/" @@ -10164,7 +10171,7 @@ msgstr "" "Определя дали първоначално да бъдат показани типовете на полетата при " "редакция/вмъкване" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" @@ -10173,63 +10180,55 @@ msgstr "" "Показва връзка към изхода на [a@https://www.php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 #, fuzzy msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Дали на потребителя да бъде показван бутон \"показване всички\"" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 #, fuzzy msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Показване или скриване на колона с времево клеймо на създаването за всички " "таблици" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 #, fuzzy msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Показване или скриване на колона с времево клеймо на създаването за всички " "таблици" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 #, fuzzy msgid "Display the function fields in edit/insert mode." msgstr "Показване на поле с функциите при редакция/вмъкване" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 #, fuzzy msgid "Whether to show hint or not." msgstr "Дали да бъде показвана подсказка" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 #, fuzzy msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Определя дали SQL заявките, генерирани от phpMyAdmin да бъдат показвани" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Разрешаване показването на статистика за таблици и БД (напр. заемано " "пространство)" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -#, fuzzy -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy msgid "" "Disable the default warning that is displayed on the main page if the value " @@ -10238,19 +10237,19 @@ msgid "" msgstr "" "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10258,13 +10257,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10272,20 +10271,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " @@ -10294,401 +10293,401 @@ msgstr "" "%sСъздаване%s на липсващите таблици за съхранение на конфигурация на " "phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Маркиране избраните редове." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Маркиране редовете, посочени с мишка." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Брой колони за CHAR/VARCHAR текстови полета." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Брой редове за CHAR/VARCHAR текстови полета." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Регистриране на SQL заявките и тяхното време за изпълнение за да се покажат " "в конзолата" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Показваният подпрозорец при отваряне на БД." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Показваният подпрозорец при отваряне на сървър." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Показваният подпрозорец при отваряне на таблица." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Скриване на действията за промяна на структурата." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Да се показват коментарите на колони при представяне структурата на таблицата" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Показване сървърите като списък вместо падащо меню." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Да се ползва падащият списък при малко елементи." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Стойностти по подразбиране за проверките на чужди ключове за някои заявки." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Махнете отметката за да позволите импорт чрез провлачване с мишката" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Брой редове, които могат да бъдат вмъкнати наведнъж." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Максимален брой знаци, показвани в произволна нечислова колона в изгледа за " "преглед." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Определете колко дълго (в секунди) е валидна бисквитката за вход." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Двоен размер на текстовите полета за LONGTEXT колони ." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Максимален брой бази данни показвани в списъка." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Максимален брой таблици, показани в списъка на таблиците." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Максимален брой скоро отваряни таблици; 0 за изключване." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Максимален брой скоро отваряни таблици; 0 за забрана" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 #, fuzzy msgid "These are Edit, Copy and Delete links." msgstr "Това са връзките Редакция, Копиране и Изтриване" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy msgid "Disable shortcut keys" msgstr "Забрана на проверките за външен ключ" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 #, fuzzy msgid "Use natural order for sorting table and database names." msgstr "Използване естествен ред за сортиране на имена на таблици и БД" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 #, fuzzy msgid "Use only icons, only text or both." msgstr "Използване само пиктограми, само текст или и двете" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 #, fuzzy msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Използване GZip буфериране за увеличаване скоростта на HTTP трансфери" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy msgid "Use persistent connections to MySQL databases." msgstr "Използване на постоянни връзки към MySQL БД" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy msgid "How many queries are kept in history." msgstr "Колко заявки да се съхраняват в историята" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 #, fuzzy msgid "When browsing tables, the sorting of each table is remembered." msgstr "При преглед на таблици, сортирането на всяка да бъде запомнено" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Настройки показване сървъри" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy msgid "Directory where exports can be saved on server." msgstr "Папка на сървъра, в която експортите да бъдат записвани" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 #, fuzzy msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Определя дали прозорецът със заявката да остане екрана след изпращането му" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 #, fuzzy msgid "Title of browser window when a database is selected." msgstr "Заглавие на прозореца на браузъра, когато е избрана БД" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 #, fuzzy msgid "Title of browser window when nothing is selected." msgstr "Заглавие на прозореца на браузъра, когато не е избрано нищо" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 #, fuzzy msgid "Title of browser window when a server is selected." msgstr "Заглавие на прозореца на браузъра, когато е избран сървър" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 #, fuzzy msgid "Title of browser window when a table is selected." msgstr "Заглавие на прозореца на браузъра, когато е избрана таблица" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 #, fuzzy msgid "Directory on server where you can upload files for import." msgstr "" "Папка на сървъра, в която можете да качвате файлове, за да бъдат импортирани" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 #, fuzzy msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Позволява проверка за обновления на страницата на phpMyAdmin" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy msgid "Enable ZIP compression for import and export operations." msgstr "" "Включване на [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] компресия при " "импорт и експорт" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Разрешено включване към произволен MySQL сървър" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Ограничаване на влизането в MySQL сървър" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Позволяване на вграждане в трети сайтове" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Показване връзката \"Изтриване БД\" на обикновени потребители" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Тайна Blowfish фраза" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Маркер на ред" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Маркиране на показалеца" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Редакция на CHAR колони" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Включване на CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Включване на Linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Минимален размер на текстово поле" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Максимален размер на текстовите полета" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Колони за CHAR текство поле" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Редове за CHAR текство поле" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Проверка на правата върху конфигурационния файл" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Компресиране в движение" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Потвърждаване DROP заявки" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Размер на хартията" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Подпрозорец по подразбиране за БД" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Подпрозорец по подразбиране за сървъри" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Подпрозорец по подразбиране за таблици" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Включване на автоматично допълване на имена на таблици и колони" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Показване на коментари към таблицата" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Скриване на действията за промяна на структурата" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Трансформации по подразбиране за Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Трансформации по подразбиране за Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Трансформации по подразбиране за Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Трансформации по подразбиране за External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Трансформации по подразбиране за PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Трансформации по подразбиране за DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Трансформации по подразбиране за Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Трансформации по подразбиране за TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Трансформации по подразбиране за TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Показване на сървърите в списък" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Забрана на избора на много таблици за профилактика" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Максимално време за изпълнение" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Изпращане" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Знаков набор на файла" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Компресия" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10696,56 +10695,56 @@ msgstr "Компресия" msgid "Put columns names in the first row" msgstr "Поставяне имената на полетата в първи ред" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Колоните са оградени от" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Колоните са избегнати с" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Замяна NULL с" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Премахване CRLF знаци от колони" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Колоните завършват с" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Редовете завършват с" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel версия" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Шаблон за име на БД" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Шаблон за име на сървър" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Шаблон за име на таблица" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10755,84 +10754,84 @@ msgstr "Шаблон за име на таблица" msgid "Dump table" msgstr "Схема на таблица" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Включване на заглавие на таблицата" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Заглавие на таблицата" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Продължение на заглавието на таблицата" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Етикет на ключа" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy msgid "Relationships" msgstr "Релации" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Метод за експортиране" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Запазване на сървъра" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Експортиране като отделни файлове" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Запомняне на шаблона за име на файл" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Ограждане на имената на таблици и полета с обратни апострофи" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Режим на съвместимост на SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Създаване/Обновяване/Проверка на дати" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Използване на отложени вмъквания" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Забрана на проверките за външен ключ" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Експортиране на изгледи (views) като таблици" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Експортиране на свързани метаданни от конфигурацията за съхранение на " "phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Използване на шестнадесетични стойности за BINARY и BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10840,875 +10839,875 @@ msgstr "" "Добавяне на IF NOT EXISTS (при създаването на таблицата ще се генерират по-" "малко ефективни като индекси)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s изглед" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Използване на INSERT IGNORE" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Използван синтаксис при вмъкване на данни" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Максимална дължина на създадената заявка" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Тип експорт" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Изолиране на експорта в транзакция" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Експортиране на време в UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "външен ключ" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "външен ключ" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Проверки на външен ключ" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Преглеждане" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Разработчик" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Редактиране" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Настройки по подразбиране на експорта" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Общи" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Настройки по подразбиране на импорта" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Импорт / експорт" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Дърво за навигация" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Други основни настройки" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Заглавие в браузъра" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Сигурност" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Основни настройки" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Удостоверяване" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Сървърна конфигурация" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Хранилище за конфигурация" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Следене за промени" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL прозорец за заявки" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Начало" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "БД структура" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Подпрозорци" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Показване схема на релациите" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Текстови полета" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! текст" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Предупреждения" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Допълнителни параметри за iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Игнориране на грешките при съставните заявки" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Активира импортирането с плъзгане и пускане" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Частичен импорт: позволява прекъсване" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" "Да не се прекъсва операцията при възникване на грешка по време на INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Добавяне на ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Формат на импортирания файл" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Използване на ключовата дума LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Имена на колони в първи ред" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Празните редове да не бъдат импортирани" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Импортиране на валути ($5.00 към 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Импортиране процентите като десетични числа (12.00% към .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Частично импортиране: пропускане на заявки" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Да не се използва AUTO_INCREMENT за нулеви стойности" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Четене като многобайтови" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Първоначално състояние за плъзгачите" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Броят добавени редове" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Ограничаване знаците в колона" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Изтриване всички бисквитки при изход" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Запомняне потребителското име" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Съхраняване на бисквитки за вход" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Валидност на бисквитката за вход" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "По-голямо текстово поле за LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Максимална дължина на показване на SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Максимален брой бази данни" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Максимален брой елементи на първо ниво" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Максимален брой елементи в клон" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Максимален брой редове за показване" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Максимален брой таблици" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Ограничение на паметта" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Представяне на навигацията в БД като дърво" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Ширина на навигационния панел" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Свързване с главния панел" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Показване лого" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Връзка на логото" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Цел за връзката на логото" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Показване избора на сървъра" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Цел на пиктограмата за бърз достъп" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Цел на втората икона за бърз достъп" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Минимален брой елементи за показване на филтър" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Разделител на дървото на БД" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Разделител на дървото на таблици" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Максимална дълбочина на дървото на таблиците" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Включване синтактичното оцветяване" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Разрешаване разширяването дървото за навигация" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Показване на таблиците в дървото" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy msgid "Show views in tree" msgstr "Показване на версиите" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy msgid "Show functions in tree" msgstr "Показване поле с функциите" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy msgid "Show procedures in tree" msgstr "MySQL процеси" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy msgid "Show events in tree" msgstr "Показване на версиите" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Копиране БД" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Последно отваряни таблици" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Къде да бъдат показани връзките в ред от таблица" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Естествен ред" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy msgid "Table navigation bar" msgstr "Заглавие на таблицата" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip буфериране" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ред за сортиране по подразбиране" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Постоянни връзки" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Липсват таблици от хранилището за конфигурация на phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 #, fuzzy msgid "How to display the menu tabs" msgstr "Разрешаване показването на всички редове" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Защитаване на двоичните колони" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Постоянна история на заявките" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Дължина на историята на заявки" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Запомняне сортирането на таблици" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy msgid "Primary key default sort order" msgstr "Ред за сортиране по подразбиране" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Повтаряне на заглавката" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy msgid "Relational display" msgstr "Релационна схема" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Разрешаване вход без парола" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Разрешаване вход с потребител root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy msgid "Session timezone" msgstr "Сесийна стойност" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Таблица за белязки" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Компресиране връзката" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Парола на контролен потребител" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Контролен потребител" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Контролен хост" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy msgid "Control port" msgstr "Контролен хост" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Забрана използването на INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Скриване БД" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Адрес за изход" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy msgid "Export templates table" msgstr "Експортиране на редове от таблица \"%s\"" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy msgid "Central columns table" msgstr "Колони в текство поле" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Показване само на изброените БД" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Парола за удостоверяване от настройките" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Порт на сървъра" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Последно отваряна таблица" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy msgid "Favorites table" msgstr "Променливи" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Таблица за връзка" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Сокет на сървъра" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Използване SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Показване таблицата с колоните" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Таблица с визуалните настройки" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Добавяне DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Добавяне DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Изрази, които да бъдат проследявани" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Автоматично създаване на версии" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Таблица за съхранение на потребителските предпочитания" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy msgid "Users table" msgstr "Използване таблиците" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy msgid "User groups table" msgstr "От таблица Host" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Описателно име на този сървър" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Разрешаване показването на всички редове" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Показване формуляр за смяна на парола" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Показване формуляр за създаване на БД" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy msgid "Show table comments" msgstr "Коментари към таблицата" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy msgid "Show creation timestamp" msgstr "Показване времево клеймо на създаването" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy msgid "Show last update timestamp" msgstr "Показване времево клеймо на последната промяна" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy msgid "Show last check timestamp" msgstr "Показване времево клеймо на последната проверка" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy msgid "Show table charset" msgstr "Коментари към таблицата" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Показване типовете полета" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Показване поле с функциите" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Показване подсказка" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Показване връзка към phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Показва подробна информация за MySQL сървъра" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Показване на SQL заявките" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Показване статистика" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Пропускане заключени таблици" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Обяснение на SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Създаване на PHP код" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy msgid "Login cookie validity warning" msgstr "Валидност на бисквитката за вход" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Колони в текство поле" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Реда в текстово поле" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Заглавие по подразбиране" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Папка за качване на файлове" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Проверка за обновления" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "Потребителско име" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy msgid "Proxy password" msgstr "Парола" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "Порт на сървъра" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "Изпълнени заявки" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy msgid "Enable Zero Configuration mode" msgstr "Сървърна конфигурация" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy msgid "Console height" msgstr "Конзола" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy msgid "Console mode" msgstr "Конзола" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Подредени по" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Колация на връзката към сървъра" @@ -11741,7 +11740,8 @@ msgstr "Компресираният импорт не работи, порад msgid "Compressed export will not work due to missing function %s." msgstr "Компресираният експорт не работи, поради липсваща функционалност %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "най-много %s" @@ -11775,7 +11775,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy msgid "OpenDocument Spreadsheet" msgstr "Open Document Spreadsheet" @@ -11785,7 +11785,7 @@ msgstr "Open Document Spreadsheet" msgid "OpenDocument Text" msgstr "Open Document Text" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV с LOAD DATA" @@ -11915,7 +11915,7 @@ msgstr "" "%1$sGzip архивирането и разархивирането%2$s изискват функции (%3$s), които " "не са достъпни на тази система." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Сървър %d" @@ -12192,7 +12192,7 @@ msgstr "Няма събитие с име %1$s в БД %2$s" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Приставките за експортиране не могат да бъдат заредени, моля проверете " @@ -12321,7 +12321,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12384,7 +12384,7 @@ msgstr "Ако срещате каквито и да е проблеми, док msgid "You may want to refresh the page." msgstr "Препоръчва се да презаредите страницата." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Типът е неправилен!" @@ -12488,30 +12488,21 @@ msgstr "" "на сървъра Ви е компрометирана, защото неоторозирани лица могат да свалят " "конфигурационните Ви файлове." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Сървърът е с кръпка Suhosin. Прочетете %sдокументацията%s за възможни " -"проблеми." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12521,7 +12512,7 @@ msgstr "" "символен набор. Без това разширение phpMyAdmin не може да разделя правилно " "низове и това може да доведе до неочаквани резултати." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12598,7 +12589,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" заявката е забранена." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14548,7 +14539,7 @@ msgid "No such column" msgstr "Преместване колона" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Низ" @@ -15301,7 +15292,7 @@ msgstr "Грешни данни" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Отметката %s беше създадена." @@ -15382,7 +15373,7 @@ msgstr "Има твърде много JOIN без индекси." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL върна празен резултат (т.е. нула редове)." @@ -15779,27 +15770,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Редът беше изтрит." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Заявката отне %01.4f секунди." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Показване на редове %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s общо, %2$s в заявка" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s общо" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Връзката не е намерена!" @@ -16380,11 +16371,11 @@ msgstr "" msgid "web server upload directory:" msgstr "директория за качване на уеб сървър:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Показване на SQL заявкa" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16800,40 +16791,40 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "Затваряне" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Не може да се премести таблицата към себе си!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Не може да се копира таблицата към себе си!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Таблицата %s беше преместена към %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Таблица %s беше копирана в %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Таблицата %s беше преместена към %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Таблица %s беше копирана в %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Името на таблицата е празно!" @@ -16914,7 +16905,7 @@ msgstr "Невалиден метод за удостоверяване в ко msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Колоните са разделени с:" @@ -17341,7 +17332,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17364,52 +17355,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Имена на колони:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18165,11 +18156,11 @@ msgstr "Няма по-нова стабилна версия" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Показване като PHP-код" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18178,7 +18169,7 @@ msgstr "" "Тази таблица не съдържа уникална колона. Редактирането на мрежа, поставянето " "на отметки, функциите редактиране, копиране и изтриване не са достъпни. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18440,26 +18431,26 @@ msgstr "Трябва да зададете валидно име на табли msgid "You must provide a trigger definition." msgstr "Трябва да дадете дефиниция на тригера." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Изчистване" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "не съществува" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1-байт цяло число, подписано обхват е -128 до 127, неподписан обхват е от 0 " "до 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18467,7 +18458,7 @@ msgstr "" "2-байт цяло число, подписано обхват е -32,768 до 32,767, неподписан обхват " "от 0 до 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18475,7 +18466,7 @@ msgstr "" "3-байт цяло число, подписано обхват е -8,388,608 до 8,388,607, неподписан " "обхват е от 0 до 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18483,64 +18474,64 @@ msgstr "" "Едно цяло число от 4 байта, подписано в обхвата, е -2,147,483,648 до " "2,147,483,647, неподписан обхват е от 0 до 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Дата, поддържан диапазон е %1$s до %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Комбинация от дата и час, поддържаният диапазон е %1$s до %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18548,92 +18539,92 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Време, диапазонът е %1$s до %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18641,80 +18632,80 @@ msgstr "" "Изброяване, избор от списък с до 65535 стойности или специалната стойност за " "грешка ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Единична стойност, избрана от списък с до 64 възможни" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Тип, който може да съхранява геометрия от всякакъв вид" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Точка в 2-мерното пространство" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Крива с линейна интерполация между точки" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Многоъгълник" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Набор от точки" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Колекция от криви с линейна интерполация между точки" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Набор от многоъгълници" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Набор от геометрични обекти от всякакъв вид" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Съхранява универсално уникален идентификатор (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Цифров" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Дата и час" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Пространствен" @@ -18759,6 +18750,21 @@ msgstr "Грешка в ZIP архива:" msgid "No files found inside ZIP archive!" msgstr "Не са открити файлове в ZIP архива!" +#, fuzzy +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Скрива предупреждението за липсващ mcrypt при удостоверяване с бисквитки" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Сървърът е с кръпка Suhosin. Прочетете %sдокументацията%s за възможни " +#~ "проблеми." + #~ msgid "Version information" #~ msgstr "Весия" diff --git a/resources/po/bn.po b/resources/po/bn.po index 9a3c714733..a3a8ca0522 100644 --- a/resources/po/bn.po +++ b/resources/po/bn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Bengali %s" msgstr "সার্ভারের %s ডিরেক্টরিতে রাখ" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "পূর্বের ফাইলটিতে রাখ" @@ -4010,7 +4010,7 @@ msgstr "ইহা নাও" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "পিছনে" @@ -4020,7 +4020,7 @@ msgstr "পিছনে" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "আমদানি" @@ -4402,8 +4402,8 @@ msgstr "স্তুপকৃত এসকিউএল" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "ডাটাবেইজ" @@ -4429,7 +4429,7 @@ msgid "Recent" msgstr "পূর্বাবস্থায়" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4477,17 +4477,17 @@ msgid "Features" msgstr "বিষয়াদি" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL অনুসন্ধান" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "চলাচলের ফ্রেম" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "প্রধান ফ্রেম" @@ -5019,13 +5019,28 @@ msgstr "ডাটাবেইজের অধিকার পরীক্ষা msgid "Check privileges" msgstr "অধিকারসমূহ পরীক্ষা" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "ডাটাবেইজ %s এ SQL অনুসন্ধান/অনুসন্ধানসমূহ চালাও" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "এসকিউএল" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "মোট:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5033,18 +5048,18 @@ msgstr "" "টিকা: ডাটাবেইজের পরিসংখ্যান কার্যকর করলে ওয়েব সার্ভার এবং মাইএসকিউল সার্ভারের " "কাজের পরিমান বেড়ে যাবে।" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "পরিসংখ্যান কার্যকর" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "কোন ডাটাবেইজ নাই" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "নিশ্চিত" @@ -6220,7 +6235,7 @@ msgid "Current server:" msgstr "বর্তমান সার্ভার:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "সার্ভার" @@ -6311,7 +6326,7 @@ msgid "Test:" msgstr "টেষ্ট" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "সার্ভার" @@ -6950,7 +6965,7 @@ msgstr "ফর্ম দেখাও" msgid "Show hidden messages" msgstr "গোপন জিনিস দেখাও" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "প্রমাণীকরণের ধরন" @@ -7036,7 +7051,7 @@ msgid "Detailed profile" msgstr "বিশদ রূপরেখা" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "বিন্যাস" @@ -7099,7 +7114,7 @@ msgstr "প্রোফাইলিং এর ফলাফল" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "আপনার SQL অনুসন্ধানটি সফলভাবে কাজ করেছে." @@ -7147,7 +7162,7 @@ msgstr "সীমিত করন" msgid "Show this query here again" msgstr "এই অনুসন্ধানটি আবার দেখাও" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "অনুসন্ধান বক্সটি রাখ" @@ -7674,7 +7689,7 @@ msgid "Delete the view (DROP)" msgstr "ভিউটি মুছ (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "টেবলের জন্য টেবলের গঠন" @@ -7881,32 +7896,32 @@ msgid "Index length" msgstr "রো'র দৈর্ঘ্য" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "নিরীক্ষা" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "পরীক্ষা" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "অপটিমাইজ" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "পুননির্মাণ" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "মেরামত" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9785,14 +9800,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "ফাইলের নাম" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "এসকিউএল" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9994,40 +10001,40 @@ msgstr "উপরের দুটিই" msgid "neither of the above" msgstr "উপরের কোনটি নয়" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "ব্যবহারকারী উচ্চতর মান নির্ধারন করতে পারবে না" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "কার্যকর করা হলে ব্যবহারকারীরা লগইন র্ফমে যে কোন MySQL server দিতে পারবে কুকি " "প্রমাণীকরণের জন্য।" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" "[kbd]cookie[/kbd] প্রমাণীকরণে গোপন passphrase এর মাধ্যমে কুকি এনক্রীপট করা হয়।" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -10037,37 +10044,37 @@ msgstr "" "[a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] সংকোচন আমদানির জন্য কার্যকর " "করুন।" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -10077,7 +10084,7 @@ msgstr "" "[kbd]input[/kbd] ইনপুটের দৈর্ঘ সীমিত করবে, [kbd]textarea[/kbd] স্তম্ভের নতুন লাইন " "যোগ করবে।" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 #, fuzzy #| msgid "" #| "Use user-friendly editor for editing SQL queries ([a@https://codemirror." @@ -10089,25 +10096,25 @@ msgstr "" "SQL অনুসন্ধান সম্পাদনার জন্য ব্যবহারকারীর জন্য সহজ সফটওয়ার ব্যবহার করুন ([a@https://" "codemirror.net/]CodeMirror[/a]), লাইন চিহ্নিতকরন এবং লাইন নাম্বার সহ।" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "প্রস্তুতকৃত CHAR and VARCHAR স্তম্ভের ইনপুট ক্ষেত্রের সর্বনিন্ম আকার নির্ধারন করুন।" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "প্রস্তুতকৃত CHAR এবং VARCHAR ইনপুট ক্ষেত্রের সর্বোচ্চ আকার নির্ধারণ করুন।" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -10115,7 +10122,7 @@ msgstr "" "কাজের মধ্যই gzip সংকুচিত ফাইল রফতানী যা বেশী মেমোরী ব্যবহার করে না; যদি প্রস্তুতকৃত " "gzip ফাইল ঠিকমত কাজ না করে তবে ইহা অকার্যকর করুন।" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -10123,23 +10130,23 @@ msgstr "" "আপনি যখন তথ্য নষ্ট করতে বা হারাতে যাচ্ছেন তখন একটি সর্তক বার্তা (\"আপনি কি সম্পূর্ন " "নিশ্চিত…\")দেখাবে।" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "টেবিল এবং স্তম্ভের নাম backquotes দ্বারা আবদ্ধ কর।" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -10147,18 +10154,18 @@ msgstr "" "টেবল রক্ষণাবেক্ষনের কাজগুলো অকার্যকর কর, যেমন ডাটাবেইজের নির্বাচিত টেবলগুলো " "অপটিমাইজ বা মেরামত করা।" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "একটি স্ক্রীপট চলার সময় (সেকেন্ডে)নির্ধারন করুন ([kbd]০[/kbd] সীমাহীন)।" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -10166,7 +10173,7 @@ msgstr "" "ফরেন কী ড্রপডাউনের বিষয়গুলো গুছানোর পদ্ধতি [kbd]content[/kbd] হলো তথ্য এবং " "[kbd]id[/kbd] কী মান।" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -10179,7 +10186,7 @@ msgstr "" "ব্রাউজারের শিরোনামের লেখাটি দিন। বিশেষ মান নেওয়ার জন্য কি ব্যবহার করতে হবে " "জানার জন্য [doc@cfg_TitleTable]documentation[/doc] দেখুন।" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10187,13 +10194,13 @@ msgstr "" "মনে রাখবেন phpMyAdmin শুধুই একটি ব্যবহারকারীর সঙ্গে সংযোগ উপায় এবং এটি কোনভাবেই " "MySQL এর বিষয়াদি নির্দিষ্ট করে না।" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "উন্নত সার্ভার কনফিগারেশন, এগুলো কি তা না জেনে পরিবর্তন করবেন না।" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10202,119 +10209,119 @@ msgstr "" "অন্যান্য অতিরিক্ত সুবিধাদির জন্য phpMyAdmin কনফিগারেশন মজুদ ব্যবস্থা কনফিগার করন, " "সহায়িকার [doc@linked-tables]phpMyAdmin configuration storage[/doc]দেখুন।" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "ডাটাবেইজের পরিবর্তন ট্রেকিং করার জন্য phpMyAdmin কনফিগারেশন মজুদ ব্যবস্থা প্রয়োজন।" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "ব্রাউজ পদ্ধতি পরিবর্তন।" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "স্বাভাবিক অপশনগুলো পরিবর্তন।" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin উন্নয়নকারীদের জন্য সেটিংস।" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "সম্পাদনা পদ্ধতি পরিবর্তন।" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "স্বাভাবিক রফতানী অপশনগুলো পরিবর্তন।" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "কিছু সাধারনভাবে ব্যবহৃত অপশন নির্ধারন করুন।" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "স্বাভাবিক প্রচলিত আমদানি অপশন পরিবর্তন।" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "আমদানি এবং রফতানী ডিরেক্টরি এবং সংকোচন নির্ধারন করুন।" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "ডাটাবেইজ দেখার অপশন।" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "চলাচলের ফ্রেম দেখার বিষয়গুলো পরিবর্তন।" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "চলাচলের ফ্রেম পরিবর্তন" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "সার্ভারের প্রর্দশন অপশনগুলো।" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "টেবল প্রর্দশনের অপশনগুলো।" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "যে সেটিংগুলো অন্য কোথাও খাপ খায় না।" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "প্রমানীকরণ সেটিংস।" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "সার্ভার সংযোগের তথ্যগুলো দিন।" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "পরিবর্তিত সংযোগগুলো SQL অনুসন্ধান বক্সে দেখাচ্ছে।" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL অনুসন্ধান সেটিংস।" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "প্রথম পাতাটি পরিবর্তন কর।" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "ডাটাবেইজ গঠনের সাথে বিশদ কি দেখাবে তা পছন্দ করুন (টেবলের তালিকা)।" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "টেবল গঠনের সেটিংস (স্তম্ভের তালিকা)।" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "ট্যাবগুলো কিভাবে কাজ করবে পছন্দ করুন।" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "অক্ষর দেওয়ার ক্ষেত্রটি পরিবর্তন করুন।" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "স্বাভাবিক অপশনগুলো পরিবর্তন" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin এর দেখানো কিছু সতর্কবার্তা অকার্যকর কর।" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10324,7 +10331,7 @@ msgstr "" "আমদানি রফতানীর জন্য [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] সংকুচন " "কার্যকর কর।" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10332,7 +10339,7 @@ msgstr "" "যদি কার্যকর করা হয় phpMyAdmin multiple-statement অনুসন্ধানগুলো গননা করবে যদি কোন " "একটি অনুসন্ধান ব্যার্থও হয়।" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10341,7 +10348,7 @@ msgstr "" "নিধারিত শেষ হয়ে এলে আমদানি বন্ধ করার অনুমোদন। এটা বড় ফাইল আমদানির একটি ভাল " "উপায়, যদিও এটি কাজ বন্ধ রাখতে পারে।" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10349,15 +10356,15 @@ msgstr "" "স্বাভাবিক গঠন: মনে রাখবেন এই তালিকাটি স্থানের উপর নির্ভরশীল (ডাটাবেইজ,টেবল)) " "এবং শুধু SQL কার্যকর।" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "আরম্ভ থেকে এড়িয়ে যাওয়ার অনুসন্ধানের সংখ্যা।" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10368,7 +10375,7 @@ msgstr "" "অনেকগুলো সার্ভারে সংযুক্ত থাকে তখন অন্যান্য সার্ভার থেকে লগাউট হতে ভুলে যাওয়া সহজ " "হতে পারে।" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -10379,7 +10386,7 @@ msgid "" msgstr "" "নির্ধারন করুন পূর্বের লগইন পুনরায় ব্যবহার করা হবে অথবা কুকিহীন প্রমাণীকরণ পদ্ধতি।" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10390,11 +10397,11 @@ msgstr "" "স্বাভাবিকভাবে ০ যার মানে হলো এটা শুধুমাত্র বর্তমান সেশসনের জন্য, এবং ব্রাউজার বন্ধ " "করা হলে এটা মুছে ফেলা হবে। অবিশ্বস্ত পরিবেশের জন্য এটা উপযোগী।" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL অনুসন্ধান দেখানোর জন্য সর্বোচ্চ সংখ্যক বর্ণের সংখ্যা।" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -10404,13 +10411,13 @@ msgid "" "the navigation tree." msgstr "চলাচলের ট্রির প্রতি পাতায় কতগুলো জিনিস দেখাবে।" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "চলাচলের ট্রির প্রতি পাতায় কতগুলো জিনিস দেখাবে।" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10418,7 +10425,7 @@ msgstr "" "ব্রাউজিংয়ের সময় প্রর্দশিত ফলাফলে রো'র সংখ্যা। এতে যদি অনেক বেশী রো থাকে " "\"পূর্ববর্তী \" এবং \"পরবর্তী\" দেখাবে।" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10430,15 +10437,15 @@ msgstr "" "একটি স্ক্রীপটের জন্য নির্ধারিত বাইটের সংখ্যা যেমন [kbd]৩২মে[/kbd] ([kbd]০[/" "kbd]কোন সীমা নির্দষ্ট না করার জন্য।" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10446,13 +10453,13 @@ msgstr "" "সংযুক্ত পাতাটি একটি নতুন উইন্ডোতে ([code]new[/code]) খোল বা প্রধান উইন্ডোটিতে " "([code]main[/code]) খোল।" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "টেবল ফিল্টার বক্সে প্রদর্শনের জন্য নুন্যতম সংখ্যা।" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -10462,74 +10469,74 @@ msgid "" "the Databases and Tables tabs above)." msgstr "চলাচলের ট্রিতে বিষযগুলো দলবদ্ধ কর।" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to expand single database in the navigation tree automatically." msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "চলাচল ফ্রেইমে লোগো দেখাও।" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "চলাচল ফ্রেইমে লোগো দেখাও।" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "চলাচলের ফ্রেইমে যেখানে লোগোটি থাকবে তার URL।" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "পছন্দের সার্ভারটি উপরের বামদিকের কোণার ফ্রেইমে দেখাও।" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "বিভিন্ন পর্যায়ে ডাটাবেইজ ট্রি পৃথককারী ট্রিং।" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "বর্ণ যার দ্বারা টেবলগুলো ট্রি'র বিভিন্ন ক্ষেত্রে পৃথক হবে।" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "মাউস কার্সরের নীচে সার্ভার চিহ্নিত কর।" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show tables under database in the navigation tree" msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show views under database in the navigation tree" msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show events under database in the navigation tree" msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10537,7 +10544,7 @@ msgstr "" "[kbd]দক্ষ[/kbd]- যেমন স্তম্ভ যদি সময়,দিন, দিনসময়্ এবং সময়কাল হয় তবে অধমূখী অন্যথায় " "উর্দ্ধ মুখী।" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10546,7 +10553,7 @@ msgstr "" "phpMyAdmin কনফিগারেশনের কোন একটি storage table পাওয়া না গেলে ডাটাবেইজের বিশদ " "গঠন যেখানে দেখানো হয় সেখানে প্রদর্শিত সর্তকতা অকার্যকর কর।" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10554,7 +10561,7 @@ msgstr "" "যদি কোন টেবলের স্তম্ভের নামে MySQL এর রির্জাভড ওর্য়াড ব্যবহার করা হয় তবে গঠন " "পাতায় যে সর্তকবার্তা প্রদর্শন করা হয় তা অকার্যকর কর।" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10564,17 +10571,17 @@ msgstr "" "storage)লাগবে, অন্যথায় অনুসন্ধান হিস্টোরী দেখানোর জন্য JS-routines ব্যবহৃত হবে। " "( উইন্ডো বন্ধ করলে যা নষ্ট হয়ে যাবে)।" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -10586,7 +10593,7 @@ msgstr "" "না করার জন্য খালি রাখুন [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] সাহায্যের জন্য, দেখুন:[kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10598,7 +10605,7 @@ msgstr "" "স্তম্ভের মন্তব্য/মাইমের ধরন না দেখানোর জন্য খালি রাখুন, দেখুন:[kbd]pma_column_info[/" "kbd]।" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -10611,7 +10618,7 @@ msgstr "" "একটি বিশেষ MySQL ব্যবহারকারী সীমিত অধিকার সহ কনফিগার করা হয়েছে, আরো তথ্যের জন্য " "দেখুন [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]।" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10619,7 +10626,7 @@ msgstr "" "কনফিগারেশন মজুদ (configuration storage) করার জন্য অন্য একটি হোস্ট; না থাকলে খালি " "রাখুন।" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10628,7 +10635,7 @@ msgstr "" "কনফিগারেশন মজুদ (configuration storage) করার জন্য অন্য একটি হোস্ট; না থাকলে খালি " "রাখুন।" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10642,7 +10649,7 @@ msgstr "" "আরো তথ্যের জন্য [a@https://sf.net/support/tracker.php?aid=1849494]PMA bug " "tracker[/a] এবং [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10650,7 +10657,7 @@ msgstr "" "SQL অনুসন্ধানের হিস্টোরী সুবিধা দিতে না চাইলে খালি রাখুন, দেখুন: [kbd]pma_history[/" "kbd]।" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10658,7 +10665,7 @@ msgstr "" "ডাটাবেইজে রক্ষিত টেবলের তথ্যের সংখ্যা সীমিত করন, পুরাতন তথ্য স্বয়ংক্রীয়ভাবে মুছে " "যাবে।" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -10669,7 +10676,7 @@ msgid "" msgstr "" "পিডিএফ গঠনের সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন:[kbd]pma_pdf_pages[/kbd]।" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -10679,7 +10686,7 @@ msgid "" "[kbd]pma__central_columns[/kbd]." msgstr "পিডিএফ গঠন সমর্থনের জন্য খালি রাখুন, দেখুন: [kbd]pma_table_coords[/kbd]।" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10690,13 +10697,13 @@ msgstr "" "kbd]'টি নয়। এই অপশন ব্যবহার করে ডাটাবেইজের তালিকা গুছানো যাবে, শুধু ওগুলোর নাম " "দেন এবং শেষে[kbd]*[/kbd] ব্যবহার করুন alphabetical ভাবে সাজানোর জন্য।" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "পিডিএফ গঠনের সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন:[kbd]pma_pdf_pages[/kbd]।" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@https://" @@ -10711,7 +10718,7 @@ msgstr "" "wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] দেখুন। সমর্থন না করলে খালি রাখুন। দেখুন: " "[kbd]phpmyadmin[/kbd]।" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10719,7 +10726,7 @@ msgstr "" "যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি " "রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -10731,7 +10738,7 @@ msgstr "" "যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি " "রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" @@ -10743,7 +10750,7 @@ msgstr "" "না করার জন্য খালি রাখুন [a@https://wiki.phpmyadmin.net/pma/relation]relation-" "links[/a]সাহায্যের জন্য, দেখুন:[kbd]pma__relation[/kbd]।" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 #, fuzzy #| msgid "" #| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -10754,13 +10761,13 @@ msgstr "" "উদাহরণের জন্য [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]authentication types [/a] দেখুন।" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "পিডিএফ গঠন সমর্থনের জন্য খালি রাখুন, দেখুন: [kbd]pma_table_coords[/kbd]।" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10768,7 +10775,7 @@ msgstr "" "স্তম্ভ বর্ণনার টেবল, সমর্থন দিতে না চাইলে খালি রাখুন; দেখুন: [kbd]pma_table_info[/" "kbd]।" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10776,7 +10783,7 @@ msgstr "" "যদি টেবলের পছন্দগুলো বি্ভিন্ন সেশনে \"persistent\" স্থায়ীভাবে রাখতে না চান খালি " "রাখুন, দেখুন: [kbd]pma_table_uiprefs[/kbd]।" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10784,7 +10791,7 @@ msgstr "" "যখন একটি ডাটাবেইজ তৈরী হবে তখন একটি DROP DATABASE IF EXISTS লেখা লগের প্রথম " "লাইনে যুক্ত হবে।" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10792,7 +10799,7 @@ msgstr "" "যখন লগ একটি টেবল তৈরী হবে তখন একটি DROP TABLE IF EXISTS লেখা লগের প্রথম লাইনে " "যুক্ত হবে।" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10800,13 +10807,13 @@ msgstr "" "যখন একটি ভিউ তৈরী হবে তখন একটি DROP VIEW IF EXISTS লেখা লগের প্রথম লাইনে যুক্ত " "হবে।" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "একটি statements এর তালিকা তৈরী করুন যা সংস্করন তৈরীর জন্য স্বয়ংক্রীয় ভাবে ব্যবহৃত " "হবে।" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10814,13 +10821,13 @@ msgstr "" "SQL অনুসন্ধান ট্রেকিং সমর্থন না দেওয়ার জন্য খালি রাখুন, দেখুন: [kbd]pma_tracking[/" "kbd]।" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "ট্রেকিং ব্যবস্থা টেবল এবং ভিউ এর সংস্করন স্বয়ংক্রীয় ভাবে তৈরী করবে।" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10828,21 +10835,21 @@ msgstr "" "ব্যবহারকারীর নির্ধারন (preferences) ডাটাবেইজে মজুদ করতে না চাইলে খালি রাখুন, " "দেখুন:[kbd]pma_userconfig[/kbd]।" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10850,7 +10857,7 @@ msgstr "" "ব্যবহারকারীর নির্ধারন (preferences) ডাটাবেইজে মজুদ করতে না চাইলে খালি রাখুন, " "দেখুন:[kbd]pma_userconfig[/kbd]।" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10858,53 +10865,53 @@ msgstr "" "ব্যবহারকারীর জন্য সার্ভারের সহজবোধ্য বিবরণ। হোস্ট নামটি দেখাবার জন্য খালি রাখতে " "পারেন।" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "ব্যবহৃত না হলে থালি রাখ।" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "স্বাভাবিকভাবে থাকার জন্য খালি রাখুন।" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "যথন এইছটিটিপি প্রমানীকরণ ব্যবহার হবে তখন প্রদর্শনের জন্য প্রাথমিক এইছটিটিপি " "প্রমানীকরণ নাম।" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "ব্যবহারের জন্য প্রমাণীকরনের পদ্ধতী।" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "সংকুচিত MySQL সার্ভারের সংযোগ।" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "ডাটাবেইজের regular expression (PCRE) মিলকরন লুকাও।" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "MySQL সার্ভারের হোস্ট নাম।" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "খালি রাখুন যদি কনফিগ প্রমাণীকরণ ব্যবহার না করেন।" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "যে পোর্টে MySQL সার্ভার শুনছে, স্বাভাবিকটির জন্য খালি রাখুন।" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "কোন সকেটে MySQL সার্ভার শুনছে, স্বাভাবিকটির জন্য।" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL সার্ভারে সংযোগের জন্য SSL কার্যকর কর।" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10914,27 +10921,27 @@ msgstr "" "কারন পাসওয়ার্ডটি কনফিগারেশন ফাইলে লেখা আছে; এটা একই কমান্ড সরাসরি কার্যকর করার " "ক্ষমতা খর্ব করে না।" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "সব টেবলের প্রস্তুত সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "সব টেবলের আপডেট সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "সব টেবলের সর্বশেষ পরীক্ষার সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "সম্পাদনা/ইনর্সাটের সময় টাইপ ফিল্ড দেখাবে কিনা তা নির্ধারন করুন।" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -10946,59 +10953,51 @@ msgstr "" "[a@https://www.php.net/manual/function.phpinfo.php]phpinfo()[/a] আউটপুট সংযোগ " "দেখাও।" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "ব্যবহারকারীকে \"সব দেখাও রো)\" বাটন দেখাবে" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." msgid "Show or hide a column displaying the comments for all tables." msgstr "সব টেবলের প্রস্তুত সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables." msgid "Show or hide a column displaying the charset for all tables." msgstr "সব টেবলের প্রস্তুত সময় প্রর্দশনের স্তম্ভ দেখাবে বা লুকাবে।" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "ফাংশন ক্ষেত্রটি সম্পাদনা/ইনর্সাট অবস্থায় দেখাবে।" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "আভাস দেখাবে অথবা না।" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "নিধার্রণ করুন phpMyAdmin দ্বারা প্রস্তুতকৃত SQL অনুসন্ধান প্রদর্শন করবে কিনা।" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "ডাটাবেইজ এবং টেবলের পরিসংখ্যান দেখাও (জায়গা ব্যবহৃত হবে)।" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "ব্যবহৃত টেবল চিহ্নিত কর এবং লক্ড টেবল সহ ডাটাবেইজগুলো দেখাবার ব্যবস্থা কর।" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "A warning is displayed on the main page if Suhosin is detected." -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "যদি Suhosin পাওয়া যায় তবে একটি সর্তক বার্তা প্রদর্শন করবে।" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -11011,7 +11010,7 @@ msgstr "" "যদি কোন টেবলের স্তম্ভের নামে MySQL এর রির্জাভড ওর্য়াড ব্যবহার করা হয় তবে গঠন " "পাতায় যে সর্তকবার্তা প্রদর্শন করা হয় তা অকার্যকর কর।" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -11019,7 +11018,7 @@ msgstr "" "সম্পাদনার সময়, টেক্সটএরিয়া (স্তম্ভ) আকৃতি এই মানটি SQL অনুসন্ধানের টেক্সটএরিয়া (*২) " "এবং অনুসন্ধান উইন্ডো (*১.২৫) প্রভাব ফেলবে।" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -11031,7 +11030,7 @@ msgstr "" "সম্পাদনের সময়, টেক্সটএরিয়ার আকৃতি (রো) এই মানটি SQL অনুসন্ধানের টেক্সটএরিয়া (*২) " "এবং অনুসন্ধান উইন্ডো (*১.২৫) প্রভাব ফেলবে।" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11042,7 +11041,7 @@ msgstr "" "1.2.3.4:[br][kbd]1.2.3.4:HTTP_X_FORWARDED_FOR[/kbd] থেকে আসা শিরোনামে " "HTTP_X_FORWARDED_FOR (X-Forwarded-For) বিশ্বাস করবে।" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -11050,7 +11049,7 @@ msgstr "" "যদি অকার্যকর থাবে, ব্যবহারকারী নীচের কোন অপশন সেট করতে পারেব না, ডান দিকের " "চেকবক্স পর্যন্ত।" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11058,20 +11057,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11079,202 +11078,202 @@ msgid "" "configuration storage tables automatically." msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "নির্বাচিত রোগুলো উজ্জ্বল কর।" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "মাউস দ্বার পয়েন্টড রো উজ্জ্বল কর।" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR textarea'র জন্য স্তম্ভের সংখ্যা।" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR textarea'র রো সংখ্যা।" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "কোন ডাটাবেইজে প্রবেশ কালে প্রদর্শনের ট্যাব।" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "কোন সার্ভারে প্রবেশ কালে প্রদর্শনের ট্যাব।" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "কোন টেবলে প্রবেশকালে প্রর্দশনের ট্যাব।" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "টেবল গঠনের কার্যাবলী লুকানো থাকবে।" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "সার্ভারের তালিকা ড্রপ ডাউনের পরিবর্তে একটি তালিকা হিসাবে দেখাবে।" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "যদি অল্প সংখ্যক বিষয় থাকে তবে ড্রপডাউন ব্যবহৃত হবে।" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "এক সংগে কতগুলো রো ইনসার্ট করবে।" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "সংখ্যা নয় এমন স্তম্ভে প্রদর্শনের জন্য সবোর্চ্চ অক্ষরের সংখ্যা।" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "একটি লগইন কুকি কতক্ষন (সেকেন্ডে) কার্যকর থাকবে তা নির্ধারণ করুন।" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT স্তম্ভের জন্য টেক্সটএরিয়া দ্বিগুন কর।" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "টেবল তালিকায় প্রদর্শনের জন্য টেবলের সর্বোচ্চ সংখ্যা।" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "টেবল তালিকায় প্রদর্শনের জন্য টেবলের সর্বোচ্চ সংখ্যা।" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "সম্প্রতি ব্যবহৃত টেবলের সর্বো্চ্চ সংখ্যা; অকার্যকর করার জন্য ০ নির্ধারন করুন।" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "সম্প্রতি ব্যবহৃত টেবলের সর্বো্চ্চ সংখ্যা; অকার্যকর করার জন্য ০ নির্ধারন করুন।" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "এগুলো সম্পাদনা, প্রতিলিপি এবং মুছা সংযোগ।" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "foreign key পরীক্ষা অকার্যকর কর" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "টেবল এবং ডাটাবেইজের নাম সাজানোর জন্য স্বাভাবিক বিন্যাস ব্যবহার কর।" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "শুধু আইকন, শুধু মাত্র টেক্সট বা উভয়ই ব্যবহার কর।" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP স্থানান্তরের গতি বাড়ানোর জন্য জিজিপ আউটপুট বাফারিং ব্যবহার কর।" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL ডাটাবেইজে স্থীর সংযোগ ব্যবহার কর।" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB এবং BINARY টেবল সম্পাদনা অ-অনুমোদিত।" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "হিস্টোরীতে কতগুলো অনুসন্ধান থাকবে।" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "বর্ণরাশি পরিবর্তনে কোন ফাংশন ব্যবহৃত হবে তা নির্বাচন করুন।" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "যখন টেবল ব্রাউজ করা হবে, টেবলের সজ্জা মনে রাখবে।" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "প্রতি X cells শিরোনাম পুনরায় দেখাবে, [kbd]০[/kbd] এটি অকার্যকর করবে।" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "সার্ভারের প্রর্দশন অপশনগুলো।" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "সার্ভারে রফতানী সংরক্ষনের ডিরেক্টরী।" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "পেশ করার পর অনুসন্ধান বক্সটি পর্দায় থাকবে কিনা।" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "একটি ডাটাবেইজ নিবার্চন করা হলে ব্রাউজার উইন্ডোর শিরোনাম।" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "কিছু নির্বাচিত না থাকলে ব্রাউজার উইন্ডোর শিরোনাম।" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "একটি সার্ভার নিবার্চন করা হলে ব্রাউজারের শিরোনাম।" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "একটি টেবল নির্বাচন করা হবে ব্রাউজার উইন্ডোর শিরোনাম।" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "সার্ভরের আপলোড ডিরেক্টরি যেখানে আমদানির ফাইল রাখা যাবে।" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "সমস্ত ডাটাবেইজের ভিতর খোঁজার অনুমতি।" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "নতুন কোন সংস্করন আছে কিনা তা phpMyAdmin page এ পরীক্ষা করে দেখবে।" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11284,205 +11283,205 @@ msgstr "" "আমদানি রফতানীর জন্য [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] সংকুচন " "কার্যকর কর।" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "যে কোন MySQL server এ লগইন এর অনুমোদন" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "মাইএসকিউএল সার্ভারে লগইন করা যাচ্ছে না" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "সাধারন ব্যবহারকারীকে \"Drop database\" সংযোগ দেখাও" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "গোপন Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "রো চিহ্নিতকারী" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "উজ্জ্বল পয়েন্টার" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "বিজিপ্ড২" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR স্তম্ভ সম্পাদনা" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror কার্যকর" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable SQL Validator" msgid "Enable linter" msgstr "SQL বৈধকরণ কার্যকর" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "ইনপুট ক্ষেত্রের নূন্যতম আকার" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "ইনপুট ক্ষেত্রের সর্বোচ্চ আকার" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR textarea'র স্তম্ভ" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR textarea রো" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "কনফিগ ফাইলের অনুমোদন পরীক্ষাকরুন" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "কাজের মধ্যই সংকুচিত কর" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "অনুসন্ধান মুছা নিশ্চত করুন" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "পাতার আকার" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "ডাটাবেইজের স্বাভাবিক ট্যাব" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "সার্ভারের স্বাভাবিক ট্যাব" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "সার্ভারের স্বাভাবিক ট্যাব" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "টেবল এবং স্তম্ভের নামা backquotes দ্বারা আবদ্ধ কর" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "টেবলের মন্তব্য" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "টেবল গঠনের কার্যাবলী লুকাও" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "গুছানোর স্বাভাবিক বিন্যাস" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "রুপান্তরের অপশন" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "গুছানোর স্বাভাবিক বিন্যাস" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "গুছানোর স্বাভাবিক বিন্যাস" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "রুপান্তরের অপশন" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "গুছানোর স্বাভাবিক বিন্যাস" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "রুপান্তরের অপশন" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "রুপান্তরের অপশন" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "রুপান্তরের অপশন" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "সার্ভারের তালিকা একটি তালিকার মত দেখাবে" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "অনেকগুলো টেবল এক সাথে রক্ষণাবেক্ষণ অকার্যকর" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "সম্পাদনের সর্বোচ্চ সময়" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "ফাইল এর মত সংরক্ষন" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "ফাইলের বর্ণরাশি" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "সংকোচন" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11490,56 +11489,56 @@ msgstr "সংকোচন" msgid "Put columns names in the first row" msgstr "স্তম্ভের নাম প্রথম রোতে দাও" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "স্তম্ভ ঘেরার জন্য" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "স্তম্ভ এস্কেপডের উপকরণ" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "নাল প্রতিস্থাপিত হবে" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "স্তম্ভের CRLF বর্ণ মুছ" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "স্তম্ভ শেষ হবে" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "লাইন শেষ হবে" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel সংস্করন" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "ডাটাবেইজের নামের নকশা" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "সার্ভারের নামের নকশা" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "টেবলের নামের নকশা" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11549,393 +11548,397 @@ msgstr "টেবলের নামের নকশা" msgid "Dump table" msgstr "টেবল স্তুপ কর" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "টেবিলের শিরোনামসহ" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "টেবিলের শিরোনাম" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "টেবিলের শিরোনাম চলমান" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "লেবেল কী" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "সর্ম্পকসমূহ" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "রফতানী পদ্ধতী" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "সার্ভারে সংরক্ষন কর" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export table headers" msgid "Export as separate files" msgstr "সমান্তরাল (rotated headers)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "ফাইল নামের নকশা মনে রাখবে" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "টেবল এবং স্তম্ভের নামা backquotes দ্বারা আবদ্ধ কর" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL উপযুক্ততার ধরন" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "তৈরী/আপডেট/পরীক্ষার তারিখ" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "delayed inserts ব্যবহার কর" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "foreign key পরীক্ষা অকার্যকর কর" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "ভিউ টেবিলের মত রফতানী করা হচ্ছে" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB এর জন্য hexadecimal ব্যবহার কর" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s ভিউ" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "ignore inserts ব্যাবহার কর" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "তথ্য প্রবেশ করানোর সময় ব্যবহৃত বাক্য" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "প্রস্তুতকৃত অনুসন্ধানের সর্বোচ্চ দৈর্ঘ" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "রফাতানীর ধরন" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "লেনদেন এ রফতানী সংযুক্ত কর" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "UTC গঠনে রফতানী সময়" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "ফরেন কী ড্রপডাউনের পদ্ধতি" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Foreign key সীমা" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "ফরেইন কী পরীক্ষা" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "ব্রাউজ পদ্ধতি" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "কমা দ্বারা আলাদা করা মান" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "উন্নয়নকারী" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "সম্পাদনা পদ্ধতি" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "রফতানী সর্ম্পকিত স্বাভাবিক" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "সাধারন" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "আমদানি সর্ম্পকিত স্বাভাবিক" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "আমদানি /রফতানী" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "চলাচলের ফ্রেম" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "মাইক্রোসফট অফিস" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "অন্যান্য প্রধান সেটিংস" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "পাতার শিরোনাম" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "নিরাপত্তা" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "প্রাথমিক সেটিংস" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "প্রমাণীকরণ" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "সার্ভার করফিগারেশন" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "কনফিগারেশন মজুদ ব্যবস্থা" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "পরিবর্তন ট্রেকিং" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL অনুসন্ধান বক্স" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "আরম্ভ কর" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "ডাটাবেইজ সার্ভার" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "ট্যাবসমূহ" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "সর্ম্পকের রূপরেখা প্রদর্শন কর" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "অক্ষরের ক্ষেত্র" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! লেখা" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "সর্তকতা" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "জিজিপ" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv'র জন্য অতিরিক্ত প্যারামিটার" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "multiple-statement এর ভুল উপেক্ষা কর" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "আংশিক আমদানি: বাধা অনুমোদিত" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "ভুল হলেও ইনর্সাট বাতিল করবে না" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "আমদানিকৃত ফাইলের গঠন" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL কীওর্য়াড ব্যবহার কর" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "প্রথম সারিতে স্তম্ভের নাম" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "খালি সারি আমদানি করো না" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "মুদ্রা আমদানি ($৫.০০ কে ৫.০০)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "সঠিক দশমিকে শতকরা আমদানি (১২.০০% কে .১২)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "আংশিক আমদানি: অনুসন্ধান উপেক্ষা কর" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "শুন্য মানের জন্য স্বয়ক্রীয় বর্দ্ধিত মান (AUTO_INCREMENT) ব্যবহার করবে না" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "পড়া ব্যার্থ হয়েছে" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "স্লাইডারের প্রাথমিক অবস্থা" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "ইনর্সাটকৃত রো'র সংখ্যা" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "স্তম্ভের অক্ষর সীমা" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "লগ আউটের সময় সব কুকি মুছে ফেলবে" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "ব্যবহারকারীর নাম পুনরায় ব্যবহার" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "লগইন কুকি মজুদ" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "লগইন কুকির বৈধতা" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT এর জন্য বড় টেক্সটএড়িয়া" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "দেখানোর জন্য SQL এর সর্বোচ্চ দৈর্ঘ" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "সর্বোচ্চ সংখ্যক ডাটাবেইজ" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum items in branch" msgid "Maximum items on first level" msgstr "শাখায় জিনিসের সর্বোচ্চ সংখ্যা" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "শাখায় জিনিসের সর্বোচ্চ সংখ্যা" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "প্রদর্শনের জন্য রো'র সবোর্চ্চ সংখ্যা" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "টেবলের সর্বোচ্চ সংখ্যা" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "মেমরীর সীমা" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show databases navigation as tree" msgstr "চলাচল ফ্রেইমে লোগো দেখাও" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "চলাচলের ফ্রেম" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -11943,603 +11946,599 @@ msgstr "চলাচলের ফ্রেম" msgid "Link with main panel" msgstr "প্রধান ফ্রেম পরিবর্তন" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "লোগো দেখাও" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "লোগো সংযোগের URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "লোগো সংযোগের লক্ষ্য" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "সার্ভার নির্বাচন দেখাও" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "দ্রুত প্রবেশের আইকনের লক্ষ্য" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "দ্রুত প্রবেশের আইকনের লক্ষ্য" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "ফিল্টার বক্সে প্রদর্শনের জন্য বিষয়ের নুন্যতম সংখ্যা" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "ডাটাবেইজ ফিল্টার বক্সে প্রদর্শনের জন্য নুন্যতম ডাটাবেইজ সংখ্যা" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "ট্রিতে বিষযগুলো দলবদ্ধ কর" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "ডাটাবেইজ ট্রি পৃথককারী" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "টেবল ট্রি পৃথককারী" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "টেবল ট্রির সর্বোচ্চ গভীরতা" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "চিহ্নিতকরন কাযর্কর" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table navigation bar" msgid "Enable navigation tree expansion" msgstr "টেবল চলাচলের বার" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "টেবলসমূহ দেখাচ্ছে:" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "সংস্করন দেখাও" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "ফাংশন ক্ষেত্র দেখাও" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "প্রসেসসমূহ দেখান" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "সংস্করন দেখাও" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "ডাটাবেইজের প্রতিলিপি করছি" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "সম্প্রতি ব্যবহৃত টেবল" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "টেবলের রো সংযোগ কোথায় দেখাবে" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "স্বাভাবিক বিন্যাস" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "টেবল চলাচলের বার" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "জিজিপ আউটপুট বাফারিং" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "গুছানোর স্বাভাবিক বিন্যাস" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "স্থীর সংযোগ" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin কনফিগারেশনের storage table পাওয়া যাচ্ছে না" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL এর রির্জাভড ওর্য়াড সর্তকতা" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "ম্যানু ট্যাব কিভাবে প্রদর্শন করবে" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "বিভিন্ন ধরনের কাজের সংযোগ কিভাবে প্রদর্শন করবে" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "বাইনারী স্তম্ভ সংরক্ষন কর" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "অনুসন্ধানের স্থায়ী হিস্টোরী" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "অনুসন্ধান হিস্টোরীর দৈর্ঘ্য" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "রের্কডিং ইঞ্জিন" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "টেবলের সজ্জা মনে রাখবে" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "গুছানোর স্বাভাবিক বিন্যাস" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "শিরোনাম পুনরাবৃত্তি" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "গ্রীড সম্পাদনা: trigger action" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "সর্ম্পক দেখানোর স্থম্ভ" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "গ্রীড সম্পাদনা: সম্পাদনকৃত সব সেল একত্রে সংরক্ষন কর" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "সংরক্ষনের ডিরেক্টরী" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "হোস্ট অনুমোদনের বিন্যাস" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "হোস্ট অনুমোদনের নিয়ম" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "পাসওয়ার্ডবিহীন লগইনের অনুমোদন" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "রুট লগইনের অনুমোদন" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "সেশনের মান" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP রাজ্য" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "বুকর্মাক টেবল" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "স্তম্ভ্ তথ্যের টেবল" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "সংকুচিত সংযোগ" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "নিয়ন্ত্রক ব্যবহারকারীর পাসওর্য়াড" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "নিয়ন্ত্রক ব্যবহারকারী" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "হোস্ট নিয়ন্ত্রন" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "নিয়ন্ত্রন পোর্ট" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA ব্যবহার অকার্যকর" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "ডাটাবেইজ লুকাও" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL অনুসন্ধানের হিস্টোরী টেবল" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "সার্ভরের হোস্ট নাম" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "লগআউট URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "মজুদ করার জন্য সর্বো্চ্চ সংখ্যক টেবলের তথ্যের সংখ্য" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Export views as tables" msgid "Export templates table" msgstr "ভিউ টেবিলের মত রফতানী করা হচ্ছে" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "টেক্সএরিয়া স্তম্ভ" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "শুধু তালিকার ডাটাবেইজ দেখাও" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "কনফিগ প্রমাণীকরণের পাসওর্য়াড" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "পিডিএফের গঠন: টেবলের পাতা" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "সার্ভারের পোর্ট" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "সাময়িককালে ব্যবহৃত টেবল" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "চলকসমূহ" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "আন্তসর্ম্পক টেবল" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "সাইনঅন সেশনের নাম" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "সাইনঅন URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "সার্ভারের সকেট" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL ব্যবহার কর" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "পিডিএফের গঠন: table coordinates" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "স্তম্ভের টেবল দেখাও" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI পছন্দ রাখর টেবল" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE যোগ কর" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW যোগ কর" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "ট্রেকের জন্য Statements" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL অনুসন্ধান ট্রেকিং টেবল" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "স্বয়ংক্রীয়ভাবে সংস্করন তৈরী কর" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "ব্যবহারকারীর নির্ধারন (preferences) মজুদ করার টেবল" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "টেবল ব্যবহার" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "ব্যাবহারকারীর দলের টেবল" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "কনফিগ প্রমাণীকরণের জন্য ব্যবহারকারী" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "সার্ভারের কথ্য নাম" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "সবগুলো রো প্রর্দশন করার অনুমতি" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "পাসওর্য়াড পরিবর্তনের ফর্ম দেখাও" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "ডাটাবেইজ তৈরীর ফর্ম দেখাও" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "টেবলের মন্তব্য" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show Creation timestamp" msgid "Show creation timestamp" msgstr "প্রস্তুতের সময় দেখাও" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show Last update timestamp" msgid "Show last update timestamp" msgstr "সর্বশেষ আপডেটের সময় দেখাও" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show Last check timestamp" msgid "Show last check timestamp" msgstr "সর্বশেষ পরীক্ষার সময় দেখাও" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "টেবলের মন্তব্য" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "ক্ষেত্রের ধরন দেখাও" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "ফাংশন ক্ষেত্র দেখাও" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "আভাস দেখাও" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "phpinfo() সংযোগ দেখাও" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "MySQL সার্ভরের বিশদ তথ্য দেখাও" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL অনুসন্ধান দেখাও" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "পরিসংখ্যান দেখাও" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "লকড টেবল এড়িয়ে যাও" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL এর ব্যাখা" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "পিএইছপি কোড তৈরী কর" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin সতর্কবার্তা" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "লগইন কুকির বৈধতা" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "টেক্সএরিয়া স্তম্ভ" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "টেক্সটএরিয়ার রোসমূহ" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "স্বাভাবিক শিরোনাম" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "বিশ্বস্ত প্রক্সির তালিকা IP allow/deny এর জন্য" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "আপলোড ডিরেক্টরি" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "ডাটাবেইজে খুঁজার ব্যবহার কর" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "সেটিংসে উন্নয়নকারী টেবটি কার্যকর করুন" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "সংস্করন পরীক্ষা" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "ব্যাবহারকারীর নাম" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "পাসওর্য়াড" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "জিপ" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "ভুল সর্ম্পকিত প্রতিবেদন দাখিল কর" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL query" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "সার্ভার করফিগারেশন" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "ব্রাউজ পদ্ধতি" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order" msgid "Order by" msgstr "বিন্যাস" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "সার্ভার সংযোগে ব্যবহৃত ভাষা" @@ -12574,7 +12573,8 @@ msgstr "ফাংশন %s না পাওয়ায় সংকোচিত আ msgid "Compressed export will not work due to missing function %s." msgstr "ফাংশন %s না পাওয়ায় সংকোচিত রফতানি কাজ করবে না।" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "সর্বোচ্চ %s" @@ -12608,7 +12608,7 @@ msgid "Microsoft Word 2000" msgstr "মাইক্রোসফট ওর্য়াড ২০০০" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "ওপেন অফিসের স্প্রেডসীট" @@ -12616,7 +12616,7 @@ msgstr "ওপেন অফিসের স্প্রেডসীট" msgid "OpenDocument Text" msgstr "ওপেন অফিস টেক্সট" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV LOAD DATA ব্যবহার করছে" @@ -12799,7 +12799,7 @@ msgstr "" "%1$sGZip compression and decompression%2$s এ ফাংশন (%3$s) প্রয়োজন যা এখানে " "নাই।" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "সার্ভার %d" @@ -13097,7 +13097,7 @@ msgstr "ডাটাবেইজ %2$s এ %1$s নামের কোন ইভ #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "রফতানী সহায়কটি লোড করা যাচ্ছে না, ইনস্টলেশন পরীক্ষা করুন!" @@ -13229,7 +13229,7 @@ msgid "Success!" msgstr "সফল।" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13294,7 +13294,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "আপনি পাতাটি রিফ্রেশ করে নিতে পারেন." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "ধরন মিলে নাই!" @@ -13398,28 +13398,21 @@ msgstr "" "সেটআপে ব্যবহৃত ডিরেক্টরী [code]config[/code] এখনো রয়েছে। এটা অবশ্যই মুছে ফেলা " "প্রয়োজন।" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "সার্ভারটি Suhosin সহ কাজ করছে। প্রয়োজনে সহায়িকা %sdocumentation%s দেখুন।" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13429,7 +13422,7 @@ msgstr "" "করছেন। mbstring সংযোজক ছাড়া phpMyAdmin শব্দকে সঠিকভাবে খন্ড করতে পারবে না যা " "অপ্রত্যাশিত ফল দিতে পারে।" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13503,7 +13496,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" অকার্যকর করা আছে।" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15675,7 +15668,7 @@ msgid "No such column" msgstr "স্বম্ভ সরাও" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "স্ট্রিং" @@ -16523,7 +16516,7 @@ msgstr "ভুল তথ্য" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "বুকমার্ক %s তৈরী করা হয়েছে।" @@ -16607,7 +16600,7 @@ msgstr "ইনডেক্স বিহীন জোড়ার পরিমান #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "মাইএসকিউএল কিছু পায়নি। (শুন্য তথ্য)।" @@ -17042,29 +17035,29 @@ msgstr "" msgid "The row has been deleted." msgstr "রো টি মুছা হয়েছে।" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "অনুসন্ধানে %01.4f সেঃ লেগেছ." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "রো দেখাচ্ছে %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "মোট %1$d, অনুসন্ধানে %2$d" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d মোট" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "সংযোগটি পাওয়া যায়নি!" @@ -17708,11 +17701,11 @@ msgstr "ইনডেক্স %1$s এবং %2$s এক সমান মনে msgid "web server upload directory:" msgstr "ওয়েব সার্ভারের আপলোড ডিরেক্টরি:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "এসকিউএল অনুসন্ধান দেখাচ্ছে" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "প্রবেশকৃত রো আইডি: %1$d" @@ -18134,43 +18127,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "বন্ধ" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "একই ক্ষেত্রে টেবলটি সরানো যাবে না!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "একই ক্ষেত্রে টেবলটির অনুলিপি করা যাবে না!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s টেবিলটি %s এ সরানো হয়েছে।" -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s টেবিল টি %s এ প্রতিলিপি করা হয়েছে।" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s টেবিলটি %s এ সরানো হয়েছে।" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s টেবিল টি %s এ প্রতিলিপি করা হয়েছে।" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "টেবিলের নামটি খালি!" @@ -18253,7 +18246,7 @@ msgstr "কনফিগারেশনে অকার্যকর প্রম msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "স্তম্ভ আলাদা করা হয়েছে :" @@ -18700,7 +18693,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "ডাটাবেইজ সিস্টেম বা পুরাতন MySQL সার্ভার আউটপুটের উপযুক্ততা বাড়ানোর জন্য:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18723,19 +18716,19 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18743,7 +18736,7 @@ msgstr "" "প্রথম লাইনে টেবলের স্তম্ভের নাম আছে। (এটি যদি চিহ্নিত না হয় তবে প্রথম লাইনটিও " "তথ্য পরিনত হবে)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18752,27 +18745,27 @@ msgstr "" "যদি ফাইলের সব রো'র তথ্য ডাটাবেইজ অনুযায়ী গুছানো না হয়, এখানে ঐ স্তম্ভের নামের " "তালিকা কর। স্তম্ভের নাম অবশ্যই কমা দ্ধারা পৃথক হবে এবং কৌটেশন দ্ধারা বন্ধ হবে না।" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "স্তম্ভের নাম:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "CSV ফাইলের গঠন অযোগ্য %d লাইনে।" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "অযোগ্য স্তম্ভ্ সংখ্যা CSV ফাইলের %d লাইনে।" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV আমদানীর প্যারামিটার ঠিক নাই:%s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19591,11 +19584,11 @@ msgstr "কোন নতুন সুস্থিত সংস্করন প msgid "Using bookmark \"%s\" as default browse query." msgstr "বুকমার্ক \"%s\" দেখার জন্য স্বাভাবিক অনুসন্ধান হিসাবে ব্যবহৃত হচ্ছে।" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "পিএইছপি কোড দেখাচ্ছে" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format #| msgid "" #| "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19607,7 +19600,7 @@ msgstr "" "এই নির্বাচনে কোন অনন্য স্তম্ভ নাই। সম্পাদনা, চেকবক্স, প্রতিলিপি এবং মুছার ব্যবস্থা কাজ " "করবে না।" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format #| msgid "" #| "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19884,22 +19877,22 @@ msgstr "অবশ্যই একটি বৈধ টেবল নাম দি msgid "You must provide a trigger definition." msgstr "অবশ্যই ট্রিগারের একটি সংজ্ঞা দিতে হবে।" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "খালি" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "একটি ১ বাইট ইন্টিজার, চিহ্নিত সীমা -১২৮ থেকে ১২৭, অচিহ্নত হলে ০ থেকে ২৫৫" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19907,7 +19900,7 @@ msgstr "" "একটি ২ বাইট পুর্ণ সংখ্য, চিহ্নিতের সীমা -৩২,৭৬৮ - ৩২,৭৬৭, অচিহ্নিতের সীমা ০ থেকে " "৬৫,৫৩৫" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19915,7 +19908,7 @@ msgstr "" "একটি ৩ বাইট পুর্ণ সংখ্য, চিহ্নিতের সীমা -৮,৩৮৮,৬০৮ - ৮,৩৮৮,৬০৭ অচিহ্নিতের সীমা ০ " "থেকে ১৬,৭৭৭,২১৫" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19923,7 +19916,7 @@ msgstr "" "একটি ৪ বাইট পুর্ণ সংখ্যা চিহ্নিতের সীমা -২,১৪৭,৪৮৩,৬৪৮ থেকে ২,১৪৭,৪৮৩,৬৪৭, " "অচিহ্নিতের সীমা ০ থেকে ৪,২৯৪.৯৬৭.২৯৫" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19931,7 +19924,7 @@ msgstr "" "একটি ৮ বাইট পুর্ণ সংখ্য, চিহ্নিতের সীমা -৯,২২,৩৭২,০৩৬,৮৫৪,৭৭৫,৮০৮ - " "৯,২২৩,৩৭২,০৩৬,৮৫৪,৭৭৫,৮০৭ অচিহ্নিতের সীমা ০ থেকে ১৮,৪৪৬,৭৪৪,০৭৩,৭০৯,৫৫১,৬১৫" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19939,7 +19932,7 @@ msgstr "" "একটি নির্দিষ্ট-পয়েন্ট নাম্বার ((M, D) -(M) সর্বোচ্চ ৬৫টি সংখ্যা (স্বভাবিক ১০), " "দশমিকের সংখ্যা সর্বোচ্চ (D) ৩০ (স্বভাবিক ০)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19947,7 +19940,7 @@ msgstr "" "একটি ছোট দশমিক-পয়েন্টের অনুমোদিত মান হল -৩.৪০২৮২৬৪৬৬E+৩৮ থেকে " "-১.১৭৫৪৯৪৩৫১E-৩৮, ০ এবং ১.১৭৫৪৯৪৩৫১E-৩৮ থেকে ৩.৪০২৮২৬৪৬৬E+৩৮" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19957,42 +19950,42 @@ msgstr "" "২.২২৫০৭৩৮৫৮৫০৭২০১৪E-৩০৮, ০, এবং ২.২২৫০৭৩৮৫৮৫০৭২০১৪E-৩০৮ থেকে " "১.৭৯৭৬৯৩১৩৪৮৬২৩১৫৭E+৩০৮" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" "DOUBLE এর সমার্থক নাম (ব্যাতিক্রম:REAL_AS_FLOAT SQL পদ্ধতিতে এর সমার্থত হল FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "একটি বিট ক্ষেত্র (M), প্রতিটি মানের জন্য বিট মজুদ করে (স্বাভাবিক হল ১, সর্বোচ্চ ৬৪)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" "একটি সমার্থক হল TINYINT(1) এর, ০ মান মিথ্যা এবং মান ০ নাহলে সত্য বলে ধরা হয়" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "একটি উপনাম BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE এর" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "একটি তারিখ, অনুমোদিত সীমা হল %1$s - %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "একটি তারিখ এবং সময়ের মিশ্রণ,অনুমোদিত সীমা হল %1$s - %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -20006,12 +19999,12 @@ msgstr "" "একটি timestamp, সীমা হল ১৯৭০-০১-১০ ০০:০০:০১ UTC - ২০৩৮-০১-০৯ ০৩:১৪:০৭ UTC, " "সেকেন্ডের নাম্বার হিসাবে মজুদ করা হয় ঐতিহাসিক(১৯৭০-০১-১০ ০০:০০:০১)থেকে" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "সময়, সীমা %1$s - %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -20019,21 +20012,21 @@ msgstr "" "চার সংখ্যায় বৎসর (৪, স্বাভাবিক) বা দুই সংখ্যা (২) গঠনে, গ্রহনযোগ্য মান হল ৭০ " "(১৯৭০) - ৬৯ (২০৬৯) বা ১৯০১ থেকে ২১৫৫ এবং ০০০০" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" "নির্দিষ্ট দৈর্ঘ্য (০-২৫৫, স্বাভাবিক ১) লেখাটি যখন মজুদ করা হবে সবসময় ডান দিকে থাকবে" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "একটি চলক দৈর্ঘ্য (%s)লেখা, কার্যকর সর্বোচ্চ সংখ্যা হল সর্বোচ্চ দৈঘ্যের আকার" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -20041,7 +20034,7 @@ msgstr "" "একটি TEXT স্তম্ভ সর্বোচ্চ ২৫৫(২^৮ - ১) সংখ্যক অক্ষরের, সন্মুখে একটি বাইট সহ মজুদ করা " "হয় যা এর দৈর্ঘ্যের পরিমান রাখে" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -20049,7 +20042,7 @@ msgstr "" "একটি TEXT স্তম্ভ সর্বোচ্চ ৬৫,৫৩৫*(২^১৬ - ১) সংখ্যক অক্ষরের, সন্মুখে দুইটি বাইট সহ মজুদ " "করা হয় যা এর দৈর্ঘ্যের পরিমান রাখে" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -20057,7 +20050,7 @@ msgstr "" "একটি TEXT স্তম্ভ সর্বোচ্চ ১৬,৭৭৭,২১৫(২^২৪ - ১) সংখ্যক অক্ষর, সন্মুখে তিনটি বাইট সহ " "মজুদ করা হয় যা এর দৈর্ঘ্যের পরিমান রাখে" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -20066,19 +20059,19 @@ msgstr "" "একটি TEXT স্তম্ভ সর্বোচ্চ ৪,২৯৪,৯৬৭,২৯৫ বা ৪জিবা(২^৩২ - ১) সংখ্যক অক্ষরের, সন্মুখে " "চারটি বাইট সহ মজুদ করা হয় যা এর দৈর্ঘ্যের পরিমান রাখে" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "CHAR ধরনের মত, কিন্তু বাইনারী লেখা মজুদ করে অ-বাইনারী নয়" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "VARCHAR ধরনের মত, কিন্তু বাইনারী লেখা মজুদ করে অ-বাইনারী নয়" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -20086,7 +20079,7 @@ msgstr "" "BLOB স্তম্ভ সর্বোচ্চ ২৫৫(২^৮ - ১)বাইট হয়, সন্মুখে একটি বাইট সহ মজুদ করা হয় যা এর " "দৈর্ঘ্যের পরিমান রাখে" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -20094,7 +20087,7 @@ msgstr "" "BLOB স্তম্ভ সর্বোচ্চ ১৬,৭৭৭,২১৫(২^২৪ - ১)বাইট হয়, সন্মুখে তিনটি বাইট সহ মজুদ করা হয় " "যা এর দৈর্ঘ্যের পরিমান রাখে" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -20102,7 +20095,7 @@ msgstr "" "BLOB স্তম্ভ সর্বোচ্চ ৬৫,৫৩৫(২^১৬ - ১)বাইট হয়, সন্মুখে দুইটি বাইট সহ মজুদ করা হয় যা " "এর দৈর্ঘ্যের পরিমান এই বাইটে রাখে" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -20110,87 +20103,87 @@ msgstr "" "BLOB স্তম্ভ সর্বোচ্চ ৪,২৯৪,৯৬৭,২৯৫,বা ৪জিবি(২^৩২ - ১)বাইট হয়, সন্মুখে চারটি বাইট " "সহ মজুদ করা হয় যা এর দৈর্ঘ্যের পরিমান রাখে" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "একটি গনক, ৬৫,৫৩৫ টি মান থেকে পছন্দ করা হয় বা বিশেষ '' ভুল মান থেকে" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "৬৪টি সদস্যের মান থেকে একটি পছন্দ করা হয়" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "একটি ধরন যা যে কোন জ্যামিতিক ধরন মজুদ করতে পারে" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "২ দশমিক স্থানের একটি জায়গা" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "একটি বাঁক পয়েন্টের মধ্য রৈখিক সংযোগকারী" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "একটি পলিগন" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "পয়েন্টের সম্ভার" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "বিভিন্ন পয়েন্টের রৈখিক বাকেঁর সম্ভার" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "বহুভুজের সম্ভার" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "জ্যামিতিক অবজেক্টের সম্ভার" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "একটি অনন্য সর্বত্র পরিচয়জ্ঞাপক মজুদ করে (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "গানিতিক" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "সময় এবং তারিখ" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "স্পাটিয়াল" @@ -20237,6 +20230,23 @@ msgstr "জিপ আর্কাইভের ভুল:" msgid "No files found inside ZIP archive!" msgstr "জিপ আর্কাইভের ভিতর কোন ফাইল পাওয়া যায়নি!" +#, fuzzy +#~| msgid "A warning is displayed on the main page if Suhosin is detected." +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "যদি Suhosin পাওয়া যায় তবে একটি সর্তক বার্তা প্রদর্শন করবে।" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin সতর্কবার্তা" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "সার্ভারটি Suhosin সহ কাজ করছে। প্রয়োজনে সহায়িকা %sdocumentation%s দেখুন।" + #~ msgid "Version information" #~ msgstr "সংস্করন সম্পর্কিত তথ্য" diff --git a/resources/po/br.po b/resources/po/br.po index 016dbb29bb..f85ac86af5 100644 --- a/resources/po/br.po +++ b/resources/po/br.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-03-17 19:29+0000\n" "Last-Translator: Fulup Jakez \n" "Language-Team: Breton %s" msgstr "%s glotadenn en daolenn %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Frikañ ar restroù zo c'hoazh" @@ -3970,7 +3970,7 @@ msgstr "tapit-eñ" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Distreiñ" @@ -3980,7 +3980,7 @@ msgstr "Distreiñ" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Enporzhiañ" @@ -4347,8 +4347,8 @@ msgstr "Ezporzhiañ SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Diazoù roadennoù" @@ -4374,7 +4374,7 @@ msgid "Recent" msgstr "Adderaouekaat" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Tracked tables" msgid "Favorite tables" @@ -4418,19 +4418,19 @@ msgid "Features" msgstr "Dezverkoù" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Rekedoù SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Taolenn verdeiñ" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -4959,30 +4959,45 @@ msgstr "Gwiriañ ar gwirioù evit an diaz roadennoù \"%s\"." msgid "Check privileges" msgstr "Gwiriañ ar gwirioù" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "SQL query on database %s:" +msgid "Run SQL queries on database \"%s\"." +msgstr "Reked SQL ouzh an diaz roadennoù %s :" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Hollad :" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Query statistics" msgid "Enable statistics" msgstr "Stadegoù war ar rekedoù" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Kadarnaat" @@ -6079,7 +6094,7 @@ msgid "Current server:" msgstr "Arventennoù pouezus all" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servijerioù" @@ -6158,7 +6173,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Servijer" @@ -6787,7 +6802,7 @@ msgstr "" msgid "Show hidden messages" msgstr "Diskouez menegerioù" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6873,7 +6888,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -6948,7 +6963,7 @@ msgstr "O profilañ" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -6998,7 +7013,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" @@ -7542,7 +7557,7 @@ msgid "Delete the view (DROP)" msgstr "Diverkañ an diaz roadennoù (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Databases" msgid "Table structure" @@ -7749,32 +7764,32 @@ msgid "Index length" msgstr "Menegerioù" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9598,14 +9613,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9809,12 +9816,12 @@ msgstr "Kement dibab zo a-us" msgid "neither of the above" msgstr "Dibab ebet a-zouez ar re zo a-us" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 #, fuzzy #| msgid "" #| "If enabled user can enter any MySQL server in login form for cookie auth" @@ -9824,14 +9831,14 @@ msgstr "" "Ma c'hall an implijer aotreet monet e ne vern pe servijer MySQL er furmskrid " "kevreañ evit ar gwiriekaat dre doupinoù" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 #, fuzzy #| msgid "" #| "Enabling this allows a page located on a different domain to call " @@ -9846,7 +9853,7 @@ msgstr "" "c'hervel phpMyAdmin e diabarzh ur framm, ar pezh a ya d'ober un " "[strong]toull surentez[/strong] posupl evit tagadennoù skript etre frammoù" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -9858,7 +9865,7 @@ msgstr "" "Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " "[kbd]cookie[/kbd]" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -9868,37 +9875,37 @@ msgstr "" "Aotren ar gwaskañ [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] evit an " "oberiadennoù enporzhiañ hag ezporzhiañ" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 #, fuzzy #| msgid "" #| "Defines which type of editing controls should be used for CHAR and " @@ -9913,31 +9920,31 @@ msgstr "" "CHAR ha VARCHAR; [kbd]input[/kbd] - a dalvez da grennañ ar vent, " "[kbd]textarea[/kbd] - a aotren lakaat linennoù nevez er bannoù" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 #, fuzzy #| msgid "" #| "Compress gzip/bzip2 exports on the fly without the need for much memory; " @@ -9951,7 +9958,7 @@ msgstr "" "vemor; Mar bez kudennoù gant ar restroù gzip/bzip2 krouet, diweredekait an " "dibarzh." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 #, fuzzy #| msgid "" #| "Whether a warning (\"Are your really sure…\") should be displayed when " @@ -9963,23 +9970,23 @@ msgstr "" "Ur gemennadenn (\"Ha sur oc'h…\") a zlefe dont war wel pa vezer war-nes koll " "roadennoù." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Lakaat krochedoù stouet a bep tu da anvioù an taolennoù hag ar bannoù" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9987,7 +9994,7 @@ msgstr "" "Diweredekaat an oberiadennoù trezalc'h a-vras, evel gwellekaat pe kempenn " "taolennoù diuzet un diaz roadennoù." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -9999,12 +10006,12 @@ msgstr "" "Niver a eilennoù lakaet evit seveniñ ar skriptoù ([kbd]0[/kbd] a dalvez hep " "bevenn)" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -10017,7 +10024,7 @@ msgstr "" "[kbd]content[/kbd] zo evit an roadenn a zaveer dezhi, [kbd]id[/kbd] zo evit " "talvout an alc'hwez" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -10025,7 +10032,7 @@ msgstr "" "Spisaat testenn barrenn ditl ar merdeer. En em zaveiñ d'an " "[doc@faq6-27]teuliadur[/doc] evit an neudennadoù hud a c'haller ober ganto." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -10037,7 +10044,7 @@ msgstr "" "Notennit mat n'eo phpMyAdmin nemet un etrefas ha n'eo ket bevennet e mod " "ebet MySQL gant an perzhioù anezhi" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -10049,7 +10056,7 @@ msgstr "" "Kefluniadur pishoc'h; bezit sur e ouzit ar pezh a rit a-raok mont da gemmañ " "tra pe dra" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -10064,7 +10071,7 @@ msgstr "" "ouzhpenn, gwelet [doc@linked-tables]phpMyAdmin configuration storage[/doc] " "en teuliadur" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10072,154 +10079,154 @@ msgstr "" "Heuliañ ar c'hemmoù graet en diaz roadennoù. Rekis eo kaout ar stokañ " "kefluniadurioù phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Personelaat ar mod merdeiñ" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Personelaat an dibarzhioù dre ziouer" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Arventennoù evit diorroerien phpMyAdmin" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Personelaat ar mod aozañ" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Personelaat an talvoudoù ezporzhiañ implijet dre ziouer" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Termeniñ un nebeud dibarzhioù implijet ingal" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Personelaat an talvoudoù implijet dre ziouer" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Kefluniañ ar c'havlec'hioù enporzhiañ hag an dibarzhioù gwaskañ" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Personelaat tres an daolenn verdeiñ" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Personelaat ar framm merdeiñ" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Dibarzhioù diskwel ar servijerioù" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Dibarzhioù diskwel an taolennoù" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Arventennoù a bep seurt" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Arventennoù dilesañ" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Merkañ arventennoù kevreañ ar servijer" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Personelaat al liammoù diskwelet er boestoù rekedoù SQL" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "Arventennoù ar rekedoù SQL" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Personelaat ar bajenn deraouiñ" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Personelaat an ivinelloù" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Personelaat ar maeziennoù ebarzhiñ testenn" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personelaat an dibarzhioù dre ziouer" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Diweredekaat lod eus ar c'hemennoù diwall diskouezet gant phpMyAdmin" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10229,7 +10236,7 @@ msgstr "" "Gweredekaat ar gwaskañ [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] evit " "an oberiadennoù enporzhiañ hag ezporzhiañ" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10241,7 +10248,7 @@ msgstr "" "Ma vez gweredekaet e kendalc'h phpMyAdmin da blediñ gant ar rekedoù " "liesfrazennek ha pa vefe ur fazi gant unan anezho." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10251,7 +10258,7 @@ msgstr "" "Gallout a ra sikour da enporzhiañ restroù bras, ha pa c'hallfe terriñ " "treuzgreadoù zo." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10263,24 +10270,24 @@ msgstr "" "Furmad dre ziouer; bezit emskiantek ez eo ar roll-mañ diouzh al lec'hiadur " "(diaz roadennoù, taolenn) ha n'eus nemet SQL zo hegerz dalc'hmat" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Niver a rekedoù da lezel a-gostez adalek ar penn-kentañ" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10292,7 +10299,7 @@ msgstr "" "Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " "[kbd]cookie[/kbd]" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10300,29 +10307,29 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -10334,461 +10341,449 @@ msgstr "" "Niver a eilennoù lakaet evit seveniñ ar skriptoù ([kbd]0[/kbd] a dalvez hep " "bevenn)" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Diskouez dibab ar servijerioù e laez ar banell gefluniañ" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Lakaat al linenn a vuk al logodenn daveti da usskediñ" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "Arventennoù dilesañ" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Dibosupl kevreañ ouzh ar servijer MySQL" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "%s has been disabled for this MySQL server." msgid "Enable SSL for connection to MySQL server." msgstr "Diweredekaet eo bet %s war ar servijer MySQL-mañ." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "" -#| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " -#| "authentication" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " -"[kbd]cookie[/kbd]" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10801,19 +10796,19 @@ msgstr "" "Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " "[kbd]cookie[/kbd]" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10821,13 +10816,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10835,20 +10830,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Tracking of changes made in database. Requires the phpMyAdmin " @@ -10860,218 +10855,218 @@ msgstr "" "Heuliañ ar c'hemmoù graet en diaz roadennoù. Rekis eo kaout ar stokañ " "kefluniadurioù phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Lakaat al linennoù dibabet da skediñ." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight row pointed by the mouse cursor." msgstr "Lakaat al linenn a vuk al logodenn daveti da usskediñ" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 #, fuzzy #| msgid "Number of columns for CHAR/VARCHAR textareas" msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Niver a vannoù evit an takadoù skrid CHAR/VARCHAR" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 #, fuzzy #| msgid "Number of rows for CHAR/VARCHAR textareas" msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Niver a linennoù evit an takadoù skrid CHAR/VARCHAR" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 #, fuzzy #| msgid "Tab that is displayed when entering a database" msgid "Tab that is displayed when entering a database." msgstr "Ivinell diskouezet pa'z eer tre en un diaz roadennoù" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 #, fuzzy #| msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server." msgstr "Ivinell diskouezet pa'z eer tre en ur servijer" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." msgstr "Ivinell diskouezet pa'z eer tre en un daolenn" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Include table caption" msgid "Whether the table structure actions should be hidden." msgstr "Enklozañ an istitloù" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Diskouez roll ar servijerioù e-lec'h ur roll desachañ." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Ul lañser desachañ a vo implijet ma vez nebeutoc'h a elfennoù" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "An niver a linennoù a c'haller ober ganto war un dro" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Diweredekaat ar gwiriañ alc'hwezioù estren" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Dibarzhioù diskwel ar servijerioù" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11081,212 +11076,212 @@ msgstr "" "Gweredekaat ar gwaskañ [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] evit " "an oberiadennoù enporzhiañ hag ezporzhiañ" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Aotren kevreañ ouzh ne vern pe servijer MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Dibosupl kevreañ ouzh ar servijer MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Aotren ar frammoù a-berzh tud all" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" "Diskouez al liamm evit \"Skarzhañ un diaz roadennoù\" d'an implijerien voutin" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Kevrin Blow fish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Merker linennoù" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Lakaat ar reti da usskediñ" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Kemmañ ar bannoù CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable %s" msgid "Enable linter" msgstr "Gweredekaat %s" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy #| msgid "Customize text input fields" msgid "Minimum size for input field" msgstr "Personelaat ar maeziennoù ebarzhiñ testenn" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Customize text input fields" msgid "Maximum size for input field" msgstr "Personelaat ar maeziennoù ebarzhiñ testenn" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Bannoù evit an takadoù skrid CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Linennoù evit an takadoù skrid CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Gwiriañ aotreoù ar restr gefluniañ" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Gwaskañ war ar prim" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Kadarnaat ar rekedoù diverkañ DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Ivinell dre ziouer evit un diaz roadennoù" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Ivinell dre ziouer evit ar servijer" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Ivinell dre ziouer evit an taolennoù" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Lakaat krochedoù stouet a bep tu da anvioù an taolennoù hag ar bannoù" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Include table caption" msgid "Hide table structure actions" msgstr "Enklozañ an istitloù" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for Hex" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for Substring" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for Bool2Text" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for External" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for PreApPend" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for DateFormat" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for Inline" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for TextImageLink" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Databases display options" msgid "Default transformations for TextLink" msgstr "Dibarzhioù diskwel an diazoù roadennoù" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Diskouez a ra ar servijerioù e stumm ur roll" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Diweredekaat trezalc'h an taolennoù lies" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Pad seveniñ hirañ" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Enrollañ evel restr" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Strobad arouezennoù ar restr" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Gwaskadur" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11294,66 +11289,66 @@ msgstr "Gwaskadur" msgid "Put columns names in the first row" msgstr "Diskouez anvioù ar bannoù diouzhtu el linenn gentañ" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Columns enclosed by" msgid "Columns enclosed with" msgstr "Bannoù gronnet gant" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Columns escaped by" msgid "Columns escaped with" msgstr "Arouezenn dec'hout" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "Erlec'hiañ NULL gant" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Tennañ an arouezennoù dibenn linenn e dibarzh ar bannoù" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Bannoù a echu gant" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Linennoù a echu gant" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Stumm Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Patrom anv diaz roadennoù" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Patrom anv servijer" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Patrom anv taolenn" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11363,80 +11358,80 @@ msgstr "Patrom anv taolenn" msgid "Dump table" msgstr "Ezporzhiañ an daolenn" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Enklozañ an istitloù" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Istitl eus an daolenn" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Enklozañ an istitloù" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Alc'hwez an dikedenn" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Darempredoù" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Doare ezporzhiañ" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Enrollañ war ar servijer" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export method" msgid "Export as separate files" msgstr "Doare ezporzhiañ" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Derc'hel soñj eus patrom anv ar restr" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Lakaat krochedoù stouet a bep tu da anvioù an taolennoù hag ar bannoù" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Mod kenglotañ gant SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Deiziad krouiñ/hizivaat/gwiriañ" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Ensoc'hadennoù gant dale" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Diweredekaat ar gwiriañ alc'hwezioù estren" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Invalid table name" msgid "Export views as tables" msgstr "Anv taolenn direizh" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "" #| "Tracking of changes made in database. Requires the phpMyAdmin " @@ -11446,319 +11441,323 @@ msgstr "" "Heuliañ ar c'hemmoù graet en diaz roadennoù. Rekis eo kaout ar stokañ " "kefluniadurioù phpMyAdmin." -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Implijout an eizhdekvedennad evit BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Use this value" msgid "%s view" msgstr "Ober gant an talvoud-mañ" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Arabat ensoc'hañ ul linenn a dalvez kement hag un alc'hwez nemetañ" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Ereadur d'ober gantañ pa vez ensoc'het roadennoù" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Ment vrasañ ar reked krouet" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Seurt ezporzhiadenn" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Enklozañ an ezporzhiadenn en un treuzgread" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Ezporzhiañ an eur er furmad UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Urzh dispakañ an alc'hwezioù estren" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Bevenn evit an alc'hwezioù estren" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Diweredekaat ar gwiriañ alc'hwezioù estren" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Mod merdeiñ" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Diorroer" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Mod aozañ" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Talvoudoù dre ziouer evit an ezporzhiañ" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Dre-vras" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Talvoudoù enporzhiañ dre ziouer" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Enporzhiañ / Ezporzhiañ" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTex" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Taolenn verdeiñ" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Arventennoù pouezus all" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Titloù pajennoù" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Surentez" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Arventennoù diazez" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Dilesadur" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Kefluniadur ar servijer" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Mirlec'h ar c'hefluniadurioù" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Heuliañ ar c'hemmoù" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Boest rekedoù SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Pajenn deraouiñ" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Diazoù roadennoù" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Ivinelloù" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Maeziennoù testenn" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Testenn Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Kemennoù diwall" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Arventennoù ouzhpenn evit iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Na ober van ouzh ar fazioù er rekedoù liesfrazennek" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Enporzhiañ darnek : aotren paouez" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Arabat paouez gant an enporzhiañ pa vez ur fazi gant INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Furmad ar restr enporzhiañ" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Ober gant ar ger-alc'hwez LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Anvioù bannoù el linenn gentañ" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Arabat enporzhiañ linennoù goullo" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Enporzhiañ moneizioù ($5.00 a zeu da vezañ 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Enporzhiañ an dregantadoù evel degelennoù (12.00% a zeu da vezañ .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Enporzhiañ darnek : lezel ar rekedoù a gostez" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Arabat ober gant AUTO_INCREMENT evit an talvoudoù par da mann" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Talvoud dre ziouer evit an takadoù riklañ" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Niver a linennoù da ensoc'hañ" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Customize text input fields" msgid "Maximum items on first level" msgstr "Personelaat ar maeziennoù ebarzhiñ testenn" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Diskouez al logo er banell verdeiñ gleiz" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel width" msgstr "Taolenn verdeiñ" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -11766,602 +11765,598 @@ msgstr "Taolenn verdeiñ" msgid "Link with main panel" msgstr "Personelaat ar framm pennañ" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Diskouez al logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Bukadenn evit an arlun moned prim" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Bukadenn evit an arlun moned prim" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Istitl eus an daolenn" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "Diskouez pep tra" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show indexes" msgid "Show views in tree" msgstr "Diskouez menegerioù" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "Kevreadennoù abaoe ar freskadenn ziwezhañ" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Processes" msgid "Show procedures in tree" msgstr "Argerzhioù" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show indexes" msgid "Show events in tree" msgstr "Diskouez menegerioù" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "Oc'h eilañ an diaz roadennoù" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Istitl eus an daolenn" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key default sort order" msgstr "Diverket eo bet an alc'hwez kentidik." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "Darempredoù" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Invalid table name" msgid "Export templates table" msgstr "Anv taolenn direizh" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "Bannoù evit an takadoù skrid CHAR" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Tracked tables" msgid "Favorites table" msgstr "Taolennoù heuliet-pizh" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Implijout taolennoù" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show all" msgid "Show creation timestamp" msgstr "Diskouez pep tra" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Evezhiadennoù diwar-benn an daolenn" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show indexes" msgid "Show hint" msgstr "Diskouez menegerioù" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Displegañ SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Krouiñ kod PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "Anv implijer :" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password:" msgid "Proxy password" msgstr "Ger-tremen :" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "Kefluniadur ar servijer" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "Mod merdeiñ" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "Udb all" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "Server configuration" msgid "Server connection collation" @@ -12400,7 +12395,8 @@ msgstr "Ne'z aio ket an enporzhiañ en-dro, un arc'hwel a vank (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "Ne'z aio ket an ezporzhiañ en-dro, un arc'hwel a vank (%s)" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "%s d'ar muiañ" @@ -12434,7 +12430,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" @@ -12446,7 +12442,7 @@ msgstr "Testenn Open Document" msgid "OpenDocument Text" msgstr "Testenn Open Document" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12569,7 +12565,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -12878,7 +12874,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -13006,7 +13002,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13076,7 +13072,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "C'hoant hoc'h eus da freskaat ar bajenn marteze a-walc'h." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Seurt faziek !" @@ -13167,28 +13163,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13199,7 +13188,7 @@ msgstr "" "merañ mat an arouezennoù hag ar c'hudennoù dic'hortoz a c'hallfe " "c'hoarvezout." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13281,7 +13270,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Diweredekaet eo an urzhad ''DROP DATABASE'." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15435,7 +15424,7 @@ msgid "No such column" msgstr "Er bann :" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Linestring" msgctxt "string types" @@ -16195,7 +16184,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16283,7 +16272,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "Distroet ez eus un disoc'h goullo gant MySQL (linenn ebet)." @@ -16726,29 +16715,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Diverket eo bet ar sined." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s daolenn" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Theme %s not found!" msgid "Link not found!" @@ -17369,11 +17358,11 @@ msgstr "" msgid "web server upload directory:" msgstr "Diuzit e-mesk kavlec'h pellgargañ ar servijer web %s :" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -17797,43 +17786,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Serriñ" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Kemmet eo bet an argerzh %1$s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Routine %1$s has been modified." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Kemmet eo bet an argerzh %1$s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -17918,7 +17907,7 @@ msgstr "Termenet ez eus bet c'hefluniadur un hentenn dilesa direizh :" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -18360,7 +18349,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation:" msgid "Indentation:" @@ -18383,54 +18372,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "No rows selected" msgid "Column names:" msgstr "N'eus bet diuzet linenn ebet" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19161,18 +19150,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19450,98 +19439,98 @@ msgstr "Anv taolenn direizh" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Goullonderiñ" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "Other core settings" msgid "A date, supported range is %1$s to %2$s" msgstr "Arventennoù pouezus all" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19549,175 +19538,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "Fazi en ur adenvel %1$s e %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add a polygon" msgid "A polygon" msgstr "Ouzhpennañ ul lieskorneg" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Krouiñ un argerzh" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" @@ -19764,6 +19753,17 @@ msgstr "" msgid "No files found inside ZIP archive!" msgstr "" +#, fuzzy +#~| msgid "" +#~| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " +#~| "authentication" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Ger-tremen implijet evit enrinegañ toupinoù pa vez gwiriekaet dre " +#~ "[kbd]cookie[/kbd]" + #~ msgid "Cannot connect: invalid settings." #~ msgstr "Dibosupl kevreañ : arventennoù direizh." diff --git a/resources/po/brx.po b/resources/po/brx.po index da95e1c4b2..6c462da30b 100644 --- a/resources/po/brx.po +++ b/resources/po/brx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2015-09-04 09:33+0200\n" "Last-Translator: Michal Čihař \n" "Language-Team: Bodo %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3602,7 +3602,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3612,7 +3612,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3924,8 +3924,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3947,7 +3947,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3983,17 +3983,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4441,28 +4441,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5468,7 +5482,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5541,7 +5555,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6102,7 +6116,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6184,7 +6198,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6245,7 +6259,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6291,7 +6305,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6761,7 +6775,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6923,32 +6937,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8602,14 +8616,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8787,329 +8793,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9117,478 +9123,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9596,13 +9596,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9610,391 +9610,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10002,56 +10002,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10061,924 +10061,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11011,7 +11011,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11045,7 +11046,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11053,7 +11054,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11174,7 +11175,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11436,7 +11437,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11560,7 +11561,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11618,7 +11619,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11704,35 +11705,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11795,7 +11789,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13597,7 +13591,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14329,7 +14323,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14407,7 +14401,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14778,27 +14772,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15355,11 +15349,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15757,39 +15751,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15863,7 +15857,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16259,7 +16253,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16280,52 +16274,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17012,18 +17006,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17276,95 +17270,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17372,170 +17366,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/bs.po b/resources/po/bs.po index 6c808a0d47..76b8cdc266 100644 --- a/resources/po/bs.po +++ b/resources/po/bs.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-03 06:36+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Bosnian %s" msgstr "Sačuvaj na server u direktorijum %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Prepiši postojeće fajlove" @@ -3888,7 +3888,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Nazad" @@ -3898,7 +3898,7 @@ msgstr "Nazad" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 #, fuzzy msgid "Import" @@ -4231,8 +4231,8 @@ msgstr "SQL rezultat" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Baze" @@ -4257,7 +4257,7 @@ msgid "Recent" msgstr "Resetuj" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy msgid "Favorite tables" msgstr "Promjenljive" @@ -4298,18 +4298,18 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "SQL upit" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy msgid "Main panel" msgstr "Dodaj novo polje" @@ -4799,14 +4799,29 @@ msgstr "Provjeri privilegije za bazu \"%s\"." msgid "Check privileges" msgstr "Provjeri privilegije" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Izvrši SQL upit(e) na bazi %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy msgid "Total:" msgstr "Ukupno" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4814,17 +4829,17 @@ msgstr "" "Napomena: uključivanje statistika može prouzrokovati veliki protok podataka " "između web i MySQL servera." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy msgid "Enable statistics" msgstr "Uključi statistike" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Baza ne postoji" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5912,7 +5927,7 @@ msgid "Current server:" msgstr "Server" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 #, fuzzy msgid "Servers" msgstr "Server" @@ -5989,7 +6004,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6592,7 +6607,7 @@ msgstr "Prikaži boju" msgid "Show hidden messages" msgstr "Prikaži mrežu" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6679,7 +6694,7 @@ msgid "Detailed profile" msgstr "Samo podaci" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6745,7 +6760,7 @@ msgstr "SQL rezultat" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy msgid "Your SQL query has been executed successfully." @@ -6795,7 +6810,7 @@ msgstr "" msgid "Show this query here again" msgstr "Prikaži ponovo ovaj upit" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "SQL upit" @@ -7311,7 +7326,7 @@ msgid "Delete the view (DROP)" msgstr "Baza ne postoji" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy msgid "Table structure" msgstr "Baze" @@ -7496,34 +7511,34 @@ msgid "Index length" msgstr "Dužina reda" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 #, fuzzy msgid "Check" msgstr "Češki" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 #, fuzzy msgid "Repair" msgstr "Popravi tabelu" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9302,14 +9317,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Ime korisnika" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9504,344 +9511,344 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Koristi ' za ograničavanje imena polja" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy msgid "Customize default options." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy msgid "Customize edit mode." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy msgid "Customize default export options." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy msgid "Customize default common import options." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy msgid "Databases display options." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy msgid "Customize the navigation tree." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy msgid "Servers display options." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy msgid "Tables display options." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy msgid "Authentication settings." msgstr "Dokumentacija" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy msgid "SQL queries settings." msgstr "SQL upit" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy msgid "Customize startup page." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy msgid "Customize text input fields." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy msgid "Customize default options" msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9849,487 +9856,481 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy msgid "Whether to expand single database in the navigation tree automatically." msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy msgid "Set to 0 to collapse navigation panel." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy msgid "Show logo in navigation panel." msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy msgid "Whether to show tables under database in the navigation tree" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy msgid "Whether to show views under database in the navigation tree" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy msgid "Whether to show events under database in the navigation tree" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy msgid "Authentication method to use." msgstr "Dokumentacija" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy msgid "Compress connection to MySQL server." msgstr "Ne mogu da se prijavim na MySQL server" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Ograničava broj novih konekcija koje korisnik može ta otvori na sat." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10337,13 +10338,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10351,413 +10352,413 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy msgid "Whether the table structure actions should be hidden." msgstr "Predloži strukturu tabele" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy msgid "Disable shortcut keys" msgstr "Isključi statistike" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 #, fuzzy msgid "Allow login to any MySQL server" msgstr "Ne mogu da se prijavim na MySQL server" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy msgid "Restrict login to MySQL server" msgstr "Ne mogu da se prijavim na MySQL server" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy msgid "Enable linter" msgstr "Omogućeno" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy msgid "Minimum size for input field" msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy msgid "Maximum size for input field" msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Dimenzije papira" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy msgid "Enable autocomplete for table and column names" msgstr "Koristi ' za ograničavanje imena polja" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy msgid "Show column comments" msgstr "Komentari tabele" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy msgid "Hide table structure actions" msgstr "Predloži strukturu tabele" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy msgid "Default transformations for Hex" msgstr "Tranformacije čitača" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy msgid "Default transformations for Substring" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy msgid "Default transformations for Bool2Text" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy msgid "Default transformations for External" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy msgid "Default transformations for PreApPend" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy msgid "Default transformations for DateFormat" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy msgid "Default transformations for Inline" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy msgid "Default transformations for TextImageLink" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy msgid "Default transformations for TextLink" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy msgid "Disable multi table maintenance" msgstr "Radnje na tabeli" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Sačuvaj kao datoteku" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 #, fuzzy msgid "Character set of the file" msgstr "Karakter set datoteke:" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresija" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10766,64 +10767,64 @@ msgstr "Kompresija" msgid "Put columns names in the first row" msgstr "Stavi imena polja u prvi red" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy msgid "Columns enclosed with" msgstr "Polja ograničena sa" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy msgid "Columns escaped with" msgstr "Escape karakter      " -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy msgid "Replace NULL with" msgstr "Zamijeni NULL sa" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy msgid "Columns terminated with" msgstr "Linije se završavaju sa" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy msgid "Lines terminated with" msgstr "Linije se završavaju sa" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 #, fuzzy msgid "Database name template" msgstr "Šablon imena datoteke" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 #, fuzzy msgid "Server name template" msgstr "Šablon imena datoteke" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 #, fuzzy msgid "Table name template" msgstr "Šablon imena datoteke" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10834,999 +10835,999 @@ msgstr "Šablon imena datoteke" msgid "Dump table" msgstr "%s tabela" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 #, fuzzy msgid "Table caption" msgstr "Opcije tabele" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 #, fuzzy msgid "Continued table caption" msgstr "Opcije tabele" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy msgid "Relationships" msgstr "Relacije" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy msgid "Export method" msgstr "Izvoz" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy msgid "Export as separate files" msgstr "horizontalnom (rotirana zaglavlja)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Šablon imena datoteke" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy msgid "Enclose table and column names with backquotes" msgstr "Koristi ' za ograničavanje imena polja" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 #, fuzzy msgid "Use delayed inserts" msgstr "Prošireni INSERT" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy msgid "Export views as tables" msgstr "Napravi novu tabelu u bazi %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format msgid "%s view" msgstr "Vrijednost sesije" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 #, fuzzy msgid "Use ignore inserts" msgstr "Prošireni INSERT" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy msgid "Export type" msgstr "Nema tabela" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV format" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy msgid "General" msgstr "Generirao" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 #, fuzzy msgid "Import defaults" msgstr "Uvoz fajlova" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy msgid "Navigation tree" msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy msgid "Page titles" msgstr "Broj strane:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy msgid "Authentication" msgstr "Dokumentacija" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "SQL upit" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Status" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy msgid "Database structure" msgstr "Baze" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Tabela" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy msgid "Display relational schema" msgstr "Relaciona shema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy msgid "Text fields" msgstr "Koristi tekst polje" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy msgid "Column names in first row" msgstr "Stavi imena polja u prvi red" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Dodaj AUTO_INCREMENT vrijednost" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy msgid "Maximum items on first level" msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 #, fuzzy msgid "Memory limit" msgstr "Ograničenja resursa" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy msgid "Show databases navigation as tree" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy msgid "Link with main panel" msgstr "Opcije za izvoz baze" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy msgid "Enable navigation tree expansion" msgstr "Opcije tabele" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy msgid "Show tables in tree" msgstr "Prikaži tabele" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy msgid "Show views in tree" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy msgid "Show procedures in tree" msgstr "Prikaži listu procesa" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy msgid "Show events in tree" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Baza ne postoji" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy msgid "Recently used tables" msgstr "Analiziraj tabelu" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy msgid "Natural order" msgstr "Promijeni redoslijed u tabeli" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy msgid "Table navigation bar" msgstr "Opcije tabele" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy msgid "Remember table's sorting" msgstr "Promjeni ime tabele u " -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy msgid "Primary key default sort order" msgstr "Osnovni ključ je upravo dodan %s." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy msgid "Relational display" msgstr "Relaciona shema" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy msgid "Session timezone" msgstr "Vrijednost sesije" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy msgid "Control host" msgstr "Bilo koji host" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy msgid "Control port" msgstr "Bilo koji host" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "Baza ne postoji" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "Izbor servera" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy msgid "Export templates table" msgstr "Napravi novu tabelu u bazi %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy msgid "Central columns table" msgstr "Dodaj/obriši kolonu" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 #, fuzzy msgid "Server port" msgstr "Izbor servera" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy msgid "Recently used table" msgstr "Analiziraj tabelu" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy msgid "Favorites table" msgstr "Promjenljive" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Popravi tabelu" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Izbor servera" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy msgid "Display columns table" msgstr "Prikazujem komentare kolone" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy msgid "Statements to track" msgstr "Ime" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy msgid "Automatically create versions" msgstr "Verzija servera" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy msgid "Users table" msgstr "Koristi tabele" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy msgid "User groups table" msgstr "Koristi tabelu hosta" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy msgid "Show table comments" msgstr "Komentari tabele" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy msgid "Show creation timestamp" msgstr "Prikaži informacije o PHP-u" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy msgid "Show last update timestamp" msgstr "Prikaži informacije o PHP-u" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy msgid "Show last check timestamp" msgstr "Prikaži informacije o PHP-u" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy msgid "Show table charset" msgstr "Komentari tabele" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy msgid "Show field types" msgstr "Prikaži tabele" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy msgid "Show hint" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 #, fuzzy msgid "Show SQL queries" msgstr "Prikaži kompletne upite" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Statistike reda" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Objasni SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy msgid "Create PHP code" msgstr "Napravi PHP kod" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy msgid "Textarea columns" msgstr "Dodaj/obriši kolonu" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy msgid "Default title" msgstr "Podrazumjevano" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "Korisničko ime:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy msgid "Proxy password" msgstr "Lozinka" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "Izbor servera" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL upit" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy msgid "Enable Zero Configuration mode" msgstr "Izmjene su sačuvane" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11860,7 +11861,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11894,7 +11896,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy msgid "OpenDocument Spreadsheet" msgstr "Dokumentacija" @@ -11904,7 +11906,7 @@ msgstr "Dokumentacija" msgid "OpenDocument Text" msgstr "Dokumentacija" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12026,7 +12028,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format msgid "Server %d" msgstr "Server" @@ -12302,7 +12304,7 @@ msgstr "Tabele nisu pronađene u bazi." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12429,7 +12431,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12490,7 +12492,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 #, fuzzy msgid "Bad type!" msgstr "Vrsta upita" @@ -12579,35 +12581,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12672,7 +12667,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" komanda je onemogućena." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14645,7 +14640,7 @@ msgid "No such column" msgstr "Dodaj/obriši kolonu" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy msgctxt "string types" msgid "String" @@ -15389,7 +15384,7 @@ msgstr "Baza ne postoji" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format msgid "Bookmark %s has been created." msgstr "Tabela %s je odbačena" @@ -15470,7 +15465,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan rezultat (nula redova)." @@ -15869,27 +15864,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Red je obrisan" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format msgid "Query took %01.4f seconds." msgstr "Upit je trajao %01.4f sekundi" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format msgid "Showing rows %1s - %2s" msgstr "Prikaz zapisa" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format msgid "%s total" msgstr "ukupno" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy msgid "Link not found!" msgstr "Veza nije pronađena" @@ -16469,11 +16464,11 @@ msgstr "" msgid "web server upload directory:" msgstr "direkcija za slanje web servera" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16889,40 +16884,40 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "Nema tabela" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Ne mogu da premjestim tabelu u samu sebe!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Ne mogu da kopiram tabelu u samu sebe!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s je pomjerena u %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s je kopirana u %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s je pomjerena u %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s je kopirana u %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Ima tabele je prazno!" @@ -17002,7 +16997,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy msgid "Columns separated with:" @@ -17435,7 +17430,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "Napravljeno" @@ -17457,53 +17452,53 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy msgid "Column names:" msgstr "Imena kolona" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18249,18 +18244,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18517,96 +18512,96 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy msgid "empty" msgstr "Isprazni" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Verzija servera" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18614,172 +18609,172 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format msgid "A time, range is %1$s to %2$s" msgstr "Verzija servera" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy msgid "A polygon" msgstr "Dodaj novo polje" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy msgctxt "date and time types" msgid "Date and time" msgstr "Napravi novi ključ" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy msgctxt "spatial types" msgid "Spatial" diff --git a/resources/po/ca.po b/resources/po/ca.po index f5587fba62..8f347a3155 100644 --- a/resources/po/ca.po +++ b/resources/po/ca.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Catalan %s" msgstr "Desa al servidor dins del directori %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Sobreescriu els fitxers existents" @@ -3749,7 +3749,7 @@ msgstr "Agafa-ho" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Enrere" @@ -3759,7 +3759,7 @@ msgstr "Enrere" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importa" @@ -4146,8 +4146,8 @@ msgstr "Bolcat SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Bases de dades" @@ -4171,7 +4171,7 @@ msgid "Recent" msgstr "Recent" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Taules preferides" @@ -4209,17 +4209,17 @@ msgid "Features" msgstr "Propietats" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Consultes SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Tauler de navegació" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Tauler principal" @@ -4754,13 +4754,28 @@ msgstr "Comprova els privilegis per la base de dades \"%s\"." msgid "Check privileges" msgstr "Comprova els privilegis" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Executa la consulta o les consultes SQL a la base de dades %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4768,16 +4783,16 @@ msgstr "" "Nota: l'habilitació aquí de les estadístiques de les bases de dades, pot " "provocar un trànsit elevat entre el servidor Web i el servidor MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Habilita les estadístiques" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "No hi ha bases de dades" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirmació" @@ -5946,7 +5961,7 @@ msgid "Current server:" msgstr "Servidor actual:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servidors" @@ -6043,7 +6058,7 @@ msgid "Test:" msgstr "Prova" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Servidor" @@ -6705,7 +6720,7 @@ msgstr "Mostra el formulari" msgid "Show hidden messages" msgstr "Mostra els ítems ocults" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tipus d'autenticació" @@ -6791,7 +6806,7 @@ msgid "Detailed profile" msgstr "Perfil detallat" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ordre" @@ -6854,7 +6869,7 @@ msgstr "Perfilant resultats" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "La vostra consulta SQL ha estat executada amb èxit." @@ -6900,7 +6915,7 @@ msgstr "Separador" msgid "Show this query here again" msgstr "Mostra aquesta consulta de nou" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Mantén el quadre de consultes" @@ -7401,7 +7416,7 @@ msgid "Delete the view (DROP)" msgstr "Esborrar la vista (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Estructura de taula" @@ -7583,32 +7598,32 @@ msgid "Index length" msgstr "Mida de l'índex" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analitza" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Comprova" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimitza" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Reconstrueix" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Repara" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Truncar" @@ -9616,14 +9631,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamita" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9815,19 +9822,19 @@ msgstr "ambdós anteriors" msgid "neither of the above" msgstr "cap dels anteriors" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Els usuaris no poden establir un valor més gran" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Si està habilitat, l'usuari pot introduir qualsevol servidor MySQL al " "formulari de connexió mitjançant l'autenticació per galetes." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9837,7 +9844,7 @@ msgstr "" "connexió a un servidor MySQL arbitrari fent coincidir l'adreça IP o el nom " "d'amfitrió del servidor MySQL mitjançant una expressió regular." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9847,7 +9854,7 @@ msgstr "" "a phpMyADMIN dins d'un marc, i és un potencial [strong]forat de seguretat[/" "strong] que permet atacs del tipus XSS (Cross-site scripting)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9855,18 +9862,18 @@ msgstr "" "Frase de pas secreta que s'utilitza per xifrar les galetes amb " "l'autenticació [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Habilita la compressió bzip2 per a les operacions d'importació." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" "Introduïu la vostra clau privada per al servei reCaptcha del vostre domini." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -9875,42 +9882,42 @@ msgid "" msgstr "" "Introduïu la vostra clau privada per al servei reCaptcha del vostre domini." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Introduïu la vostra clau privada per al servei reCaptcha del vostre domini." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Introduïu la vostra clau privada per al servei reCaptcha del vostre domini." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" "Introduïu la vostra clau pública per al servei reCaptcha del vostre domini." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" "Introduïu la vostra clau privada per al servei reCaptcha del vostre domini." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" "Introduïu la vostra clau privada per al servei reCaptcha del vostre domini." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9920,7 +9927,7 @@ msgstr "" "columnes CHAR i VARCHAR; [kbd]input[/kbd] - permet limitar la llargada de " "l'entrada, [kbd]textarea[/kbd] - permet salts de línia a les columnes." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9928,7 +9935,7 @@ msgstr "" "Utilitza l'editor per a l'edició de les consultes SQL (CodeMirror) amb " "ressaltat de sintaxi i números de línia." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9936,7 +9943,7 @@ msgstr "" "Troba qualsevol error a la consulta abans d'executar-la. Requereix que " "CodeMirror estigui habilitat." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9944,7 +9951,7 @@ msgstr "" "Defineix la mida mínima per als camps d'entrada generats per a les columnes " "CHAR i VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9952,7 +9959,7 @@ msgstr "" "Defineix la mida màxima per als camps d'entrada generats per a les columnes " "CHAR i VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9961,7 +9968,7 @@ msgstr "" "memòria; si teniu problemes amb els fitxers gzip creats, inhabiliteu aquesta " "funcionalitat." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9969,16 +9976,16 @@ msgstr "" "Si s'hauria de visualitzar un avís (\"Realment esteu segur…\") quan estigueu " "a punt de perdre dades." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" "Compleció automàtica dels noms de les taules i columnes en les consultes SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9987,7 +9994,7 @@ msgstr "" "predeterminades. Aquests se sobreescriuran si la transformació s'omple a la " "pàgina d'estructura de taula." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9996,7 +10003,7 @@ msgstr "" "l'optimització o la reparació de les taules seleccionades d'una base de " "dades." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -10004,12 +10011,12 @@ msgstr "" "Estableix el temps en segons que es permet per executar ordres, ([kbd]0[/" "kbd] per no posar límit)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Exclou la definició de l'usuari actual" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -10018,7 +10025,7 @@ msgstr "" "foranes; [kbd]content[/kbd] és la dada referenciada, [kbd]id[/kbd] és el " "valor de la clau." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -10027,7 +10034,7 @@ msgstr "" "[doc@faq6-27]la documentació[/doc] per a les cadenes màgiques que es poden " "utilitzar per a l'obtenció de valors especials." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10035,7 +10042,7 @@ msgstr "" "Tingueu en compte que phpMyAdmin només és una interfície d'usuari i les " "seves característiques no limiten a MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -10043,7 +10050,7 @@ msgstr "" "Configuració avançada del servidor, no canvieu aquestes opcions si no sabeu " "el que fan." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10054,7 +10061,7 @@ msgstr "" "tables]emmagatzematge de la configuració de phpMyAdmin[/doc] a la " "documentació." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10062,119 +10069,119 @@ msgstr "" "Seguiment de canvis fets a la base de dades. Requereix l'emmagatzematge de " "la configuració de phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Personalitzeu el mode de navegació." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personalitzeu les opcions predeterminades." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Paràmetres per als desenvolupadors de phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Personalitzeu el mode d'edició." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personalitzeu les opcions predeterminades de l'exportació." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Establiu algunes de les opcions més utilitzades." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personalitzeu les opcions predeterminades habituals de la importació." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "Establiu els directoris d'importació i exportació i les opcions de " "compressió." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opcions de visualització de les bases de dades." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Personalitzeu l'aspecte del tauler de navegació." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personalitzeu l'arbre de navegació." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opcions de visualització dels servidors." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opcions de visualització de les taules." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Paràmetres que no encaixaven en cap altre lloc." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Paràmetres de l'autenticació." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Introduïu els paràmetres de connexió del servidor." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Personalitzeu els enllaços mostrats als quadres de consultes SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Paràmetres de les consultes SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Personalitzeu la pàgina d'inici." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Trieu quins detalls es mostren a l'estructura de base de dades (llista de " "taules)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Paràmetres per a l'estructura de la taula (llista de columnes)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Trieu com voleu que treballin les pestanyes." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personalitzeu els camps d'entrada de text." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personalitzeu les opcions predeterminades" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Inhabiliteu alguns dels avisos mostrats per phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "Habilita la compressió gzip per a les operacions d'importació i exportació." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10182,7 +10189,7 @@ msgstr "" "Si està habilitat, phpMyAdmin continuarà processant les consultes de " "diverses sentències fins i tot si ha fallat alguna de les consultes." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10192,7 +10199,7 @@ msgstr "" "límit de temps. Pot ser una bona opció per importar fitxers grans, tanmateix " "pot trencar les transaccions." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10200,17 +10207,17 @@ msgstr "" "Format predeterminat; tingueu en compte que la llista depèn de la ubicació " "(base de dades, taula) i només l'SQL està sempre disponible." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Actualitza amb les dades noves quan es trobin claus duplicades en la " "importació" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Nombre de consultes a ometre des de l'inici." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10221,7 +10228,7 @@ msgstr "" "servidor actual. Si s'estableix això a FALSE és més fàcil que oblideu " "desconnectar-vos dels altres servidors quan esteu connectat a més d'un." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10229,7 +10236,7 @@ msgstr "" "Defineix si l'anterior autenticació s'ha de recuperar o no al mode " "d'autenticació per [kbd]galetes [/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10242,12 +10249,12 @@ msgstr "" "tanqueu la finestra del navegador. Això es recomana per als entorns no " "confiables." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Nombre màxim de caràcters utilitzats quan es visualitza una consulta SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10255,7 +10262,7 @@ msgstr "" "El nombre d'ítems que es poden visualitzar a cada pàgina en el primer nivell " "de l'arbre de navegació." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -10263,7 +10270,7 @@ msgstr "" "El nombre d'ítems que es poden visualitzar a cada pàgina de l'arbre de " "navegació." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10272,7 +10279,7 @@ msgstr "" "Si el conjunt de resultats conté més files, es mostraran els enllaços " "\"Anterior\" i \"Següent\"." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10284,17 +10291,17 @@ msgstr "" "El nombre de bytes que un script pot reservar, p. ex. [kbd]32M[/kbd] " "([kbd]-1[/kbd] per no posar límit i [kbd]0[/kbd] per no canviar)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "Al tauler de navegació, substitueix l'arbre de bases de dades amb un selector" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Enllaç amb el tauler principal destacant l'actual base de dades o taula." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -10306,7 +10313,7 @@ msgstr "" "Obre la pàgina enllaçada a la finestra principal ([code]main[/code]) o bé a " "una de nova ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10314,7 +10321,7 @@ msgstr "" "Defineix el nombre mínim d'ítems (taules, vistes, rutines i esdeveniments) a " "visualitzar en un quadre de filtratge." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10322,70 +10329,70 @@ msgstr "" "Agrupa els ítems a l'arbre de navegació (determinat pel separador definit a " "les pestanyes de dalt: bases de dades, taules)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Si s'ofereix la possibilitat d'expandir l'arbre al tauler de navegació." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Si es mostren els procediments sota la base de dades a l'arbre de navegació" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Si s'expandeixen les bases de dades individuals a l'arbre de navegació " "automàticament." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Establiu-ho a 0 per contreure el tauler de navegació." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Mostra el logo al tauler de navegació." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL on apuntarà el logo al tauler de navegació." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Mostra el servidor triat a dalt del tauler de navegació." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Cadena que separa les bases de dades en diferents nivells de l'arbre." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Text que separa les taules en diferents nivells de l'arbre." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Ressalta el servidor sota el cursor del ratolí." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Si es mostren les taules sota la base de dades a l'arbre de navegació" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Si es mostren les vistes sobre la base de dades a l'arbre de navegació" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Si es mostren les funcions sota la base de dades a l'arbre de navegació" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" "Si es mostren els esdeveniments sota la base de dades a l'arbre de navegació" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10393,7 +10400,7 @@ msgstr "" "[kbd]SMART[/kbd] - és a dir, ordre descendent per a les columnes de tipus " "TIME, DATE, DATETIME i TIMESTAMP, altrament ordre ascendent." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10403,7 +10410,7 @@ msgstr "" "l'estructura de la base de dades, si no s'han pogut trobar les taules " "necessàries per a l'emmagatzematge de la configuració de phpMyAdmin." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10411,7 +10418,7 @@ msgstr "" "Inhabilita l'avís predeterminat que es mostra a la pàgina de l'estructura si " "els noms de les columnes a la taula són paraules reservades de MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10422,11 +10429,11 @@ msgstr "" "s'utilitzen rutines JS per mostrar l'historial de consultes (es perd amb el " "tancament de la finestra)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -10434,7 +10441,7 @@ msgstr "" "Estableix la zona horària efectiva; és possible que sigui diferent de la " "zona horària del vostre servidor de base de dades" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10442,7 +10449,7 @@ msgstr "" "Deixeu-ho en blanc per sense suport per a les [doc@bookmarks@]consultes " "desades[/doc], suggerit: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10454,7 +10461,7 @@ msgstr "" "Deixeu-ho en blanc per no utilitzar els comentaris de columna o els tipus " "mime, suggerit: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10462,7 +10469,7 @@ msgstr "" "Usuari MySQL especial configurat amb permisos restringits, més informació " "disponible a la [doc@linked-tables]documentació[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10470,7 +10477,7 @@ msgstr "" "Un amfitrió alternatiu per mantenir l'emmagatzematge de la configuració, " "deixeu-ho en blanc per utilitzar l'amfitrió ja definit." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10480,7 +10487,7 @@ msgstr "" "la configuració, deixeu-ho en blanc per utilitzar el port predeterminat, o " "el port ja definit, si l'amfitrió de control és el mateix." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -10490,7 +10497,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] i [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10498,7 +10505,7 @@ msgstr "" "Deixeu-ho en blanc per sense suport per a l'historial de consultes SQL, " "suggerit: [kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10506,7 +10513,7 @@ msgstr "" "Limita el nombre de preferències de taula que s'emmagatzemen a la base de " "dades, els registres més antics s'eliminen automàticament." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10514,7 +10521,7 @@ msgstr "" "Deixeu-ho en blanc per sense suport per a les plantilles d'exportació, " "suggerit: [kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10522,7 +10529,7 @@ msgstr "" "Deixeu-ho en blanc per sense suport per a les columnes centrals, suggerit: " "[kbd]pma__central_colums[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10532,14 +10539,14 @@ msgstr "" "voleu utilitzar les seves instàncies literals, p. ex. utilitzeu " "[kbd]'my\\_db'[/kbd] i no [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Deixeu-ho en blanc per sense suport per als esquemes PDF, suggerit: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10550,7 +10557,7 @@ msgstr "" "tenir informació més completa. Deixeu-ho en blanc per no utilitzar. " "Suggerit: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10558,7 +10565,7 @@ msgstr "" "Deixeu-ho en blanc per treure la \"persistència\" de taules utilitzades " "recentment entre sessions, suggerit: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10566,7 +10573,7 @@ msgstr "" "Deixeu-ho en blanc per treure la \"persistència\" de taules preferides entre " "sessions, suggerit: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10574,13 +10581,13 @@ msgstr "" "Deixeu-ho en blanc per sense suport per als [doc@relations@]enllaços de " "relacions[/doc], suggerit: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Vegeu el [doc@authentication-modes]tipus d'autenticació[/doc] per un exemple." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10588,7 +10595,7 @@ msgstr "" "Deixeu-ho en blanc per sense suport per als esquemes PDF, suggerit: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10596,7 +10603,7 @@ msgstr "" "Taula per descriure les columnes a mostrar, deixeu-ho en blanc per sense " "suport; suggerit: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10605,7 +10612,7 @@ msgstr "" "d'interfase de taules entre sessions, suggerit: [kbd]pma__table_uiprefs[/" "kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10613,7 +10620,7 @@ msgstr "" "Si una sentència DROP DATABASE IF EXISTS s'afegirà com a primera línia en el " "registre quan es crea una base de dades." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10621,7 +10628,7 @@ msgstr "" "Si una sentència DROP TABLE IF EXISTS s'afegirà com a primera línia en el " "registre quan es crea una taula." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10629,13 +10636,13 @@ msgstr "" "Si una sentència DROP VIEW IF EXISTS s'afegirà com a primera línia en el " "registre quan es crea una vista." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Defineix la llista de sentències que l'autocreació utilitza per a les " "versions noves." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10643,7 +10650,7 @@ msgstr "" "Deixeu-ho en blanc per sense suport per al seguiment de consultes SQL, " "suggerit: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10651,7 +10658,7 @@ msgstr "" "SI el mecanisme de seguiment crearà versions per a taules i vistes " "automàticament." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10659,7 +10666,7 @@ msgstr "" "Deixeu-ho en blanc per sense emmagatzematge de les preferències de l'usuari " "a la base de dades, suggerit: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10670,7 +10677,7 @@ msgstr "" "desactivarà\n" " aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10680,7 +10687,7 @@ msgstr "" "funcionalitat de menús configurables; deixant una d'ambdues en blanc " "desactivarà aquesta funcionalitat, suggerit: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10688,7 +10695,7 @@ msgstr "" "Deixeu-ho en blanc per inhabilitar la funcionalitat oculta i mostra els " "ítems de navegació, suggerit: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10696,58 +10703,58 @@ msgstr "" "Una descripció amigable a l'usuari d'aquest servidor. Deixeu-ho en blanc per " "mostrar el nom d'amfitrió en lloc seu." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Deixeu-ho en blanc si no s'utilitza." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Deixeu-ho en blanc per als valors predeterminats." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Nom de l'HTTP Basic Auth Realm que s'ha de mostrar quan es realitza " "l'autenticació HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Mètode d'autenticació a utilitzar." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Comprimeix la connexió al servidor MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Oculta les bases de dades que coincideixin amb una expressió regular (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Nom d'amfitrió on el servidor MySQL està en execució." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Deixeu-ho en blanc si no utilitzeu l'autenticació config." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port on escolta el servidor MySQL, deixeu-ho en blanc per al valor " "predeterminat." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Sòcol on escolta el servidor MySQL, deixeu-ho en blanc per al valor " "predeterminat." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Habilita SSL per a la connexió al servidor MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10758,27 +10765,27 @@ msgstr "" "de configuració; això no limita la possibilitat d'executar la mateixa ordre " "directament." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostra o oculta una columna que visualitza la marca de temps de creació per " "a totes les taules." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostra o oculta una columna que visualitza la marca de temps de l'última " "actualització per a totes les taules." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostra o oculta una columna que visualitza la marca de temps de l'última " "comprovació per a totes les taules." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10786,7 +10793,7 @@ msgstr "" "Defineix si els camps dels tipus han de visualitzar-se inicialment al mode " "d'edició o inserció." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10794,37 +10801,37 @@ msgstr "" "Mostra l'enllaç a la sortida de [a@https://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Si a un usuari se l'hi hauria de mostrar el botó \"mostra-ho tot (files)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Mostra o oculta una columna que visualitza els comentaris de totes les " "taules." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Mostra o oculta una columna que visualitza el joc de caràcters per a totes " "les taules." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Mostra els camps de funció al mode d'edició o inserció." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Si es mostren o no els consells." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Defineix si s'han de mostrar les consultes SQL creades per phpMyAdmin." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." @@ -10832,22 +10839,14 @@ msgstr "" "Permet visualitzar les estadístiques de les bases de dades i de les taules " "(p. ex. l'espai utilitzat)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marca les taules utilitzades i permet mostrar les bases de dades amb taules " "bloquejades." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Inhabilita l'avís predeterminat que es mostra a la pàgina principal si es " -"detecta Suoshin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10857,7 +10856,7 @@ msgstr "" "valor establert de la variable de PHP session.gc_maxlifetime és menor que el " "de `LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10865,7 +10864,7 @@ msgstr "" "Mida de l'àrea de text (columnes) en mode d'edició, aquest valor " "s'augmentarà per a les àrees de text de les consultes SQL (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10873,7 +10872,7 @@ msgstr "" "Mida de l'àrea de text (files) en mode d'edició, aquest valor s'augmentarà " "per a les àrees de text de les consultes SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10885,7 +10884,7 @@ msgstr "" "capçalera HTTP_X_FORWARDED_FOR (X-Forwarded-For) procedent del servidor " "intermediari 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10893,7 +10892,7 @@ msgstr "" "Quan està inhabilitat, els usuaris no poden configurar cap de les següents " "opcions, independentment de la casella de selecció de la dreta." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10911,7 +10910,7 @@ msgstr "" "informes d'error. Ho necessiteu si el servidor on phpMyAdmin està instal·lat " "no té accés directe a Internet. El format és: \"servidor:port\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10922,7 +10921,7 @@ msgstr "" "es farà una autenticació bàsica. Actualment no hi ha compatibilitat amb " "altres tipus d'autenticació." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10930,7 +10929,7 @@ msgstr "" "Les consultes s'executen en prémer Retorn (en lloc de Ctrl+Retorn). Els " "salts de línia s'afegiran amb Majúscules+Retorn." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10943,401 +10942,401 @@ msgstr "" "automàticament les taules de l'emmagatzematge de la configuració de " "phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Ressalta les files seleccionades." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Ressalta la fila apuntada pel cursor del ratolí." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Nombre de columnes per a les àrees de text CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Nombre de files per a l'àrea de text CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Registra les consultes SQL i el seu temps d'execució, que es visualitzarà a " "la consola" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Pestanya que es visualitza quan s'entra a una base de dades." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Pestanya que es visualitza quan s'entra a un servidor." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Pestanya que es visualitza quan s'entra a una taula." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Si s'han d'ocultar les accions d'estructura de taula." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Si s'han de mostrar els comentaris de les columnes a la vista d'estructura " "de taula" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Mostra els servidors com a llista en lloc de llista desplegable." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "S'utilitzarà una llista desplegable si hi ha menys ítems." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "El valor predeterminat per a la clau forana marca la casella de selecció per " "algunes consultes." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Desmarqueu la casella per inhabilitar la importació d'arrossegar i deixar " "anar" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Quantes files es poden inserir alhora." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Nombre màxim de caràcters mostrats a qualsevol columna no numèrica a la " "vista de navegació." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Defineix durant quant de temps (en segons) una galeta d'autenticació és " "vàlida." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Mida doble de l'àrea de text per a les columnes LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" "Nombre màxim de bases de dades visualitzades a la llista de bases de dades." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Nombre màxim de taules mostrades a la llista de taules." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Nombre màxim de taules utilitzades recentment; Establiu-ho a 0 per " "inhabilitar-ho." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Nombre màxim de taules preferides; Establiu-ho a 0 per inhabilitar-ho." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Aquests són els enllaços Edita, Copia i Esborra." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Si es mostren els enllaços de fila fins i tot en absència d'una clau única." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Desactiva les tecles d'accés directe" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Utilitza l'ordre natural per ordenar els noms de taules i bases de dades." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Utilitza només les icones, només el text o bé ambdós." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Utilitza la memòria intermèdia de la sortida de GZip per incrementar la " "velocitat a les transferències HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Utilitza connexions persistents a bases de dades MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "No permet l'edició en les columnes BLOB i BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Quantes consultes s'han de desar a l'historial." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Seleccioneu quines funcions s'utilitzaran per a les conversions de jocs de " "caràcters." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Quan es navega per les taules, es recorda l'ordenació de cada taula." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" "Ordre d'ordenació predeterminat per a les taules amb una clau primària." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repeteix les capçaleres cada X cel·les, [kbd]0[/kbd] inhabilita aquesta " "funcionalitat." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Per a les opcions de la visualització" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Directori on es poden desar les exportacions al servidor." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Defineix si el quadre de consultes s'ha de mantenir en pantalla després de " "l'enviament." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" "Títol de la finestra del navegador quan se selecciona una base de dades." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Títol de la finestra del navegador quan no hi ha res seleccionat." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Títol de la finestra del navegador quan se selecciona un servidor." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Títol de la finestra del navegador quan se selecciona una taula." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Directori al servidor on podeu pujar els fitxers per importar." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Permet cercar dins de tota la base de dades." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Permet comprovar la versió més recent a la pàgina principal de phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "La contrasenya per a l'autenticació amb el servidor intermediari." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" "Habilita la compressió ZIP per a les operacions d'importació i exportació." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Trieu l'acció predeterminada quan s'enviïn els informes d'error." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Permet la connexió a qualsevol servidor MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Restringeix la connexió amb el servidor MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Permet marcs de tercers" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Mostra l'enllaç \"Drop database\" als usuaris normals" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Secret de blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Marcador de fila" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Ressalta el punter" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Edició de columnes CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Habilita CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Habilita linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Mida mínima per als camps d'entrada" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Mida màxima per als camps d'entrada" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Columnes de l'àrea de text CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Files de l'àrea de text CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Comprova els permisos del fitxer de configuració" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Comprimeix sobre la marxa" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirmació de les consultes DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Mida del paper" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Pestanya predeterminada de la base de dades" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Pestanya predeterminada del servidor" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Pestanya predeterminada de la taula" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Habilita la compleció automàtica per als noms de les taules i columnes" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Mostra els comentaris de les columnes" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Oculta les accions d'estructura de taula" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Transformacions predeterminades per Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Transformacions predeterminades per Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Transformacions predeterminades per Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Transformacions predeterminades per External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Transformacions predeterminades per PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Transformacions predeterminades per DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Transformacions predeterminades per Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Transformacions predeterminades per TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Transformacions predeterminades per TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Visualitza els servidors com una llista" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Inhabilita el manteniment de taules múltiples" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Màxim temps d'execució" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Desa com un fitxer" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Joc de caràcters del fitxer" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compressió" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11345,56 +11344,56 @@ msgstr "Compressió" msgid "Put columns names in the first row" msgstr "Posa els noms de les columnes a la primera fila" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Columnes delimitades amb" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Final de columna amb" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Substitueix NULL amb" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Treu els caràcters CRLF de dins les columnes" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Columnes acabades amb" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Línies acabades amb" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Edició d'Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Plantilla del nom de la base de dades" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Plantilla del nom del servidor" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Plantilla del nom de la taula" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11404,86 +11403,86 @@ msgstr "Plantilla del nom de la taula" msgid "Dump table" msgstr "Bolca la taula" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Inclou l'encapçalament de la taula" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Títol de la taula" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Encapçalament de continuació de la taula" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Clau de l'etiqueta" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relacions" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Mètode d'exportació" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Desa al servidor" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exporta com a fitxers separats" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Recorda la plantilla del nom d'arxiu" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "Eliminar columnes de la llista central" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Delimita els noms de taules i columnes amb cometes inverses" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Mode de compatibilitat SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Dates de creació, modificació i comprovació" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Utilitza les insercions diferides" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Inhabilita les comprovacions de les claus foranes" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exporta les vistes com a taules" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exporta les metadades relacionades des de l'emmagatzematge de la " "configuració de phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Utilitza hexadecimal per a BINARY i BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11491,837 +11490,837 @@ msgstr "" "Afegeix IF NOT EXISTS (menys eficient perquè els índexs es generaran durant " "la creació de la taula)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "vista %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Utilitza \"ignore inserts\"" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintaxi a utilitzar quan s'insereixen les dades" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Mida màxima de la consulta creada" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tipus d'exportació" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Delimita l'exportació a una transacció" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exporta l'hora en UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordre del desplegament de les claus foranes" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Límit de claus foranes" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Comprovacions de les claus foranes" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Primer dia del calendari" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Mode de navegació" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Desenvolupador" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Mode d'edició" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Opcions predeterminades de l'exportació" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "General" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Opcions predeterminades de la importació" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importació / exportació" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Arbre de navegació" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Altres paràmetres principals" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Títols de pàgina" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Seguretat" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Paràmetres bàsics" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autenticació" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configuració del servidor" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Emmagatzematge de la configuració" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Seguiment de canvis" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Quadre de consultes SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Inici" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Estructura de base de dades" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Pestanyes" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Visualització de l'esquema relacional" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Camps de text" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "text Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avisos" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Paràmetres extres per iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignora els errors de sentències múltiples" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Habilita la importació d'arrossegar i deixar anar" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importació parcial: permet la interrupció" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "No avortis en cas d'error INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Afegeix ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format del fitxer importat" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Utilitza la paraula clau LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Nom de les columnes a la primera fila" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "No importis les files buides" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa les monedes ($5.00 a 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa els percentatges amb els decimals adients (12.00% a .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importació parcial: omet les consultes" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "No utilitzis AUTO_INCREMENT per als valors zero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Llegeix com a multibytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Estat inicial per a les barres de desplaçament" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Nombre de files a inserir" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Límit de caràcters de la columna" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Esborra totes les galetes al desconnectar" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Nom d'usuari de recuperació" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Emmagatzema les galetes de connexió" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validesa de l'autenticació per galetes" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Àrea de text més gran per a LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Mida màxima de l'SQL visualitzat" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Nombre màxim de bases de dades" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Nombre màxim d'ítems al primer nivell" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Nombre màxim d'ítems a la branca" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Nombre màxim de files a visualitzar" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Nombre màxim de taules" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Límit de memòria" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Mostra la navegació de les bases de dades com un arbre" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Tauler de navegació" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Enllaç amb el tauler principal" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Mostra el logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL de l'enllaç del logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Destí de l'enllaç del logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Visualitza la selecció dels servidors" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Destí per a la icona d'accés ràpid" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Destí per a la icona del segon accés ràpid" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Nombre mínim d'ítems a visualitzar al quadre de filtratge" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Nombre mínim de bases de dades a visualitzar al quadre de filtratge de base " "de dades" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Agrupa els ítems a l'arbre" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separador de l'arbre de les bases de dades" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separador d'arbre de taules" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Màxima profunditat de l'arbre de taules" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Habilita el ressaltat" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Habilita l'expansió de l'arbre de navegació" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Mostra les taules a l'arbre" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Mostra les vistes a l'arbre" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Mostra les funcions a l'arbre" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Mostra els procediments a l'arbre" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Mostra els esdeveniments a l'arbre" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Expandeix una base de dades individual" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Taules utilitzades recentment" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "On es mostren els enllaços de fila de la taula" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Mostra sempre els enllaços de la fila" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Ordre natural" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Barra de navegació de taules" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Memòria intermèdia de la sortida de GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ordre d'ordenació predeterminat" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Connexions persistents" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Falten taules de l'emmagatzematge de la configuració de phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Avís de paraula reservada de MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Com es visualitzen les pestanyes del menú" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Com es visualitzen els enllaços d'accions diverses" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Protegeix les columnes de contingut binari" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Historial permanent de consultes" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Mida de l'historial de consultes" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Motor d'enregistrament" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Recorda l'ordenació de les taules" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Ordre d'ordenació predeterminat de clau primària" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Repeteix les capçaleres" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Edició de la graella: disparador d'acció" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Visualització relacional" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Edició de la graella: desa totes les cel·les editades alhora" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Directori de desament" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Ordre d'autenticació del servidor" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Regles d'autenticació del servidor" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Permet connexions sense contrasenya" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Permet la connexió de root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Zona horària de la sessió" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Taula de marcadors" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Taula d'informació de columna" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Comprimeix la connexió" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Contrasenya de l'usuari de control" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Usuari de control" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Amfitrió de control" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Port de control" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Inhabilita l'ús d'INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Oculta les bases de dades" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Taula d'historial de consultes SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nom d'amfitrió del servidor" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL de desconnexió" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Màxim nombre de preferències de taules a desar" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportar la taula de plantilles" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Taula de columnes centrals" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Mostra només les bases de dades de la llista" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Contrasenya per a l'autenticació config" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Esquema PDF: taula de pàgines" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Port del servidor" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Taula usada recentment" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Taula preferida" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Taula de relacions" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nom de sessió de signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL de signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Sòcol del servidor" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Utilitza SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Dissenyador i esquema PDF: taula de coordinades" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Taula de descripció de columnes" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Preferències d'interfase de taula" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Afegeix DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Afegeix DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Sentències a seguir" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Taula de seguiment de consultes SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Crea versions automàticament" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Taula de preferències de l'usuari" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Taula d'usuaris" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Taula de grups d'usuaris" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Taula d'ítems de navegació amagada" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Usuari per a l'autenticació config" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nom explicatiu d'aquest servidor" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Permet mostrar totes les files" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Mostra el formulari de canvi de contrasenya" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Mostra el formulari de creació de base de dades" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Mostra els comentaris de la taula" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Mostra la marca de temps de la creació" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Mostra la marca de temps de l'última actualització" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Mostra la marca de temps de l'última comprovació" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Mostra el joc de caràcters de la taula" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Mostra els tipus de camp" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Mostra els camps de funció" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Mostra els consells" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Mostra l'enllaç a phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Mostra la informació detallada del servidor MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Mostra les consultes SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Mostra les estadístiques" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Omet les taules bloquejades" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Desenvolupa l'SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Crea el codi PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Avís de Suoshin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Avís de validesa de la galeta d'autenticació" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Columnes de les àrees de text" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Files de l'àrea de text" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Títol predeterminat" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Llista de servidors intermediaris de confiança per permetre/denegar IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Directori de pujada" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Utilitza la cerca de base de dades" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Habilita la pestanya «Desenvolupador» als paràmetres" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Comprovació de la versió" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "URL del servidor intermediari" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nom d'usuari del servidor intermediari" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Contrasenya del servidor intermediari" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Clau pública per a reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Clau pública per a reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Envia els informes d'error" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "La tecla Retorn executa les consultes a la consola" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Habilita el mode Zero Configuration" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "Execute queries on Enter and insert new line with Shift + Enter" msgid "Execute queries on Enter and insert new line with Shift+Enter" @@ -12329,19 +12328,19 @@ msgstr "" "Executa les consultes en prémer Retorn i afegeix una línia nova en prémer " "Majúscules + Retorn" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Altura de la consola" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Mode de la consola" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Ordena per" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Col·lació de la connexió del servidor" @@ -12374,7 +12373,8 @@ msgstr "La importació comprimida no funcionarà perquè falta la funció %s." msgid "Compressed export will not work due to missing function %s." msgstr "L'exportació comprimida no funciona perquè falta la funció (%s)." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "màxim %s" @@ -12408,7 +12408,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Full de càlcul OpenDocument" @@ -12416,7 +12416,7 @@ msgstr "Full de càlcul OpenDocument" msgid "OpenDocument Text" msgstr "Text OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV utilitzant LOAD DATA" @@ -12584,7 +12584,7 @@ msgstr "" "La %1$scompressió i descompressió gzip%2$s requereix les funcions (%3$s) que " "no estan disponibles en aquest sistema." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Servidor %d" @@ -12871,7 +12871,7 @@ msgstr "No s'ha trobat un esdeveniment amb nom %1$s a la base de dades %2$s." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "No s'han pogut carregar els connectors d'exportació, comproveu la vostra " @@ -13008,7 +13008,7 @@ msgid "Success!" msgstr "Correcte!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13076,7 +13076,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "És possible que vulgueu refrescar la pàgina." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Tipus incorrecte!" @@ -13186,16 +13186,7 @@ msgstr "" "vostre servidor pot estar compromesa per la baixada de la configuració per " "part de persones no autoritzades." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"El servidor s'està executant amb Suhosin. Si us plau, consulteu la " -"%sdocumentació%s per a possibles incidències." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -13204,14 +13195,14 @@ msgstr "" "El $cfg['TempDir'] (%s) no està disponible. phpMyAdmin no pot emmagatzemar " "les plantilles a la memòria cau i a causa d'això serà més lent." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13221,7 +13212,7 @@ msgstr "" "de caràcters multibyte. Sense l'extensió -mbstring-, phpMyAdmin és incapaç " "de dividir cadenes de text correctament i pot generar resultats inesperats." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13300,7 +13291,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Les sentències \"DROP DATABASE\" estan inhabilitades." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[S'ha produït un ROLLBACK.]" @@ -15340,7 +15331,7 @@ msgid "No such column" msgstr "Cap columna" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Cadena" @@ -16244,7 +16235,7 @@ msgstr "Dades incorrectes" msgid "Wrong data or no validation for %s" msgstr "Dada errònia o no validada per a %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "S'ha creat el marcador %s." @@ -16326,7 +16317,7 @@ msgstr "Hi ha massa unions sense índexs." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha retornat un conjunt buit (és a dir, zero files)." @@ -16733,29 +16724,29 @@ msgstr "" msgid "The row has been deleted." msgstr "S'ha esborrat la fila." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "la consulta ha trigat %01.4f segons." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Es mostren les files %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d en total, %2$d a la consulta" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d en total" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "No s'ha trobat l'enllaç!" @@ -17419,11 +17410,11 @@ msgstr "" msgid "web server upload directory:" msgstr "directori de pujada del servidor web:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Es mostra la consulta SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Id de la fila inserida: %1$d" @@ -17873,39 +17864,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "No s'han trobat dependències parcials!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Fusionar" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "No es pot moure la taula sobre ella mateixa!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "No es pot copiar la taula sobre ella mateixa!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "S'ha mogut la taula %s a %s. S'han ajustat els privilegis." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "S'ha copiat la taula %s a %s. S'han ajustat els privilegis." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Taula %s moguda a %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "La taula %s s'ha copiat a %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "El nom de la taula és buit!" @@ -17994,7 +17985,7 @@ msgstr "" "Heu habilitat l'autenticació de dos factors, confirmeu la vostra " "identificació." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Columnes separades amb:" @@ -18425,7 +18416,7 @@ msgstr "" "Sistema de base de dades o servidor MySQL antic per al qual s'ha de " "maximitzar la compatibilitat de la sortida:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18450,19 +18441,19 @@ msgstr "" "Actualitza amb les dades noves quan es trobin claus duplicades en la " "importació (afegeix ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Nom de la nova taula (opcional):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Nom de la nova base de dades (opcional):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importeu aquesta quantitat de files (opcional):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18470,7 +18461,7 @@ msgstr "" "La primera línia del fitxer conté els noms de les columnes de la taula " "(si no es marca això, la primera línia formarà part de les dades)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18481,27 +18472,27 @@ msgstr "" "les columnes s'han de separar amb comes i no poden estar delimitats entre " "cometes." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nom de les columnes:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Format incorrecte a l'entrada CSV a la línia %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Comptador de columnes incorrecte en l'entrada CSV a la línia %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Paràmetre incorrecte per importació CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19323,11 +19314,11 @@ msgid "Using bookmark \"%s\" as default browse query." msgstr "" "S'utilitza del marcador \"%s\" com a consulta predeterminada de navegació." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Es mostra com a codi PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19337,7 +19328,7 @@ msgstr "" "enllaços Edició de la graella, Casella de selecció, Edita, Copia i Esborra. " "%s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19604,26 +19595,26 @@ msgstr "Heu de proporcionar un nom de taula vàlid!" msgid "You must provide a trigger definition." msgstr "Heu de proporcionar una definició de disparador." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Buida" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "no present" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "L'interval d'un enter d'1 byte, amb signe és de -128 fins a 127, sense signe " "és de 0 fins a 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19631,7 +19622,7 @@ msgstr "" "L'interval d'un enter de 2 bytes, amb signe és de -32.768 fins a 32.767, " "sense signe és de 0 fins a 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19639,7 +19630,7 @@ msgstr "" "L'interval d'un enter de 3 bytes, amb signe és de -8.388.608 fins a " "8.388.607, sense signe és de 0 fins a 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19647,7 +19638,7 @@ msgstr "" "L'interval d'un enter de 4 bytes, amb signe és de -2.147.483.648 fins a " "2.147.483.647, sense signe és de 0 fins a 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19656,7 +19647,7 @@ msgstr "" "fins a 9.223.372.036.854.775.807, sense signe és de 0 fins a " "18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19664,7 +19655,7 @@ msgstr "" "Un nombre decimal fix (M,D) - el nombre màxim de dígits (M) és 65 (per " "defecte 10), el nombre màxim de decimals (D) és 30 (per defecte 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19672,7 +19663,7 @@ msgstr "" "Un nombre de coma flotant petit, els valors permesos són de -3.402823466E+38 " "a -1.175494351E-38, 0, i de 1.175494351E-38 a 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19682,7 +19673,7 @@ msgstr "" "-1.7976931348623157E+308 a -2.2250738585072014E-308, 0, i de " "2.2250738585072014E-308 a 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19690,7 +19681,7 @@ msgstr "" "Sinònim de DOUBLE (excepció: en el mode SQL REAL_AS_FLOAT és un sinònim de " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -19698,7 +19689,7 @@ msgstr "" "Una màscara de bits (M), emmagatzemant M bits per valor (per defecte és 1 i " "el màxim és 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19706,21 +19697,21 @@ msgstr "" "Un sinònim de TINYINT(1), un valor de zero es considera fals, qualsevol " "valor diferent de zero es considera cert" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Un àlies per BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "L'interval d'una data és de %1$s fins a %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "L'interval d'una combinació de data i hora és de %1$s fins a %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19735,12 +19726,12 @@ msgstr "" "2038-01-09 03:14:07 UTC, s'emmagatzema com el nombre de segons des de " "l'època UNIX (1970.01.01 00:00:00 UTC )" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "L'interval d'una hora és de %1$s fins a %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19749,7 +19740,7 @@ msgstr "" "valors permesos són de 70 (1970) fins a 69 (2069) o de 1901 fins a 2155 i " "0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19757,7 +19748,7 @@ msgstr "" "Una cadena de longitud fixa (0-255, per defecte 1) que sempre s'omple amb " "espais a la dreta fins a la longitud especificada quan es desa" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19766,7 +19757,7 @@ msgstr "" "Una cadena de longitud variable (%s), la longitud efectiva màxima està " "subjecta a la mida màxima d'una fila" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19775,7 +19766,7 @@ msgstr "" "emmagatzemats amb un prefix d'un byte que indica la longitud del valor en " "bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19784,7 +19775,7 @@ msgstr "" "emmagatzemats amb un prefix de 2 bytes que indica la longitud del valor en " "bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19793,7 +19784,7 @@ msgstr "" "emmagatzemats amb un prefix de 3 bytes que indica la longitud del valor en " "bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19803,7 +19794,7 @@ msgstr "" "caràcters, emmagatzemats amb un prefix de 4 bytes que indica la longitud del " "valor en bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19811,7 +19802,7 @@ msgstr "" "Similar al tipus CHAR, però emmagatzema cadenes binàries de bytes en lloc de " "cadenes de caràcters no binaris" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19819,7 +19810,7 @@ msgstr "" "Similar al tipus VARCHAR, però emmagatzema cadenes binàries de bytes en lloc " "de cadenes de caràcters no binaris" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19827,7 +19818,7 @@ msgstr "" "Una columna BLOB amb una longitud màxima de 255 (2^8-1) bytes, emmagatzemats " "amb un prefix d'un byte que indica la longitud del valor" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19835,7 +19826,7 @@ msgstr "" "Una columna BLOB amb una longitud màxima de 16.777.215 (2^24-1) bytes, " "emmagatzemats amb un prefix de 3 bytes que indica la longitud del valor" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19843,7 +19834,7 @@ msgstr "" "Una columna BLOB amb una longitud màxima de 65.535 (2^16-1) bytes, " "emmagatzemats amb un prefix de 2 bytes que indica la longitud del valor" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19852,7 +19843,7 @@ msgstr "" "bytes, emmagatzemats amb un prefix de 4 bytes que indica la longitud del " "valor" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19860,43 +19851,43 @@ msgstr "" "Una enumeració, triada d'una llista de fins a 65.535 valors o el valor " "especial d'error ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Un únic valor triat d'un conjunt de fins a 64 membres" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Un tipus que pot emmagatzemar una geometria de qualsevol tipus" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Un punt en un espai de 2 dimensions" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Una corba amb interpolació lineal entre punts" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Un polígon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Una col·lecció de punts" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Una col·lecció de corbes amb interpolació lineal entre punts" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Una col·lecció de polígons" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Una col·lecció d'objectes geomètrics de qualsevol tipus" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19904,39 +19895,39 @@ msgstr "" "Emmagatzema i permet un accés eficient a les dades de documents JSON " "(notació d'objecte de JavaScript)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Emmagatzema identificadors únics universals (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numèric" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Data i hora" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Espacial" @@ -19981,6 +19972,24 @@ msgstr "Error a l'arxiu ZIP:" msgid "No files found inside ZIP archive!" msgstr "No s'han trobat arxius dins de l'arxiu ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Inhabilita l'avís predeterminat que es mostra a la pàgina principal si es " +#~ "detecta Suoshin." + +#~ msgid "Suhosin warning" +#~ msgstr "Avís de Suoshin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "El servidor s'està executant amb Suhosin. Si us plau, consulteu la " +#~ "%sdocumentació%s per a possibles incidències." + #~ msgid "Version information" #~ msgstr "Informació de la versió" diff --git a/resources/po/ckb.po b/resources/po/ckb.po index 5e995c0fc2..1e92acc4ea 100644 --- a/resources/po/ckb.po +++ b/resources/po/ckb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-02-03 19:01+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Kurdish (Central) %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3662,7 +3662,7 @@ msgstr "وەریگرە" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "گەڕانەوە" @@ -3672,7 +3672,7 @@ msgstr "گەڕانەوە" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "هێنان" @@ -4004,8 +4004,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "بنکە زانیاریەکان" @@ -4029,7 +4029,7 @@ msgid "Recent" msgstr "خشتە تازەکان" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "گۆڕاوەکان" @@ -4065,17 +4065,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "شاردنەوەی نیشاندەرەکان" @@ -4562,28 +4562,43 @@ msgstr "" msgid "Check privileges" msgstr "تایبەتمەندێتیەکان" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on table %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "پرسی SQL لەسەر بنکەی دراوەی %s:" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "سیكوێڵ" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "سەرجەم:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "ئامارەکانی داواکاری" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "دڵنیابوونەوە" @@ -5629,7 +5644,7 @@ msgid "Current server:" msgstr "ڕێکخستنەکانی هەنووکە" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5712,7 +5727,7 @@ msgid "Test:" msgstr "تاقیکرنەوە" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "سێرڤەر" @@ -6298,7 +6313,7 @@ msgstr "" msgid "Show hidden messages" msgstr "پێشاندانی نیشاندەرەکان" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "جۆری ڕێگەپێدان" @@ -6384,7 +6399,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "هیتر" @@ -6447,7 +6462,7 @@ msgstr "ئەنجامەکانی پڕۆفایل" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "سیكوێڵ کیوریەکەت بەسەرکەوتوویی ئەنجامدرا" @@ -6493,7 +6508,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6981,7 +6996,7 @@ msgid "Delete the view (DROP)" msgstr "سڕینەوەی بنکەی دراوە (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7157,32 +7172,32 @@ msgid "Index length" msgstr "نیشاندەرەکان" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "باشترکردن" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "درووستکردنەوە" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8848,14 +8863,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "ڤێتنامی" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "سیكوێڵ" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9047,329 +9054,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "کردارەکانی ئەنجامی داواکاری" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "وەشانی ڕاژەخوازی بنکەی دراوە" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "پێشاندانی نیشاندەرەکان" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "ڕێکخستنەکانی هەنووکە" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "ڕێکخستنی پەیوەندی ڕاژەکار" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "ڕێکخستنەکانی هەنووکە" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9377,478 +9384,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "پێشاندانی نیشاندەرەکان" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "پێشاندانی نیشاندەرەکان" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "پێشاندانی نیشاندەرەکان" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "پێشاندانی نیشاندەرەکان" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "بە بەتاڵی جێیبهێڵە حەگەر بەکارنایات." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "پەستانی پەیوەندی" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9856,13 +9857,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9870,391 +9871,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "دێڕە دیاریکراوەکان هەڵبژێرە." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "ڕێگەدان بە چوونەژوورەوە بۆ هەر ڕاژەکارێکی MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "ڕێگەدان بە چوونەژوورەوە بۆ هەر ڕاژەکارێکی MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "ڕێگەدان بە بانگکردنی دەرەکی (بانگکردنی PhpMyAdmin بە بەکاربردنی frame)" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "پیشاندانی \"سڕینەوەی بنکەی دراوە\" بۆ بەکارهێنەرانی ئاسایی" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "نهێنی Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "هەڵبژاردنی دێڕ" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "چالاککردن %s" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "زانیاری وەشان" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "زانیاری وەشان" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "زانیاری وەشان" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "زانیاری وەشان" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "پەستاوتن" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10262,56 +10263,56 @@ msgstr "پەستاوتن" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10321,926 +10322,926 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "دووپاتکاری" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "هەر نرخێک لە خانەی جیا بنووسە." -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "File name template:" msgid "Remember filename template" msgstr "ناوی تێمپیله‌یته‌كه‌ت" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "‫%s بینراو" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "زیادکردنی مەرج" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "گشتی" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "‫Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "ئاسایش" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "ڕێڕەوی دەستپێکردن" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "بازدەرەکان" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "ئاگاداری" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "پێشاندانی نیشاندەرەکان" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "شاردنەوەی نیشاندەرەکان" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "ڕیزە پێشاندراوەکان" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "پێشاندانی نیشاندەرەکان" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "بەستنەکان لەدوای کۆتایین تازەکردنەوە" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "پڕۆسەکان" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "پێشاندانی نیشاندەرەکان" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "لەبەرگرتنەوەی بنکەی دراو" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "دووا خشتە بەکاربراوەکان" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "هیچ زانیاریەک نەدۆزراوە" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "پەستانی پەیوەندی" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "شاردنەوەى بنکەی دراو" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "چوونەدەرەوە بەستەر" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "دەستکاری کردن یان هەناردنی پەیوەندی نەخشە" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "ستونەکان زیادبکە" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "تەنها نیشاندانی لیستی بنکەی دراو" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "گۆڕاوەکان" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "بەکارهێنانی SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "خشتە بەکار ببە" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "هەمووی پێشاندە" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "تێبینیەکانی خشتە" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "نیشاندانی پرسگەی SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "نیشاندانی سەرژمێری" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "ڕوونکردنەوەی سیكوێڵ" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "پی ئێچ پی کۆد دروست بکە" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "سەردێری بنەڕەت" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "بەکارهێنانی گەڕان لە بنکەی دراو" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "ناوی بەکارهێنەر" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "وشەی نهێنی" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "چاودێری شێوه‌پێدانی ناوخۆیی نەگونجاوە" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "هیتر" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "ڕێکخستنی پەیوەندی ڕاژەکار" @@ -11273,7 +11274,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11307,7 +11309,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "‫OpenDocument خشتەیی" @@ -11315,7 +11317,7 @@ msgstr "‫OpenDocument خشتەیی" msgid "OpenDocument Text" msgstr "به‌ڵگه‌سازی" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11436,7 +11438,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "ڕاژە %d" @@ -11711,7 +11713,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11835,7 +11837,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11897,7 +11899,7 @@ msgstr "ئەگەر دووچاری هەر کێشەیەک بووی تکایە ڕا msgid "You may want to refresh the page." msgstr "لەوانەیە پێویست بکات پەڕەکە نوێ بکەیتەوە." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "جۆری هەڵە !" @@ -11992,35 +11994,28 @@ msgstr "" "تکایە بوخچەی ناوبراو بسڕنەوە ئەگەر دامەزراندنی PhpMyAdmin بە سەرکەوتوویی " "کۆتایی هاتووە." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12096,7 +12091,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "دەستەواژەکانی \"سڕینەوەی بنکەی زانیاری\" ناچالاککراوە." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14032,7 +14027,7 @@ msgid "No such column" msgstr "هیچ ستوونێک نیە" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "ده‌قه‌ڕیزبه‌ند" @@ -14770,7 +14765,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "شوێندۆز %s دروستکرا." @@ -14849,7 +14844,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15230,28 +15225,28 @@ msgstr "" msgid "The row has been deleted." msgstr "ڕیزەکە سڕایەوە" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "داواکاریەکە %01.4f چرکەی خایاند" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "ڕیزە پێشاندراوەکان لە %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d سەرجەم" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "بەستەر نەدۆزرایەوە" @@ -15833,11 +15828,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16235,39 +16230,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "داخستن" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16341,7 +16336,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16739,7 +16734,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -16762,52 +16757,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "ڕوونووسکردنی ناوی بەستەر." -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17505,18 +17500,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17770,97 +17765,97 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "بەتاڵ" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17868,170 +17863,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "ژمارە" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "بەروار و کات" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/cs.po b/resources/po/cs.po index 6ea96e17a9..8df0e4fd85 100644 --- a/resources/po/cs.po +++ b/resources/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2024-03-29 10:58+0000\n" "Last-Translator: Vaniron CZ \n" "Language-Team: Czech %s" msgstr "Uložit na serveru v adresáři %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Přepsat existující soubory" @@ -3666,7 +3666,7 @@ msgstr "Zvolit" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Zpět" @@ -3676,7 +3676,7 @@ msgstr "Zpět" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Import" @@ -4016,8 +4016,8 @@ msgstr "Nahrání SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databáze" @@ -4041,7 +4041,7 @@ msgid "Recent" msgstr "Nedávné" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Oblíbené tabulky" @@ -4079,17 +4079,17 @@ msgid "Features" msgstr "Funkce" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL dotazy" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigační panel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Hlavní panel" @@ -4556,13 +4556,28 @@ msgstr "Zkontrolovat oprávnění pro databázi „%s“." msgid "Check privileges" msgstr "Zkontrolovat oprávnění" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Spustit SQL dotaz(y) na databázi %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Celkem:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4570,16 +4585,16 @@ msgstr "" "Poznámka: Zobrazení podrobností o databázích může způsobit značné zvýšení " "provozu mezi webserverem a MySQL serverem." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Zobrazit statistiky" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Žádné databáze" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Potvrzení" @@ -5635,7 +5650,7 @@ msgid "Current server:" msgstr "Aktuální server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servery" @@ -5719,7 +5734,7 @@ msgid "Test:" msgstr "Test:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6348,7 +6363,7 @@ msgstr "Zobrazit formulář" msgid "Show hidden messages" msgstr "Zobrazit skryté zprávy" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Typ přihlašování" @@ -6430,7 +6445,7 @@ msgid "Detailed profile" msgstr "Podrobné profilování" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Pořadí" @@ -6493,7 +6508,7 @@ msgstr "Výsledky profilování" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Váš SQL-dotaz byl úspěšně vykonán." @@ -6539,7 +6554,7 @@ msgstr "Oddělovač" msgid "Show this query here again" msgstr "Zobrazit zde tento dotaz znovu" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Zachovat pole pro dotaz" @@ -7015,7 +7030,7 @@ msgid "Delete the view (DROP)" msgstr "Odstranit pohled (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Struktura tabulky" @@ -7183,32 +7198,32 @@ msgid "Index length" msgstr "Délka indexu" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analyzovat" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Zkontrolovat" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimalizovat" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Přestavět" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Opravit" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Vyprázdnit" @@ -9070,14 +9085,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamština" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9255,19 +9262,19 @@ msgstr "oba výše uvedené" msgid "neither of the above" msgstr "ani jeden z výše uvedených" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Uživatelé nemohou nastavit větší hodnotu" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Pokud je povoleno, může uživatel zadat libovolný MySQL server do formuláře " "pro přihlašování pomocí cookies." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9276,7 +9283,7 @@ msgstr "" "Umožní omezit použitý MySQL server pomocí regulárního výrazu i pokud je " "zapnuta možnost připojení k uživatelsky zadanému MySQL serveru." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9286,7 +9293,7 @@ msgstr "" "rámce, toto je potenciální [strong]bezpečnostní problém[/strong] a může " "umožnit XSS (Cross Frame Scripting) útoky." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9294,15 +9301,15 @@ msgstr "" "Tajné heslo používané pro šifrování cookies při přihlašování pomocí " "[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Povolit bzip2 kompresi pro importování." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Zadejte adresu URL vašeho API kompatibilního s reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9310,30 +9317,30 @@ msgstr "" "Zadejte fragment Content-Security-Policy pro vaše API kompatibilní s " "reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Zadejte parametr požadavku, který používá vaše API kompatibilní s reCAPTCHA " "v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Zadejte parametr odezvy, který používá vaše API kompatibilní s reCAPTCHA v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Zadejte veřejný klíč pro službu reCAPTCHA ve vaší doméně." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Zadejte soukromý klíč pro službu reCAPTCHA ve vaší doméně." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Zadejte URL pro ověření služby reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9343,7 +9350,7 @@ msgstr "" "typu CHAR a VARCHAR; [kbd]input[/kbd] - umožňuje omezit délku vstupu, " "[kbd]textarea[/kbd] - umožňuje používat ve sloupcích odřádkování." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9351,7 +9358,7 @@ msgstr "" "Použít uživatelsky přívětivý editor pro úpravu SQL dotazů (CodeMirror) se " "zvýrazněním syntaxe a čísly řádek." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9359,21 +9366,21 @@ msgstr "" "Vyhledání chyb v dotazu před jeho spuštěním. Je potřeba mít povolený " "CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" "Určuje minimální velikost vstupních polí pro sloupce typu CHAR a VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" "Určuje maximální velikost vstupních polí pro sloupce typu CHAR a VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9381,22 +9388,22 @@ msgstr "" "Komprimovat exporty pomocí gzip za běhu bez velkých nároků na paměť; pokud " "narazíte na problémy s takto vytvořenými gzip archivy, zakažte tuto funkci." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" "Zda zobrazovat varování („Jste si opravdu jistý…“), pokud hrozí ztráta dat." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Automatické dokončování názvů tabulek a sloupců v SQL dotazech." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9404,7 +9411,7 @@ msgstr "" "Hodnoty pro seznam voleb výchozích transformací. Pokud je na stránce " "struktury tabulky vyplněna transformace, budou tyto hodnoty přepsány." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9412,7 +9419,7 @@ msgstr "" "Vypne hromadné operace pro údržbu tabulek, jako např. optimalizaci nebo " "opravu vybraných tabulek z databáze." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9420,12 +9427,12 @@ msgstr "" "Zadejte počet sekund, po které může skript běžet ([kbd]0[/kbd] pro žádná " "omezení)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Vynechat definici aktuálního uživatele" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9433,7 +9440,7 @@ msgstr "" "Pořadí řazení položek v rozbalovací nabídce cizích klíčů; [kbd]obsah[/kbd] " "jsou referenční data, [kbd]id[/kbd] je hodnota klíče." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9441,7 +9448,7 @@ msgstr "" "Zadejte titulek, který se zobrazí v prohlížeči. V [doc@faq6-27]dokumentaci[/" "doc] naleznete popis proměnných, které lze použít." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9449,7 +9456,7 @@ msgstr "" "Prosíme uvědomte si, že phpMyAdmin je pouze uživatelské rozhraní a jeho " "funkce neomezují MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9457,7 +9464,7 @@ msgstr "" "Pokročilé nastavení serveru, neměňte tyto volby, pokud nevíte, čeho se " "týkají." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9467,7 +9474,7 @@ msgstr "" "dodatečným funkcím, viz sekce [doc@linked-tables]úložiště nastavení " "phpMyAdmina[/doc] v dokumentaci." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9475,116 +9482,116 @@ msgstr "" "Sledování změn provedených v databázi. Vyžaduje úložiště nastavení " "phpMyAdmina." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Přizpůsobení režimu prohlížení." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Přizpůsobení výchozího nastavení." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Nastavení pro vývojáře phpMyAdmina." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Přizpůsobení režimu úprav." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Přizpůsobení výchozího nastavení exportu." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Nejčastěji používaná nastavení." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Přizpůsobení výchozího nastavení importu." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Nastaví adresáře pro import a export a volby komprese." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Nastavení zobrazení databází." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Přizpůsobení vzhledu navigačního panelu." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Přizpůsobení navigačního stromu." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Nastavení zobrazení serverů." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Nastavení zobrazení tabulek." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Nastavení, která nelze zařadit jinam." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Nastavení přihlašování." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Vložte parametry připojení k serveru." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Přizpůsobení odkazů zobrazených v políčcích pro SQL dotazy." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Nastavení SQL dotazů." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Přizpůsobení úvodní stránky." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Zvolte, co se má zobrazit při zobrazení struktury databáze (seznam tabulek)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" "Zvolte, co se má zobrazit při zobrazení struktury tabulky (seznam sloupců)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Nastavení fungování panelů." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Přizpůsobení textových polí." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Přizpůsobení výchozího nastavení" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Vypnout některá varování zobrazovaná phpMyAdminem." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Povolí gzip kompresi pro importování a exportování." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9592,7 +9599,7 @@ msgstr "" "Pokud je povoleno, PMA pokračuje ve zpracování víceprvkových dotazů, i když " "jeden z nich selhal." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9602,7 +9609,7 @@ msgstr "" "časového limitu. Tento způsob může být vhodný pro import velkých souborů, " "ovšem může poškodit transakce." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9610,15 +9617,15 @@ msgstr "" "Výchozí formát; mějte na paměti, že tento seznam závisí na umístění " "(databáze, tabulka) a vždy dostupná je pouze volba SQL." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Aktualizovat data, pokud již existují importované klíče" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Počet dotazů od začátku, které se mají přeskočit." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9629,7 +9636,7 @@ msgstr "" "Zakázání může způsobit, že se zapomenete odhlásit od ostatních serverů, " "pokud jich používáte více." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9637,7 +9644,7 @@ msgstr "" "Určuje, zda se má pamatovat předchozí přihlášení při použití přihlašování " "pomocí [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9649,11 +9656,11 @@ msgstr "" "relaci, tj. bude smazána v okamžiku, kdy zavřete okno prohlížeče. Tato volba " "je doporučena pro nedůvěryhodná prostředí." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximální počet znaků SQL dotazu, které se ještě zobrazí." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9661,14 +9668,14 @@ msgstr "" "Počet položek, které se mají zobrazit na každé stránce první úrovně " "navigačního stromu." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Počet položek, které se mají zobrazit na každé stránce navigačního stromu." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9676,7 +9683,7 @@ msgstr "" "Počet řádků, které se zobrazí při procházení množiny výsledků. Pokud je " "množina výsledků delší, zobrazí se odkazy „Předchozí“ a „Další“." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9684,17 +9691,17 @@ msgstr "" "Počet bajtů, které si může skript alokovat, např. [kbd]32M[/kbd] ([kbd]-1[/" "kbd] pro neomezené a [kbd]0[/kbd] pro žádnou změnu)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "V navigačním panelu nahradit databázové rozbalovacím menu pomocí stromu" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Propojení s hlavním panelem pomocí zvýraznění aktuální databáze nebo tabulky." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9702,7 +9709,7 @@ msgstr "" "Zda se má odkazovaná stránka otevřít v hlavním okně ([code]hlavní[/code]) " "nebo v novém okně ([code]nové[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9710,7 +9717,7 @@ msgstr "" "Definuje minimální počet položek (tabulky, pohledy, procedury a události) " "pro zobrazení filtrovacího pole." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9718,64 +9725,64 @@ msgstr "" "Seskupovat položky v navigačním stromu (určeno oddělovačem nastaveným nahoře " "v záložce Databáze a Tabulky)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Nabídnout možnost rozbalení stromu v navigačním panelu." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Zobrazovat procedury v navigačním stromu pod databází" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "Automaticky rozbalit jedinou databázi v navigačním stromu." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Při nastavení na hodnotu 0 je navigační panel skrytý." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Zobrazit logo v navigačním panelu." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "Adresa URL, na kterou bude odkazovat logo v navigačním panelu." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Zobrazit volbu serveru v horní části navigačního panelu." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Řetězec, který rozděluje databáze do různých pater stromu." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Řetězec, který rozděluje tabulky do různých pater stromu." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Zvýraznit server pod kurzorem myši." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Zobrazovat tabulky v navigačním stromu pod databází" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Zobrazovat pohledy v navigačním stromu pod databází" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Zobrazovat funkce v navigačním stromu pod databází" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Zobrazovat události v navigačním stromu pod databází" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9783,7 +9790,7 @@ msgstr "" "[kbd]SMART[/kbd] - tj. řazení sestupně pro sloupce typu TIME, DATE, DATETIME " "a TIMESTAMP, v ostatních případech se použije vzestupné řazení." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9792,7 +9799,7 @@ msgstr "" "Vypne varování, které se zobrazuje na stránce s detaily o struktuře " "databáze, pokud chybí jakákoliv tabulka z úložiště nastavení phpMyAdmina." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9800,7 +9807,7 @@ msgstr "" "Vypne varování o použití klíčového slova MySQL v názvu sloupce na stránce se " "strukturou tabulky." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9811,11 +9818,11 @@ msgstr "" "historie Java Scriptové rutiny (se zavřením okna ztratíte předchozí " "historii)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "Povolí uživatelům vytvářet záložky viditelné všemi ostatními uživateli" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9823,7 +9830,7 @@ msgstr "" "Nastaví efektivní časovou zónu; pravděpodobně odlišnou od nastavení vašeho " "databázového serveru" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9831,7 +9838,7 @@ msgstr "" "Nechte prázdné pro vypnutí podpory [doc@bookmarks@]záložek[/doc], doporučené " "nastavení: [kbd]pma__bookmarks[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9839,7 +9846,7 @@ msgstr "" "Nechte prázdné pro vypnutí komentářů/typů médií u sloupců, doporučené " "nastavení: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9847,13 +9854,13 @@ msgstr "" "Zvláštní MySQL uživatel s omezenými právy, více informací v [doc@linked-" "tables]dokumentaci[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "Jiný server na kterém bude umístěno úložiště nastavení phpMyAdmina." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9863,7 +9870,7 @@ msgstr "" "nastavení phpMyAdmina; ponechte prázdné pro použití výchozího portu, nebo " "již nastaveného, pokud je nastaven stejný server jako pro připojení." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9873,7 +9880,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] a [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9881,7 +9888,7 @@ msgstr "" "Nechte prázdné pro vypnutí SQL historie, doporučené nastavení " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9889,7 +9896,7 @@ msgstr "" "Omezí počet nastavení prohlížení tabulek, která budou uložena v databázi, " "nejstarší záznamy jsou automaticky odstraněny." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9897,7 +9904,7 @@ msgstr "" "Nechte prázdné pro vypnutí podpory exportních šablon, doporučené nastavení: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9905,7 +9912,7 @@ msgstr "" "Nechte prázdné pro vypnutí podpory centrálních sloupců, doporučené " "nastavení: [kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9914,14 +9921,14 @@ msgstr "" "Můžete použít žolíky MySQL (% a _), escapujte je, pokud si je přejete použít " "jako znaky, např. použijte [kbd]'moje\\_db'[/kbd] a ne [kbd]'moje_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Nechte prázdné pro vypnutí podpory pro PDF schémata, doporučené nastavení: " "[kbd]pma__table_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9931,7 +9938,7 @@ msgstr "" "naleznete na [doc@linked-tables]pmadb[/doc]. Pokud ponecháte prázdné, budou " "tyto funkce vypnuté. Doporučená hodnota: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9939,7 +9946,7 @@ msgstr "" "Nechte prázdné pro vypnutí „trvalého“ ukládání nedávných tabulek mezi " "relacemi, doporučené nastavení: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9947,7 +9954,7 @@ msgstr "" "Nechte prázdné pro vypnutí „trvalého“ ukládání oblíbených tabulek mezi " "relacemi, doporučené nastavení: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9955,14 +9962,14 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro [doc@relations@]relace[/doc], " "doporučené nastavení: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Příklad můžete nalézt na [doc@authentication-modes]authentication types[/" "doc]." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9970,7 +9977,7 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro PDF schémata, doporučené nastavení: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9978,7 +9985,7 @@ msgstr "" "Tabulka obsahující popisy sloupců, nechte prázdné pro vypnutí této funkce, " "doporučené nastavení: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9986,7 +9993,7 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro „trvalé“ ukládání nastavení " "procházení tabulek, doporučené nastavení: [kbd]pma__uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9994,27 +10001,27 @@ msgstr "" "Jestli přidat příkaz DROP DATABASE IF EXISTS jako první při vytváření " "databáze." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "Jestli přidat příkaz DROP TABLE IF EXISTS jako první při vytváření tabulky." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" "Jestli přidat příkaz DROP VIEW IF EXISTS jako první při vytváření pohledu." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Určuje seznam příkazů, které se automaticky používají pro vytvoření nových " "verzí." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10022,14 +10029,14 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro sledování SQL dotazů, doporučené " "nastavení: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Jestli má sledování tabulek automaticky vytvářet verze pro tabulky a pohledy." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10037,7 +10044,7 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro uživatelské nastavení v databázi, " "doporučené nastavení: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10047,7 +10054,7 @@ msgstr "" "uživatelů. Pokud libovolnou z nich nevyplníte, bude tato funkcionalita " "vypnutá. Doporučené nastavení: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10057,7 +10064,7 @@ msgstr "" "uživatelských nastavení. Pokud některou z nich nevyplníte, bude tato funkce " "vypnutá. Doporučené nastavení: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10065,7 +10072,7 @@ msgstr "" "Nechte prázdné pro vypnutí podpory pro schovávání navigačních položek, " "doporučené nastavení: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10073,54 +10080,54 @@ msgstr "" "Uživatelsky přívětivý popis tohoto serveru. Pokud necháte prázdné, zobrazí " "se jeho název." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Pokud tuto volbu nepoužíváte, nechte ji prázdnou." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Nechte volbu prázdnou pro výchozí nastavení." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Název pro zobrazení při HTTP přihlašování." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Která přihlašovací metoda se má použít." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Zda se má komprimovat připojení k MySQL serveru." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Skrýt databáze odpovídající regulárnímu výrazu (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Název počítače, na kterém běží MySQL server." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Nechte prázdné, pokud nepoužíváte přihlašování config." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port na kterém poslouchá MySQL server, ponechte prázdné pro výchozí hodnotu." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket, na kterém poslouchá MySQL server. Ponechte prázdné pro výchozí " "hodnotu." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Zda se má použít SSL pro připojení k MySQL serveru." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10131,33 +10138,33 @@ msgstr "" "neomezuje možnost spustit daný příkaz přímo, jen ovlivňuje zobrazení " "formuláře." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Zobrazit nebo skrýt sloupec zobrazující čas vytvoření pro všechny tabulky." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Zobrazit nebo skrýt sloupec zobrazující čas poslední změny pro všechny " "tabulky." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Zobrazit nebo skrýt sloupec zobrazující čas poslední kontroly pro všechny " "tabulky." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" "Určuje, jestli mají být zobrazeny typy polí při úpravě a vkládání záznamů." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10165,53 +10172,45 @@ msgstr "" "Zobrazí odkaz na výstup funkce [a@https://www.php.net/manual/en/function." "phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Zda se uživateli zobrazí tlačítko „Zobrazit vše“." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Zobrazit nebo skrýt sloupec zobrazující komentář pro všechny tabulky." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Zobrazit nebo skrýt sloupec zobrazující znakovou sadu pro všechny tabulky." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Zobrazí seznam funkcí v editačním režimu." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Zda zobrazit nápovědu nebo ne." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Určuje, zda se mají zobrazovat SQL dotazy vytvořené phpMyAdminem." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Povolí zobrazení statistik (např. použití místa) pro databáze a tabulky." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Označit používané tabulky a tím umožnit zobrazení databází se zamčenými " "tabulkami." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Vypne výchozí varování, které se zobrazuje na hlavní stránce, když se " -"používá Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10221,7 +10220,7 @@ msgstr "" "hodnota PHP nastavení session.gc_maxlifetime menší než hodnota " "'LoginCookieValidity'." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10229,7 +10228,7 @@ msgstr "" "Velikost editačního pole (počet sloupců), tato hodnota bude navýšena pro SQL " "dotazy (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10237,7 +10236,7 @@ msgstr "" "Velikost editačního pole (počet řádků), tato hodnota bude navýšena pro SQL " "dotazy (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10249,7 +10248,7 @@ msgstr "" "Forwarded-For) přicházející od proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10257,7 +10256,7 @@ msgstr "" "Pokud je vypnuto, uživatelé nemůžou změnit žádná z níže uvedených nastavení, " "bez ohledu na zaškrtávátko napravo." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10269,7 +10268,7 @@ msgstr "" "zapotřebí, pokud server, na kterém je nainstalován phpMyAdmin, nemá přímý " "přístup k internetu. Formát je: \"názevpočítače:čísloportu\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10279,7 +10278,7 @@ msgstr "" "prováděno žádné ověřování. Pokud je zadáno uživatelské jméno, bude provedeno " "základní ověřování. Aktuálně nejsou podporovány žádné další typy ověřování." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10287,7 +10286,7 @@ msgstr "" "Dotazy se spouštějí stisknutím klávesy Enter (místo Ctrl+Enter). Stisknutím " "Shift+Enter se vloží nový řádek." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10295,377 +10294,377 @@ msgstr "" "Povolit režim Automatické konfigurace, který umožňuje automatické nastavení " "tabulek konfiguračního úložiště phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Zvýrazní označené řádky." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Zvýrazní řádky, na které ukazuje kurzor myši." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Počet sloupců textových oblastí typu CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Počet řádků textových oblastí typu CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "Protokolovat SQL dotazy a jejich čas běhu aby byly zobrazeny v konzole" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Panel, který je zobrazen při přístupu k databázi." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Panel, který je zobrazen při přístupu k serveru." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Panel, který je zobrazen při přístupu k tabulce." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Zda se mají při pohledu na strukturu tabulky skrývat akce." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Zda se mají při pohledu na strukturu tabulky zobrazovat komentáře ke sloupcům" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Zobrazit přehled serverů jako seznam namísto rozbalovacího menu." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" "Pokud je přítomno menší množství položek, použije se rozbalovací nabídka." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "Výchozí hodnota cizího klíče u některých dotazů zaškrtne checkbox." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Zrušením zaškrtnutí tohoto políčka zakážete import přetažením" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Kolik řádků lze vložit naráz." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximální počet znaků zobrazených v nečíselných sloupcích při procházení." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Určuje, jak dlouho (v sekundách) je přihlašovací cookie platná." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Zdvojnásobit velikost editačního pole pro sloupec typu LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maximální počet databází zobrazených v seznamu databází." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Maximální počet tabulek zobrazených v seznamu tabulek." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Maximální počet tabulek v seznamu nedávných tabulek; nastavte 0 pro vypnutí." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Maximální počet tabulek v seznamu oblíbených tabulek; nastavte 0 pro vypnutí." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Jedná se o odkazy Upravit, Kopírovat a Odstranit." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Zobrazit odkazy na řádky, i když neexistuje jedinečný klíč." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Zakázat klávesové zkratky" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Použít přirozené řazení pro názvy tabulek a databází." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Zda se mají zobrazit pouze ikony, nebo pouze text, případně obojí." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Použít vyrovnávací paměť výstupu GZip pro zrychlení přenosů HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Používat trvalé připojení k databázím MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Zakáže úpravu sloupců typu BLOB a BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Kolik dotazů se má držet v historii." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Vybere, které funkce budou použity pro konverzi znakových sad." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Při procházení tabulek se pro každou uloží nastavené řazení." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Výchozí způsob řazení pro tabulky s primárním klíčem." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Zopakovat záhlaví každých X buněk, [kbd]0[/kbd] vypne tuto funkci." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Pro zobrazení Nastavení" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Adresář na serveru pro ukládání exportů." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Určuje, zda má pole pro zadání dotazu zůstat zobrazeno i po odeslání." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titulek prohlížeče pokud je vybraná databáze." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titulek prohlížeče pokud není nic vybráno." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titulek prohlížeče pokud je vybraný server." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titulek prohlížeče pokud je vybraná tabulka." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Adresář na serveru, kam můžete nahrát soubory pro import." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Povolit prohledávání přes celou databázi." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Povolí kontrolu poslední verze phpMyAdmina na hlavní stránce." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Heslo pro přihlášení k serveru proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Povolí ZIP kompresi pro importování a exportování." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Zvolte výchozí akci při odesílání hlášení o chybě." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Povolit přihlášení k libovolnému MySQL serveru" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Omezené přihlášení k MySQL serveru" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Povolit začlenění do cizího rámu" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Zobrazit příkaz „Zrušit databázi“ běžným uživatelům" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Heslo Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Zvýrazňovač vybraných řádků" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Zvýrazňovač řádků při ukázání" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Komprese bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Úprava polí typu CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Povolit CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Povolit kontrolování SQL" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Minimální velikost vstupních polí" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maximální velikost vstupních polí" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Sloupce pro textové oblasti typu CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Řádky pro textové oblasti CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Zkontrolovat přístupová práva konfiguračního souboru" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Komprimovat za letu" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Potvrzovat DROP dotazy" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Velikost stránky" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Výchozí panel databáze" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Výchozí panel serveru" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Výchozí panel tabulky" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Povolit automatické dokončování názvů tabulek a sloupců" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Zobrazit komentář ke sloupci" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Skrýt akce při zobrazení struktury tabulky" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Výchozí transformace pro Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Výchozí transformace pro Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Výchozí transformace pro Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Výchozí transformace pro External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Výchozí transformace pro PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Výchozí transformace pro DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Výchozí transformace pro Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Výchozí transformace pro TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Výchozí transformace pro TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Zobrazit servery jako seznam" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Vypnout hromadné operace s tabulkami" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Časový limit běhu skriptu" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Použijte příkaz [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Uložit jako soubor" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Znaková sada souboru" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Komprese" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10673,56 +10672,56 @@ msgstr "Komprese" msgid "Put columns names in the first row" msgstr "Přidat názvy sloupců na první řádek" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Sloupce uzavřené do" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Sloupce escapované" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Nahradit NULL hodnoty" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Odstranit ze sloupců znaky konce řádku" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Sloupce ukončené" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Řádky ukončené" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Verze Excelu" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Vzor pro název databáze" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Vzor pro název serveru" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Vzor pro název tabulky" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10732,80 +10731,80 @@ msgstr "Vzor pro název tabulky" msgid "Dump table" msgstr "Vypsat tabulku" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Použít titulek tabulky" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Titulek tabulky" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Titulek pokračování tabulky" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Návěstí" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Vztahy" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Způsob exportu" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Uložit na server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportovat jako samostatné soubory" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Pamatovat si vzor pro názvy souborů" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Odstranit DEFINER z definic" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Používat zpětné uvozovky u názvů tabulek a sloupců" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Režim kompatibility SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Datum vytvoření, poslední změny a kontroly" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Používat zpožděné inserty" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Vypnout kontrolu cizích klíčů" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportovat pohledy jako tabulky" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Exportovat související metadata z úložiště konfigurace phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Použít šestnáctkové zobrazení pro BINARY a BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10813,847 +10812,847 @@ msgstr "" "Přidat IF NOT EXISTS (méně efektivní, protože při vytváření tabulky se budou " "generovat indexy)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "Pohled %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Použít IGNORE" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Jakou syntaxi použít pro vkládání dat" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maximální velikost vytvořeného dotazu" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Typ exportu" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Uzavřít příkazy v transakci" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exportovat čas v UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Pořadí cizích klíčů v rozbalovací nabídce" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Nejvyšší počet cizích klíčů" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Kontrola cizích klíčů" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "První den kalendáře" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Režim prohlížení" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Pro vývojáře" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Režim úprav" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Výchozí nastavení exportu" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Obecné" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Výchozí nastavení importu" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import / export" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigační strom" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Jiná důležitá nastavení" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Titulky stránek" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Zabezpečení" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Základní nastavení" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Přihlašování" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Nastavení serveru" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Úložiště nastavení" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Sledování změn" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Políčko pro SQL dotazy" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Úvodní stránka" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Struktura databáze" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Panely" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Zobrazit relační schéma" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Textová pole" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! text" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Varování" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Další parametry pro iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorovat chyby ve víceprvkových dotazech" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Povolit import přetažením" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Částečný import: povolit přerušení" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Nepřerušit při chybě v příkazu INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Přidat ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formát importovaného souboru" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Použít klíčové slovo LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Názvy sloupců na prvním řádku" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Neimportovat prázdné řádky" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importovat měny (5.00 místo $5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importovat procenta jako desetinná čísla (0.12 místo 12.00%)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Částečný import: přeskočit dotazy" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nepoužívat AUTO_INCREMENT pro nulové hodnoty" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Číst jako vícebajtové" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Počáteční stav pro rozbalovací pole" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Počet vkládaných řádků" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Omezení počtu znaků ve sloupci" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Smazat všechny soubory cookie při odhlášení" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Pamatovat si uživatelské jméno" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Uložení přihlašovací cookie" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Platnost přihlašovací cookie" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Větší editační pole pro LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maximální délka zobrazeného SQL dotazu" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maximální počet databází" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maximální počet položek na první úrovni" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maximální počet položek ve větvi" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maximální počet zobrazených řádků" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maximální počet zobrazených tabulek" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Omezení paměti" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Zobrazit databázovou navigaci jako strom" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Šířka navigačního panelu" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Spojit s hlavním panelem" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Zobrazit logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL odkazu loga" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Cíl odkazu loga" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Zobrazit výběr serverů" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Cíl pro ikonu rychlého přístupu" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Cíl pro druhou ikonu rychlého přístupu" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minimální počet položek pro zobrazení filtrovacího pole" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Minimální počet tabulek pro zobrazení filtru databází" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Seskupovat položky ve stromu" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Oddělovač databázového stromu" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Oddělovač tabulkového stromu" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maximální počet pater tabulkového stromu" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Povolit zvýrazňování" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Umožnit rozbalení navigačního stromu" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Zobrazovat tabulky ve stromu" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Zobrazovat pohledy ve stromu" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Zobrazovat funkce ve stromu" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Zobrazovat procedury ve stromu" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Zobrazovat události ve stromu" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Rozbalit jedinou databázi" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Nedávno použité tabulky" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Kde zobrazit odkazy s akcemi při procházení" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Přesto zobrazit odkazy na řádky" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Přirozené pořadí" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Lišta při procházení tabulky" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Mezipaměť pro GZip výstup" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Výchozí pořadí řazení" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Trvalé připojení" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Chybějící tabulky v úložišti nastavení phpMyAdmina" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Varování o klíčových slovech MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Jak zobrazit panely nabídky" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Jak zobrazit akční odkazy" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Chránit binární sloupce" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Nepřetržitá historie dotazů" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Délka historie dotazů" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Povolí sdílené záložky mezi uživateli" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Nástroje pro konverzi znakových sad" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Pamatovat si řazení u tabulek" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Výchozí způsob řazení primárního klíče" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Opakovat záhlaví" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Úpravy v mřížce: činnost pro spuštění" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relační zobrazení" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Úpravy v mřížce: Uložit všechny upravené buňky najednou" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Adresář pro ukládání" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Pořadí ověřování hostitelů" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Pravidla ověřování hostitelů" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Povolit přihlášení bez hesla" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Povolit přihlašování uživatele root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Časová zóna relace" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP doména" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabulka záložek" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabulka informací o sloupcích" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Komprimovat připojení" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Heslo kontrolního uživatele" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Kontrolní uživatel" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrolní host" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Kontrolní port" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Zakázat použití INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Skrýt databáze" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabulka pro historii SQL dotazů" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Název serveru" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL pro odhlášení" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maximální počet uložených nastavení tabulek" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportovat tabulku šablon" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabulka centrálních sloupců" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Zobrazit jen vybrané databáze" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Heslo pro přihlašování config" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF schémata: tabulka stránek" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Port serveru" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Naposledy použité tabulky" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Oblíbené tabulky" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabulka s relacemi" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Název signon relace" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL pro přihlášení" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket serveru" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Použít SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Designér a PDF schéma: tabulka souřadnic" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Tabulka s popisem sloupců" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabulka pro nastavení rozhraní" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Přidat DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Přidat DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Sledované příkazy" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabulka pro sledování SQL dotazů" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automaticky vytvářet verze" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabulka pro uživatelská nastavení" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabulka uživatelů" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabulka skupin uživatelů" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabulka skrývání navigace" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Uživatel pro přihlašování config" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Dlouhý název tohoto serveru" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Povolit zobrazení všech řádků" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Zobrazit formulář pro změnu hesla" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Zobrazit formulář pro vytvoření databáze" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Zobrazit komentář k tabulce" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Zobrazit čas vytvoření" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Zobrazit čas poslední změny" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Zobrazit čas poslední kontroly" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Zobrazit znakovou sadu tabulky" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Zobrazit typy polí" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Zobrazit seznam funkcí" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Zobrazit nápovědu" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Zobrazit odkaz na phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Zobrazit podrobné informace o MySQL serveru" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Zobrazit SQL dotazy" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Zobrazit statistiky" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Přeskočit zamčené tabulky" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Vysvětlit SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Vytvořit PHP kód" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Varování o Suhosinu" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Varování o platnosti přihlašovací cookie" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Sloupců v textové oblasti" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Řádků v textové oblasti" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Výchozí titulek" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Seznam důvěryhodných proxy pro ověření IP adresy" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Adresář pro nahrávání" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Použít prohledávání databáze" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Povolit záložku Pro vývojáře v nastaveních" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Kontrola verze" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Adresa URL proxy" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Uživatel proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Heslo proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL pro API reCAPTCHA v2" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Fragment Content-Security-Policy pro API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parametr požadavku pro API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parametr odezvy pro API reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Veřejný klíč reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Soukromý klíč reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL pro ověření reCAPTCHA" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Odeslat chybová hlášení" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter spustí dotazy v konzoli" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Povolit režim Automatické konfigurace" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Spouštět dotazy stisknutím klávesy Enter a vložit nový řádek pomocí " "Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Výška konzole" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Režim konzole" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Seřadit dle" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Porovnávání pro toto připojení k serveru" @@ -11686,7 +11685,8 @@ msgstr "Komprimovaný import nebude fungovat kvůli chybějící funkci %s." msgid "Compressed export will not work due to missing function %s." msgstr "Komprimovaný export nebude fungovat kvůli chybějící funkci %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maximálně %s" @@ -11720,7 +11720,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Sešit OpenDocument" @@ -11728,7 +11728,7 @@ msgstr "Sešit OpenDocument" msgid "OpenDocument Text" msgstr "Text OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV pomocí LOAD DATA" @@ -11893,7 +11893,7 @@ msgstr "" "%1$sKomprese a dekomprese gzip%2$s vyžaduje funkce (%3$s), které nejsou " "dostupné na tomto systému." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12171,7 +12171,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Nepodařilo se nahrát pluginy pro export, zkontrolujte prosím vaší instalaci!" @@ -12303,7 +12303,7 @@ msgid "Success!" msgstr "Úspěch!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12365,7 +12365,7 @@ msgstr "Pokud narazíte na jakékoliv problémy, prosíme nahlaste chybu ručně msgid "You may want to refresh the page." msgstr "Možná budete potřebovat obnovit tuto stránku." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Chybný typ!" @@ -12492,16 +12492,7 @@ msgstr "" "phpMyAdmin nastaven. Pokud tak neučiníte, může být váš server ohrožen cizími " "lidmi přistupujícími k vašemu nastavení." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server používá Suhosin. Prosím podívejte se do %sdokumentace%s pro popis " -"problémů, které tím mohou být způsobeny." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12510,14 +12501,14 @@ msgstr "" "Adresář $cfg['TempDir'] (%s) není dostupný. phpMyAdmin nemůže kešovat " "šablony a bude kvůli tomu pomalý." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12527,7 +12518,7 @@ msgstr "" "vícebajtovou znakovou sadu. Bez rozšíření mbstring neumí phpMyAdmin správně " "rozdělovat řetězce a proto to může mít nečekané následky." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12603,7 +12594,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Příkaz „DROP DATABASE“ je vypnutý." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK nastal]" @@ -14497,7 +14488,7 @@ msgid "No such column" msgstr "Žádný ze sloupců" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Řetězce" @@ -15340,7 +15331,7 @@ msgstr "Chybná data" msgid "Wrong data or no validation for %s" msgstr "Chybná data nebo chybějící ověření pro %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Byl vytvořen oblíbený dotaz %s." @@ -15420,7 +15411,7 @@ msgstr "Na vašem požadavku došlo k problému." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL vrátil prázdný výsledek (tj. nulový počet řádků)." @@ -15817,29 +15808,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Řádek byl smazán." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Dotaz trval %01.4f sekund." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Zobrazeny záznamy %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d celkem, %2$d v dotazu" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d celkem" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Odkaz nebyl nalezen!" @@ -16476,11 +16467,11 @@ msgstr "" msgid "web server upload directory:" msgstr "soubor z adresáře pro upload:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Zobrazuji SQL dotaz" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "ID vloženého řádku: %1$d" @@ -16929,39 +16920,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Žádné částečné závislosti nenalezeny!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Spojit" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Nelze přesunout tabulku na sebe samu!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Nelze kopírovat tabulku na sebe samu!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabulka %s byla přesunuta do %s. Práva byla upravena." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabulka %s byla zkopírována do %s. Práva byla upravena." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabulka %s byla přesunuta do %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabulka %s byla zkopírována do %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Název tabulky je prázdný!" @@ -17051,7 +17042,7 @@ msgstr "" "Aktivovali jste dvoustupňové ověřování. Potvrďte, prosím, své přihlašovací " "údaje." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Sloupce oddělené:" @@ -17469,7 +17460,7 @@ msgstr "" "Databázový systém nebo starší verze MySQL, se kterým má být výstup " "kompatibilní:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17494,19 +17485,19 @@ msgstr "" "Aktualizovat data při nalezení duplicitních klíčů při importu (přidat ON " "DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Název nové tabulky (nepovinné):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Název nové databáze (nepovinné):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importovat tento počet záznamů (nepovinné):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17514,7 +17505,7 @@ msgstr "" "První řádek souboru obsahuje názvy sloupců (pokud tuto volbu " "nezaškrtnete, první řádek bude součástí dat)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17524,27 +17515,27 @@ msgstr "" "zde odpovídající názvy sloupců. Názvy sloupců musí být odděleny čárkami a " "nesmí být uzavřeny do uvozovek." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Názvy sloupců:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Chybný formát CSV dat na řádku %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Chybný počet sloupců v CSV datech na řádku %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Chybný parametr pro import CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18327,11 +18318,11 @@ msgstr "Není dostupná žádná novější verze" msgid "Using bookmark \"%s\" as default browse query." msgstr "Pro procházení databáze je použit oblíbený dotaz „%s\"." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Zobrazuji jako PHP kód" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18340,7 +18331,7 @@ msgstr "" "Aktuální výběr neobsahuje unikátní klíč. Editování v mřížce, zaškrtávací " "políčka nebo odkazy na editaci a mazání proto nejsou k dispozici. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18602,25 +18593,25 @@ msgstr "Musíte zadat platný název tabulky!" msgid "You must provide a trigger definition." msgstr "Musíte zadat definici triggeru." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Vyprázdnit" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "zde není" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Jednobajtové číslo, se znaménkem v rozsahu -128 až 127, bez znaménka 0 až 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18628,7 +18619,7 @@ msgstr "" "Dvoubajtové číslo, se znaménkem v rozsahu -32768 až 32767, bez znaménka 0 až " "65535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18636,7 +18627,7 @@ msgstr "" "Tříbajtové číslo, se znaménkem v rozsahu -8388608 až 8388607, bez znaménka 0 " "až 16777215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18644,7 +18635,7 @@ msgstr "" "Čtyřbajtové číslo, se znaménkem v rozsahu -2147483648 až 2147483647, bez " "znaménka 0 až 4294967295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18652,7 +18643,7 @@ msgstr "" "Osmibajtové číslo, se znaménkem v rozsahu -9223372036854775808 až " "9223372036854775807, bez znaménka 0 až 18446744073709551615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18660,7 +18651,7 @@ msgstr "" "Číslo s pevnou desetinnou čárkou (M, D) - maximální počet číslic (M) je 65 " "(výchozí 10), maximální počet desetinných míst (D) je 30 (výchozí 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18669,7 +18660,7 @@ msgstr "" "-3.402823466E+38 od -1.175494351E-38, 0, a od 1.175494351E-38 do " "3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18679,20 +18670,20 @@ msgstr "" "-1.7976931348623157E+308 do -2.2250738585072014E-308, 0, a od " "2.2250738585072014E-308 do 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "Synonymum pro DOUBLE (v případě SQL režimu REAL_AS_FLOAT pro FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "Bitové pole (M), ukládající M bitů v záznam (výchozí je 1, maximum je 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18700,21 +18691,21 @@ msgstr "" "Synonymum pro TINYINT(1), nula je považována ze nepravdu, jakékoliv jiné " "hodnoty za pravdu" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Zkratka pro BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Datum, podporovaný rozsah od %1$s do %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Datum a čas, podporovaný rozsah od %1$s do %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18728,12 +18719,12 @@ msgstr "" "Časová značka v rozsahu od 1970-01-01 00:00:01 UTC do 2038-01-09 03:14:07 " "UTC, ukládaná jako počet sekund od počátku epochy (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Čas, podporovaný rozsah od %1$s do %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18741,7 +18732,7 @@ msgstr "" "Rok buď ve čtyřciferném (4, výchozí) nebo dvouciferném (2) formátu, povolené " "hodnoty jsou 70 (1970) až 69 (2069) nebo 1901 až 2155 a 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18749,7 +18740,7 @@ msgstr "" "Řetězec s pevnou délkou (0-255, výchozí je 1), který je vždy při ukládání " "zprava doplněn mezerami do požadované délky" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18758,7 +18749,7 @@ msgstr "" "Řetězec s proměnlivou délkou (%s), skutečná maximální velikost může být " "ovlivněna maximální velikostí řádku" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18766,7 +18757,7 @@ msgstr "" "Textový sloupec s maximální délkou 255 (2⁸ - 1) znaků, uložen s " "jednobajtovým číslem určujícím jeho délku" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18774,7 +18765,7 @@ msgstr "" "Textový sloupec s maximální délkou 65535 (2¹⁶ - 1) znaků, uložen s " "dvoubajtovým číslem určujícím jeho délku" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18782,7 +18773,7 @@ msgstr "" "Textový sloupec s maximální délkou 16777215 (2²⁴ - 1) znaků, uložen s " "tříbajtovým číslem určujícím jeho délku" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18791,19 +18782,19 @@ msgstr "" "Textový sloupec s maximální délkou 4294967295 nebo 4GiB (2³² - 1) znaků, " "uložen s čtyřbajtovým číslem určujícím jeho délku" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "Podobné jako typ CHAR, jen ukládá binární řetězce" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "Podobné jako typ VARCHAR, jen ukládá binární řetězce" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18811,7 +18802,7 @@ msgstr "" "Datový sloupec s maximální délkou 255 (2⁸ - 1) znaků, uložen s jednobajtovým " "číslem určujícím jeho délku" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18819,7 +18810,7 @@ msgstr "" "Datový sloupec s maximální délkou 16777215 (2²⁴ - 1) znaků, uložen s " "tříbajtovým číslem určujícím jeho délku" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18827,7 +18818,7 @@ msgstr "" "Datový sloupec s maximální délkou 65535 (2¹⁶ - 1) znaků, uložen s " "dvoubajtovým číslem určujícím jeho délku" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18835,7 +18826,7 @@ msgstr "" "Datový sloupec s maximální délkou 4294967295 nebo 4GiB (2³² - 1) znaků, " "uložen s čtyřbajtovým číslem určujícím jeho délku" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18843,43 +18834,43 @@ msgstr "" "Výčtový typ, umožňující výběr až z 65535 hodnot nebo speciální chybovou " "hodnotou ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Jedna hodnota vybraná z množiny až 64 možností" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Geometrický útvar libovolného typu" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Bod v dvourozměrném prostoru" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Křivka s lineární interpolací mezi body" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Mnohoúhelník" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Množina bodů" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Množina křivek s lineární interpolací mezi body" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Množina mnohoúhelníků" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Množina libovolných geometrických útvarů" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18887,7 +18878,7 @@ msgstr "" "Ukládá data a umožňuje efektivní přístup k nim v dokumentech JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18895,31 +18886,31 @@ msgstr "" "Určeno pro ukládání adres IPv6 i adres IPv4 za předpokladu konvenčního " "mapování adres IPv4 na adresy IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bit UUID (Univerzální Unikátní Identifikátor)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Čísla" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Datum a čas" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Prostorové" @@ -18964,6 +18955,24 @@ msgstr "Chyba v ZIP archívu:" msgid "No files found inside ZIP archive!" msgstr "V ZIP archívu nebyly nalezeny žádné soubory!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Vypne výchozí varování, které se zobrazuje na hlavní stránce, když se " +#~ "používá Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Varování o Suhosinu" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server používá Suhosin. Prosím podívejte se do %sdokumentace%s pro popis " +#~ "problémů, které tím mohou být způsobeny." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "Tento způsob exportu neumožňuje exportovat surové dotazy." diff --git a/resources/po/cy.po b/resources/po/cy.po index 6581e136ea..722d8a9aea 100644 --- a/resources/po/cy.po +++ b/resources/po/cy.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Welsh %s" msgstr "Cadw ar weinydd mewn cyfeiriadur %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Trosysgrifo ffeil(iau) sy'n bodoli yn barod" @@ -4124,7 +4124,7 @@ msgstr "cymerwch e" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Nôl" @@ -4134,7 +4134,7 @@ msgstr "Nôl" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Mewnforio" @@ -4497,8 +4497,8 @@ msgstr "Dadlwythiad SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Cronfeydd Data" @@ -4526,7 +4526,7 @@ msgid "Recent" msgstr "Ailosod" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4572,19 +4572,19 @@ msgid "Features" msgstr "Nodweddion" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Ffrâm llywio" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -5107,7 +5107,22 @@ msgstr "" msgid "Check privileges" msgstr "Gwirio Breintiau" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "SQL query history table" +msgid "Run SQL queries on database \"%s\"." +msgstr "Tabl hanes ymholiadau SQL" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5115,24 +5130,24 @@ msgstr "Gwirio Breintiau" msgid "Total:" msgstr "Cyfanswm" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Galluogi Ystadegau" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Dim cronfeydd data" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6257,7 +6272,7 @@ msgid "Current server:" msgstr "Gweinydd cyfredol" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Gweinyddion" @@ -6336,7 +6351,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Gweinydd" @@ -6986,7 +7001,7 @@ msgstr "Dangos ffurflen" msgid "Show hidden messages" msgstr "Dangos grid" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -7074,7 +7089,7 @@ msgid "Detailed profile" msgstr "Maint tyfu'r ffeil ddata" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7147,7 +7162,7 @@ msgstr "Proffilio" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7199,7 +7214,7 @@ msgstr "Cyfyngydd" msgid "Show this query here again" msgstr "Dangoswch yr ymholiad hwn yma eto" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "in query" msgid "Retain query box" @@ -7761,7 +7776,7 @@ msgid "Delete the view (DROP)" msgstr "Copïwch y gronfa ddata i" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Databases" msgid "Table structure" @@ -7970,32 +7985,32 @@ msgid "Index length" msgstr "Indecsau" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Dadansoddi" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Gwirio" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimeiddio" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Ailadeiladu" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Trwsio" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9946,14 +9961,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Enw'r dudalen" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10164,363 +10171,363 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Modd adferiad awtomatig" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Query results operations" msgid "Customize default options." msgstr "Gweithrediadau canlyniadau ymholiad" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Use text field" msgid "Customize edit mode." msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Query results operations" msgid "Customize default export options." msgstr "Gweithrediadau canlyniadau ymholiad" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Query results operations" msgid "Customize default common import options." msgstr "Gweithrediadau canlyniadau ymholiad" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases statistics" msgid "Databases display options." msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Use text field" msgid "Customize appearance of the navigation panel." msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Use text field" msgid "Customize the navigation tree." msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Relational display column" msgid "Servers display options." msgstr "Colofn dangosydd perthynol" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Table caption" msgid "Tables display options." msgstr "Pennawd y tabl" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authenticating…" msgid "Authentication settings." msgstr "Yn dilysu…" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "Coladiad cysylltiad MySQL" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "Show SQL queries" msgid "SQL queries settings." msgstr "Dangos ymholiadau SQL" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Use text field" msgid "Customize startup page." msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Use text field" msgid "Customize text input fields." msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy #| msgid "Query results operations" msgid "Customize default options" msgstr "Gweithrediadau canlyniadau ymholiad" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Nifer yr ymholiadau i'w neidio o'r dechrau" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10528,228 +10535,228 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show grid" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Dangos grid" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Navigation frame" msgid "Set to 0 to collapse navigation panel." msgstr "Ffrâm llywio" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Navigation frame" msgid "Show logo in navigation panel." msgstr "Ffrâm llywio" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Dangos grid" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Dangos grid" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Dangos grid" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 #, fuzzy #| msgid "" #| "n use MySQL wildcard characters (% and _), escape them if you want use ir " @@ -10763,209 +10770,209 @@ msgstr "" "ydych am eu defnyddio'n llythrennol, h.y. defnyddiwch 'my\\_db' ac nid " "'my_db'" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authenticating…" msgid "Authentication method to use." msgstr "Yn dilysu…" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Compress connection to MySQL server." msgstr "Methu â chysylltu i'r gweinydd MySQL" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Cuddio cronfeydd data sydd yn cydweddu â mynegiant arferol (PCRE)" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "Enw'r gwesteiwr ble mae'r gweinydd MySQL yn rhedeg" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "Gadewch yn wag os nac ydych yn defnyddio 'config auth'" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Methu â chysylltu i'r gweinydd MySQL" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -10977,66 +10984,60 @@ msgstr "" "Dangos cysylltiad i allbwn [a@https://www.php.net/manual/function.phpinfo." "php]phpinfo()[/a]" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11044,13 +11045,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11058,436 +11059,436 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a database." msgstr "Tab a ddengys wrth fyned i dabl" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a server." msgstr "Tab a ddengys wrth fyned i dabl" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." msgstr "Tab a ddengys wrth fyned i dabl" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Include table caption" msgid "Whether the table structure actions should be hidden." msgstr "Cynnwys pennawd y tabl" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable Statistics" msgid "Disable shortcut keys" msgstr "Analluogi Ystadegau" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Relational display column" msgid "For display Options" msgstr "Colofn dangosydd perthynol" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Caniatáu mewngofnodi i unrhyw weinydd MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Methu â mewngofnodi i'r gweinydd MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgctxt "BLOB repository" #| msgid "Enabled" msgid "Enable linter" msgstr "Galluogwyd" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy #| msgid "Use text field" msgid "Minimum size for input field" msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Use text field" msgid "Maximum size for input field" msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Maint papur" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Tab tabl diofyn" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Sylwadau tabl" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Include table caption" msgid "Hide table structure actions" msgstr "Cynnwys pennawd y tabl" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Browser transformation" msgid "Default transformations for Hex" msgstr "Trawsffurfiad porwr" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Databases statistics" msgid "Default transformations for Substring" msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Databases statistics" msgid "Default transformations for Bool2Text" msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Databases statistics" msgid "Default transformations for External" msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Databases statistics" msgid "Default transformations for PreApPend" msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Databases statistics" msgid "Default transformations for DateFormat" msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Databases statistics" msgid "Default transformations for Inline" msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Databases statistics" msgid "Default transformations for TextImageLink" msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Databases statistics" msgid "Default transformations for TextLink" msgstr "Ystadegau cronfeydd data" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Dangos gweinyddion fel rhestr" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Partition maintenance" msgid "Disable multi table maintenance" msgstr "Cynhaliaeth ymraniadau" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Cadw fel ffeil" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Set nodau y ffeil" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Cywasgiad" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11495,70 +11496,70 @@ msgstr "Cywasgiad" msgid "Put columns names in the first row" msgstr "Rhoi enwau colofnau yn y rhes gyntaf" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Columns enclosed by" msgid "Columns enclosed with" msgstr "Amgaewyd colofnau gan" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Columns escaped by" msgid "Columns escaped with" msgstr "Colofnau wedi'u dianc gan" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "Amnewid NULL gan" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 #, fuzzy #| msgid "Remove CRLF characters within columns" msgid "Remove CRLF characters within columns" msgstr "Tynnu nodau CRLF tu fewn colofnau" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Terfynwyd colofnau gan" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Terfynwyd llinellau gan" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Argraffiad Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Templed enw cronfa ddata" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Templed enw gweinydd" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Templed enw tabl" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11571,418 +11572,422 @@ msgstr "Templed enw tabl" msgid "Dump table" msgstr "%s tabl" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Cynnwys pennawd y tabl" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Pennawd y tabl" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 #, fuzzy #| msgid "Include table caption" msgid "Continued table caption" msgstr "Cynnwys pennawd y tabl" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Allwedd y label" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Perthnasau" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Math allbwn" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Cadw ar y gweinydd" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "llorweddol (penawdau wedi cylchdroi)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Cofio templed enw ffeil" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Modd cytunedd SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Creu tabl mewn cronfa ddata %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Use this value" msgid "%s view" msgstr "Defnyddiwch y gwerth hwn" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Allforio" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Select Foreign Key" msgid "Foreign key checks" msgstr "Dewis Allwedd Estron" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Generadu" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Ffrâm llywio" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page name" msgid "Page titles" msgstr "Enw'r dudalen" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Authenticating…" msgid "Authentication" msgstr "Yn dilysu…" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Cronfeydd Data" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Sgema perthynol" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 #, fuzzy #| msgid "Warning" msgid "Warnings" msgstr "Rhybudd" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Fformat y ffeil a mewnforiwyd" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Put columns names in the first row" msgid "Column names in first row" msgstr "Rhoi enwau colofnau yn y rhes gyntaf" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ychwanegwch werth AUTO_INCREMENT" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Colledion darllen" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Use text field" msgid "Maximum items on first level" msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Dangos grid" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel width" msgstr "Ffrâm llywio" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -11990,624 +11995,620 @@ msgstr "Ffrâm llywio" msgid "Link with main panel" msgstr "Defnyddiwch faes testun" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Pennawd y tabl" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "No tables" msgid "Show tables in tree" msgstr "Dim tablau" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Dangos fersiynau" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Dangos meysydd swyddogaeth" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Procedures" msgid "Show procedures in tree" msgstr "Gweithdrefnau" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Dangos fersiynau" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "Copïwch y gronfa ddata i" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "Tablau heb dracio " -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Pennawd y tabl" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Ailenwi tabl i" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key default sort order" msgstr "Cafodd yr allwedd gynradd ei gollwng." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Trwsio edafedd" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Colofn dangosydd perthynol" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Unrhyw westeiwr" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Unrhyw westeiwr" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Cuddio cronfeydd data" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabl hanes ymholiadau SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Enw gwesteiwr y gweinydd" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL allgofnodi" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "Creu tabl mewn cronfa ddata %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete columns" msgid "Central columns table" msgstr "Ychwanegu/Dileu colofnau" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Dangoswch gronfeydd data a restrir yn unig" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Cyfrinair am 'config auth'" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Dadansoddi tabl" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Newidynnau" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Soced gweinydd" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Defnyddio SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "Sgena PDF: cyfesurynnau tabl" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Dangos tabl colofnau" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Ychwanegu DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Ychwanegu DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Datganiadau i'w tracio" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabl tracio ymholiadau SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Defnyddiwch Dablau" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Defnyddiwch Dabl Gwesteiwyr" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Dangos ffurflen newid cyfrinair" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Dangos ffurflen creu cronfa ddata" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Sylwadau tabl" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show versions" msgid "Show creation timestamp" msgstr "Dangos fersiynau" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show versions" msgid "Show last update timestamp" msgstr "Dangos fersiynau" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show versions" msgid "Show last check timestamp" msgstr "Dangos fersiynau" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Sylwadau tabl" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy #| msgid "Show function fields" msgid "Show field types" msgstr "Dangos meysydd swyddogaeth" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Dangos meysydd swyddogaeth" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Dangos grid" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Dangos cysylltiad i phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Dangos ymholiadau SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Dangos ystadegau" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Neidio tablau ar glo" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Esbonio SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Creu Cod PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete columns" msgid "Textarea columns" msgstr "Ychwanegu/Dileu colofnau" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Tab tabl diofyn" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Cyfeiriadur lanlwytho" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Defnyddio chwiliad cronfa ddata" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Gwirio fersiwn" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Enw defnyddiwr" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Cyfrinair" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy #| msgid "Execute bookmarked query" msgid "Enter executes queries in console" msgstr "Gweithredu ymholiad a glustnodwyd" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Failed to write file to disk." msgid "Enable Zero Configuration mode" msgstr "Methu ag ysgrifennu i'r ddisg." -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" @@ -12646,7 +12647,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12688,7 +12690,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -12700,7 +12702,7 @@ msgstr "Taenlen Open Document" msgid "OpenDocument Text" msgstr "Testun Open Document" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12823,7 +12825,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13140,7 +13142,7 @@ msgstr "Dim tablau wedi'u darganfod yn y gronfa ddata." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -13272,7 +13274,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13335,7 +13337,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Math ddrwg!" @@ -13426,35 +13428,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13538,7 +13533,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Mae datganiadau \"DROP DATABASE\" wedi'u hanalluogi." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15747,7 +15742,7 @@ msgid "No such column" msgstr "Ychwanegu/Dileu colofnau" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16511,7 +16506,7 @@ msgstr "Dim cronfeydd data" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16601,7 +16596,7 @@ msgstr "Nid oes unrhyw gweinyddion a ffurfweddwyd" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -17048,30 +17043,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Cafodd y rhes ei dileu" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Cymerodd yr ymholiad %01.4f eiliad" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Yn dangos rhesi" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "cyfanswm" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17682,11 +17677,11 @@ msgstr "" msgid "web server upload directory:" msgstr "cyfeiriadur lanlwytho y gweinydd gwe" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -18126,43 +18121,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Cau" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Cafodd golwg %s ei ollwng" -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Cafodd golwg %s ei ollwng" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -18247,7 +18242,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Columns terminated by" @@ -18722,7 +18717,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -18745,54 +18740,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Columns" msgid "Column names:" msgstr "Colofnau" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19529,18 +19524,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19824,98 +19819,98 @@ msgstr "Enw tabl annilys" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Gwagu" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "Create version %s of %s.%s" msgid "A date, supported range is %1$s to %2$s" msgstr "Crëwch fersiwn %s o %s.%s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19923,173 +19918,173 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "Gwall wrth ailenwi tabl %1$s i %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Crëwch dudalen" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Log file count" msgctxt "spatial types" diff --git a/resources/po/da.po b/resources/po/da.po index 255e448223..700d297617 100644 --- a/resources/po/da.po +++ b/resources/po/da.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2021-01-22 17:26+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Danish %s" msgstr "Gem på serveren i mappen %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Overskriv eksisterende fil(er)" @@ -3775,7 +3775,7 @@ msgstr "vælg dette" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Tilbage" @@ -3785,7 +3785,7 @@ msgstr "Tilbage" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importér" @@ -4160,8 +4160,8 @@ msgstr "SQL-dump" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databaser" @@ -4185,7 +4185,7 @@ msgid "Recent" msgstr "Seneste" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Favorit tabeller" @@ -4223,17 +4223,17 @@ msgid "Features" msgstr "Karakteristika" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-forespørgsler" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigationspanel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Hovedpanel" @@ -4752,13 +4752,28 @@ msgstr "Tjek privilegier for databasen \"%s\"." msgid "Check privileges" msgstr "Tjek privilegier" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Kør SQL-forspørgsel(er) på database %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4766,16 +4781,16 @@ msgstr "" "Bemærk: Aktivering af databasestatistikkerne her kan forårsage tung trafik " "mellem webserveren og MySQL-serveren." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Slå statistikker til" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Ingen databaser" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Bekræft" @@ -5942,7 +5957,7 @@ msgid "Current server:" msgstr "Aktuel server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servere" @@ -6037,7 +6052,7 @@ msgid "Test:" msgstr "Test" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6686,7 +6701,7 @@ msgstr "Vis formular" msgid "Show hidden messages" msgstr "Vis skjulte elementer" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Autentifikationstype" @@ -6772,7 +6787,7 @@ msgid "Detailed profile" msgstr "Detaljeret profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Rækkefølge" @@ -6835,7 +6850,7 @@ msgstr "Resultat af profilering" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Din SQL-forespørgsel blev udført korrekt." @@ -6881,7 +6896,7 @@ msgstr "Adskiller" msgid "Show this query here again" msgstr "Vis forespørgslen her igen" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Bevar forespørgeselsboks" @@ -7378,7 +7393,7 @@ msgid "Delete the view (DROP)" msgstr "Slet visningen (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Tabel-struktur" @@ -7561,32 +7576,32 @@ msgid "Index length" msgstr "Indekslængde" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analyser" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Tjek" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimer" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Genopbyg" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Reparer" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Afkort" @@ -9540,14 +9555,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamesisk" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9741,19 +9748,19 @@ msgstr "begge de ovenfor anførte" msgid "neither of the above" msgstr "ingen af de ovenfor anførte" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Brugere kan ikke sætte en højere værdi" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Aktivering medfører, at brugeren kan angive en hvilken som helst MySQL-" "server fra log ind-siden ved cookie-autentifikation." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9763,7 +9770,7 @@ msgstr "" "arbitrær MySQL-server er slået til, ved at matche IP-adressen eller " "værtsnavnet på MySQL-serveren til det angivne regulære udtryk." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9773,7 +9780,7 @@ msgstr "" "phpMyAdmin fra en ramme. Dette er en potentiel [strong]sikkerhedsrisiko[/" "strong], fordi det åbner for cross-frame scripting (XSS) angreb." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9781,17 +9788,17 @@ msgstr "" "Hemmelig adgangskode til kryptering af cookies ved [kbd]cookie[/kbd] " "autentifikation." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Aktivér komprimering med bzip2 ved import." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Angiv din private nøgle for dit domænes reCaptcha-tjeneste." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -9799,37 +9806,37 @@ msgid "" "API." msgstr "Angiv din private nøgle for dit domænes reCaptcha-tjeneste." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Angiv din private nøgle for dit domænes reCaptcha-tjeneste." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Angiv din private nøgle for dit domænes reCaptcha-tjeneste." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Angiv din offentlige nøgle for dit domænes reCaptcha-tjeneste." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Angiv din private nøgle for dit domænes reCaptcha-tjeneste." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Angiv din private nøgle for dit domænes reCaptcha-tjeneste." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9839,7 +9846,7 @@ msgstr "" "kolonner. [kbd]input[/kbd] - tillader begrænsning i længden af input, " "[kbd]textarea[/kbd] - tillader linjeskift i kolonner." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9847,7 +9854,7 @@ msgstr "" "Brug et brugervenligt tekstredigeringsprogram til at redigere SQL-" "forespørgsler (CodeMirror) med fremhævelse af syntaks og linjenummerering." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9855,7 +9862,7 @@ msgstr "" "Find alle fejl i forspørgslen, før den udføres. Kræver, at CodeMirror er " "aktiveret." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9863,7 +9870,7 @@ msgstr "" "Definerer den mindste størrelse på input-felter som genereres for CHAR- og " "VARCHAR-kolonner." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9871,7 +9878,7 @@ msgstr "" "Definerer den maksimale størrelse på input-felter som genereres for CHAR og " "VARCHAR kolonner." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9879,7 +9886,7 @@ msgstr "" "Pak gzip/bzip2-filer uden behov for ret meget hukommelse. Hvis du får " "problemer med de dannede gzip/bzip2-filer, så deaktiver denne funktion." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9887,15 +9894,15 @@ msgstr "" "Hvorvidt der skal vises en advarsel (\"Er du helt sikker…\") , når du er ved " "at miste data." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Autofyld tabel- og kolonnenavne i SQL forespørgsler." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9903,7 +9910,7 @@ msgstr "" "Værdier til valgliste for standard transformationer. Disse vil blive " "overskrevet hvis transformation er udfyldt oå en tabel strukturside." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9911,7 +9918,7 @@ msgstr "" "Deaktiver masseoperationer for tabelvedligeholdelse såsom optimering eller " "reperation af tabllerne i en database." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9919,12 +9926,12 @@ msgstr "" "Sæt antallet af sekunder, som et script må være om at køre ([kbd]0[/kbd] er " "lig med ingen tidsgrænse)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9932,7 +9939,7 @@ msgstr "" "Sorteringsrækkefølge for elementer i en dropdown boks med fremmede nøgler; " "[kbd]content[/kbd] er de refererede data, [kbd]id[/kbd] er nøglens værdi." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9940,7 +9947,7 @@ msgstr "" "Angiv browserens tekst i titelbaren. Se [doc@faq6-27]dokumentationen[/doc] " "for tekststrenge der indeholder særlige værdier." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9948,7 +9955,7 @@ msgstr "" "Bemærk venligst at phpMyAdmin blot er en brugerflade og at den ikke " "begrænser mulighederne i MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9956,7 +9963,7 @@ msgstr "" "Avanceret serverkonfiguration. Lad være med at ændre disse indstillinger med " "mindre du ved, hvad de betyder." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9966,7 +9973,7 @@ msgstr "" "funktioner. Se dokumentationen for [doc@linked-tables]phpMyAdmin " "configuration storage[/doc]." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9974,118 +9981,118 @@ msgstr "" "Sporing af ændringer i databasen er udført. phpMyAdmin configuration storage " "er krævet." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Tilpas for gennemsynstilstand." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Tilpas standardindstillinger." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Indstillinger for phpMyAdmin udviklere." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Tilpas redigeringstilstand." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Tilpas standardindstillinger for eksport." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Bestem indstillinger for nogle af de mest anvendte valgmuligheder." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Tilpas standardindstillinger for import." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "Bestem indstillinger for importerings- og eksporteringsmapper samt " "komprimering." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Indstillinger for visning af databaser." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Tilpas navigationspanelets udseende." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Tilpas navigationstræet." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Indstillinger for visning af servere." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Indstillinger for visning af tabeller." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Indstillinger som ikke passer ind andre steder." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Indstillinger for autentifikation." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Indtast parametre for tilslutning til server." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Tilpas links vist i SQL Query-boksen." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Indstillinger til SQL-forespørgsler." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Tilpas opstartside." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Vælg hvilke detaljer, der skal vises i database-strukturen (liste af " "tabeller)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Indstillinger for tabel-strukturen (liste af kolonner)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Vælg hvordan du ønsker at fanerne skal fungere." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Tilpas tekstfelter." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Tilpas standardindstillinger" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Deaktiver nogle af advarslerne, som phpMyAdmin viser." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Aktivér gzip komprimering for import og eksport-funktionerne." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10093,7 +10100,7 @@ msgstr "" "Hvis aktiveret, vil phpMyAdmin fortsætte med at udføre efterfølgende SQL-" "forespørgsler selvom et eller flere af dem fejler." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10103,7 +10110,7 @@ msgstr "" "udløber. Dette kan være godt ved store import-filer, men kan afbryde " "transaktioner." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10111,15 +10118,15 @@ msgstr "" "Standard format, vær opmærksom på, at denne liste afhænger af sted (databae, " "tabel) og kun SQL er altid tilgængelig." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Opdatér data når der findes duplikerede nøgler under import" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Antal forespørgsler, der skal springes over fra start." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10129,7 +10136,7 @@ msgstr "" "logout kun for den aktuelle server.Sættes denne til FALSE, kan man let " "glemme at logge ud fra andre servere, når man er forbundet til flere servere." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10137,7 +10144,7 @@ msgstr "" "Definer om den foregående login skal gentages eller ej i [kbd]cookie[/kbd] " "autentifikationstilstand." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10149,11 +10156,11 @@ msgstr "" "blive slettet så snart browservinduet lukkes. Dette anbefales for ikke-" "sikrede omgivelser." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maksimalt antal tegn, når en SQL-forespørgsel vises." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10161,13 +10168,13 @@ msgstr "" "Antallet af elementer som kan vises i øverste niveau på hver side i " "navigationstræet." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Antallet af elementer som kan vises i hver side i navigationstræet." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10175,7 +10182,7 @@ msgstr "" "Antal rækker vist, når man kigger på et sæt resultater. Hvis resultatet " "indeholder flere rækker, links til \"Forrige\" og \"Næstet\" vil blive vist." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10187,16 +10194,16 @@ msgstr "" "Antallet af bytes et script må allokere, fx. [kbd]32M[/kbd] ([kbd]-1[/kbd] " "for ubegrænset og [kbd]0[/kbd] for uændret)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "I navigationspanelet erstattes databasetræet med en valgfunktion" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Link med hovepanelet ved at fremhæve den nuværende database eller tabel." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10204,7 +10211,7 @@ msgstr "" "Åbn den linkede side i hovedvinduet ([code]main[/code]) eller i et nyt " "([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10212,7 +10219,7 @@ msgstr "" "Angiver det mindste antal af elementer (tabeller, visninger, rutiner og " "begivenheder), der skal indgå for at vise en filterboks." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10220,68 +10227,68 @@ msgstr "" "Gruppér elementer i navigationstræet (iht. separator defineret i databaserne " "og tabelfanerne ovenfor)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Om der skal tilbydes udvidelse af træ i navigationspanelet." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Om der skal vises procedurer under database i navigationstræet" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Whether to show events under database in the navigation tree" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Om hændelser skal vises under database i navigationstræet" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "Vis logoet i navigationspanel." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Vis logoet i navigationspanel." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL som logoet i navigationspanelet vil pege på." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Vis servervalg øverst i venstre panel." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Streng, der inddeler databaser i træ." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Streng, der inddeler tabeller i træ." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Fremhæv server under musepil." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Om der skal vises tabeller under database i navigationstræet" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Om views skal vises under database i navigationstræet" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Om der skal vises funktioner under database i navigationstræet" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Om hændelser skal vises under database i navigationstræet" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10289,7 +10296,7 @@ msgstr "" "[kbd]SMART[/kbd] - dvs faldende orden for kolonner af type TIME, DATE, " "DATETIME og TIMESTAMP ellers stigende orden." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10299,7 +10306,7 @@ msgstr "" "hvis nogen af de påkrævede tabeller i phpMyAdmin configuration storage ikke " "kunne findes." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10307,7 +10314,7 @@ msgstr "" "Deaktiver standardadvarslen, som vises på struktursiden, hvis kolonnenavne i " "en tabel er reserverede MySQL-ord." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10317,11 +10324,11 @@ msgstr "" "configuration storage). Hvis deaktiveret bruges JS-rutiner til at vise " "forespørgselshistorik (mistes når vinduet lukkes)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -10329,7 +10336,7 @@ msgstr "" "Angiver den gældende tidszone; denne er muligvis forskellige fra dén som " "findes på din databaseserver" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10337,7 +10344,7 @@ msgstr "" "Efterlades tom for ingen understøttelse af [doc@bookmarks@]bookmark[/doc], " "forslag: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10349,7 +10356,7 @@ msgstr "" "Efterlades tom for ingen kolonnekommentar-/mime-typer, forslag: " "[kbd]pma_column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10357,7 +10364,7 @@ msgstr "" "En speciel MySQL bruger med begrænsede tilladelser. Mere information på " "[doc@linked-tables]dokumentation[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10365,7 +10372,7 @@ msgstr "" "En alternativ vært til lageropbevaring af konfiguration; Tom for at benytte " "den vært som allerede er defineret." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10376,7 +10383,7 @@ msgstr "" "standardporten, eller den allerede angivne port, hvis kontrolværten er lig " "værten." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10390,7 +10397,7 @@ msgstr "" "Mere information om [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] og [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10398,7 +10405,7 @@ msgstr "" "Efterlades tom for at fravælge historik-understøttelse for SQL-" "forespørgsler, forslag: [kbd]pma_history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10406,7 +10413,7 @@ msgstr "" "Begrænser antallet af tabel-præferencer som lagres i databasen. De ældte " "poster fjernes automatisk." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10414,7 +10421,7 @@ msgstr "" "Efterlades tom for ingen understøttelse af eksport af skabeloner, forslag: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10422,7 +10429,7 @@ msgstr "" "Efterlades tom for at undlade understøttelse af kolonner, forslag: " "[kbd]pma_table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10431,14 +10438,14 @@ msgstr "" "Du kan bruge MySQL jokertegn (% and _), escape dem hvis du vil bruge dem som " "almindelige tegn, fx brug [kbd]'my\\_db'[/kbd] og ikket [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: " "[kbd]pma_pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10448,7 +10455,7 @@ msgstr "" "tables]pmadb[/doc] for komplet information. Lades blank ved ingen " "understøttelse. Forslag: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10456,7 +10463,7 @@ msgstr "" "Efterlades tom for at undlade \"vedvarende\", senest benyttede tabeller på " "tværs af sessioner, forslag: [kbd]pma_recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10464,7 +10471,7 @@ msgstr "" "Efterlades tom for at undlade \"vedvarende\", favorit tabeller på tværs af " "sessioner, forslag: [kbd]pma_favorit[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10472,13 +10479,13 @@ msgstr "" "Efterlades tom for ingen understøttelse af [doc@relations@]relation-links[/" "doc], forslag: [kbd]pma_relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Se [doc@authentication-modes]authentication types[/doc] for et eksempel." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10486,7 +10493,7 @@ msgstr "" "Efterlades tom for at undlade understøttelse af PDF-skematik, forslag: " "[kbd]pma_table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10494,7 +10501,7 @@ msgstr "" "Tabel til beskrivelse af visningskolonnerne, efterlades tom for at undlade " "understøttelse; forslag: [kbd]pma_table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10502,7 +10509,7 @@ msgstr "" "Efterlades tom for at undlade \"vedvarende\" brugerflade-præferencer for " "tabel på tværs af sessioner, forslag: [kbd]pma_table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10510,7 +10517,7 @@ msgstr "" "Om en DROP DATABASE IF EXISTS kommando skal tilføjes som første linje i " "loggen når en database oprettes." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10518,7 +10525,7 @@ msgstr "" "Om en DROP TABLE IF EXISTS kommando skal tilføjes som første linje i loggen " "når en tabel oprettes." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10526,12 +10533,12 @@ msgstr "" "Om en DROP VIEW IF EXISTS kommando skal tilføjes som første linje i loggen " "når et view oprettes." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definerer listen af forspørgsler, som auto-creation bruger for nye sessioner." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10539,14 +10546,14 @@ msgstr "" "Efterlades tom for at undlade understøttelse af sporing på SQL-forspørgsler, " "forslag: [kbd]pma_tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Om sporingsmekanismen opretter versioner automatisk for tabeller og views." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10554,7 +10561,7 @@ msgstr "" "Efterlades tom for at undlade lagring af bruger-præferencer i database, " "forslag: [kbd]pma_userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10564,7 +10571,7 @@ msgstr "" "menus funktioner; Efterlade en af dem tom vil deaktivere denne funktion, " "foreslået: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10574,7 +10581,7 @@ msgstr "" "funktioner; efterlades en af dem tom vil dette deaktivere denne funktion, " "foreslået: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10582,7 +10589,7 @@ msgstr "" "Efterlades tom for deaktivere muligheden for at skjule eller vise " "navigationselementer, forslag: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10590,51 +10597,51 @@ msgstr "" "En brugervenlig beskrivelse af serveren. Lad stå tom for at vise " "værtstnavnet i stedet." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Efterlades blank, hvis ikke brugt." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Efterlades blank for standardværdi." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Realm navn, der vises ved HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Metode for autentifikation." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Komprimer forbindelse til MySQL server." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Gem databaser som matcher regulært udtryk (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Servernavn, hvor MySQL server kører." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Lades tom hvis du ikke bruger config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port hvorpå MySQL server lytter, lades tom for standard." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Socket hvorpå MySQL server lytter, lades tom for standard." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Aktiver SSL for forbindelse til MySQL-serveren." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10645,34 +10652,34 @@ msgstr "" "konfigurationsfilen; dette begrænser ikke muligheden for at udføre den samme " "kommando direkte." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Vis eller skjul en kolonne, der viser oprettelses-tidsstempel for alle " "tabeller." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Vis eller skjul en kolonne, der viser tidsstempel med seneste opdatering for " "alle tabeller." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Vis eller skjul en kolonne, der viser tidsstempel med seneste tjek for alle " "tabeller." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" "Definerer om typefelter skal startes med at vises i ret/indsæt tilstand." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10680,51 +10687,45 @@ msgstr "" "Viser link til [a@https://www.php.net/manual/en/function.phpinfo." "php]phpinfo()[/a] output." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Om en \"vis alle (rækker)\" knap, skal vises for brugeren." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Vis eller skjul en kolonne, der viser kommentarer for alle tabeller." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Vis eller skjul en kolonne, der viser charset for alle tabeller." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Vis funktionsfelterne i rediger/indsæt tilstand." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Om hints skal vises eller ej." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Definerer om SQL-forespørgsler genereret af phpMyAdmin skal vises." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "Tillad visning af database og databasestatistikker (eks. diskforbrug)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marker brugte tabeller og gør det muligt at vise databaser med låste " "tabeller." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "Slå standardadvarslen på hovedsiden fra, hvis Suhosin registreres." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10734,7 +10735,7 @@ msgstr "" "indstillingen session.gc_maxlifetime er mindre end værdien af " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10742,7 +10743,7 @@ msgstr "" "Tekstboksstørrelse (kolonner) i redigeringstilstand; denne værdi vil blive " "fremhævet i SQL forespørgselstekstbokse (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10750,7 +10751,7 @@ msgstr "" "Tekstboksstørrelse (rækker) i redigeringstilstand; denne værdi vil blive " "fremhævet i SQL forespørgselstekstbokse (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10762,7 +10763,7 @@ msgstr "" "Forwarded-For) header der kommer fra proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10770,7 +10771,7 @@ msgstr "" "Når deaktiveret kan brugere ikke sætte nogen af indstillingerne nedenfor " "uafhængig af checkboksen til højre." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10788,7 +10789,7 @@ msgstr "" "for denne, hvis server hvorpå phpMyAdmin er installeret, ikke har direkte " "adgang til internettet. Formatet er: \"værtsnavn:portnummer\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10799,7 +10800,7 @@ msgstr "" "Basic Authentication (grundlæggende godkendelsestjek). På nuværende " "tidspunkt understøttes der ikke andre godkendelsestjek." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10807,7 +10808,7 @@ msgstr "" "Forespørgsler udføres ved at trykke på Retur (i stedet for Ctrl+Retur). " "Linjeskift indsættes med Skift+Retur." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10819,377 +10820,377 @@ msgstr "" "Slå tilstanden Zero Configuration til - denne lader sig tilpasse " "lagringstabeller for phpMyAdmin-konfigurationen automatisk." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Fremhæv valgte rækker." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Fremhæv den række, som musemarkøren peger på." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Bredde på CHAR/VARCHAR tekstbokse." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Højde på CHAR/VARCHAR-tekstbokse." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "Log SQL forespørgsler og deres udførselstid. Vises i konsollen" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Fane der skal vises, når man går ind i en database." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Fane, som skal vises, når man går ind på en server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Fane som skal vises, når man går ind i en tabel." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Hvorvidt tabelstruktur handlinger skal være skjulte." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Om kolonnekommentarer skal vises i visningen af tabelstruktur" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Vis servere på en liste i stedet for i en valgboks." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Der vil blive brugt en valgboks, hvis færre elementer er til stede." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Standardværdi for checkboksen for fremmednøglechecks for nogle forespørgsler." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Hvor mange rækker kan der indsættes på een gang." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "Maksimalt antal tegn vist i ikke-numerisk kolonne ved gennemsyn." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definerer hvor længe (i sekunder) en login cookie er gyldig." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Dobbelt størrelse for tekstboks for LONGTEXT kolonner." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maksimalt antal databaser som vises i listen med databaser." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Maksimalt antal tabeller vist i tabellisten." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Højeste antal af tidligere anvendte tabeller; sæt til 0 for at deaktivere." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Højeste antal af tidligere anvendte tabeller; sæt til 0 for at deaktivere." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Dette er Ret, Kopi og Slet links." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Om der skal vises række-links selv i tilfælde af en manglende unik nøgle." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Slå genveje fra" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Brug naturlig rækkefølge ved sortering af tabeller og databasenavne." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Brug kun ikoner, kun tekst eller begge." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Brug GZip output buffering til forhøjet hastighed i HTTP overførsler." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Brug vedvarende forbindelser til MySQL databaser." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Tillad ikke redigering af BLOB og BINARY kolonner." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Hvor mange forespørgsler er gemt i historikken." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Vælg hvilke funktioner, der vil blive brugt for tegnsætskonvertering." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Når tabeller vises huskes sorteringen af hver tabel." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Forvalgt sorteringsrækkefølge for tabeller med en primær nøgle." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Gentag overskrifter for hver X celler, [kbd]0[/kbd] deaktiverer dette." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "For visningsindstillinger" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Mappe, hvor eksporterede data kan gemmes på serveren." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Definerer som forespørgselsboksen skal forblive på siden efter indsendelse." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titel på browservindue, når en database er valgt." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titel på browservindue, når ingenting er valgt." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titel på browservindue, når en server er valgt." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titel på browservindue, når en tabel er valgt." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Mappe på server, hvor man kan uploade filer til import." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Tillad søgning i hele databasen." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktiverer tjek for den seneste version på hovedsiden for phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Adgangskoden til godkendelsestjek på proxyen." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Aktivér ZIP komprimering for import og eksport-funktionerne." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Vælg standardhandlingen for afsendelse af fejlrapporter." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Tillad log ind til en hvilken som helst MySQL-server" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Begræns login på MySQL-serveren" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Tillad rammeværk fra tredjepart" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Vis linket \"Drop database\" til almindelige brugere" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish hemmelighed" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Rækkemarkør" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Fremhæv pointer" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Redigering af CHAR-kolonner" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Slå CodeMirror til" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Aktivér linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Mindste størrelse for input-felt" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maksimal størrelse for input-felt" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Bredde på tekstbokse" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Højde på CHAR-tekstbokse" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Tjek tilladelser på konfigurationsfil" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Komprimer undervejs" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Bekræft DROP-forespørgsler" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Papirstørrelse" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Standard database-fane" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Standard server-fane" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Standard tabel-fane" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Aktiver autofyld for tabel- og kolonnenavne" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Vis kolonnekommentarer" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Skjul handlinger for tabelstruktur" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Standard transformation af Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Standard transformation til Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Standard transformationer for Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Standard transformationer for ekstern" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Standard transformationer for PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Standard transformationer for DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Standard transformationer for Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Standard transformationer for TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Standard transformationer for TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Vis servere på en liste" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Deaktiver vedligeholdelse af flere tabeller" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maksimal eksekveringstid" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Send (download)" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Filens tegnsæt" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Komprimering" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11197,56 +11198,56 @@ msgstr "Komprimering" msgid "Put columns names in the first row" msgstr "Indsæt feltnavne i første række" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Kolonner indrammet med" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Kolonner escaped med" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Erstat NULL med" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Fjern CRLF-tegn i kolonner" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Kolonner afsluttes med" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Linjer afsluttet med" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel-udgave" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Skabelon for databasenavn" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Skabelon for servernavn" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Skabelon for tabelnavn" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11256,84 +11257,84 @@ msgstr "Skabelon for tabelnavn" msgid "Dump table" msgstr "Dump tabel" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Inkluder tabeloverskrift" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tabeloverskrift" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Fortsat tabeloverskrift" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Mærke nøgle" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relationer" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Eksporttype" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Gem på server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Eksportér som separate filer" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Husk skabelon for filnavn" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "Fjern kolonner fra centerliste" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Brug \"backquotes\" omkring tabel- og feltnavne" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL-kompatibilitetstilstand" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Oprettet/Opdateret/Tjek datoer" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Brug forsinkede indsættelser" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Slå fremmednøgle-checks fra" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Eksportér visninger som tabeller" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Eksporter relaterede metadata fra phpMyAdmin-konfigurationslager" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Brug hexadecimal for BINÆR & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11341,842 +11342,842 @@ msgstr "" "Tilføj IF NOT EXISTS (mindre effektivt, da indeks vil blive genereret under " "oprettelsen af tabellen)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "%s value" msgid "%s view" msgstr "%s værdi" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Brug ignorer inserts" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Syntaks der bruges, når der indsættes data" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maksimal længde på oprettet forespørgsel" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Eksporttype" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Indlejr eksport i en transaktion" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Angiv eksporttidspunktet i UTC (Universal Time Coordinated)" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Rækkefølge for fremmednøgler i valgboks" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Øvre grænse for fremmednøgle" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Tjek af fremmednøgle" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Gennemsynstilstand" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV (kommasepareret)" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Udvikler" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Redigeringstilstand" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Standardindstillinger for eksport" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Generelt" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Standarder for import" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import / eksport" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigationstræ" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Andre kerneindstillinger" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Sidetitler" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Sikkerhed" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Grundlæggende indstillinger" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autentifikation" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Serverkonfiguration" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Lagring af konfiguration" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Ændrer sporing" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL Query-boks" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Opstart" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Database-struktur" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Faner" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Vis relationel skema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Tekstfelter" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekst" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Advarsler" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Yderligere parametre til iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorer flere efterfølgende fejl i udtryk" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Delvis import: tillad afbrydelse" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Afbryd ikke ved fejl i INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Tilføj ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format på importeret fil" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Brug LOCAL nøgleord" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Indsæt feltnavne i første række" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Importér ikke tomme rækker" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importér valutaer ($5.00 til 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importér procenter med korrekte decimaler (12.00% bliver til .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Delvis import: spring over forespørgsler" # zero = null? -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Brug ikke AUTO_INCREMENT for 0-værdier" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Læs som multibytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Skydernes udgangspunkt" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Antal indsatte rækker" # karakterer gives i skolen eller er personer i film -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Begræns antal tegn i kolonne" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Slet alle cookies, når der logges ud" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Gendan brugernavn" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Login cookie sletning" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Gyldighed for login cookie" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Større tekstboks for LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maksimal vist SQL-længde" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maksimalt antal databaser" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maksimum for elementer i første niveau" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maksimum for elementer i gren" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maksimum af antal viste rækker" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maksimalt antal tabeller" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Hukommelsesgrænse" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Vis databasenavigationen som en træstruktur" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Navigationspanel" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Link med hovedpanel" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Vis logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logo link-URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Henvisning for placering af logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Vis servervalg" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Mål for hurtigt valg ikon" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Mål for det andet hurtigvalg-ikon" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Det mindste antal af elementer, der skal til for at vise filterboksen" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Mindste antal databaser, der skal vises i database-filterboksen" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Gruppér elementer i træet" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separator til databaseinddeling" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separator til tabelinddeling" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maksimal dybde på databasetræ" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Aktivér fremhævning" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Slå udfoldelse af navigationstræ til" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Vis tabeller i træet" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Vis views i træet" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Vis funktioner i træet" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Vis procedurer i træet" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Vis hændelser i træet" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Kopierer database til" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tidligere anvendte tabeller" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Hvor links til tablerækker skal vises" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Vis række-links alligevel" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Naturlig rækkefølge" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Tabelbaseret navigationsbjælke" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Buffering af GZip-output" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Standard sorteringsrækkefølge" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Vedvarende forbindelser" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Manglende phpMyAdmin configuration storage tabeller" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Advarsel om MySQL-reserverede ord" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Sådan vises menufanerne" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Sådan vises forskellige hændelseshenvisninger" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Beskyt binære kolonner" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Permanent forespørgselshistorie" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Længde på forespørgselshistorik" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Omkodningsværktøj" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Husk tabellens sortering" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Forvalgt sorteringsrækkefølge for primær nøgle" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Gentag overskrifter" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Gitter-redering: trigger/udløser-handling" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relationel visning" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Gitter-redigering: gem alle redigerede celler med det samme" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Gemmemappe" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Autorisationsrækkefølge for vært" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Host autorisationsregler" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Tillad login uden adgangskode" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Tillad root login" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Tidszone for session" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Bogmærketabel" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabel for kolonneinformation" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Komprimer forbindelse" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Adgangskode for kontrolbruger" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Kontrolbruger" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrolvært" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Kontrolport" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Deaktiver brug af INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Skjul databaser" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL forespørgselsshistoriktabel" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Servernavn" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Log ud URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maksimalt antal tabel-præferencer, der lagres" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Eksportér skabelontabel" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Center tabelkolonner" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Vis kun listede databaser" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Adgangskode for config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-skematik: pages tabel" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Serverport" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Senest benyttede tabel" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Favorit tabeller" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relationstabel" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Login sessionsnavn" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Login URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Server-sokkel" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Brug SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Designer og PDF-skema: tabelkoordinater" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Visningskolonnetabel" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI præference tabel" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Tilføj DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Tilføj DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Forespørgsler, der skal spores" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Sporingstabel for SQL-forespørgsler" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Opret versioner automatisk" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Bruger preference storage tabel" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Brugertabel" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabel for brugergrupper" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabel for skjulte navigationselementer" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Bruger for config auth" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Udvidet navn for denne server" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Tillad visning af alle rækker" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Vis formular til ændring af adgangskode" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Vis formular til databaseoprettelse" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Vis tabelkommentarer" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Vis tidsstempel for oprettelse" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Vis tidsstempel med seneste opdatering" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Vis tidsstempel for seneste tjek" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Vis tabel charset" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Vis felttyper" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Vis funktionsfelter" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Vis hint" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Vis phpinfo() link" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Vis detaljeret MySQL serverinformation" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Vis SQL-forespørgsler" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Vis statistik" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Spring over låste tabeller" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Forklar SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Fremstil PHP-kode" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin advarsel" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Advarsel om gyldighed for logincookie" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Tekstboks kolonner" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Tekstboks rækker" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Standardtitel" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste af trusted proxies til IP tillad/afvis" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Mappe til uploads" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Brug databasesøgning" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Aktivér udviklerfanen i indstillinger" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versionscheck" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "Proxy-url" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Brugernavn for proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Adgangskode for proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Offentlig nøgle for reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Offentlig nøgle for reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Send fejlrapporter" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter udfører forespørgsler i konsollen" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Slå tilstanden Zero Configuration til" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "" #| "Execute queries on Enter and insert new line with Shift + Enter. To make " @@ -12186,25 +12187,25 @@ msgstr "" "Udfør forespørgsler med Enter og indsæt ny linje med Skift + Enter. For at " "gøre dette permanent, så se indstillingerne." -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Konsol" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Konsol" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order by:" msgid "Order by" msgstr "Rækkefølge:" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Servers forbindelsestegnsæt" @@ -12237,7 +12238,8 @@ msgstr "Den komprimerede import vil ikke fungere, da funktionen %s mangler." msgid "Compressed export will not work due to missing function %s." msgstr "Den komprimerede eksport vil ikke fungere, da funktionen %s mangler." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -12271,7 +12273,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument regneark" @@ -12279,7 +12281,7 @@ msgstr "OpenDocument regneark" msgid "OpenDocument Text" msgstr "OpenDocument tekst" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV vha. LOAD DATA" @@ -12441,7 +12443,7 @@ msgstr "" "%1$sGZip komprimering og dekomprimering%2$s kræver funktioner (%3$s) som " "ikke er tilgængelige på dette system." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12718,7 +12720,7 @@ msgstr "Ingen hændelse med navnet %1$s fundet i database %2$s." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Kunne ikke indlæse eksportplugins, tjek venligst din installation!" @@ -12853,7 +12855,7 @@ msgid "Success!" msgstr "Gennemført!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12918,7 +12920,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Du skal muligvis genindlæse siden." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Forkert type!" @@ -13022,14 +13024,7 @@ msgstr "" "din server kompromitteres, ved at personer uden adgangstilladelse henter din " "konfiguration." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "Server med Suhosin.Se %sdocumentation%s for mulige problemer." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -13038,14 +13033,14 @@ msgstr "" "$cfg['TempDir'] (%s 1) er ikke tilgængelig. phpMyAdmin er ikke i stand til " "at cache skabeloner og vil være langsom pga. det." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13055,7 +13050,7 @@ msgstr "" "multibyte tegnsæt. Uden mbstring-udvidelsen er phpMyAdmin ude af stand til " "at opdele strenge korrekt og dette kan forårsage uventede resultater." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13132,7 +13127,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" erklæringer kan ikke bruges." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK opstod.]" @@ -15171,7 +15166,7 @@ msgid "No such column" msgstr "Ingen sådan kolonne" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Streng" @@ -16058,7 +16053,7 @@ msgstr "Forkerte data" msgid "Wrong data or no validation for %s" msgstr "Forkerte data eller ingen validering af %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Bogmærket %s er blevet oprettet." @@ -16140,7 +16135,7 @@ msgstr "Der er for mange joins uden indeks." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerede ingen data (fx ingen rækker)." @@ -16539,29 +16534,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Rækken er slettet." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Forespørgsel tog %01.4f sekunder." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Viser rækkerne %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d i alt, %2$d i forespørgsel" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d i alt" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Link ikke fundet!" @@ -17210,11 +17205,11 @@ msgstr "" msgid "web server upload directory:" msgstr "webserver upload-mappe:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Viser SQL-forespørgsel" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Indsatte række id: %1$d" @@ -17663,39 +17658,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Der blev ikke fundet delvise afhænigheder!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Fold sammen" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Kan ikke flytte tabellen til den samme!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Kan ikke kopiere tabellen til den samme!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s er flyttet til %s. Privilegier er rettet til." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabellen %s er nu kopieret til: %s. Privilegier er rettet til." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabel %s er flyttet til %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabellen %s er nu kopieret til: %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Intet tabelnavn!" @@ -17781,7 +17776,7 @@ msgstr "Ugyldig autorisationsmetode sat i konfiguration:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolonner adskilt med:" @@ -18208,7 +18203,7 @@ msgstr "" "Databasesystem eller ældre MYSQL server til maksimering af kompatibiltet af " "output:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18233,19 +18228,19 @@ msgstr "" "Opdatér data når der findes duplikerede nøgler under import (tilføj ON " "DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18253,7 +18248,7 @@ msgstr "" "Den første linje af filen indeholder tabellens kolonnenavne (hvis der " "ikke er flueben her, vil den første linje være en datalinje)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18263,29 +18258,29 @@ msgstr "" "så list de tilsvarende kolonnenavne her. Kolonnenavne skal adskilles med " "komma og må ikke være i citationstegn." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Kolonnenavne: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Ugyldigt format for CSV-input på linie %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Ugyldigt kolonneantal i CSV-input på linie %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Ugyldigt parameter for CSV-import: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19086,11 +19081,11 @@ msgstr "Ingen nyere stabil version er tilgængelig" msgid "Using bookmark \"%s\" as default browse query." msgstr "Bruger bogmærket \"%s\" som standard-forespørgsel til gennemsyn." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Viser som PHP-kode" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19099,7 +19094,7 @@ msgstr "" "Den nuværende markering indeholder ikke en unik kolonne. Redigering af " "gitter, afkrydsningsfelt, redigering og sletning er ikke tilgængelige. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19365,26 +19360,26 @@ msgstr "Du skal opgive en triggerdefinition." # By "Empty", if this is an action, it should translate to "Tøm" but if it's a # state it should translate to "Tom". -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Tøm" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "findes ikke" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Et heltal på 1 byte, signeret interval er -128 til 127, usigneret interval " "er 0 til 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19392,7 +19387,7 @@ msgstr "" "Et heltal på 2 byte, signeret interval er -32.768 til 32.767, usigneret " "interval er 0 til 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19400,7 +19395,7 @@ msgstr "" "Et heltal på 3 byte, signeret interval er -8.388.608 til 8.388.607, " "usigneret interval er 0 til 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19408,7 +19403,7 @@ msgstr "" "Et heltal på 4 byte, signeret interval er -2.147.483.648 til 2.147.483.647, " "usigneret interval er 0 til 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19417,7 +19412,7 @@ msgstr "" "9.223.372.036.854.755.807, usigneret interval er 0 til " "18.446.744.073.709.55.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19425,7 +19420,7 @@ msgstr "" "Et fast decimaltal (M, D) - det maksimale antal af tal (M) er 65 (standard " "10), det maksimale antal decimaler (D) er 30 (standard 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19433,7 +19428,7 @@ msgstr "" "Et lille, flydende decimaltal. Tilladte værdier er -3.402823466E+38 til " "-1.175494351E-38, 0, samt 1.175494351E-38 til 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19443,7 +19438,7 @@ msgstr "" "-1.7976931348623157E+308 til -2.2250738585072014E-308, 0, samt " "2.2250738585072014E-308 til 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19451,7 +19446,7 @@ msgstr "" "Synonym for DOUBLE (undtagelse: i REAL_AS_FLOAT SQL-tilstanden er det et " "synonym for FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -19459,7 +19454,7 @@ msgstr "" "Et bit-felttype (M), der lagrer M bits per værdi (standard er 1, maksimum er " "64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19467,21 +19462,21 @@ msgstr "" "Et synonym for TINYINT(1), en værdi på nul anses som falsk, værdier som ikke " "er nul anses som sande" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Et alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "En dato, understøttet interval er %1$s til %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "En kombination af dato og tid, understøttet interval er %1$s til %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19496,12 +19491,12 @@ msgstr "" "03:14:07 UTC, lagret som antallet af sekunder siden epoken (1970-01-01 " "00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Et tidspunkt, interval er %1$s til %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19509,7 +19504,7 @@ msgstr "" "Et år med formater på fire cifre (4, standard) eller to cifre (2), hvor " "tilladte værdier er 70 (1970) til 69 (2069) eller 1901 til 2155 og 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19517,7 +19512,7 @@ msgstr "" "En streng med fast længde (0-255, standard er 1), der altid har mellemrum " "til højre i den angivet længde når den lagres" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19526,7 +19521,7 @@ msgstr "" "En streng med variabel længde (%s). Den effektive, maksimale længde er " "subjektet for din maksimale rækkestørrelse" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19534,7 +19529,7 @@ msgstr "" "En TEXT-kolonne med en maksimal længde på 255 (2^8 - 1) tegn, lagret med et " "præfiks på én byte, der indikerer længden af værdien i bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19542,7 +19537,7 @@ msgstr "" "En TEXT-kolonne med en maksimal længde på 65.535 (2^16 - 1) tegn, lagret med " "et præfiks på to bytes, der indikerer længden af værdien i bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19550,7 +19545,7 @@ msgstr "" "En TEXT-kolonne med en maksimal længde på 16.777.215 (2^24 - 1) tegn, lagret " "med et præfiks på tre bytes, der indikerer længden af værdien i bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19559,7 +19554,7 @@ msgstr "" "En TEXT-kolonne med en maksimal længde på 4.294.967.295 (2^32 - 1) tegn, " "lagret med et præfiks på fire bytes, der indikerer længden af værdien i bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19567,7 +19562,7 @@ msgstr "" "Ligner CHAR-typen, men lagrer binære byte-strenge i stedet for ikkebinære " "tegnstrenge" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19575,7 +19570,7 @@ msgstr "" "Ligner typen VARCHAR, men lagrer binære byte-strenge frem for ikkebinære " "tegn-strenge" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19583,7 +19578,7 @@ msgstr "" "En BLOB-kolonne med en maksimal længde på 255 (2^8 - 1) byte, lagret med et " "præfiks på én byte som indikerer længden af værdien" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19591,7 +19586,7 @@ msgstr "" "En BLOB-kolonne med en maksimal længde på 16.777.215 (2^24 - 1) byte, lagret " "med et præfiks på tre byte som indikerer længden af værdien" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19599,7 +19594,7 @@ msgstr "" "En BLOB-kolonne med en maksimal længde på 65.535 (2^16 - 1) byte, lagret med " "et præfiks på to byte som indikerer længden af værdien" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19607,7 +19602,7 @@ msgstr "" "En BLOB-kolonne med en maksimal længde på 4.294.967.295 (2^32 - 1) byte, " "lagret med et præfiks på fire byte som indikerer længden af værdien" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19615,43 +19610,43 @@ msgstr "" "En optælling, udvalgt fra listen med op til 65.535 værdier eller den særlige " "''-fejlværdi" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "En enkelt værdi udvalgt fra et sæt på op til 64 medlemmer" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "En type som kan lagre en hvilken som helst type geometri" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Et punkt i et 2-dimensionelt rum" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "En kurve med lineær interpolering mellem punkterne" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "En polygon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "En samling af punkter" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "En samling af kurver med lineære interpoleringer mellem punkterne" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "En samling af polygoner" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "En samling af geometriske objekter af enhver type" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19659,39 +19654,39 @@ msgstr "" "Lagrer og muliggør effektiv tilgang til data i JSON (JavaScript Object " "Notation) dokumenter" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Lagrer en Universally Unique Identifier (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numerisk" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Dato og tid" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spatial" @@ -19736,6 +19731,20 @@ msgstr "Fejl i ZIP arkiv:" msgid "No files found inside ZIP archive!" msgstr "Ingen filer fundet i ZIP arkivet!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "Slå standardadvarslen på hovedsiden fra, hvis Suhosin registreres." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin advarsel" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "Server med Suhosin.Se %sdocumentation%s for mulige problemer." + #~ msgid "Version information" #~ msgstr "Versionsinformation" diff --git a/resources/po/de.po b/resources/po/de.po index 2a5e180ca4..b0af80911b 100644 --- a/resources/po/de.po +++ b/resources/po/de.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-09-20 04:06+0000\n" "Last-Translator: Phil Jope \n" "Language-Team: German %s" msgstr "Speichere auf dem Server im Verzeichnis %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Bestehende Datei(en) überschreiben" @@ -3641,7 +3641,7 @@ msgstr "Nehmen Sie es" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Zurück" @@ -3651,7 +3651,7 @@ msgstr "Zurück" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importieren" @@ -4002,8 +4002,8 @@ msgstr "SQL-Upload" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Datenbanken" @@ -4025,7 +4025,7 @@ msgid "Recent" msgstr "Letzte" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Favoriten-Tabellen" @@ -4065,17 +4065,17 @@ msgid "Features" msgstr "Funktionen" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-Abfragen" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigationspanel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Hauptpanel" @@ -4550,13 +4550,28 @@ msgstr "Überprüft die Rechte für die Datenbank \"%s\"." msgid "Check privileges" msgstr "Rechte überprüfen" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "SQL-Befehl(e) in Datenbank %s ausführen" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Insgesamt:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4564,16 +4579,16 @@ msgstr "" "Bitte beachten Sie: Das Aktivieren der Datenbankstatistiken kann starken " "Traffic zwischen dem Web- und dem MySQL-Server zur Folge haben." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Datenbankstatistiken aktivieren" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Keine Datenbanken" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Fortfahren" @@ -5649,7 +5664,7 @@ msgid "Current server:" msgstr "Aktueller Server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Server" @@ -5733,7 +5748,7 @@ msgid "Test:" msgstr "Test:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6351,7 +6366,7 @@ msgstr "Zeige Formular" msgid "Show hidden messages" msgstr "Ausgeblendete Nachrichten anzeigen" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Authentifikationstyp" @@ -6433,7 +6448,7 @@ msgid "Detailed profile" msgstr "Detailliertes Profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Reihenfolge" @@ -6494,7 +6509,7 @@ msgstr "Kuchendiagramm mit den Profiler-Ergebnissen." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Ihr SQL-Befehl wurde erfolgreich ausgeführt." @@ -6540,7 +6555,7 @@ msgstr "Begrenzer" msgid "Show this query here again" msgstr "Diese Abfrage hier wieder anzeigen" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Abfragefeld weiterhin anzeigen" @@ -7019,7 +7034,7 @@ msgid "Delete the view (DROP)" msgstr "Ansicht löschen (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Tabellenstruktur" @@ -7189,32 +7204,32 @@ msgid "Index length" msgstr "Indexlänge" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analysieren" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Überprüfen" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimieren" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Neuaufbauen" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Reparieren" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Kürzen" @@ -9130,14 +9145,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamesisch" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9315,19 +9322,19 @@ msgstr "Beide der Obigen" msgid "neither of the above" msgstr "Keines der Obigen" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Benutzer dürfen keinen größeren Wert setzen" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Wenn aktiv, kann ein Benutzer beim Login die Adresse eines beliebigen " "Servers für Cookie-Authentifizierung angeben." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9337,7 +9344,7 @@ msgstr "" "die Anmeldung auf beliebige MySQL-Server aktiviert ist, durch Prüfung von IP " "oder Hostname des MySQL-Servers gegen den angegebenen regulären Ausdruck." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9348,7 +9355,7 @@ msgstr "" "[strong]Sicherheitslücke[/strong] für Cross-Frame Scripting Attacken (XSS) " "dar." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9358,17 +9365,17 @@ msgstr "" # Maybe the wikipedia link should point to the german version of the article # (https://de.wikipedia.org/wiki/Bzip2 ) -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" "([a@https://de.wikipedia.org/wiki/Bzip2]bzip2[/a])-Kompression für Import " "aktivieren." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Geben Sie die URL für die reCAPTCHA v1 kompatible API ein." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9376,34 +9383,34 @@ msgstr "" "Geben Sie das Content-Security-Policy-Snippet für Ihre mit reCAPTCHA v2 " "kompatible API ein." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Geben Sie den Anforderungsparameter ein, der von Ihrer mit reCAPTCHA v2 " "kompatiblen API verwendet wird." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Geben Sie den Antwortparameter ein, der von Ihrer mit reCAPTCHA v2 " "kompatiblen API verwendet wird." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" "Geben Sie Ihren öffentlichen Schlüssel für den reCAPTCHA-Dienst auf Ihrer " "Domain ein." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" "Geben Sie Ihren privaten Schlüssel für Ihren Domänen-reCAPTCHA-Dienst ein." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Geben Sie Ihre Siteverify-URL für Ihren reCAPTCHA-Dienst ein." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9413,7 +9420,7 @@ msgstr "" "verwendet werden soll. [kbd]input[/kbd] - erlaubt das Limitieren der " "Eingabelänge, [kbd]textarea[/kbd] - erlaubt Zeilenumbrüche in Feldern." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9421,7 +9428,7 @@ msgstr "" "Benutzerfreundlichen Editor CodeMirror mit Syntaxhervorhebung und " "Zeilennummern zum Bearbeiten von SQL-Abfragen verwenden." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9429,21 +9436,21 @@ msgstr "" "Findet Fehler in der Abfrage, bevor diese ausgeführt wird. Erfordert, dass " "CodeMirror aktiviert ist." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" "Lege die Mindestgröße der Eingabefelder für CHAR und VARCHAR-Spalten fest." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" "Legt die maximale Größe der Eingabefelder für CHAR- und VARCHAR-Spalten fest." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9452,7 +9459,7 @@ msgstr "" "Sie auf Probleme mit den erstellten gzip Dateien stoßen, deaktivieren Sie " "dieses Feature." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9460,16 +9467,16 @@ msgstr "" "Warnung (\"Sind Sie wirklich sicher…\") anzeigen, wenn Dateien verloren " "gehen könnten." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" "Automatische Vervollständigung von Tabellen- und Feldnamen in SQL-Abfragen." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9478,7 +9485,7 @@ msgstr "" "überschrieben, wenn die Transformation auf der Seite der Tabellenstruktur " "ausgefüllt wird." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9486,7 +9493,7 @@ msgstr "" "Deakivieren von Massen-Operationen der Tabellen-Instandhaltung, wie " "optimieren oder reparieren von ausgewählten Tabellen einer Datenbank." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9494,12 +9501,12 @@ msgstr "" "Die Anzahl der Sekunden, welche ein Script zur Ausführung benötigen darf " "([kbd]0[/kbd] für unbegrenzt)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Definition des aktuellen Benutzers ausschließen" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9508,7 +9515,7 @@ msgstr "" "[kbd]content[/kbd] ist der referenzierte Wert, [kbd]id[/kbd] ist der " "Schlüsselwert." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9516,7 +9523,7 @@ msgstr "" "Text für die Browser-Titelleiste. Weitere Informationen über Schlüsselwörter " "und Variablennamen in der [doc@faq6-27]Dokumentation[/doc]." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9524,7 +9531,7 @@ msgstr "" "Beachten Sie, dass phMyAdmin nur eine Bedienoberfläche ist und die " "Möglichkeiten von MySQL nicht einschränkt." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9532,7 +9539,7 @@ msgstr "" "Erweiterte Serverkonfiguration, ändern Sie diese Einstellungen nur, wenn Sie " "wissen was Sie tun." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9542,7 +9549,7 @@ msgstr "" "Features zu erhalten, siehe [doc@linked-tables]phpMyAdmin-" "Konfigurationsspeicher[/doc] in der Dokumentation." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9550,118 +9557,118 @@ msgstr "" "Verfolgen von Datenbankänderungen. Erfordert eine konfigurierte PMA-" "Datenbank." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Anzeigemodus anpassen." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Standard-Einstellungen anpassen." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Einstellungen für phpMyAdmin Entwickler." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Bearbeitungsmodus anpassen." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Standard-Exporteinstellungen anpassen." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Einige oft verwendete Optionen setzen." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Standard-Importeinstellungen anpassen." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Import/Export-Verzeichnis und Kompressionsoptionen setzen." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Anzeigeoptionen für Datenbank." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Aussehen des Navigationspanels anpassen." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Navigationsbaum anpassen." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Anzeigeoptionen für Server." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Anzeigeoptionen für Tabellen." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Einstellungen welche in keine andere Kategorie passten." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Authentifizierungseinstellungen." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Geben Sie die Verbindungsparameter für den Server ein." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Angezeigte Links in SQL-Querybox ändern." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Einstellungen für SQL-Abfragen." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Startseite anpassen." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Wählen Sie aus, welche Details in der Datenbankstrukturansicht (Liste der " "Tabellen) angezeigt werden sollen." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Einstellungen für die Tabellenstruktur (Spaltenliste)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Wählen Sie wie die Tabs funktionieren sollen." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Texteingabefelder anpassen." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Standard-Einstellungen anpassen" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Unterdrücken einiger phpMyAdmin-Warnhinweise." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "[a@https://de.wikipedia.org/wiki/Gzip]GZip[/a]-Kompression für Import- und " "Exportoperationen aktivieren." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9669,7 +9676,7 @@ msgstr "" "Wenn aktiv, fährt phpMyAdmin bei der Verarbeitung von multi-Statement-Querys " "fort, wenn eine Query fehlschlägt." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9679,7 +9686,7 @@ msgstr "" "Zeitlimit bald erreicht ist. Dies ist eine gute Idee zum Importieren von " "großen Files, kann aber Probleme mit Transaktionen verursachen." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9687,16 +9694,16 @@ msgstr "" "Voreingestelltes Format. Bitte beachten, dass diese Liste vom Ort abhängt " "(Datenbank, Tabelle) und nur SQL immer verfügbar ist." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Daten aktualisieren, wenn doppelte Schlüssel beim Importieren erkannt werden" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Anzahl der am Anfang zu überspringenden Abfragen." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9706,7 +9713,7 @@ msgstr "" "FALSE, wird logout nur auf dem aktuellen Server vollzogen. FALSE macht es " "leicht, logout auf anderen Servern zu vergessen." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9714,7 +9721,7 @@ msgstr "" "Definiert ob im [kbd]Cookie[/kbd] Authentifizierungsmodus der vorherige " "Login wieder aufgerufen werden soll oder nicht." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9726,11 +9733,11 @@ msgstr "" "Sitzung gespeichert wird und beim Schließen des Browserfensters sofort " "gelöscht wird. Dies wird für nicht vertrauenswürdige Umgebungen empfohlen." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximal dargestellte Zeichenzahl bei Anzeige einer SQL-Abfrage." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9738,7 +9745,7 @@ msgstr "" "Anzahl der Elemente, die pro Seite auf der ersten Ebene im Navigationsbaum " "angezeigt werden können." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9746,7 +9753,7 @@ msgstr "" "Anzahl der Elemente, die pro Seite im Navigationsbaum angezeigt werden " "können." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9754,7 +9761,7 @@ msgstr "" "Anzahl der angezeigten Datensätze in einem Abfrage-Ergebnis. Wenn mehr " "Datensätze vorhanden sind, werden \"Previous\" and \"Next\" Links angezeigt." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9763,17 +9770,17 @@ msgstr "" "[kbd]32M[/kbd] ([kbd]-1[/kbd] für unbegrenzt und [kbd]0[/kbd] um nichts zu " "ändern)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Im Navigationsbereich den Datenbankbaum durch ein Auswahlmenü ersetzen" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Verknüpfen Sie mit Hauptbereich durch die Hervorhebung der aktuellen " "Datenbank oder Tabelle." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9781,7 +9788,7 @@ msgstr "" "Öffne Links im aktuellen Fenster([code]main[/code]) oder in einem neuen " "Fenster ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9789,7 +9796,7 @@ msgstr "" "Legt die minimale Anzahl Elemente fest (Tabellen, Ansichten, Routinen und " "Ereignisse), ab denen ein Filter-Feld angezeigt wird." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9797,75 +9804,75 @@ msgstr "" "Elemente im Navigationsbaum gruppieren (wie vom im obigen „Datenbanken und " "Tabellen“-Reiter definierten Trennzeichen bestimmt)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Wird die Möglichkeit der Baumerweiterung im Navigationsbereich angeboten " "oder nicht." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Ob Prozeduren unterhalb der Datenbanken im Navigationsbaum angezeigt werden" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Ob eine einzelne Datenbank im Navigationsbaum automatisch erweitert werden " "soll." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Auf 0 setzen, um das Navigations-Panel zu verstecken." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Logo im Navigationspanel anzeigen." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL, auf die das Logo im Navigationspanel zeigt." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Serverauswahl oben im Navigationspanel anzeigen." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" "Zeichenkette, die Datenbanken in unterschiedliche Baum-Abschnitte unterteilt." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" "Zeichenkette, die Tabellen in unterschiedliche Baum-Abschnitte unterteilt." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Server unter Mauscursor hervorheben." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Ob die Tabellen unterhalb der Datenbanken im Navigationsbaum angezeigt werden" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Ob Views unterhalb der Datenbanken im Navigationsbaum angezeigt werden" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Ob Funktionsfelder unterhalb der Datenbanken im Navigationsbaum angezeigt " "werden" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" "Ob Events unterhalb der Datenbanken im Navigationsbaum angezeigt werden" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9873,7 +9880,7 @@ msgstr "" "[kbd]SMART[/kbd] - d.h. absteigende Sortierung für die Feldtypen TIME, DATE, " "DATETIME und TIMESTAMP, sonst aufsteigende Sortierung." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9883,7 +9890,7 @@ msgstr "" "erforderliche Tabelle der phpMyAdmin Konfiguration nicht gefunden werden " "kann." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9891,7 +9898,7 @@ msgstr "" "Standardhinweis der Struktur-Seite unterdrücken, wenn Spaltennamen in einer " "Tabelle reservierte MySQL-Wörter sind." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9902,13 +9909,13 @@ msgstr "" "Routinen zur Darstellung des Abfrageverlaufs eingesetzt (sie gehen beim " "Schließen des Fensters verloren)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Benutzern erlauben Lesezeichen zu erstellen, die für alle Benutzer verfügbar " "sind" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9916,7 +9923,7 @@ msgstr "" "Setzt die effektive Zeitzone; möglicherweise von der Ihres Datenbankservers " "abweichend" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9924,7 +9931,7 @@ msgstr "" "Leer lassen für keine [doc@bookmarks@]Lesezeichen[/doc]-Unterstützung, " "Vorschlag: [kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9932,7 +9939,7 @@ msgstr "" "Leer lassen für keine Spalten-Kommentare/Medientypen, Vorschlag: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9940,7 +9947,7 @@ msgstr "" "Ein besonderer MySQL Nutzer mit eingeschränkten Rechten, nähere " "Informationen im [doc@linked-tables]Wiki[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9948,7 +9955,7 @@ msgstr "" "Ein alternativer Host für den Konfiguration-Speicher; leer lassen, um den " "bereits definierten Host zu verwenden." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9958,7 +9965,7 @@ msgstr "" "verbinden; leer lassen, um den Standardport, oder den bereits definierten " "Port, wenn der Kontrollhost dem Host gleicht." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9968,7 +9975,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] und [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9976,7 +9983,7 @@ msgstr "" "Leer lassen für keine SQL-Abfrageverlaufs-Unterstützung, Vorschlag: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9984,7 +9991,7 @@ msgstr "" "Begrenzt die Anzahl der Tabelle Einstellungen die in der Datenbank " "gespeichert werden, die ältesten Einträge werden automatisch gelöscht." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9992,7 +9999,7 @@ msgstr "" "Leer lassen für keine Export-Vorlagen-Unterstützung, Vorschlag: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10000,7 +10007,7 @@ msgstr "" "Leer lassen für keine Unterstützung für zentrale Spalten, Vorschlag: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10010,14 +10017,14 @@ msgstr "" "Bedeutung wiederhergestellt, d.h. [kbd]'my\\_db'[/kbd] und nicht " "[kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10027,7 +10034,7 @@ msgstr "" "tables]pmadb[/doc] für komplette Information. Leer lassen für keine " "Unterstützung. Vorschlag: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10035,7 +10042,7 @@ msgstr "" "Leer lassen, um die kürzlich verwendeten Tabellen nicht in der Datenbank " "\"dauerhaft\" zu speichern, Vorschlag: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10043,7 +10050,7 @@ msgstr "" "Leer lassen, um die favorisierten Tabellen nicht in der Datenbank dauerhaft " "zu speichern, Vorschlag: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10051,13 +10058,13 @@ msgstr "" "Leer lassen für keine [doc@relations@]relation-link[/doc] Unterstützung, " "Vorschlag: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Siehe [doc@authentication-modes]Authentifizierungsarten[/doc] für Beispiele." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10065,7 +10072,7 @@ msgstr "" "Leer lassen für keine PDF-Schema-Unterstützung, Vorschlag: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10073,7 +10080,7 @@ msgstr "" "Tabelle zur Beschreibung der Anzeigespalten, leer lassen für keine " "Unterstützung; Vorschlag: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10081,7 +10088,7 @@ msgstr "" "Leer lassen, um die Oberflächeneinstellungen nicht \"dauerhaft\" in der " "Datenbank zu speichern, Vorschlag: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10089,7 +10096,7 @@ msgstr "" "DROP DATABASE IF EXISTS statement beim Erstellen einer neuen Datenbank als " "erste Zeile loggen." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10097,7 +10104,7 @@ msgstr "" "DROP TABLE IF EXISTS statement beim Erstellen einer neuen Ansicht als erste " "Zeile loggen." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10105,13 +10112,13 @@ msgstr "" "DROP VIEW IF EXISTS statement beim Erstellen einer neuen Ansicht als erste " "Zeile loggen." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Legt die Liste der Statements fest, welche die automatische " "Versionserstellung für neue Versionen verwenden." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10119,7 +10126,7 @@ msgstr "" "Leer lassen für keine SQL-Abfrageverlauf-Unterstützung, Vorschlag: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10127,7 +10134,7 @@ msgstr "" "Automatische Versionserstellung für Tabellen und Ansichten durch den " "Verlaufs-Mechanismus." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10135,7 +10142,7 @@ msgstr "" "Leer lassen, um die Benutzereinstellungen nicht in der Datenbank zu " "speichern, Vorschlag: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10145,7 +10152,7 @@ msgstr "" "konfigurierbare Menüs zu nutzen; wenn eines von beiden leer gelassen wird, " "wird dieses Feature deaktiviert, Vorschlag: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10155,7 +10162,7 @@ msgstr "" "konfigurierbare Menüs zu nutzen; wenn eines von beiden leer gelassen wird, " "wird diese Funktion deaktiviert, Vorschlag: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10163,7 +10170,7 @@ msgstr "" "Leer lassen, um die Navigation anzuzeigen oder zu verstecken, Vorschlag: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10171,52 +10178,52 @@ msgstr "" "Benutzerfreundlicher Name des Servers. Leer lassen um den tatsächlichen " "Rechnernamen anzuzeigen." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Leer lassen, wenn unbenutzt." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Leer lassen, um die Voreinstellungen zu verwenden." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Bereich Name der bei HTTP Auth angezeigt wird." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Zu benutzende Authentifikations-Methode." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Komprimiere die Verbindung zum MySQL-Server." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Verberge Datenbanken, die auf Reguläre Ausdrücke (PCRE) passen." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Rechnername auf dem der MySQL Server läuft." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Leer lassen, wenn config auth nicht verwendet wird." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port, auf dem der MySQL-Server horcht, leer lassen für Voreinstellung." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket, auf dem der MySQL-Server horcht, leer lassen für Voreinstellung." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Ermögliche SSL für Verbindung zum MySQL-Server." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10227,27 +10234,27 @@ msgstr "" "dieses beschränkt nicht die Möglichkeit der direkten Ausführung des selben " "Befehls." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Eine Spalte mit dem Erstellungs-Zeitstempel für alle Tabellen ein-/" "ausblenden." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Eine Zeile mit dem Zeitstempel des letzten Updates für alle Tabellen ein-/" "ausblenden." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Eine Zeile mit dem Zeitstempel der letzten Überprüfung für alle Tabellen " "ein-/ausblenden." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10255,7 +10262,7 @@ msgstr "" "Definiert, ob Typen-Felder anfänglich im Bearbeiten/Einfügen-Modus angezeigt " "werden." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10263,57 +10270,49 @@ msgstr "" "Zeige Link zu [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()[/" "a] Ausgabe." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Ob dem Benutzer eine Schaltfläche „Alle (Datensätze) anzeigen” " "angezeigt werden soll." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Eine Spalte mit den Kommentaren für alle Tabellen ein-/ausblenden." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Eine Spalte mit dem Zeichensatz für alle Tabellen ein-/ausblenden." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Im Bearbeiten/Einfügen Modus Funktionsfelder anzeigen." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Hinweise anzeigen." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Legt fest, ob von phpMyAdmin generierte SQL-Abfragen angezeigt werden " "sollten." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Erlaube die Anzeige von Datenbank- und Tabellen-Statistiken (z.B. " "Speicherbedarf)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Markiere benutzte Tabellen und ermögliche die Anzeige von Tabellen mit " "gesperrten Tabellen." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Default-Warnhinweis auf der Hauptseite deaktivieren, der angezeigt wird, " -"wenn Suhosin erkannt wird." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10323,7 +10322,7 @@ msgstr "" "der Wert der PHP-Einstellung session.gc_maxlifetime kleiner als der Wert von " "`LoginCookieValidity` ist." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10331,7 +10330,7 @@ msgstr "" "Textfeldgröße (in Spalten) im Bearbeitungsmodus. Dieser Wert wird vergrößert " "für Textfelder bei SQL-Abfragen (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10339,7 +10338,7 @@ msgstr "" "Textfeldgröße (in Zeilen) im Bearbeitungsmodus. Dieser Wert wird vergrößert " "für Textfelder bei SQL-Abfragen (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10351,7 +10350,7 @@ msgstr "" "For) Header, der von dem Proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd] kommt, vertrauen soll." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10359,7 +10358,7 @@ msgstr "" "Wenn deaktiviert, können Benutzer – unabhängig von der Checkbox rechts – " "keine der untenstehenden Einstellungen ändern." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10372,7 +10371,7 @@ msgstr "" "ist, keinen direkten Zugang zum Internet hat. Das Format ist: \"Hostname:" "Portnummer\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10383,7 +10382,7 @@ msgstr "" "Authentifizierung verwendet. Momentan werden andere Arten der " "Authentifizierung nicht unterstützt." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10391,7 +10390,7 @@ msgstr "" "Abfragen werden durch Enter (anstelle von Strg+Enter) ausgeführt. Neue " "Zeilen werden mit Shift+Enter eingefügt." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10399,390 +10398,390 @@ msgstr "" "Aktivieren Sie den Zero-Configuration-Modus, mit dem Sie automatisch " "phpMyAdmin-Konfigurationsspeichertabellen einrichten können." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Markierte Datensätze hervorheben." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Zeile unter Mauscursor hervorheben." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Spaltenanzahl der CHAR/VARCHAR-Textfelder." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Zeilenanzahl der CHAR/VARCHAR-Textfelder." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "SQL-Abfragen und deren Ausführungszeiten zum Anzeigen in der Konsole " "mitschreiben" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Angezeigter Reiter beim Öffnen einer Datenbank." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Angezeigter Reiter beim Öffnen eines Servers." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Angezeigter Reiter beim Öffnen einer Tabelle." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Sollen die Tabellenstrukturaktionen verborgen werden." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Sollen Spaltenkommentare in der Tabellenstrukturansicht angezeigt werden" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Server als Liste statt Dropdownfeld anzeigen." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" "Es wird ein Auswahl-Feld verwendet, falls weniger Einträge vorhanden sind." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Standardeinstellung für Fremdschlüsselüberprüfung für bestimmte Anfragen." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Deaktivieren Sie das Kontrollkästchen, um den Drag&Drop-Import zu " "deaktivieren" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Anzahl der auf einmal einfügbaren Datensätze." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximal dargestellte Zeichenzahl bei Anzeige einer nicht-numerischen Spalte " "in einer SQL-Abfrage." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Legt fest, wie lange (in Sekunden) ein Login Cookie gültig ist." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Verdoppele Größe für LONGTEXT Spalten." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maximale Anzahl der in der Datenbankliste angezeigten Datenbanken." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Maximale Anzahl der in einer Tabellenliste angezeigten Tabellen." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Maximale Anzahl der kürzlichen verwendeten Tabellen; auf 0 setzen, um zu " "deaktivieren." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Maximale Anzahl der bevorzugten Tabellen, auf 0 setzen zum deaktivieren." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Dies sind Bearbeitungs-, Kopier- und Löschlinks." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Ob Verlinkungen zu Tabellenzeilen auch in Abwesenheit eines eindeutigen " "Schlüssels angezeigt werden." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Tastenkürzel deaktivieren" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Natürliche Sortierreihenfolge für Tabellen- und Datenbanknamen verwenden." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Verwende nur Icons, nur Text oder beides." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Verwende Gzip output buffering, um HTTP transfers zu beschleunigen." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Verwende andauernde Verbindungen zu MySQL Datenbanken." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Änderungen an BLOB und BINARY Feldern verbieten." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Anzahl der Abfragen in der Historie." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Wahl der Funktionen zur Zeichensatz-Konvertierung." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Während des Durchsehens der Tabellen wird die Sortierung zwischengespeichert." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Standard-Sortierreihenfolge für Tabellen mit einem Primärschlüssel." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Kopfzeilen alle n Zellen anzeigen, [kbd]0[/kbd] deaktiviert diese Option." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Für Anzeigeoptionen" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Verzeichnis auf dem Server für Exports." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Definiert, ob das Abfragefeld nach dem Absenden geöffnet bleiben sollte." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titelleiste des Browserfensters, wenn eine Datenbank ausgewählt ist." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titelleiste des Browserfensters, wenn nichts ausgewählt ist." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titelleiste des Browserfensters, wenn ein Server ausgewählt ist." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titelleiste des Browserfensters, wenn eine Tabelle ausgewählt ist." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Verzeichnis auf dem Server zum Upload von zu importierenden Dateien." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Erlaube Suche in der gesammten Datenbank." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktiviere die Prüfung auf Aktualisierungen auf der Hauptseite." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Das Kennwort für die Authentifizierung mit dem Proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "GZip-Kompression für Import- und Exportoperationen aktivieren." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Wählen Sie die Standardaktion, beim Senden von Fehlerberichten." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Login zu beliebigen MySQL-Server erlauben" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Die Anmeldung auf den MySQL-Server einschränken" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Erlaube Frame-Einbettung durch Dritte" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "\"Drop Database\"-Link normalen Benutzern anzeigen" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish-Schlüssel" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Zeilenmarker" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Cursor hervorheben" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Bearbeitung von CHAR-Felder" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror aktivieren" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Linter aktivieren" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Mindestgröße für Eingabefeld" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maximale Größe für Eingabefeld" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR-Textfeldspalten" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR-Textfeldzeilen" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Configfile-Berechtigungen überprüfen" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "On the fly komprimieren" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Nachfrage bei DROP-queries" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Papiergröße" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Standardtab bei Datenbanken" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Standardtab bei Servern" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Standardtab bei Tabellen" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Tabellen- und Feldnamen in SQL-Abfragen automatisch vervollständigen" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Spalten-Kommentare einblenden" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Tabellenstrukturaktionen verbergen" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Standardmäßige Anpassung für Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Standardbearbeitung für Teilzeichenkette" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Standardmäßige Anpassung für Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Standardmäßige Anpassung für \"External\"" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Standard-Transformationen für PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Standard-Transformationen für DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Standard-Transformationen für Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Standard-Transformationen für TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Standard-Transformationen für TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Server als Liste anzeigen" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Deaktivieren von Massen-Operationen zur Tabellen-Instandhaltung" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maximale Ausführungszeit" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Verwenden Sie die Anweisung [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Senden" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Zeichensatz der Datei" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompression" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10790,56 +10789,56 @@ msgstr "Kompression" msgid "Put columns names in the first row" msgstr "Spaltennamen in die erste Zeile setzen" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Spalten eingeschlossen von" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Spalten escaped mit" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Ersetze NULL durch" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "CRLF-Zeichen aus den Zeilen entfernen" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Spalten enden mit" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Zeilen enden mit" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel-Ausgabe" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Schablone für Datenbanknamen" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Schablone für Servernamen" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Schablone für Tabellennamen" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10849,81 +10848,81 @@ msgstr "Schablone für Tabellennamen" msgid "Dump table" msgstr "Tabelle exportieren" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Tabellenbeschriftung einfügen" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tabellenbeschriftung" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Fortgesetzte Tabellenbeschriftung" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Kennzeichen" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Verknüpfungen" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Exportmethode" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Auf Server speichern" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportiere als separate Dateien" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Schablone für Dateinamen merken" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "DEFINER-Klausel aus Definitionen entfernen" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Tabellen- und Feldnamen mit Backticks umschließen" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL-Kompatibilitätsmodus" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Erzeugungs-/Aktualisierungs-/Überprüfungszeiten" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Verzögerten INSERT-Befehl verwenden" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Fremdschlüsselüberprüfung deaktivieren" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportiere Ansicht als Tabelle" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Verwandte Metadaten aus dem phpMyAdmin-Konfigurationsspeicher exportieren" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Benutze hexadecimal für BINARY und BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10931,846 +10930,846 @@ msgstr "" "Füge IF NOT EXISTS hinzu (weniger effizient, da Indizes während der Tabellen-" "Erstellung erzeugt werden)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s Ansicht" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Fehlerübergehenden INSERT-Befehl verwenden" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Zu verwendende Syntax beim Hinzufügen von Daten" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maximale Länge der erstellten Abfrage" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Exporttyp" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Export in einer Transaktion zusammenfassen" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Zeit des Exports in UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Sortierreihenfolge im Fremdschlüssel-Auswahlmenü" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Fremdschlüssel-Limit" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Fremdschlüsselüberprüfungen" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Erster Tag des Kalenders" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Anzeigemodus" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Entwickler" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Bearbeitungsmodus" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Voreinstellung für Export" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Allgemein" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Voreinstellung für Import" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import/Export" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigationsbaum" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Sonstige Einstellungen" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Seitentitel" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Sicherheit" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Grundeinstellungen" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Authentifizierung" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Serverkonfiguration" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Konfigurationsspeicher" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Änderungen verfolgen" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL-Querybox" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Start" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Datenbank-Struktur" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Tabs" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Beziehungsschema anzeigen" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Textfelder" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! Text" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Warnungen" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Extraparameter für iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Fehler bei Multi-Statements ignorieren" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Drag&Drop-Import aktivieren" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Teilweiser Import: Unterbrechung erlauben" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Bei INSERT Fehler nicht abbrechen" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATE hinzufügen" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format der importierten Datei" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "verwende LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Spaltennamen in der ersten Zeile" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Keine leeren Datensätze importieren" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Währungen importieren ($5.00 zu 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Prozentwerte als Dezimalzahlen importieren (12.00% wird zu 0.12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Teilimport: Überspringe Anfragen" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "AUTO_INCREMENT nicht für Nullwerte verwenden" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Als Multibyte lesen" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Anfangswert für Schieberegler" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Anzahl der eingefügten Datensätze" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Zeichen pro Spalte begrenzen" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Alle Cookies beim Logout löschen" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Benutzername wiederherstellen" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Login Cookie Speicherung" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Login Cookie Gültigkeit" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Größere Textfelder für LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Zeichen-Maximum beim SQL-Befehl anzeigen" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Datenbanken Maximum" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maximale Elemente auf erster Ebene" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maximale Elemente in Zweig" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maximale Anzahl der angezeigten Datensätze" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Tabellen Maximum" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Speicher Limit" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Datenbanknavigation als Baum anzeigen" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Navigationspanelbreite" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Mit Hauptpanel verknüpfen" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Logo anzeigen" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL für Logo-Link" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Ziel für Logo-Link" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Server-Auswahl anzeigen" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Ziel für Schnellzugriff-Icon" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Ziel für zweites Schnellzugriff-Icon" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minimale Anzahl Elemente, ab denen Filter-Feld angezeigt wird" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Minimale Anzahl der Datenbanken, die im Datenbank-Filterfeld angezeigt werden" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Elemente im Baum gruppieren" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Trennzeichen für Datenbank-Baum" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Trennzeichen für Tabellen-Baum" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maximale Tiefe des Tabellen-Baumes" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Hervorhebung ermöglichen" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Erweiterung des Navigationsbaumes aktivieren" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Tabellen-Liste im Baum anzeigen" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Views im Navigationsbaum anzeigen" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Funktionsfelder im Navigationsbaum anzeigen" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Prozeduren im Navigationsbaum anzeigen" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Events im Navigationsbaum anzeigen" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Eine einzelne Datenbank erweitern" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Kürzlich verwendete Tabellen" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Wo die Datensatz-Links angezeigt werden sollen" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Verlinkungen zu Tabellenzeiĺen dennoch anzeigen" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Natürliche Reihenfolge" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Tabellen-Navigationsleiste" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip Ausgabepufferung" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Voreingestellte Sortierung" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Persistente Verbindung" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Fehlende phpMyAdmin-Konfigurationsspeicher-Tabellen" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Warnung wegen reservierter MySQL-Wörter" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Wie sollen die Menüpunkte dargestellt werden" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Wie verschiedene Aktions-Links angezeigt werden" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "BINARY-Felder schützen" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Anfragelog speichern" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Länge des Abfrageverlaufs" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Von allen Benutzern geteilte Lesezeichen erlauben" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Umwandlungs Engine" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Tabellensortierung zwischenspeichern" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Standardsortierreihenfolge des Primärschlüssels" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Kopfzeilen wiederholen" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Sofort-Bearbeiten: Aktions-Auslöser" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relationale Anzeige" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Sofort-Bearbeiten: Alle bearbeiteten Zellen auf einmal speichern" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Speicher Verzeichnis" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Host-Autorisierungsreihenfolge" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Host-Autorisierungsregeln" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Erlaube Logins ohne Passwort" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Erlaube root Login" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Zeitzone der Sitzung" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Bereich" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Lesezeichen Tabelle" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Spalten Informationen Tabelle" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Verbindung komprimieren" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "pmadb Benutzer Passwort" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "pmadb Benutzer" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "pmadb Host" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Kontroll-Port" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Benutzung von INFORMATION_SCHEMA deaktivieren" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Datenbanken verstecken" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL-Abfragehistorien-Tabelle" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Hostname" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Abmelde URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maximale Anzahl der zu speichernden Tabelleneinstellungen" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportiere Vorlagentabelle" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabelle für zentrale Spalten" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Nur aufgelistete Datenbanken zeigen" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Passwort für config Authentifikation" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-Schema: Seiten-Tabelle" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Port" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Kürzlich verwendete Tabellen" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Favoriten-Tabelle" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relation Tabelle" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Anmelde Session-Name" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Anmelde-URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Server-Socket" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Benutze SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Designer- und PDF-Schema: Tabellenkoordinaten" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Tabelle für Anzeigespalten" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabelle für Oberflächeneinstellungen" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE hinzufügen" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW hinzufügen" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Zu verfolgende Statements" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabelle mit Verfolgung der SQL-Abfragen" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Versionen automatisch erzeugen" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabelle für Benutzereinstellungen" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Benutzer-Tabelle" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Benutzergruppen-Tabelle" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabelle für ausgeblendete Navigations-Elemente" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Benutzername für config Authentifikation" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Serverbezeichnung" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Erlaube es alle Datensätze anzuzeigen" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Zeige Formular zur Passwort-Änderung" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Zeige Formular zur Datenbank-Erstellung" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Tabellen-Kommentare einblenden" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Erstellungs-Zeitstempel anzeigen" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Zeitstempel des letzten Updates anzeigen" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Zeitstempel der letzten Überprüfung einblenden" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Tabellen-Zeichensatz einblenden" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Feld-Typen anzeigen" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Funktionsfelder anzeigen" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Hinweis anzeigen" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Zeige phpinfo() Link" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Zeige detaillierte MySQL-Server Informationen" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Zeige SQL-Abfragen" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Zeige Statistik" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Überspringe gesperrte Tabellen" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL erklären" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "PHP-Code erzeugen" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin Warnhinweis" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Login-Cookie Gültigkeitswarnung" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Textfeldspalten" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Textfeldzeilen" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Standardtitel" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste der Vertrauenswürdigen Proxies für IP-Filter" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Upload Verzeichnis" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Datenbank Suche" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Aktiviere den Reiter \"Entwickler\" in den Einstellungen" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versionsüberprüfung" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Proxy-URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proxy-Benutzername" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proxy-Passwort" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL für die reCAPTCHA v2-API" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Content-Security-Policy-Snippet für die reCAPTCHA v2-API" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Anforderungsparameter für die reCAPTCHA v2-API" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Antwortparameter für die reCAPTCHA v2-API" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Öffentlicher Schlüssel für reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Privater Schlüssel für reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL für reCAPTCHA-Siteverify" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Fehlerberichte senden" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter führt SQL-Abfragen in der Konsole aus" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Keine-Konfiguration-Modus aktivieren" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Abfragen auf Enter ausführen und neue Zeile mit Shift+Enter einfügen" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Konsolenhöhe" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Konsolenmodus" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Sortieren nach" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Zeichensatz/Kollation der MySQL-Verbindung" @@ -11805,7 +11804,8 @@ msgid "Compressed export will not work due to missing function %s." msgstr "" "Komprimierter Export wird wegen fehlender Funktion (%s) nicht funktionieren." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "Maximum %s" @@ -11839,7 +11839,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument Kalkulationstabelle" @@ -11847,7 +11847,7 @@ msgstr "OpenDocument Kalkulationstabelle" msgid "OpenDocument Text" msgstr "OpenDocument Text" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV mit LOAD DATA" @@ -12016,7 +12016,7 @@ msgstr "" "%1$sGZip-Komprimierung und Dekomprimierung%2$s benötigt Funktionen (%3$s), " "die auf diesem System nicht verfügbar sind." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12301,7 +12301,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Export-Plugins konnten nicht geladen werden, bitte überprüfen Sie Ihre " @@ -12436,7 +12436,7 @@ msgid "Success!" msgstr "Erfolg!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12504,7 +12504,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Bitte aktualisieren Sie die Seite." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Ungültiger Typ!" @@ -12635,16 +12635,7 @@ msgstr "" "löschen. Andernfalls könnte die Sicherheit Ihres Servers gefährdet sein und " "unautorisierte Personen könnten die Konfiguration herunterladen." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Der Server läuft mit Suhosin. Bitte lesen Sie die %sDokumentation%s wegen " -"möglicher Probleme." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12653,14 +12644,14 @@ msgstr "" "Auf das $cfg['TempDir'] (%s) kann nicht zugegriffen werden. PhpMyAdmin kann " "keine Templates zwischenspeichern und ist daher langsam." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12671,7 +12662,7 @@ msgstr "" "phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was zu unerwarteten " "Ergebnissen führen kann." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12749,7 +12740,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" - Anweisungen wurden deaktiviert." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK aufgetreten.]" @@ -14687,7 +14678,7 @@ msgid "No such column" msgstr "Keine solche Spalte" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Zeichenkette" @@ -15586,7 +15577,7 @@ msgstr "Fehlerhafte Daten" msgid "Wrong data or no validation for %s" msgstr "Falsche Daten oder keine Bestätigung für %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Lesezeichen %s wurde erstellt." @@ -15665,7 +15656,7 @@ msgstr "Es gibt ein Problem mit Ihrer Anfrage." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL lieferte ein leeres Resultat zurück (d.h. null Datensätze)." @@ -16072,27 +16063,27 @@ msgstr "Der Datensatz wurde gelöscht." # (s is the abbreviation of "Sekunde", sec is it not (according to # International System of Units), so we wrote the complete one.) -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Die Abfrage dauerte %01.4f Sekunden." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Zeige Datensätze %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s insgesamt, %2$s in Abfragen" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s insgesamt" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Der Verweis wurde nicht gefunden!" @@ -16730,11 +16721,11 @@ msgstr "" msgid "web server upload directory:" msgstr "Upload-Verzeichnis auf dem Webserver:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Ansicht als SQL-Abfrage" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "ID der eingefügten Zeile: %1$d" @@ -17189,39 +17180,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Keine partiellen Abhängigkeiten gefunden!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Zusammenführen" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Tabelle kann nicht mit gleichem Namen verschoben werden!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Tabelle kann nicht mit gleichem Namen kopiert werden!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabelle %s wurde nach %s verschoben. Die Privilegien wurden angepasst." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabelle %s wurde nach %s kopiert. Die Privilegien wurden angepasst." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabelle %s wurde nach %s verschoben." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabelle %s wurde nach %s kopiert." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Der Tabellenname ist leer!" @@ -17309,7 +17300,7 @@ msgstr "" "Sie haben Zwei-Faktor-Authentifizierung aktiviert. Bitte bestätigen Sie Ihre " "Anmeldung." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Spalten getrennt mit:" @@ -17735,7 +17726,7 @@ msgstr "" "Datenbanksystem oder älterer MySQL-Server für den die Ausgabe-Kompatibilität " "maximiert werden soll:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17760,19 +17751,19 @@ msgstr "" "Daten aktualisieren, wenn doppelte Schlüssel beim Importieren erkannt werden " "(ON DUPLICATE KEY UPDATE hinzufügen)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Name der neuen Tabelle (optional):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Name der neuen Datenbank (optional):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importieren Sie diese Anzahl von Zeilen (optional):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17780,7 +17771,7 @@ msgstr "" "Die erste Zeile der Datei enthält die Spaltennamen (wenn diese Option " "nicht aktiv ist, wird die erste Zeile als Datenzeile interpretiert)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17791,27 +17782,27 @@ msgstr "" "Spaltennamen müssen durch Kommata getrennt werden und dürfen nicht von " "Anführungsstrichen eingeschlossen sein." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Spaltennamen:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Ungültiges Format in Zeile %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Ungültige Anzahl an Spalten im CSV-Import in Zeile %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Ungültiger Parameter für CSV-Import: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18608,11 +18599,11 @@ msgstr "Keine neuere stabile Version verfügbar" msgid "Using bookmark \"%s\" as default browse query." msgstr "Lesezeichen \"%s\" wird als Standard-Anzeigeabfrage verwendet." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Ansicht als PHP-Code" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18622,7 +18613,7 @@ msgstr "" "Bearbeitungsfunktion, Kontrollkästchen, Bearbeiten, Kopieren und Löschen von " "Links sind nicht verfügbar. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18891,22 +18882,22 @@ msgstr "Sie müssen einen gültigen Tabellen-Namen angeben!" msgid "You must provide a trigger definition." msgstr "Sie müssen die Definition des Triggers angeben." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "leer" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "nicht leer" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Ein 1-Byte-Integer, Bereich mit Vorzeichen ist -128 bis 127, ohne Vorzeichen " "0 bis 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18914,7 +18905,7 @@ msgstr "" "Ein 2-Byte-Integer, Bereich mit Vorzeichen ist -32.768 bis 32.767, ohne " "Vorzeichen 0 bis 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18922,7 +18913,7 @@ msgstr "" "Ein 3-Byte-Integer, Bereich mit Vorzeichen ist -8.388.608 bis 8.388.607, " "ohne Vorzeichen 0 bis 16.277.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18930,7 +18921,7 @@ msgstr "" "Ein 4-Byte-Integer, Bereich mit Vorzeichen ist -2.147.483.648 bis " "2.147.483.647, ohne Vorzeichen 0 bis 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18939,7 +18930,7 @@ msgstr "" "bis 9.223.372.036.854.775.807, ohne Vorzeichen 0 bis " "18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18947,7 +18938,7 @@ msgstr "" "Eine Fixkommazahl (M, D) - die maximale Anzahl Ziffern (M) ist 65 (Standard " "10), die maximale Anzahl Dezimale (D) ist 30 (Standard 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18955,7 +18946,7 @@ msgstr "" "Eine kleine Fließkommazahl, erlaubte Werte sind -3,402823466E+38 bis " "-1,175494351E-38, 0, und 1,175494351E-38 bis 3,402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18965,7 +18956,7 @@ msgstr "" "-1,7976931348623157E+308 bis -2,2250738585072014E-308, 0, und " "2,2250738585072014E-308 bis 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18973,7 +18964,7 @@ msgstr "" "Synonym für DOUBLE (Ausnahme: im SQL-Modus REAL_AS_FLOAT ein Synonym für " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18981,7 +18972,7 @@ msgstr "" "Ein Bitfeld-Typ (M), der M Bits pro Wert speichert (Standard ist 1, Maximum " "ist 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18989,23 +18980,23 @@ msgstr "" "Ein Synonym für TINYINT(1), ein Null-Wert wird als falsch angesehen, Nicht-" "Null-Werte werden als wahr angesehen" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Ein Alias für BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Ein Datum, unterstützter Bereich ist %1$s bis %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" "Eine Kombination aus Datum und Uhrzeit, unterstützter Bereich ist %1$s bis " "%2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19017,12 +19008,12 @@ msgstr "" "2106-02-07 06:28:15 UTC auf 64-Bit-Plattformen (MariaDB 11.5 und später), " "gespeichert als Anzahl der Sekunden seit der Epoche (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Eine Uhrzeit, Bereich ist %1$s bis %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19030,7 +19021,7 @@ msgstr "" "Ein Jahr im vier- (4, Standard) oder zweistelligen (2) Format, die erlaubten " "Werte sind 70 (1970) bis 69 (2069) oder 1901 bis 2155 und 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19038,7 +19029,7 @@ msgstr "" "Eine Zeichenkette mit fester Länge (0-255, Standard 1), die rechts beim " "Speichern immer mit Leerzeichen auf die angegebene Länge aufgefüllt wird" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19047,7 +19038,7 @@ msgstr "" "Eine Zeichenkette mit variabler Länge (%s), die tatsächliche maximale Länge " "hängt von der maximalen Anzahl Zeilen ab" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19056,7 +19047,7 @@ msgstr "" "gespeichert mit einem Ein-Byte-Präfix, der die Länge des Wertes in Bytes " "angibt" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19065,7 +19056,7 @@ msgstr "" "gespeichert mit einem Zwei-Byte-Präfix, der die Länge des Wertes in Bytes " "angibt" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19074,7 +19065,7 @@ msgstr "" "Zeichen, gespeichert mit einem Drei-Byte-Präfix, der die Länge des Wertes in " "Bytes angibt" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19084,7 +19075,7 @@ msgstr "" "- 1) Zeichen, gespeichert mit einem Vier-Byte-Präfix, der die Länge des " "Wertes in Bytes angibt" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19092,7 +19083,7 @@ msgstr "" "Ähnlich wie der CHAR-Typ, speichert aber binäre Byte-Zeichenketten anstelle " "von nicht-binären Buchstaben-Zeichenketten" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19100,7 +19091,7 @@ msgstr "" "Ähnlich wie der VARCHAR-Typ, speichert aber binäre Byte-Zeichenketten " "anstelle von nicht-binären Buchstaben-Zeichenketten" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19108,7 +19099,7 @@ msgstr "" "Eine BLOB-Spalte mit einer maximalen Länge von 255 (2^8 - 1) Bytes, " "gespeichert mit einem Ein-Byte-Präfix, der die Länge des Wertes angibt" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19116,7 +19107,7 @@ msgstr "" "Eine BLOB-Spalte mit einer maximalen Länge von 16.777.215 (2^24 - 1) Bytes, " "gespeichert mit einem Drei-Byte-Präfix, der die Länge des Wertes angibt" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19124,7 +19115,7 @@ msgstr "" "Eine BLOB-Spalte mit einer maximalen Länge von 65.535 (2^16 - 1) Bytes, " "gespeichert mit einem Zwei-Byte-Präfix, der die Länge des Wertes angibt" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19133,7 +19124,7 @@ msgstr "" "- 1) Bytes, gespeichert mit einem Vier-Byte-Präfix, der die Länge des Wertes " "angibt" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19141,43 +19132,43 @@ msgstr "" "Eine Aufzählung, gewählt aus der Liste von bis zu 65.535 Werten oder dem " "besonderen '' Fehler-Wert" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Ein einzelner Wert gewählt aus einem Satz von bis zu 64 Einträgen" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Ein Typ, der die Geometrie irgendeines Typs speichern kann" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Ein Punkt im 2-dimensionalen Raum" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Eine Kurve mit linearer Interpolation zwischen Punkten" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Ein Vieleck (Polygon)" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Eine Punkte-Sammlung" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Eine Kurven-Sammlung mit linearer Interpolation zwischen Punkten" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Eine Polygon-Sammlung" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Eine Sammlung von Geometrie-Objekten irgendeines Typs" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19185,7 +19176,7 @@ msgstr "" "Speichert und erlaubt effizienten Zugriff auf Daten in JSON (JavaScript " "Object Notation)-Dokumenten" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -19194,31 +19185,31 @@ msgstr "" "unter der Annahme einer konventionellen Zuordnung von IPv4-Adressen zu IPv6-" "Adressen" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-Bit UUID (Universell eindeutiger Bezeichner)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numerisch" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Datum und Uhrzeit" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Räumlich" @@ -19263,6 +19254,24 @@ msgstr "Fehler im ZIP-Archiv:" msgid "No files found inside ZIP archive!" msgstr "Keine Dateien im ZIP-Archiv gefunden!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Default-Warnhinweis auf der Hauptseite deaktivieren, der angezeigt wird, " +#~ "wenn Suhosin erkannt wird." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin Warnhinweis" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Der Server läuft mit Suhosin. Bitte lesen Sie die %sDokumentation%s wegen " +#~ "möglicher Probleme." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "" #~ "Das Exportieren einer unformatierten Abfrage wird für diese Exportmethode " diff --git a/resources/po/el.po b/resources/po/el.po index f0a5f0645d..3383165e37 100644 --- a/resources/po/el.po +++ b/resources/po/el.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-03 06:36+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Greek %s" msgstr "Αποθήκευση στον διακομιστή στον κατάλογο %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Αντικατάσταση αρχείου(ων)" @@ -3674,7 +3674,7 @@ msgstr "Πάρτε το" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Επιστροφή" @@ -3684,7 +3684,7 @@ msgstr "Επιστροφή" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Εισαγωγή" @@ -4058,8 +4058,8 @@ msgstr "Αποστολή SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Βάσεις δεδομένων" @@ -4083,7 +4083,7 @@ msgid "Recent" msgstr "Πρόσφατα" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Αγαπημένοι πίνακες" @@ -4122,17 +4122,17 @@ msgid "Features" msgstr "Χαρακτηριστικά" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Ερωτήματα SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Πίνακας πλοήγησης" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Βασικός πίνακας" @@ -4657,13 +4657,28 @@ msgstr "Έλεγχος δικαιωμάτων για τη βάση «%s»." msgid "Check privileges" msgstr "Έλεγχος δικαιωμάτων" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Εκτέλεση εντολής/εντολών SQL στη βάση δεδομένων %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "Κώδικας SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Σύνολο:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4671,16 +4686,16 @@ msgstr "" "Σημείωση: Η ενεργοποίηση στατιστικών μπορεί να προκαλέσει μεγάλη μεταφορά " "δεδομένων μεταξύ του διακομιστή ιστού και του διακομιστή MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Ενεργοποίηση στατιστικών" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Δεν υπάρχουν βάσεις δεδομένων" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Επιβεβαίωση" @@ -5828,7 +5843,7 @@ msgid "Current server:" msgstr "Τρέχων διακομιστής:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Διακομιστές" @@ -5911,7 +5926,7 @@ msgid "Test:" msgstr "Έλεγχος:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Διακομιστής" @@ -6569,7 +6584,7 @@ msgstr "Εμφάνιση φόρμας" msgid "Show hidden messages" msgstr "Εμφάνιση κρυφών μηνυμάτων" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Τύπος επικύρωσης" @@ -6655,7 +6670,7 @@ msgid "Detailed profile" msgstr "Λεπτομερές προφίλ" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ταξινόμηση" @@ -6718,7 +6733,7 @@ msgstr "Αποτελέμσατα προφίλ" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Η εντολή SQL εκτελέσθηκε επιτυχώς." @@ -6764,7 +6779,7 @@ msgstr "Διαχωριστικό" msgid "Show this query here again" msgstr "Επανεμφάνιση αυτού του ερώτηματος εδώ" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Διατήρηση παραθύρου ερωτήματος" @@ -7251,7 +7266,7 @@ msgid "Delete the view (DROP)" msgstr "Διαγραφή της προβολής (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Δομή πίνακα" @@ -7420,32 +7435,32 @@ msgid "Index length" msgstr "Μέγεθος ευρετηρίου" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Ανάλυση" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Έλεγχος" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Βελτιστοποίηση" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Επανακατασκευή" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Επισκευή" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Διαγραφή" @@ -9385,14 +9400,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Βιετναμέζικα" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "Κώδικας SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9585,19 +9592,19 @@ msgstr "αμφότερα τα παραπάνω" msgid "neither of the above" msgstr "κανένα από τα παραπάνω" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Οι χρήστες δεν μπορούν να ορίσουν μεγαλύτερη τιμή" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Αν ενεργοποιηθεί, ο χρήστης μπορεί να συνδεθεί σε οποιοδήποτε διακομιστή " "MySQL μέσω φόρμας σύνδεσης για επικύρωση cookie." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9608,7 +9615,7 @@ msgstr "" "την IP ή το όνομα φιλοξενητή του διακομιστή MySQL στην δοθείσα κανονική " "έκφραση." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9618,7 +9625,7 @@ msgstr "" "να καλεί το phpMyAdmin μέσα σε ένα πλαίσιο, κάτι που είναι [strong]τρύπα " "ασφαλείας[/strong] που επιτρέπει (XSS) εισβολές στον κώδικα μέσω πλαισίων." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9626,15 +9633,15 @@ msgstr "" "Μυστική φράση πρόσβασης χρησιμοποιήθηκε για την κρυπτογράφηση των cookies " "στην επικύρωση του [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Ενεργοποίηση της συμπίεσης bzip2 για λειτουργίες εισαγωγής." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Εισάγετε το URL για το API συμβατό με reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9642,35 +9649,35 @@ msgstr "" "Εισάγετε το απόσπασμα Content-Security-Policy για το API συμβατό με " "reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Εισάγετε την παράμετρο αιτήματος που χρησιμοποιείται από το API συμβατό με " "reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Εισάγετε την παράμετρο απάντησης που χρησιμοποιείται από το API συμβατό με " "reCAPTCHA v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" "Εισάγετε το δημόσιο κλειδί σας για την υπηρεσία reCAPTCHA στο domain σας." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" "Εισάγετε το ιδιωτικό κλειδί σας για την υπηρεσία reCAPTCHA του domain σας." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Εισάγετε το ιδιωτικό κλειδί σας για τη βασική υπηρεσία reCaptcha σας." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9680,7 +9687,7 @@ msgstr "" "VARCHAR: [kbd]input[/kbd] - επιτρέπει περιορισμό του μήκους, [kbd]textarea[/" "kbd] - επιτρέπει αλλαγή γραμμών στα πεδία." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9689,7 +9696,7 @@ msgstr "" "επεξεργασία ερωτημάτων SQL (CodeMirror) με επισήμανση σύνταξης και αρίθμηση " "γραμμών." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9697,13 +9704,13 @@ msgstr "" "Βρίσκει οποιαδήποτε σφάλματα στο ερώτημα πριν την εκτέλεσή του. Απαιτείται η " "ενεργοποίηση του CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "Ορίζεται το ελάχιστο μέγεθος για τις στήλες CHAR και VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9711,7 +9718,7 @@ msgstr "" "Ορίζεται το ελάχιστο μέγεθος για τα πεδία εισαγωγής για τις στήλες CHAR και " "VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9720,7 +9727,7 @@ msgstr "" "παρουσιάστηκαν προβλήματα με τα δημιουργηθέντα αρχεία gzip απενεργοποιήστε " "αυτό το χαρακτηριστικό." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9728,15 +9735,15 @@ msgstr "" "Όταν μια προειδοποίηση («Είστε σίγουρος/η…») πρέπει να προβάλετε αν " "πρόκειται να χαθούν δεδομένα." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Αυτόματη συμπλήρωση του ονόματος πίνακα και στηλών στα ερωτήματα SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9744,7 +9751,7 @@ msgstr "" "Τιμές για τη λίστα επιλογών για τις προεπιλεγμένες μετατροπές. Αυτά θα " "αντικατασταθούν η μετατροπή έχει συμπληρωθεί στη σελίδα δομής πίνακα." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9752,7 +9759,7 @@ msgstr "" "Απενεργοποιεί τις λειτουργίες μαζικής συντήρησης πινάκων, όλως " "βελτιστοποίηση ή επισκευή των επιλεγμένων πινάκων μιας βάσης δεδομένων." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9760,12 +9767,12 @@ msgstr "" "Ορίστε τον αριθμό των δευτερολέπτων που επιτρέπεται να εκτελεστεί κώδικας " "([kbd]0[/kbd] για εκτέλεση χωρίς όριο)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Εξαίρεση ορισμού για τον τρέχοντα χρήστη" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9773,7 +9780,7 @@ msgstr "" "Ταξινόμηση για αντικείμενα σε αναδυόμενο μενού foreing key; [kbd]content[/" "kbd] είναι τα αναφερθέντα δεδομένα, [kbd]id[/kbd] είναι η τιμή κλειδιού." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9782,7 +9789,7 @@ msgstr "" "[doc@faq6-27]τεκμηρίωση[/doc] για μαγικά κείμενα που μπορούν να " "χρησιμοποιηθούν για ειδικές τιμές." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9790,7 +9797,7 @@ msgstr "" "Σημειώστε ότι το phpMyAdmin είναι απλά ένα περιβάλλον εργασίας και τα " "χαρακτηριστικά του δεν περιορίζουν τη MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9798,7 +9805,7 @@ msgstr "" "Προχωρημένη ρύθμιση διακομιστή, μην αλλάξετε αυτές τις ρυθμίσεις εκτός και " "αν ξέρετε που παραπέμπουν." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9808,7 +9815,7 @@ msgstr "" "χαρακτηριστικά. Δείτε την [doc@linked-tables]υποδομή συνδεδεμένων πινάκων[/" "doc] στην τεκμηρίωση." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9816,118 +9823,118 @@ msgstr "" "Η παρακολούθηση των αλλαγών έγινε στη βάση δεδομένων. Απαιτεί το χώρο " "αποθήκευσης ρυθμίσεων του phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Προσαρμοσμένη κατάσταση αναζήτησης." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Προσαρμογή προεπιλεγμένων επιλογών." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Ρυθμίσεις για δημιουργούς του phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Προσαρμοσμένη κατάσταση επεξεργασίας." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Προσαρμογή προεπιλεγμένων επιλογών εξαγωγής." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Ορίστε ορισμένες κοινώς χρησιμοποιούμενες επιλογές." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Προσαρμογή προεπιλεγμένων επιλογών εισαγωγής." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Ορισμός φακέλων εισαγωγής-εξαγωγής και επιλογές συμπίεσης." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Επιλογές προβολής βάσεων δεδομένων." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Προσαρμογή εμφάνισης του πίνακα πλοήγησης." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Προσαρμογή δέντρου πλοήγησης." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Επιλογές προβολής διακομιστών." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Επιλογές προβολής πινάκων." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Ρυθμίσεις που δεν ανήκουν κάπου αλλού." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Ρυθμίσεις πιστοποίησης." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Εισάγετε παραμέτρους σύνδεσης διακομιστή." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Προσαρμογή εμφανιζόμενων συνδέσμων στους χώρους ερωτημάτων SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Ρυθμίσεις ερωτημάτων SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Προσαρμογή σελίδας εκκίνησης." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Επιλέξτε ποιες λεπτομέρειες θα προβάλονται στη δομή της βάσης δεδομένων " "(λίστα πινάκων)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Ρυθμίσεις για τη δομή του πίνακα (λίστα στηλών)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Επιλέξτε πως θα λειτουργούν οι καρτέλες." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Προσαρμογή πεδίων εισαγωγής κειμένου." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Προσαρμογή προεπιλεγμένων επιλογών" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" "Απενεργοποίηση ορισμένων προειδοποιήσεων που εμφανίζονται στο phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "Ενεργοποιήστε τη συμπίεση gzip για τις λειτουργίες εισαγωγής και εξαγωγής." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9935,7 +9942,7 @@ msgstr "" "Αν ενεργοποιηθεί, το phpMyAdmin συνεχίζει να υπολογίζει ερωτήματα πολλαπλών " "δηλώσεων ακόμα και αν ένα από τα ερωτήματα αποτύχει." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9946,7 +9953,7 @@ msgstr "" "την εισαγωγή μεγάλων αρχείων, αν και μπορεί να μπορεί να διακόψει τις " "διαδικασίες." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9954,16 +9961,16 @@ msgstr "" "Προεπιλεγμένη μορφή; να ληφθεί υπόψη ότι αυτή η λίστα εξαρτάται από την " "τοποθεσία (βάση δεδομένων, πίνακας) και ότι μόνο η SQL είναι πάντα διαθέσιμη." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Ενημερώνει τα δεδομένα όταν βρεθούν διπλοεγγραφές κλειδιών στην εισαγωγή" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Αριθμός ερωτημάτων που θα παραβλεφθούν από την αρχή." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9974,7 +9981,7 @@ msgstr "" "διακομιστή. Ορίζοντάς το σε FALSE είναι εύκολο να ξεχάσετε να αποσυνδεθείτε " "από άλλους διακομιστές όταν συνδέεστε σε πολλούς." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9982,7 +9989,7 @@ msgstr "" "Ορίζει αν η προηγούμενη σύνδεση πρέπει να επανακληθεί ή όχι σε κατάσταση " "επικύρωσης [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9994,11 +10001,11 @@ msgstr "" "για την τρέχουσα συνεδρία και θα διαγραφεί μόλις κλείσετε τον φυλλομετρητή. " "Αυτό προτείνεται για μη αξιόπιστα περιβάλλοντα." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Μέγιστος αριθμός χαρακτήρων όταν προβάλεται ένα ερώτημα SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10006,7 +10013,7 @@ msgstr "" "Ο αριθμός των αντικειμένων που μπορούν να προβληθούν σε κάθε σελίδα στο " "πρώτο επίπεδο του δέντρου πλοήγησης." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -10014,7 +10021,7 @@ msgstr "" "Ο αριθμός των αντικειμένων που μπορούν να προβληθούν σε κάθε σελίδα στο " "δέντρο πλοήγησης." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10023,7 +10030,7 @@ msgstr "" "αποτέλεσμα. Αν το αποτέλεσμα περιέχει περισσότερες γραμμές, θα εμφανίζονται " "σύνδεσμοι «Προηγούμενο» και «Επόμενο»." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -10032,19 +10039,19 @@ msgstr "" "[kbd]32M[/kbd] ([kbd]-1[/kbd] για απεριόριστη και [kbd]0[/kbd] για καμιά " "αλλαγή)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "Στον πίνακα πλοήγησης, αντικαθιστά το δέντρο της βάσης δεδομένων με έναν " "επιλογέα" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Σύνδεση με τον βασικό πίνακα επισημαίνοντας την τρέχουσα βάση δεδομένων ή " "πίνακα." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10052,7 +10059,7 @@ msgstr "" "Ανοίγει τη συνδεδεμένη σελίδα στο κύριο παράθυρο ([code]main[/code]) ή σε " "νέο ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10060,7 +10067,7 @@ msgstr "" "Ορίζει τον ελάχιστο αριθμό αντικειμένων (πίνακες, προβολές, ρουτίνες και " "συμβάντα) για προβολή σε πλαίσιο φίλτρου." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10068,73 +10075,73 @@ msgstr "" "Ομαδοποιήση αντικειμένων στο δέντρο πλοήγησης (προσδορίζεται από το " "διαχωριστικό στις Βάσεις Δεδομένων και τους Πίνακες παραπάνω)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Αν θα προσφέρεται η πιθανότητα επέκτασης του δέντρου στον πίνακα πλοήγησης." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Αν θα προβάλονται διεργασίες κάτω από τη βάση δεδομένων στο δέντρο πλοήγησης" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Αν θα επεκταθεί μεμονωμένη βάση δεδομένων στο δέντρο πλοήγησης αυτόματα." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Ορισμός σε 0 για σύμπτυξη του πίνακα πλοήγησης." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Προβολή λογοτύπου στον πίνακα πλοήγησης." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" "Ο Σϋνδεσμος URL όπου θα τοποθετηθεί στο λογότυπο στον πίνακα πλοήγησης." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Προβολή επιλογής διακομιστή επάνω στον πίνακα πλοήγησης." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Κείμενο που διαχωρίζει τις βάσεις δεδομένων σε διαφορετικά επίπεδα." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Κείμενο που διαχωρίζει τους πίνακες σε διαφορετικά επίπεδα." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Επισήμανση διακομιστή με τον δείκτη του ποντικιού." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Αν θα προβάλονται πίνακες κάτω από τη βάση δεδομένων στο δέντρο πλοήγησης" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" "Αν θα προβάλονται εμφανίσεις κάτω από τη βάση δεδομένων στο δέντρο πλοήγησης" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Αν θα εμφανίζονται συναρτήσεις κάτω από τη βάση δεδομένων στο δέντρο " "πλοήγησης" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" "Αν θα θα προβάλονται συμβάντα κάτω από τη βάση δεδομένων στο δέντρο πλοήγησης" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10142,7 +10149,7 @@ msgstr "" "[kbd]SMART[/kbd] - π.χ. φθίνουσα ταξινόμηση για στήλες τύπου TIME, DATE, " "DATETIME και TIMESTAMP, αύξουσα ταξινόμηση στα υπόλοιπα." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10152,7 +10159,7 @@ msgstr "" "λεπτομερούς δομής της βάσης δεδομένων, αν κάποιο από τους απαραίτητους " "πίνακες για την αποθήκευση ρυθμίσεων του phpMyAdmin δεν βρεθεί." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10160,7 +10167,7 @@ msgstr "" "Απενεργοποiήστε την προεπιλεγμένη προειδοποίηση που εμφανίζεται στη σελίδα " "Δομής, αν τα ονόματα στηλών είναι δεσμευμένες λέξεις της MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10170,18 +10177,18 @@ msgstr "" "ρυθμίσεων phpMyAdmin). Αν απενεργοποιηθεί, λειτουργούν ρουτίνες JS για " "προβολή του ιστορικού ερωτημάτων (χάνεται με το κλείσιμο του παραθύρου)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" "Ορίζει την ενεργή ζώνη ώρας, πιθανά διαφορετική από αυτή του διακομιστή σας" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10189,7 +10196,7 @@ msgstr "" "Αφήστε κενό αν δεν υπάρχει υποστήριξη[doc@bookmarks@]σελιδοδείκτη[/doc], " "προτείνεται: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -10197,7 +10204,7 @@ msgstr "" "Αφήστε κενό για να μη υπάρχουν σχόλια/τύποι πολυμέσων στις στήλες, " "προτείνεται: [kbd]pma_column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10206,7 +10213,7 @@ msgstr "" "Περισσότερες πληροφορίες είναι διαθέσιμες στην [doc@linked-" "tables]τεκμηρίωση[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10214,7 +10221,7 @@ msgstr "" "Ένας εναλλακτικός φιλοξενητής για αποθήκευση των ρυθμίσεων, αφήστε το κενό " "για χρήση του ήδη ορισμένου." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10224,7 +10231,7 @@ msgstr "" "αποθήκευση των ρυθμίσεων, αφήστε το κενό για χρήση της προεπιλεγμένης θύρας " "ή της ήδη ορισμένης θύρας αν το controlhost ισούται με το φιλοξενητή." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -10234,7 +10241,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] και [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10242,7 +10249,7 @@ msgstr "" "Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL, προτείνεται: " "[kbd]pma_history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10250,7 +10257,7 @@ msgstr "" "Περιορίζει τον αριθμό των προτιμήσεων πινάκων που αποθηκεύονται στη βάση " "δεδομένων, οι παλαιές εγγραφές απομακρύνονται αυτόματα." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10258,7 +10265,7 @@ msgstr "" "Αφήστε το κενό για μη υποστήριξη εξαγωγής προτύπου, προτείνεται: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10266,7 +10273,7 @@ msgstr "" "Αφήστε το κενό για να μην υποστηρίζονται κεντρικές στήλες. Προτείνεται: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10276,14 +10283,14 @@ msgstr "" "κάθετο χρησιμοποιήστε τα ως κανονικούς χαρακτήρες, π.χ. χρησιμοποιήστε " "[kbd]'my\\_db[/kbd]' και όχι [kbd]'my_db[/kbd]'." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Αφήστε το κενό για μη υποστήριξη σχεδίου PDF, προτείνεται: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10294,7 +10301,7 @@ msgstr "" "λεπτομέρειες. Αφήστε κενό για να μην υπάρχει υποστήριξη. Προτείνεται: " "[kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10302,7 +10309,7 @@ msgstr "" "Αφήστε το κενό για μη «μόνιμους» πρόσφατα χρησιμοποιημένους πίνακες μεταξύ " "συνεδριών, προτείνεται: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10310,7 +10317,7 @@ msgstr "" "Αφήστε το κενό για μη «μόνιμους» αγαπημένους πίνακες μεταξύ συνεδριών, " "προτείνεται: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10318,14 +10325,14 @@ msgstr "" "Αφήστε το κενό για να μην υπάρχει υποστήριξη [doc@relations@]συνδέσμων-" "συσχετίσεων[/doc], προτείνεται: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Δείτε τους [doc@authentication-modes]τύπους επικύρωσης[/doc] για ένα " "παράδειγμα." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10333,7 +10340,7 @@ msgstr "" "Αφήστε το κενό για να μην υποστηρίζεται σχέδιο PDF. Προτείνεται: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10341,7 +10348,7 @@ msgstr "" "Ο πίνακας που περιγράφει τις προβαλλόμενες στήλες - αφήστε το κενό για να " "μην υποστηρίζεται, προτείνεται: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10349,7 +10356,7 @@ msgstr "" "Αφήστε το κενό για μη «μόνιμο» περιβάλλον εργασίας ρυθμίσεων πινάκων μεταξύ " "συνεδριών, προτείνεται: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10357,7 +10364,7 @@ msgstr "" "Όταν δηλωθεί DROP DATABASE IF EXISTS θα προστεθεί ως πρώτη γραμμή στην " "καταγραφή κατά τη δημιουργία βάσης δεδομένων." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10365,7 +10372,7 @@ msgstr "" "Όταν δηλωθεί DROP TABLE IF EXISTS θα προστεθεί ως πρώτη γραμμή στην " "καταγραφή κατά τη δημιουργία πίνακα." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10373,13 +10380,13 @@ msgstr "" "Όταν δηλωθεί DROP VIEW IF EXISTS θα προστεθεί ως πρώτη γραμμή στην καταγραφή " "κατά τη δημιουργία προβολής." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Ορίζει τη λίστα των δηλώσεων που χρησιμοποιεί η αυτόματη δημιουργία για νέες " "εκδόσεις." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10387,7 +10394,7 @@ msgstr "" "Αφήστε το κενό για μη υποστήριξη ιστορικού ερωτημάτων SQL , προτείνεται: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10395,7 +10402,7 @@ msgstr "" "Αν ο μηχανισμός παρακολούθησης δημιουργεί εκδόσεις για πίνακες και προβολές " "αυτόματα." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10403,7 +10410,7 @@ msgstr "" "Αφήστε το κενό για μη αποθήκευση των ρυθμίσεων χρήστη, προτείνεται: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10414,7 +10421,7 @@ msgstr "" "κενό απενεργοποιείται\n" " το χαρακτηριστικό, προτείνεται: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10425,7 +10432,7 @@ msgstr "" "κενό απενεργοποιείται το χαρακτηριστικό, προτείνεται: [kbd]pma__usergroups[/" "kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10433,7 +10440,7 @@ msgstr "" "Αφήστε το κενό για απενεργοποίηση του χαρακτηριστικού προσαρμόσιμων μενού, " "προτείνεται: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10441,55 +10448,55 @@ msgstr "" "Μια φιλοχρηστική περιγραφή αυτού του διακομιστή. Αφήστε το κενό για να " "εμφανίζεται το όνομα." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Αφήστε το άδειο αν δεν χρησιμοποιηθεί." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Αφήστε κενό για προεπιλογές." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Το βασίλειο του HTTP Basic Auth εμφανίζεται όταν γίνεται πιστοποίηση HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Μέθοδος επικύρωσης για χρήση." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Συνδεση συμπίεσης στο διακομιστή MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Απόκρυψη βάσεων δεδομένων που ταιριάζουν την κανονική έκφραση (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Ονομασία θέσης όπου εκτελείται ο διακομιστής MySQL." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Αφήστε το άδειο αν δεν χρησιμοποιείτε ρύθμισμένη επικύρωση." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Θύρα που αποκρίνεται ο διακομιστής MySQL. Αφήστε το άδειο για προεπιλογή." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Η υποδοχή στην οποία ο διακομιστής MySQL αποκρίνεται. Αφήστε το κενό για " "προεπιλογή." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Ενεργοποιήση SSL για σύνδεση στο διακομιστή MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10500,27 +10507,27 @@ msgstr "" "ρυθμίσεων και αυτό δεν περιορίζει τη δυνατότητα άμεσης εκτέλεσης της ίδιας " "εντολής." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης εμφανίζοντας τη χρονοσφραγίδα Δημιουργίας " "για όλους τους πίνακες." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίας " "ενημέρωσης για όλους τους πίνακες." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που θα εμφανίζει τη χρονοσφραγίδα Τελευταίου " "ελέγχου για όλους τους πίνακες." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10528,7 +10535,7 @@ msgstr "" "Ορίζει αν θα εμφανίζονται οι τύποι των πεδίων σε κατάσταση επεξεργασίας/" "εισαγωγής." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10536,60 +10543,52 @@ msgstr "" "Εμφανίζει σύνδεσμο για το προϊόν του [a@https://php.net/manual/function." "phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Αν θα εμφανίζεται στο χρήστη ένα κουμπί «εμφάνιση όλων (των εγγραφών)»." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που εμφανίζει τα σχόλια για όλους του " "πίνακες." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Εμφάνιση ή απόκρυψη μιας στήλης που εμφανίζει το σύνολο χαρακτήρων για όλους " "του πίνακες." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Προβολή των πεδίων συναρτήσεων σε κατάσταση επεξεργασίας εισαγωγής." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Αν θα εμφανίζεται επεξήγηση ή όχι." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Ορίζει αν τα δημιουργημένα ερωτήματα SQL από το phpMyAdmin πρέπει να " "προβάλονται." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Δικαίωμα προβολής στατιστικών βάσης δεδομένων και πινάκων (π.χ. χρήση χώρου " "στο δίσκο)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Επισήμανση χρησιμοποιημένων πινάκων και ενεργοποίηση της δυνατότητας " "προβολής των βάσεων δεδομένων με κλειδωμένους πίνακες." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Απενεργοποίηση της προεπιλεγμένης προειδοποίησης που εμφανίζεται στη βασική " -"σελίδα αν βρεθεί το Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10599,7 +10598,7 @@ msgstr "" "σελίδα αν η τιμή της ρύθμισης PHP session.gc_maxlifetime είναι λιγότερο από " "την τιμή του «LoginCookieValidity»." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10607,7 +10606,7 @@ msgstr "" "Το μέγεθος του textarea (στήλες) σε κατάσταση επεξεργασίας. Αυτή η τιμή " "πολλαπλασιαστεί για τα textareas των ερωτημάτων (x2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10615,7 +10614,7 @@ msgstr "" "Το μέγεθος του textarea (γραμμές) σε κατάσταση επεξεργασίας. Αυτή η τιμή " "πολλαπλασιαστεί για τα textareas των ερωτημάτων (x2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10627,7 +10626,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) προερχόμενη από τη διεύθυνση 1.2.3.4:" "[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10635,7 +10634,7 @@ msgstr "" "Όταν απενεργοποιηθεί, οι χρήστες δεν μπορούν να ορίσουν καμιά από τις " "παρακάτω επιλογές, ανεξάρτητα από την επιλογή στα δεξιά." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10654,7 +10653,7 @@ msgstr "" "άμεση πρόσβαση στο διαδίκτυο. Η σύνταξη είναι: «όνομαδιακομιστή:" "αριθμόςθύρας»." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10665,7 +10664,7 @@ msgstr "" "Πιστοποίηση. Κανένας άλλος τύπος πιστοποίησης δεν υποστηρίζεται προς το " "παρόν." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10673,7 +10672,7 @@ msgstr "" "Τα ερωτήματα εκτελούνται πατώντας το Enter (αντί του Ctrl+Enter). Οι νέες " "γραμμές θα εισαχθούν με το Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10685,403 +10684,403 @@ msgstr "" "Ενεργοποιεί την κατάσταση Μηδενικής Ρύθμισης που σας επιτρέπει να ρυθμίσετε " "τους πίνακες αποθήκευσης ρυθμίσεων του phpMyAdmin αυτόματα." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Επισήμανση επιλεγμένων γραμμών." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Επισήμανση γραμμής που δείχνει ο δείκτης του ποντικιού." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Αριθμός στηλών για περιοχές κειμένου CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Αριθμός γραμμών για περιοχές κειμένου CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Καταγραφή ερωτημάτων SQL και του χρόνου εκτέλεσής τους για να εμφανίζονται " "στην κονσόλα" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Προβαλόμενη καρτέλα κατά το άνοιγμα της βάσης δεδομένων." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Προβαλόμενη καρτέλα κατά το άνοιγμα του διακομιστή." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Προβαλόμενη καρτέλα κατά το άνοιγμα ενός πίνακα." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Αν θα πρέπει να αποκρυφτούν οι ενέργειες δομής πίνακα." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Αν τα σχόλια στήλης θα εμφανίζονται στην προβολή δομής πίνακα" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Εμφάνιση λίστας διακομιστών ως λίστα και όχι ως αναδυόμενο μενού." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Μια αναδυόμενη λίστα θα χρησιμοποιηθεί, αν υπάρχουν λίγα αντικείμενα." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Προεπιλεγμένη τιμή για ελέγχους μη διακριτών κλειδιών για ορισμένα ερωτήματα." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Αποεπιλέξτε το πλαίσιο ελέγχου για απενεργοποίηση την εισαγωγή με μεταφορά " "και απόθεση" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Πόσες γραμμές μπορούν να εισαχθούν μονομιάς." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Μέγιστος αριθμός χαρακτήρων που φαίνεται σε μη αριθμητική στήλη στην προβολή " "φυλλομετρητή." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Ορίστε χρονικά (σε δευτερόλεπτα) την ισχύ ενός cookie σύνδεσης." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Διπλό μέγεθος του textarea για στήλες LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" "Μέγιστος αριθμός βάσεων δεδομένων που θα προβάλονται στη λίστα βάσεων " "δεδομένων." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Μέγιστος αριθμός πινάκες που θα προβάλονται σε λίστα πινάκων." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Μέγιστος αριθμός πρόσφατα χρησιμοποιημένων πινάκων. ορίστε το σε 0 για " "απενεργοποιήση." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Μέγιστος αριθμός αγαπημένων πινάκων. ορίστε το σε 0 για απενεργοποιήση." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Αυτοί είναι οι σύνδεσμοι Επεξεργασία, Αντιγραφή και Διαγραφή." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Αν θα προβάλονται σύνδεσμοι εγγραφής ακόμα και κατά την απουσία μοναδικού " "κλειδιού." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Απενεργοποίηση κλειδιών συντομεύσεων" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Χρήση φυσικής ταξινόμησης για την ταξινόμηση ονομάτων πινάκων και βάσεων " "δεδομένων." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Χρήση μόνο εικονιδίων, μόνο κειμένου ή και τα δύο." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Χρήση εξαγόμενου GZip buffering για αυξημένη ταχύτητα σε μεταφορές HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Χρήση εξαναγκασμένων συνδέσεων στις βάσεις δεδομένων MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Αποτροπή επεξεργασίας στηλών BLOB και BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Πόσα ερωτήματα παραμένουν στο ιστορικό." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Επιλέξτε ποιες συναρτήσεις θα χρησιμοποιηθούν για μετατροπή συνόλων " "χαρακτήρων." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Όταν μεταικινήστε μταξύ πινάκων, η ταξινόμηση για κάθε πίανακα " "απομνημονεύεται." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Προεπιλεγμένη ταξινόμηση για πίνακες με πρωτεύον κλειδί." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Επανάληψη κεφαλίδων κάθε Χ κελιά. Το [kbd]0[/kbd] απενεργοποιεί το " "χαρακτηριστικό." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Για Επιλογές προβολής" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Ο φάκελος στον διακομιστή όπου οι εξαγωγές μπορούν να αποθηκευτούν." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Ορίζεται αν το ερώτημα πρέπει να παραμείνει στην οθόνη μετά την υποβολή του." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται μια βάση δεδομένων." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν δεν επιλέγεται τίποτα." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται ένας διακομιστής." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Τίτλος του παραθύρου του φυλλομετρητή όταν επιλέγεται ένας πίνακας." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" "Φάκελος στο διακομιστή όπου μπορείτε να αποστείλετε αρχεία για εισαγωγή." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Επιτρέπει την αναζήτηση εντός ολόκληρης της βάσης δεδομένων." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Ενεργοποιεί τον έλεγχο για τη τελευταία έκδοση στη κεντρική σελίδα του " "phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Ο κωδικός πρόσβασης για πιστοποίηση με τον διακομιστή." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" "Ενεργοποιήστε τη συμπίεση ZIP για τις λειτουργίες εισαγωγής και εξαγωγής." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" "Επιλέξτε την προεπιλεγμένη ενέργεια όταν αποστέλετε αναφορές σφάλματος." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Δικαίωμα σύνδεσης σε οποιοδήποτε διακομιστή MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Περιορισμένη σύνδεση στον διακομιστή MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Επιτρέπονται frames τρίτων" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Προβολή συνδέσμου «Διαγραφής βάσης δεδομένων» σε κανονικούς χρήστες" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Μυστικό κολιτσίδας" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Επισημαντής γραμμής" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Δείκτης επισήμανσης" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Επεξεργασία στηλών CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Ενεργοποίηση CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Ενεργοποίηση βάμβακα" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Ελάχιστο μέγεθος για πεδίο εισαγωγής" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Μέγιστο μέγεθος για πεδίο εισαγωγής" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Στήλες textarea για CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Γραμμές textarea για CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Ελέξτε τα δικαιώματα του αρχείου ρυθμίσεων" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Άμεση συμπίεση" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Επιβεβαίωση ερωτημάτων DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Μέγεθος χαρτιού" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Προεπιλεγμένη καρτέλα βάσης δεδομένων" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Προεπιλεγμένη καρτέλα διακομιστή" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Προεπιλεγμένη καρτέλα πίνακα" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Ενεργοποίηση αυτόματης συμπλήρωσης για ονόματα πίνακα και στηλών" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Προβολή σχολίων στήλης" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Απόκρυψη ενεργειών δομής πίνακα" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Προεπιλεγμένες μετατροπές για Δεκαεξαδικό" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Προεπιλεγμένες μετατροπές για το Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Προεπιλεγμένες μετατροπές για Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Προεπιλεγμένες μετατροπές για External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Προεπιλεγμένες μετατροπές για PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Προεπιλεγμένες μετατροπές για το DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Προεπιλεγμένες μετατροπές για το Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Προεπιλεγμένες μετατροπές για το TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Προεπιλεγμένες μετατροπές για το TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Προβολή διακομιστών ως λίστα" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Απενεργοποίηση συντήρησης πολλαπλών πινάκων" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Μέγιστος χρόνος εκτέλεσης" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Αποστολή" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Σύνολο χαρακτήρων αρχείου" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Συμπίεση" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11089,56 +11088,56 @@ msgstr "Συμπίεση" msgid "Put columns names in the first row" msgstr "Εμφάνιση ονομάτων στηλών στην πρώτη γραμμή" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Στήλες που περικλείονται με" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Αντικατάσταση τιμής NULL με" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Απομάκρυνση χαρακτήρων CRLF μέσα στις στήλες" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Στήλες που τελειώνουν με" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Γραμμές που τελειώνουν με" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Έκδοση Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Πρότυπο ονόματος βάσης δεδομένων" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Πρότυπο ονόματος διακομιστή" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Πρότυπο ονόματος πίνακα" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11148,84 +11147,84 @@ msgstr "Πρότυπο ονόματος πίνακα" msgid "Dump table" msgstr "Απόρριψη πίνακα" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Συμπερίληψη λεζάντας πίνακα" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Λεζάντα πίνακα" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Συνεχής λεζάντα πίνακα" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Κλειδί ετικέτας" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Συσχετίσεις" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Μέθοδος εξαγωγής" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Αποθήκευση στο διακομιστή" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Εξαγωγή ως χωριστά αρχεία" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Πρότυπο απομνημόνευσης ονοματος αρχείου" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "Απομάκρυνση στηλών από την κεντρική λίστα" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Χρήση ανάποδων εισαγωγικών στα ονόματα των πινάκων και των στηλών" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Κατάσταση συμβατότητας SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Δημιουργία/Ενημέρωση/Έλεγχος ημερομηνιών" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Χρήση εισαγωγών με καθυστέρηση" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Απενεργοποίηση ελέγχων μη διακριτών κλειδιών" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Εξαγωγή προβολών ως πίνακες" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Εξαγωγή σχετικών μεταδεδομένων από αποθήκευση ρυθμίσεων του phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Χρήση δεκαεξαδικού για BINARY και BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11233,835 +11232,835 @@ msgstr "" "Προσθήκη του IF NOT EXISTS (λιγότερο αποτελεσματικό από ευρετήρια καθώς θα " "δημιουργηθούν κατά τη δημιουργία τη δημιουργία πίνακα)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s προβολή" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Χρήση παραβλεφθέντων εισαγωγών" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Σύνταξη για χρήση στην εισαγωγή δεδομένων" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Μέγιστο μήκος δημιουργηθέντος ερωτήματος" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Εξαγωγή τύπου" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Συμπερίληψη εξαγωγής στη συναλλαγή" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Εξαγωγή χρόνου σε UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Αναδυόμενη σειρά μη διακριτού κλειδιού" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Όριο μη διακριτού κλειδιού" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Έλεγχοι μη διακριτού κλειδιού" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Πρώτη ημέρα του ημερολογίου" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Κατάσταση αναζήτησης" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Δημιουργός" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Κατάσταση επεξεργασίας" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Προεπιλογές εξαγωγής" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Γενικά" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Προεπιλογές εισαγωγής" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Εισαγωγή / εξαγωγή" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Δέντρο πλοήγησης" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Excel" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Άλλες ρυθμίσεις πυρήνα" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Τίτλοι σελίδας" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Ασφάλεια" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Βασικές ρυθμίσεις" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Πιστοποιίηση" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Προσαρμογή διακομιστή" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Χώρος αποθήκευση ρυθμίσεων" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Παρακολούθηση αλλαγών" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Χώρος Ερωτήματος SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Εκκίνηση" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Δομή βάσης δεδομένων" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Καρτέλες" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Προβολή σχεσιακού σχήματος" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Πεδία κειμένου" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Κείμενο Texy" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Προειδοποιήσεις" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Επιπλέον παράμετροι για την iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Παράβλεψη σφαλμάτων πολλαπλών δηλώσεων" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Ενεργοποιηση εισαγωγής με μεταφορα και απόθεση" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Μερική εισαγωγή: να επιτρέπεται η διακοπή" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Να μην γίνετια ακύρωση σε σφάλμα INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Προσθήκη στο ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Μορφή εισαχθέντος αρχείου" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Χρήση λέξης-κλειδί LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Ονόματα στήλης στην πρώτη γραμμή" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Να μην γίνει εισαγωγή άδειων γραμμών" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Προσθήκη νομισμάτων (€5,00 αντί 5,00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Εισαγωγή ποσοστών ως κανονικά δεκαδικά (12.00% αντί .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Μερική εισαγωγή: παράβλεψη ερωτημάτων" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Να μην γίνεται AUTO_INCREMENT για μηδενικές τιμές" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Ανάγνωση ως πολλαπλών bytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Αρχική κατάσταση κυλυομένων" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Αριθμός εισαχθέντων γραμμών" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Όριο χαρακτήρων στήλης" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Διαγραφή όλων των cookies με την αποσύνδεση" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Επανάκληση ονόματος χρήστη" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Αποθήκευση cookie σύνδεσης" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Εγκυρότητα cookie σύνδεσης" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Μεγαλύτερο textarea για LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Μέγιστο μήκος προβολής SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Μέγιστος αριθμός βάσεων δεδομένων" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Μέγιστος αριθμός αντικειμένων στο πρώτο επίπεδο" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Μέγιστος αριθμός αντικειμένων στον κλάδο" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Μέγιστος αριθμός γραμμών για προβολή" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Μέγιστος αριθμός πινάκων" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Όριο μνήμης" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Προβολή πλοήγησης βάσεων δεδομένων ως δέντρο" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Πλάτος πίνακα πλοήγησης" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Σύνδεσμος με τον βασικό πίνακα" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Προβολή λογοτύπου" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Διεύθυνση URL συνδέσμου λογοτύπου" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Προορισμός συνδέσμου λογοτύπου" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Προβολή επιλογής διακομιστών" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Προορισμός για εικονίδιο γρήγορης πρόσβασης" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Προορισμός για δεύτερο εικονίδιο γρήγορης πρόσβασης" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Ελάχιστος αριθμός αντικειμένων για προβολή του πλαισίου φίλτρου" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Ελάχιστος αριθμός πινάκων για προβολή στο πλαίσιο φίλτρου πίνακα" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Ομαδοποίηση αντικειμένων στο δέντρο" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Διαχωριστικό δέντρου βάσης δεδομένων" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Διαχωριστικό δέντρου πινάκων" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Μέγιστο βάθος δέντρου πίνακα" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Ενεργοποίηση επισήμανσης" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Ενεργοποίηση επέκτασης δέντρου πλοήγησης" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Προβολή πινάκων στο δέντρο" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Προβολή εμφανίσεων στο δέντρο" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Προβολή συναρτήσεων στο δέντρο" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Προβολή διεργασιών στο δέντρο" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Προβολή συμβάντων στο δέντρο" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Επέκταση μεμονωμένης βάσης δεδομένων" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Πρόσφατα χρησιμποιημένοι πίνακες" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Που να προβάλονται οι σύνδεσμοι γραμμής πίνακα" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Πρόβολη συνδέσμων εγγραφών πάντα" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Φυσική ταξινόμηση" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Γραμμή πλοήγησης πίνακα" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Εξαγόμενο GZip buffering" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Προεπιλεγμένη ταξινόμηση" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Επιμένουσες συνδέσεις" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Λείπουν πίνακες αποθήκευσης ρυθμίσεων του phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Προειδοποίηση δεσμευμένης λέξης MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Πως θα εμφανίζονται οι καρτέλες μενού" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Πως θα εμφανίζονται διάφοροι σύνδεσμοι ενεργιών" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Προστασία δυαδικών στηλών" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Μόνιμο ιστορικό ερωτημάτων" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Μέγεθος ιστορικού ερωτημάτων" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Μηχανή επανακωδικοποίησης" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Απομνημόνευση ταξινόμησης πινάκων" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Προεπιλεγμένη ταξινόμηση πρωτεύοντος κλειδιού" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Επανάληψη κεφαλίδων" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Επεξεργασία καννάβου: πρόκληση δράσης" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Σχεσιακή προβολή" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Επεξεργασία καννάβου: Αποθήκευση όλων των επεξεργασμένων κελιών μαζί" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Φάκελος αποθήκευσης" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Σειρά πιστοποίησης φιλοξενητή" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Κανόνες πιστοποίησης φιλοξενητή" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Δικαίωμα συνδέσεων χωρίς κωδικό πρόσβασης" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Δικαίωμα ριζικής σύνδεσης" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Ζώνη ώρας συνεδρίας" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Βασίλειο HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Πίνακας σελιδοδεικτών" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Πίνακας πληροφοριών στήλης" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Σύνδεση συμπίεσης" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Έλεγχος κωδικού πρόσβασης χρήστη" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Έλεγχος χρήστη" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Έλεγχος φιλοξηνητή" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Θύρα ελέγχου" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Απενεργοποίηση χρήσης του INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Απόκρυψη βάσεων δεδομένων" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Πίνακας ιστορικού ερωτημάτων SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Ονομασία θέσης διακομιστή" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Διεύθυνση URL αποσύνδεσης" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Μέγιστος αριθμός προτιμήσεων πινάκων για αποθήκευση" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Εξαγωγή πίνακα προτύπων" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Πίνακας κεντρικών στηλών" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Εμφάνιση μόνο των βάσεων δεδομένων από λίστα" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Κωδικός πρόσβασης για ρυθμισμένη επικύρωση" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Σχέδιο PDF: πίνακας σελίδων" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Θύρα διακομιστή" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Πρόσφατα χρησιμοποιημένος πίνακας" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Πίνακας αγαπημένων" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Πίνακας συσχετίσεων" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Ονομάσία συνεδρίας σύνδεσης" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Διεύθυνση URL σύνδεσης" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Υποδοχή διακομιστή" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Χρήση SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Σχεδιαστής και σχέδιο PDF: συντεταγμένες πίνακα" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Πίνακας προβολής στηλών" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Πίνακας προτιμήσεων UI" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Προσθήκη της εντολής DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Προσθήκη DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Δηλώσεις προς παρακολούθηση" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Πίνακας ιστορικού παρακολούθησης ερωτημάτων SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Αυτόματη δημιουργία εκδόσεων" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Πίνακας αποθήκευσης προτιμήσεων χρήστη" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Πίνακας χρηστών" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Πίνακας ομάδων χρηστών" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Πίνακας κρυφών αντικειμένων πλοήγησης" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Χρήστης για ρυθμισμένη επικύρωση" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Φιλοχρηστικό όνομα διακομιστή" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Δικαίωμα προβολή όλων των γραμμών" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Εμφάνιση φόρμας αλλαγής κωδικού πρόσβασης" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Εμφάνιση φόρμας δημιουργίας βάσης δεδομένων" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Προβολή σχολίων πίνακα" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Προβολή χρονοσφραγίδας δημιουργίας" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Εμφάνιση χρονοσφραγίδας τελευταίας ενημερώσης" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Προβολή χρονοσφραγίδας τελευταίου ελέγχου" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Προβολή συνόλου χαρακτήρων πίνακα" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Εμφάνιση τύπων πεδίου" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Εμφάνιση πεδίων συναρτήσεων" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Εμφάνιση επεξήγησης" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Εμφάνιση συνδέσμου phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Εμφάνιση λεπτομερών πληροφοριών διακομιστή MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Εμφάνιση ερωτημάτων SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Εμφάνιση στατιστικών" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Παράβλεψη κλειδωμένων πινάκων" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Ανάλυση SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Δημιουργία κώδικα PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "προειδοποίηση Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Προειδοποίηση εγκυρότητας cookie σύνδεσης" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Στήλες textarea" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Γραμμές textarea" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Προεπιλεγμένος τίτλος" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Λίστα αξιόπιστων διευθύνσεων IP για να επιτρέπεται/απαγορεύεται" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Φάκελος αποστολής" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Χρήση αναζήτησης βάσης δεδομένων" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Ενεργοποίηση της καρτέλας Δημιουργός στις ρυθμίσεις" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Έλεγχος έκδοσης" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "Διεύθυνση διακομιστή" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Όνομα χρήστη διακομιστή" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Κωδικός πρόσβασης διακομιστή" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Δημόσιο κλειδί για reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Δημόσιο κλειδί για reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Αποστολή αναφορών σφάλματος" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Το Enter εκτελεί τα ερωτήματα στην κονσόλα" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Ενεργοποίηση κατάστασης Μηδενικής Ρύθμισης" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "Execute queries on Enter and insert new line with Shift + Enter" msgid "Execute queries on Enter and insert new line with Shift+Enter" @@ -12069,19 +12068,19 @@ msgstr "" "Εκτέλεση ερωτημάτων με το πάτημα του Enter και εισαγωγή νέας γραμμής με " "Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Ύψος κονσόλας" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Κατάσταση κονσόλας" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Ταξινόμηση κατά" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Σύνθεση σύνδεσης διακομιστή" @@ -12115,7 +12114,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "Η συμπιεσμένη εξαγωγή δεν θα λειτουργήσει γιατί λείπει η συνάρτηση %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "μέγιστος αριθμός %s" @@ -12149,7 +12149,7 @@ msgid "Microsoft Word 2000" msgstr "Έγγραφο Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Έγγραφο Λογιστικού Φύλλου Ανοιχτού Κώδικα - ODS" @@ -12157,7 +12157,7 @@ msgstr "Έγγραφο Λογιστικού Φύλλου Ανοιχτού Κώδ msgid "OpenDocument Text" msgstr "Έγγραφο Κειμένου Ανοιχτού Κώδικα - ODΤ" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV με χρήση LOAD DATA" @@ -12323,7 +12323,7 @@ msgstr "" "Η %1$sσυμπίεση και αποσυμπίεση GZip%2$s απαιτεί συναρτήσεις (%3$s) που δεν " "είναι διαθέσιμες σε αυτό το σύστημα." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Διακομιστής %d" @@ -12607,7 +12607,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Αδύνατη η φόρτωση προσθέτων εξαγωγής, για αυτό εξέξτε την εγκατάστασή σας!" @@ -12739,7 +12739,7 @@ msgid "Success!" msgstr "Επιτυχία!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12807,7 +12807,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Ίσως θέλετε να ανανεώσετε τη σελίδα." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Μη έγκυρος τύπος!" @@ -12915,16 +12915,7 @@ msgstr "" "του διακομιστή σας μπορεί να προσβηθεί από μη αδειοδοτημένους χρήστες που " "μπορούν να λάβουν τη ρύθμισή σας." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Ο διακομιστής εκτελείται με Suhosin. Αναφερθείτε στην %sτεκμηρίωση%s για " -"πιθανά ζητήματα." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12933,14 +12924,14 @@ msgstr "" "Το $cfg['TempDir'] (%s) δεν είναι προσβάσιμο. Το phpMyAdmin δεν μπορεί να " "βάλει στη λανθάνουσα μνήμη πρότυπα και θα είναι αργό εξαιτίας αυτού." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12951,7 +12942,7 @@ msgstr "" "μπορεί να χωρίσει συμβολοσειρές σωστά και ίσως προκύψουν μη αναμενόμενα " "αποτελέσματα." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13029,7 +13020,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[συνέβει ROLLBACK.]" @@ -15065,7 +15056,7 @@ msgid "No such column" msgstr "Καμιά τέτοια στήλη" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Κείμενο" @@ -15983,7 +15974,7 @@ msgstr "Εσφαλμένα δεδομένα" msgid "Wrong data or no validation for %s" msgstr "Εσφαλμένα δεδομένα ή καμιά πιστοποίηση για %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Ο σελιδοδείκτης %s έχει δημιουργηθεί." @@ -16063,7 +16054,7 @@ msgstr "Υπάρχουν κάποιο θέμα με το αίτημα σας." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" "Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή)." @@ -16471,29 +16462,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Η εγγραφή έχει διαγραφεί." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Το ερώτημα χρειάστηκε %01.4f δευτερόλεπτα." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Εμφάνιση εγγραφών %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d σύνολο, %2$d στο ερώτημα" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d συνολικά" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Δεν βρέθηκε η σύνδεση!" @@ -17158,11 +17149,11 @@ msgstr "" msgid "web server upload directory:" msgstr "κατάλογος αποθήκευσης αρχείων διακομιστή:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Εμφάνιση ερωτήματος SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Ταυτότητα εισερχόμενης εγγραφής: %1$d" @@ -17612,39 +17603,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Δεν βρέθηκαν μερικές εξαρτήσεις!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Κοαλέζικα" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Δεν είναι δυνατή η μεταφορά του πίνακα στον εαυτό του!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Δεν είναι δυνατή η αντιγραφή του πίνακα στον εαυτό του!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Ο πίνακας %s μεταφέρθηκε στο %s. Τα προνόμια έχουν προσαρμοστεί." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Ο πίνακας %s αντιγράφηκε στο %s. Τα προνόμια έχουν προσαρμοστεί." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Ο πίνακας %s μεταφέρθηκε στο %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Ο πίνακας %s αντιγράφηκε στο %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Το όνομα του πίνακα είναι κενό!" @@ -17734,7 +17725,7 @@ msgstr "" "Ενεργοποιήσατε την πιστοποίηση δύο παραγόντων, παρακαλώ επιβεβαιώστε τη " "σύνδεση σας." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Στήλες που χωρίζονται με:" @@ -18158,7 +18149,7 @@ msgstr "" "Σύστημα βάσεων δεδομένων ή παλαιός διακομιστής MySQL για μεγιστοποίηση της " "συμβατότητας του εξαγόμενου με:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18183,19 +18174,19 @@ msgstr "" "Ενημέρωση δεδομένων όταν βρεθούν διπλοεγγραφές κλειδιών στην εισαγωγή " "(προσθήκη στο ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Όνομα του νέου πίνακα (προαιρετικό):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Όνομα της νέας βάσης δεδομένων (προαιρετικό):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Εισαγωγή αυτού του αριθμού εγγραφών (προαιρετικό):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18203,7 +18194,7 @@ msgstr "" "Η πρώτη γραμμή του αρχείου περιέχει τα ονόματα στηλών του πίνακα (αν δεν " "επιλεγεί, η πρώτη γραμμή θα περιέχει δεδομένα)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18213,27 +18204,27 @@ msgstr "" "στη βάση δεδομένων, δώστε εδώ τα ονόματα των στηλών. Τα ονόματα των στηλών " "πρέπει να χωρίζονται με κόμμα και να μην περιβάλλονται σε εισαγωγικά." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Ονόματα στηλών" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Μη έγκυρη μορφή στο εισαχθέν CSV στη γραμμή %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Μη έγκυρο πλήθος στηλών στο εισαχθέν CSV στη γραμμή %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Μη έγκυρη παράμετρος στο εισαχθέν CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19046,11 +19037,11 @@ msgstr "Δεν υπάρχει νεότερη σταθερή έκδοση δια msgid "Using bookmark \"%s\" as default browse query." msgstr "Χρήση του σελιδοδείκτη «%s» ως προεπιλεγμένο ερώτημα φυλλομετρητή." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Εμφάνιση ως κώδικά PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19060,7 +19051,7 @@ msgstr "" "επεξεργασίας πλέγματος, πλαίσια ελέγχου, Επεξεργασίας, Αντιγραφής και " "Διαγραφής δεν είναι διαθέσιμα. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19328,26 +19319,26 @@ msgstr "Πρέπει να δώσετε ένα έγκυρο όνομα πίνακ msgid "You must provide a trigger definition." msgstr "Πρέπει να δώσετε ένα προσδιορισμό ενέργειας." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Άδειασμα" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "δεν υφίσταται" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Ένας ακέραιος 1-byte, εύρος με πρόσημο είναι -128 έως 127, εύρος χωρίς " "πρόσημο είναι 0 έως 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19355,7 +19346,7 @@ msgstr "" "Ένας ακέραιος 2-byte, εύρος με πρόσημο είναι -32.768 έως 32.767, εύρος χωρίς " "πρόσημο είναι 0 έως 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19363,7 +19354,7 @@ msgstr "" "Ένας ακέραιος 3-byte, εύρος με πρόσημο είναι -8.388.608 έως 8.388.607, εύρος " "χωρίς πρόσημο είναι 0 έως 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19371,7 +19362,7 @@ msgstr "" "Ένας ακέραιος 4-byte, εύρος με πρόσημο είναι -2.147.483.648 έως " "2.147.483.647, εύρος χωρίς πρόσημο είναι 0 έως 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19380,7 +19371,7 @@ msgstr "" "9.223.372.036.854.775.807, εύρος χωρίς πρόσημο είναι 0 έως " "18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19389,7 +19380,7 @@ msgstr "" "είναι 65 (προεπιλογή 10), ο μέγιστος αριθμός δεκαδικών είναι (Δ) είναι 30 " "(προεπιλογή 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19398,7 +19389,7 @@ msgstr "" "-3.402823466E+38 έως -1.175494351E-38, 0, και 1.175494351E-38 έως " "3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19408,7 +19399,7 @@ msgstr "" "-1.7976931348623157E+308 έως -2.2250738585072014E-308, 0, και " "2.2250738585072014E-308 έως 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19416,7 +19407,7 @@ msgstr "" "Συνώνυμο για το DOUBLE (εξαίρεση: στην κατάσταση SQL REAL_AS_FLOAT είναι " "συνώνυμο με το FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -19424,7 +19415,7 @@ msgstr "" "Ένας τύπος πεδίου bit (M), αποθηκεύονται το πλήθος (M) των bits ανά τιμή " "(προεπιλογή είναι το 1, μέγιστο είναι το 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19432,23 +19423,23 @@ msgstr "" "Ένα συνώνυμο για το TINYINT(1), μια μηδενική τιμή θεωρείτε λάθος, μη " "μηδενικές τιμές θεωρούνται σωστές" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Μια ετικέτα για το BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Μια ημερομηνία, υποστηριζόμενο εύρος είναι από %1$s έως %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" "Ένας συνδυασμός ημερομηνίας και ώρας, υποστηριζόμενο εύρος είναι από %1$s " "έως %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19463,12 +19454,12 @@ msgstr "" "UTC, αποπθηκεύεται ως ο αριθμός των δευτερολέπτων από την αρχή (1970-01-01 " "00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Ένας χρόνος, εύρος είναι από %1$s έως %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19476,7 +19467,7 @@ msgstr "" "Το έτος με τέσσερα ψηφία (4, προεπιλογή) ή μορφή 2 ψηφίων (2), οι επιτρεπτές " "τιμές είναι 70 (1970) έως 69 (2069) ή 1901 έως 2155 και 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19484,7 +19475,7 @@ msgstr "" "Ένα κείμενο σταθερού μήκους (0-255, προεπιλογή 1) που είναι πάντα δεξιά " "στοιχισμένο με κενά στο ορισμένο μήκος όταν αποθηεκύεται" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19493,7 +19484,7 @@ msgstr "" "Ένα κείμενο μεταβλητού μήκους (%s), το δραστικό μέγιστο μήκος είναι σχετικό " "με το μέγιστο μέγεθος της εγγραφής" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19501,7 +19492,7 @@ msgstr "" "Μια στήλη TEXT με μέγιστο μήκος 255 (2⁸ - 1) χαρακτήρες, αποθηκεύεται με " "πρόθεμα 1-byte δείχνοντας το μήκος της τιμής σε bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19509,7 +19500,7 @@ msgstr "" "Μια στήλη TEXT με μέγιστο μήκος 65.535 (2¹⁶ - 1) χαρακτήρες, αποθηκεύεται με " "πρόθεμα 2-byte δείχνοντας το μήκος της τιμής σε bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19517,7 +19508,7 @@ msgstr "" "Μια στήλη TEXT με μέγιστο μήκος 16.777.215 (2²⁴ - 1) χαρακτήρες, " "αποθηκεύεται με πρόθεμα 3-byte δείχνοντας το μήκος της τιμής σε bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19526,7 +19517,7 @@ msgstr "" "Μια στήλη TEXT με μέγιστο μήκος 4.294.967.295 ή 4GB (2³² - 1) χαρακτήρες, " "αποθηκεύεται με πρόθεμα 4-byte δείχνοντας το μήκος της τιμής σε bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19534,7 +19525,7 @@ msgstr "" "Παρόμοιο με τον τύπο CHAR, αλλά αποθηκεύει τα κείμενα δυαδικού byte παρά τα " "κείμενα με μη δυαδικούς χαρακτήρες" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19542,7 +19533,7 @@ msgstr "" "Παρόμοιο με τον τύπο VARCHAR, αλλά αποθηκεύει τα κείμενα δυαδικού byte παρά " "τα κείμενα με μη δυαδικούς χαρακτήρες" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19550,7 +19541,7 @@ msgstr "" "Μια στήλη BLOB με μέγιστο μήκος 255 (2⁸ - 1) bytes, αποθηκεύεται με πρόθεμα " "2-byte δείχνοντας το μήκος της τιμής σε bytes" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19558,7 +19549,7 @@ msgstr "" "Μια στήλη BLOB με μέγιστο μήκος 16.777.215 (2²⁴ - 1) χαρακτήρες, " "αποθηκεύεται με πρόθεμα 3-byte δείχνοντας το μήκος της τιμής σε bytes" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19566,7 +19557,7 @@ msgstr "" "Μια στήλη BLOB με μέγιστο μήκος 65.535 (2¹⁶ - 1) χαρακτήρες, αποθηκεύεται με " "πρόθεμα 2-byte δείχνοντας το μήκος της τιμής σε bytes" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19574,7 +19565,7 @@ msgstr "" "Μια στήλη BLOB με μέγιστο μήκος 4.294.967.295 ή 4GB (2³² - 1) χαρακτήρες, " "αποθηκεύεται με πρόθεμα 4-byte δείχνοντας το μήκος της τιμής σε bytes" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19582,43 +19573,43 @@ msgstr "" "Μια απαρίθμηση, η οποία έχει επιλεγεί από τη λίστα των έως και 65.535 τιμές " "ή τις ειδικές \" τιμή σφάλματος" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Μία μόνο τιμή που επιλέγεται από ένα σύνολο έως και 64 μέλη" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Ένας τύπος που μπορεί να αποθηκεύσει μια γεωμετρία οποιουδήποτε τύπου" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Ένα σημείο σε δισδιάστατο χώρο" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Μια καμπύλη με γραμμική παρεμβολή μεταξύ σημείων" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Ένα πολύγωνο" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Μια συλλογή από σημεία" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Μια συλλογή καμπυλών με γραμμική παρεμβολή μεταξύ σημείων" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Μια συλλογή πολυγώνων" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Μια συλλογή γεωμετρικών αντικειμένων οποιουδήποτε τύπου" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19626,7 +19617,7 @@ msgstr "" "Αποθηκεύει και ενεργοποιεί επαρκή πρόσβαση σε δεδομένα σε έγγραφα JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -19635,33 +19626,33 @@ msgstr "" "με την υπόθεση της συμβατικής αντιστοίχισης διευθύνσεων IPv4 σε διευθύνσεις " "IPv6" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Αποθηκεύει ένα Καθολικά Μοναδικό Αναγνωριστικό (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Αριθμητικό" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Ημερομηνία και ώρα" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Χωρική" @@ -19706,6 +19697,24 @@ msgstr "Σφάλμα στο συμπιεσμένο αρχείο ZIP:" msgid "No files found inside ZIP archive!" msgstr "Δεν βρέθηκαν αρχεία στο συμπιεσμένο αρχείο ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Απενεργοποίηση της προεπιλεγμένης προειδοποίησης που εμφανίζεται στη " +#~ "βασική σελίδα αν βρεθεί το Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "προειδοποίηση Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Ο διακομιστής εκτελείται με Suhosin. Αναφερθείτε στην %sτεκμηρίωση%s για " +#~ "πιθανά ζητήματα." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "" #~ "Η εξαγωγή μιας ακατέργαστης ερώτησης δεν υποστηρίζεται για αυτή τη μέθοδο " diff --git a/resources/po/en_GB.po b/resources/po/en_GB.po index 20c9f0444e..b73ec76693 100644 --- a/resources/po/en_GB.po +++ b/resources/po/en_GB.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" -"PO-Revision-Date: 2026-04-07 06:09+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" +"PO-Revision-Date: 2026-04-17 00:09+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom) \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 5.17-dev\n" +"X-Generator: Weblate 5.17.1-dev\n" #: resources/templates/base.twig:40 resources/templates/login/header.twig:13 msgid "Javascript must be enabled past this point!" @@ -761,8 +761,8 @@ msgstr "Adjust privileges" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -781,8 +781,8 @@ msgstr "Move column" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -853,7 +853,7 @@ msgstr "Reset" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 src/Engines/Pbxt.php:167 #: src/Html/Generator.php:685 src/Html/MySQLDocumentation.php:51 -#: src/Sanitize.php:188 +#: src/Sanitize.php:189 msgid "Documentation" msgstr "Documentation" @@ -1020,7 +1020,7 @@ msgstr "Requery" #: resources/templates/setup/home/index.twig:64 #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 -#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:926 +#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:925 #: src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 @@ -1061,7 +1061,7 @@ msgstr "Delete" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1072,7 +1072,7 @@ msgstr "Database" msgid "SQL Query Console" msgstr "SQL Query Console" -#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:766 +#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:764 msgid "Console" msgstr "Console" @@ -1101,7 +1101,7 @@ msgid "Bookmarks" msgstr "Bookmarks" #: resources/templates/console/display.twig:34 -#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:615 +#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "Debug SQL" @@ -1173,7 +1173,7 @@ msgstr "Time taken" msgid "Order by:" msgstr "Order by:" -#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:964 +#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:962 msgid "Group queries" msgstr "Group queries" @@ -1201,7 +1201,7 @@ msgstr "Time taken:" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 #: src/Html/Generator.php:589 msgid "Refresh" msgstr "Refresh" @@ -1239,15 +1239,15 @@ msgstr "OK" msgid "Restore default values" msgstr "Restore default values" -#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:958 +#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "Always expand query messages" -#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:957 +#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:955 msgid "Show query history at start" msgstr "Show query history at start" -#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:959 +#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "Show current browsing query" @@ -1259,7 +1259,7 @@ msgstr "" "Execute queries on Enter and insert new line with Shift+Enter. To make this " "permanent, view settings." -#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:961 +#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:959 msgid "Switch to dark theme" msgstr "Switch to dark theme" @@ -1380,8 +1380,8 @@ msgstr "Action" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -1807,7 +1807,7 @@ msgstr "Definition" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "Format" @@ -1907,7 +1907,7 @@ msgstr "Export" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -1916,7 +1916,7 @@ msgstr "Export" #: resources/templates/triggers/list.twig:20 #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 -#: resources/templates/triggers/row.twig:58 src/Operations.php:538 +#: resources/templates/triggers/row.twig:58 src/Operations.php:534 msgid "Drop" msgstr "Drop" @@ -2001,7 +2001,7 @@ msgstr "Tables:" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2191,7 +2191,7 @@ msgstr "Copy database to" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 msgid "Database name" msgstr "Database name" @@ -2222,10 +2222,10 @@ msgstr "CREATE DATABASE before copying" #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, php-format msgid "Add %s" msgstr "Add %s" @@ -2233,7 +2233,7 @@ msgstr "Add %s" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "Add AUTO_INCREMENT value" @@ -2737,7 +2737,7 @@ msgid "Database:" msgstr "Database:" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "Add DROP TABLE" @@ -2802,7 +2802,7 @@ msgstr "Showing create queries" #: resources/templates/table/relation/common_form.twig:102 #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 -#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:937 +#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:935 #: src/Plugins/Export/ExportXml.php:408 src/Server/Privileges.php:1570 #: src/Server/Privileges.php:1572 msgid "Table" @@ -3115,7 +3115,7 @@ msgstr "Query results operations" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "Copy to clipboard" @@ -3281,7 +3281,7 @@ msgid "Save on server in the directory %s" msgstr "Save on server in the directory %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Overwrite existing file(s)" @@ -3638,7 +3638,7 @@ msgstr "Take it" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Back" @@ -3648,7 +3648,7 @@ msgstr "Back" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Import" @@ -3990,8 +3990,8 @@ msgstr "SQL upload" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databases" @@ -4013,7 +4013,7 @@ msgid "Recent" msgstr "Recent" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Favourite tables" @@ -4051,17 +4051,17 @@ msgid "Features" msgstr "Features" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL queries" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigation panel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Main panel" @@ -4527,13 +4527,27 @@ msgstr "Check privileges for database \"%s\"." msgid "Check privileges" msgstr "Check privileges" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "Run SQL queries on database \"%s\"." + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4541,16 +4555,16 @@ msgstr "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Enable statistics" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "No databases" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirm" @@ -5598,7 +5612,7 @@ msgid "Current server:" msgstr "Current server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servers" @@ -5682,7 +5696,7 @@ msgid "Test:" msgstr "Test:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6275,7 +6289,7 @@ msgstr "Show form" msgid "Show hidden messages" msgstr "Show hidden messages" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Authentication type" @@ -6357,7 +6371,7 @@ msgid "Detailed profile" msgstr "Detailed profile" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Order" @@ -6418,7 +6432,7 @@ msgstr "Pie chart with profiling results." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Your SQL query has been executed successfully." @@ -6464,7 +6478,7 @@ msgstr "Delimiter" msgid "Show this query here again" msgstr "Show this query here again" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Retain query box" @@ -6940,7 +6954,7 @@ msgid "Delete the view (DROP)" msgstr "Delete the view (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Table structure" @@ -7108,32 +7122,32 @@ msgid "Index length" msgstr "Index length" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analyse" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Check" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimise" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Rebuild" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Repair" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Truncate" @@ -8985,14 +8999,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamese" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9170,18 +9176,18 @@ msgstr "both of the above" msgid "neither of the above" msgstr "neither of the above" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Users cannot set a higher value" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "If enabled, user can enter any MySQL server in login form for cookie auth." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9191,7 +9197,7 @@ msgstr "" "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9201,7 +9207,7 @@ msgstr "" "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9209,15 +9215,15 @@ msgstr "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Enable bzip2 compression for import operations." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Enter the URL for your reCAPTCHA v2 compatible API." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9225,27 +9231,27 @@ msgstr "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Enter the request parameter used by your reCAPTCHA v2 compatible API." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Enter the response parameter used by your reCAPTCHA v2 compatible API." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Enter your public key for the reCAPTCHA service on your domain." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Enter your private key for your domain reCAPTCHA service." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Enter your siteverify URL for your reCAPTCHA service." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9255,7 +9261,7 @@ msgstr "" "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9263,7 +9269,7 @@ msgstr "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9271,7 +9277,7 @@ msgstr "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9279,7 +9285,7 @@ msgstr "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9287,7 +9293,7 @@ msgstr "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9295,7 +9301,7 @@ msgstr "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9303,15 +9309,15 @@ msgstr "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Autocomplete of the table and column names in the SQL queries." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9319,7 +9325,7 @@ msgstr "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9327,7 +9333,7 @@ msgstr "" "Disable the table maintenance mass operations, like optimising or repairing " "the selected tables of a database." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9335,12 +9341,12 @@ msgstr "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Exclude definition of current user" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9348,7 +9354,7 @@ msgstr "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9356,7 +9362,7 @@ msgstr "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9364,7 +9370,7 @@ msgstr "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9372,7 +9378,7 @@ msgstr "" "Advanced server configuration, do not change these options unless you know " "what they are for." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9382,7 +9388,7 @@ msgstr "" "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9390,115 +9396,115 @@ msgstr "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Customise browse mode." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Customise default options." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Settings for phpMyAdmin developers." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Customise edit mode." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Customise default export options." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Set some commonly used options." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Customise default common import options." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Set import and export directories and compression options." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Databases display options." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Customise appearance of the navigation panel." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Customise the navigation tree." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Servers display options." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Tables display options." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Settings that didn't fit anywhere else." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Authentication settings." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Enter server connection parameters." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Customise links shown in SQL Query boxes." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL queries settings." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Customise startup page." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Choose which details to show in the database structure (list of tables)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Settings for the table structure (list of columns)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Choose how you want tabs to work." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Customise text input fields." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Customise default options" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Disable some of the warnings shown by phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Enable gzip compression for import and export operations." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9506,7 +9512,7 @@ msgstr "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9516,7 +9522,7 @@ msgstr "" "This might be a good way to import large files, however it can break " "transactions." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9524,15 +9530,15 @@ msgstr "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Update data when duplicate keys found on import" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Number of queries to skip from start." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9542,7 +9548,7 @@ msgstr "" "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9550,7 +9556,7 @@ msgstr "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9562,11 +9568,11 @@ msgstr "" "and will be deleted as soon as you close the browser window. This is " "recommended for non-trusted environments." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximum number of characters used when a SQL query is displayed." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9574,7 +9580,7 @@ msgstr "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9582,7 +9588,7 @@ msgstr "" "The number of items that can be displayed on each page of the navigation " "tree." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9590,7 +9596,7 @@ msgstr "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9598,15 +9604,15 @@ msgstr "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "In the navigation panel, replaces the database tree with a selector" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "Link with main panel by highlighting the current database or table." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9614,7 +9620,7 @@ msgstr "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9622,7 +9628,7 @@ msgstr "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9630,66 +9636,66 @@ msgstr "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Whether to offer the possibility of tree expansion in the navigation panel." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Whether to show procedures under database in the navigation tree" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Whether to expand single database in the navigation tree automatically." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Set to 0 to collapse navigation panel." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Show logo in navigation panel." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL where logo in the navigation panel will point to." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Display server choice at the top of the navigation panel." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "String that separates databases into different tree levels." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "String that separates tables into different tree levels." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Highlight server under the mouse cursor." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Whether to show tables under database in the navigation tree" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Whether to show views under database in the navigation tree" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Whether to show functions under database in the navigation tree" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Whether to show events under database in the navigation tree" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9697,7 +9703,7 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9707,7 +9713,7 @@ msgstr "" "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9715,7 +9721,7 @@ msgstr "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9725,11 +9731,11 @@ msgstr "" "storage). If disabled, this utilises JS-routines to display query history " "(lost by window close)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "Allow users to create bookmarks that are available for all other users" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9737,7 +9743,7 @@ msgstr "" "Sets the effective time zone; possibly different than the one from your " "database server" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9745,7 +9751,7 @@ msgstr "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9753,7 +9759,7 @@ msgstr "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9761,7 +9767,7 @@ msgstr "" "A special MySQL user configured with limited permissions, more information " "available in [doc@linked-tables]documentation[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9769,7 +9775,7 @@ msgstr "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9779,7 +9785,7 @@ msgstr "" "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9789,7 +9795,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9797,7 +9803,7 @@ msgstr "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9805,7 +9811,7 @@ msgstr "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9813,7 +9819,7 @@ msgstr "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9821,7 +9827,7 @@ msgstr "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9831,13 +9837,13 @@ msgstr "" "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9847,7 +9853,7 @@ msgstr "" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9855,7 +9861,7 @@ msgstr "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9863,7 +9869,7 @@ msgstr "" "Leave blank for no \"persistent\" favourite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9871,13 +9877,13 @@ msgstr "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "See [doc@authentication-modes]authentication types[/doc] for an example." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9885,7 +9891,7 @@ msgstr "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9893,7 +9899,7 @@ msgstr "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9901,7 +9907,7 @@ msgstr "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9909,7 +9915,7 @@ msgstr "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9917,7 +9923,7 @@ msgstr "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -9925,12 +9931,12 @@ msgstr "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Defines the list of statements the auto-creation uses for new versions." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -9938,7 +9944,7 @@ msgstr "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -9946,7 +9952,7 @@ msgstr "" "Whether the tracking mechanism creates versions for tables and views " "automatically." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -9954,7 +9960,7 @@ msgstr "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -9964,7 +9970,7 @@ msgstr "" "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -9974,7 +9980,7 @@ msgstr "" "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -9982,7 +9988,7 @@ msgstr "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -9990,51 +9996,51 @@ msgstr "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Leave blank if not used." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Leave blank for defaults." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Realm name to display when doing HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Authentication method to use." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Compress connection to MySQL server." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Hide databases matching regular expression (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Hostname where MySQL server is running." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Leave empty if not using config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port on which MySQL server is listening, leave empty for default." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Socket on which MySQL server is listening, leave empty for default." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Enable SSL for connection to MySQL server." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10044,24 +10050,24 @@ msgstr "" "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Show or hide a column displaying the Creation timestamp for all tables." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Show or hide a column displaying the Last update timestamp for all tables." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Show or hide a column displaying the Last check timestamp for all tables." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10069,7 +10075,7 @@ msgstr "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10077,51 +10083,43 @@ msgstr "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Whether a user should be displayed a \"show all (rows)\" button." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Show or hide a column displaying the comments for all tables." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Show or hide a column displaying the charset for all tables." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Display the function fields in edit/insert mode." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Whether to show hint or not." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "Allow to display database and table statistics (e.g. space usage)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Mark used tables and make it possible to show databases with locked tables." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10131,7 +10129,7 @@ msgstr "" "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10139,7 +10137,7 @@ msgstr "" "Textarea size (columns) in edit mode, this value will be emphasised for SQL " "query textareas (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10147,7 +10145,7 @@ msgstr "" "Textarea size (rows) in edit mode, this value will be emphasised for SQL " "query textareas (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10159,7 +10157,7 @@ msgstr "" "For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10167,7 +10165,7 @@ msgstr "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10179,7 +10177,7 @@ msgstr "" "this if the server where phpMyAdmin is installed does not have direct access " "to the Internet. The format is: \"hostname:portnumber\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10189,7 +10187,7 @@ msgstr "" "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10197,7 +10195,7 @@ msgstr "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10205,376 +10203,376 @@ msgstr "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Highlight selected rows." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Highlight row pointed by the mouse cursor." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Number of columns for CHAR/VARCHAR textareas." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Number of rows for CHAR/VARCHAR textareas." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Log SQL queries and their execution time, to be displayed in the console" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Tab that is displayed when entering a database." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Tab that is displayed when entering a server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Tab that is displayed when entering a table." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Whether the table structure actions should be hidden." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Whether column comments should be shown in table structure view" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Show server listing as a list instead of a drop down." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "A dropdown will be used if fewer items are present." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "Default value for foreign key checks checkbox for some queries." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Uncheck the checkbox to disable drag and drop import" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "How many rows can be inserted at one time." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximum number of characters shown in any non-numeric column on browse view." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Define how long (in seconds) a login cookie is valid." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Double size of textarea for LONGTEXT columns." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maximum number of databases displayed in database list." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Maximum number of tables displayed in table list." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maximum number of recently used tables; set 0 to disable." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maximum number of favourite tables; set 0 to disable." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "These are Edit, Copy and Delete links." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Whether to show row links even in the absence of a unique key." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Disable shortcut keys" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Use natural order for sorting table and database names." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Use only icons, only text or both." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Use GZip output buffering for increased speed in HTTP transfers." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Use persistent connections to MySQL databases." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Disallow BLOB and BINARY columns from editing." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "How many queries are kept in history." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Select which functions will be used for character set conversion." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "When browsing tables, the sorting of each table is remembered." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Default sort order for tables with a primary key." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "For display Options" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Directory where exports can be saved on server." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Defines whether the query box should stay on-screen after its submission." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Title of browser window when a database is selected." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Title of browser window when nothing is selected." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Title of browser window when a server is selected." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Title of browser window when a table is selected." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Directory on server where you can upload files for import." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Allow for searching inside the entire database." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Enables check for latest version on main phpMyAdmin page." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "The password for authenticating with the proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Enable ZIP compression for import and export operations." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Choose the default action when sending error reports." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Allow login to any MySQL server" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Restrict login to MySQL server" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Allow third party framing" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Show \"Drop database\" link to normal users" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish secret" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Row marker" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Highlight pointer" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR columns editing" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Enable CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Enable linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Minimum size for input field" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maximum size for input field" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR textarea columns" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR textarea rows" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Check config file permissions" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Compress on the fly" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirm DROP queries" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Paper size" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Default database tab" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Default server tab" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Default table tab" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Enable autocomplete for table and column names" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Show column comments" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Hide table structure actions" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Default transformations for Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Default transformations for Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Default transformations for Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Default transformations for External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Default transformations for PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Default transformations for DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Default transformations for Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Default transformations for TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Default transformations for TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Display servers as a list" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Disable multi table maintenance" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maximum execution time" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Use [code]LOCK TABLES[/code] statement" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Save as file" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Character set of the file" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compression" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10582,56 +10580,56 @@ msgstr "Compression" msgid "Put columns names in the first row" msgstr "Put columns names in the first row" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Columns enclosed with" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Columns escaped with" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Replace NULL with" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Remove CRLF characters within columns" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Columns terminated with" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Lines terminated with" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel edition" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Database name template" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Server name template" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Table name template" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10641,80 +10639,80 @@ msgstr "Table name template" msgid "Dump table" msgstr "Dump table" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Include table caption" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Table caption" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Continued table caption" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Label key" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relationships" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Export method" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Save on server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Export as separate files" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Remember filename template" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Remove DEFINER clause from definitions" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Enclose table and column names with backquotes" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL compatibility mode" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Creation/Update/Check dates" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Use delayed inserts" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Disable foreign key checks" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Export views as tables" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Export related metadata from phpMyAdmin configuration storage" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Use hexadecimal for BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10722,845 +10720,845 @@ msgstr "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s view" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Use ignore inserts" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Syntax to use when inserting data" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maximal length of created query" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Export type" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Enclose export in a transaction" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Export time in UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Foreign key dropdown order" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Foreign key limit" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Foreign key checks" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "First day of calendar" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Browse mode" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Developer" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Edit mode" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Export defaults" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "General" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Import defaults" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import / export" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigation tree" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Other core settings" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Page titles" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Security" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Basic settings" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Authentication" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Server configuration" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Configuration storage" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Changes tracking" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL Query box" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Startup" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Database structure" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Tabs" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Display relational schema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Text fields" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! text" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Warnings" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Extra parameters for iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignore multiple statement errors" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Enable drag and drop import" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Partial import: allow interrupt" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Do not abort on INSERT error" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "Import empty values as NULL" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Add ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format of imported file" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Use LOCAL keyword" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Column names in first row" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Do not import empty rows" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Import currencies (£5.00 to 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Import percentages as proper decimals (12.00% to .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Partial import: skip queries" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Do not use AUTO_INCREMENT for zero values" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Read as multibytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Initial state for sliders" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Number of inserted rows" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limit column characters" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Delete all cookies on logout" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Recall user name" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Login cookie store" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Login cookie validity" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Bigger textarea for LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maximum displayed SQL length" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maximum databases" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maximum items on first level" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maximum items in branch" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maximum number of rows to display" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maximum tables" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Memory limit" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Show databases navigation as tree" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Navigation panel width" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Link with main panel" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Display logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logo link URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logo link target" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Display servers selection" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Target for quick access icon" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Target for second quick access icon" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minimum number of items to display the filter box" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Minimum number of databases to display the database filter box" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Group items in the tree" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Database tree separator" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Table tree separator" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maximum table tree depth" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Enable highlighting" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Enable navigation tree expansion" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Show tables in tree" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Show views in tree" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Show functions in tree" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Show procedures in tree" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Show events in tree" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Expand single database" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Recently used tables" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Where to show the table row links" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Show row links anyway" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Natural order" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Table navigation bar" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip output buffering" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Default sorting order" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Persistent connections" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Missing phpMyAdmin configuration storage tables" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL reserved word warning" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "How to display the menu tabs" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "How to display various action links" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Protect binary columns" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Permanent query history" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Query history length" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Allow shared bookmarks between users" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Recoding engine" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Remember table's sorting" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Primary key default sort order" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Repeat headers" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Grid editing: trigger action" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relational display" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Grid editing: save all edited cells at once" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Save directory" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Host authorisation order" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Host authorisation rules" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Allow logins without a password" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Allow root login" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Session time zone" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Bookmark table" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Column information table" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Compress connection" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Control user password" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Control user" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Control host" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Control port" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Disable use of INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Hide databases" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL query history table" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Server hostname" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Logout URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maximal number of table preferences to store" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Export templates table" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Central columns table" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Show only listed databases" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Password for config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF schema: pages table" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Server port" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Recently used table" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Favourites table" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relation table" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon session name" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Signon URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Server socket" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Use SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Designer and PDF schema: table coordinates" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Display columns table" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI preferences table" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Add DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Add DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Statements to track" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL query tracking table" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automatically create versions" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "User preferences storage table" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Users table" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "User groups table" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Hidden navigation items table" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "User for config auth" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Verbose name of this server" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Allow to display all the rows" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Show password change form" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Show create database form" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Show table comments" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Show creation timestamp" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Show last update timestamp" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Show last check timestamp" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Show table charset" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Show field types" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Show function fields" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Show hint" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Show phpinfo() link" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Show detailed MySQL server information" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Show SQL queries" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Show statistics" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Skip locked tables" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Explain SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Create PHP code" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin warning" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Login cookie validity warning" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Textarea columns" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Textarea rows" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Default title" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "List of trusted proxies for IP allow/deny" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Upload directory" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Use database search" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Enable the Developer tab in settings" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Version check" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Proxy URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proxy username" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proxy password" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL for reCAPTCHA v2 API" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Content-Security-Policy snippet for reCAPTCHA v2 API" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Request parameter for reCAPTCHA v2 API" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Response parameter for reCAPTCHA v2 API" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Public key for reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Private key for reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL for reCAPTCHA siteverify" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Send error reports" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter executes queries in console" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Enable Zero Configuration mode" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Execute queries on Enter and insert new line with Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Console height" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Console mode" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Order by" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Server connection collation" @@ -11593,7 +11591,8 @@ msgstr "Compressed import will not work due to missing function %s." msgid "Compressed export will not work due to missing function %s." msgstr "Compressed export will not work due to missing function %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -11627,7 +11626,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Open-Document Spreadsheet" @@ -11635,7 +11634,7 @@ msgstr "Open-Document Spreadsheet" msgid "OpenDocument Text" msgstr "Open-Document Text" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV using LOAD DATA" @@ -11791,7 +11790,7 @@ msgstr "" "%1$sGZip compression and decompression%2$s requires functions (%3$s) which " "are unavailable on this system." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12065,7 +12064,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Could not load export plug-ins, please check your installation!" @@ -12196,7 +12195,7 @@ msgid "Success!" msgstr "Success!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12261,7 +12260,7 @@ msgstr "If you experience any problems please submit a bug report manually." msgid "You may want to refresh the page." msgstr "You may want to refresh the page." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Bad type!" @@ -12377,16 +12376,7 @@ msgstr "" "once phpMyAdmin has been configured. Otherwise the security of your server " "may be compromised by unauthorised people downloading your configuration." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12395,7 +12385,7 @@ msgstr "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12405,7 +12395,7 @@ msgstr "" "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12415,7 +12405,7 @@ msgstr "" "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12489,7 +12479,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" statements are disabled." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK occurred.]" @@ -14379,7 +14369,7 @@ msgid "No such column" msgstr "No such column" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "String" @@ -15234,7 +15224,7 @@ msgstr "Wrong data" msgid "Wrong data or no validation for %s" msgstr "Wrong data or no validation for %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Bookmark %s created." @@ -15312,7 +15302,7 @@ msgstr "There is an issue with your request." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returned an empty result set (i.e. zero rows)." @@ -15697,27 +15687,27 @@ msgstr "" msgid "The row has been deleted." msgstr "The row has been deleted." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Query took %01.4f seconds." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Showing rows %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s total, %2$s in query" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s total" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Link not found!" @@ -16340,11 +16330,11 @@ msgstr "" msgid "web server upload directory:" msgstr "web server upload directory:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Showing SQL query" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Inserted row id: %1$d" @@ -16787,39 +16777,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "No partial dependencies found!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Coalesce" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Can't move table to same one!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Can't copy table to same one!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Table %s has been moved to %s. Privileges have been adjusted." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Table %s has been copied to %s. Privileges have been adjusted." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Table %s has been moved to %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Table %s has been copied to %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "The table name is empty!" @@ -16901,7 +16891,7 @@ msgstr "Invalid authentication method set in configuration:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "You have enabled two factor authentication, please confirm your login." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Columns separated with:" @@ -17318,7 +17308,7 @@ msgid "" msgstr "" "Database system or older MySQL server to maximise output compatibility with:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "Indentation:" @@ -17340,19 +17330,19 @@ msgid "" msgstr "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Name of the new table (optional):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Name of the new database (optional):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Import these many number of rows (optional):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17360,7 +17350,7 @@ msgstr "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17370,27 +17360,27 @@ msgstr "" "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Column names:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Invalid format of CSV input on line %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Invalid column count in CSV input on line %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Invalid parameter for CSV import: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18168,11 +18158,11 @@ msgstr "No newer stable version is available" msgid "Using bookmark \"%s\" as default browse query." msgstr "Using bookmark \"%s\" as default browse query." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Showing as PHP code" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18181,7 +18171,7 @@ msgstr "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18444,29 +18434,29 @@ msgstr "You must provide a valid table name!" msgid "You must provide a trigger definition." msgstr "You must provide a trigger definition." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "empty" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "not empty" -#: src/Types.php:161 -msgid "" -"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" -msgstr "" -"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" - #: src/Types.php:162 msgid "" +"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" +msgstr "" +"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" + +#: src/Types.php:163 +msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18474,7 +18464,7 @@ msgstr "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18482,7 +18472,7 @@ msgstr "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18490,7 +18480,7 @@ msgstr "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18498,7 +18488,7 @@ msgstr "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18506,7 +18496,7 @@ msgstr "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18516,23 +18506,23 @@ msgstr "" "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" -#: src/Types.php:191 -msgid "" -"Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " -"FLOAT)" -msgstr "" -"Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " -"FLOAT)" - #: src/Types.php:192 msgid "" +"Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " +"FLOAT)" +msgstr "" +"Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " +"FLOAT)" + +#: src/Types.php:193 +msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18540,21 +18530,21 @@ msgstr "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "A date, supported range is %1$s to %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "A date and time combination, supported range is %1$s to %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18566,12 +18556,12 @@ msgstr "" "UTC on 64-bit platforms (MariaDB 11.5 and later), stored as the number of " "seconds since the epoch (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "A time, range is %1$s to %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18579,7 +18569,7 @@ msgstr "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18587,7 +18577,7 @@ msgstr "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18596,7 +18586,7 @@ msgstr "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18604,7 +18594,7 @@ msgstr "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18612,7 +18602,7 @@ msgstr "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18620,7 +18610,7 @@ msgstr "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18630,7 +18620,7 @@ msgstr "" "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18638,7 +18628,7 @@ msgstr "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18646,7 +18636,7 @@ msgstr "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18654,7 +18644,7 @@ msgstr "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18662,7 +18652,7 @@ msgstr "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18670,7 +18660,7 @@ msgstr "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18678,71 +18668,71 @@ msgstr "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" -#: src/Types.php:278 -msgid "" -"An enumeration, chosen from the list of up to 65,535 values or the special " -"'' error value" -msgstr "" -"An enumeration, chosen from the list of up to 65,535 values or the special " -"'' error value" - #: src/Types.php:279 +msgid "" +"An enumeration, chosen from the list of up to 65,535 values or the special " +"'' error value" +msgstr "" +"An enumeration, chosen from the list of up to 65,535 values or the special " +"'' error value" + +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "A single value chosen from a set of up to 64 members" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "A type that can store a geometry of any type" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "A point in 2-dimensional space" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "A curve with linear interpolation between points" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "A polygon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "A collection of points" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "A collection of curves with linear interpolation between points" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "A collection of polygons" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "A collection of geometry objects of any type" -#: src/Types.php:288 -msgid "" -"Stores and enables efficient access to data in JSON (JavaScript Object " -"Notation) documents" -msgstr "" -"Stores and enables efficient access to data in JSON (JavaScript Object " -"Notation) documents" - #: src/Types.php:289 msgid "" +"Stores and enables efficient access to data in JSON (JavaScript Object " +"Notation) documents" +msgstr "" +"Stores and enables efficient access to data in JSON (JavaScript Object " +"Notation) documents" + +#: src/Types.php:290 +msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bit UUID (Universally Unique Identifier)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" @@ -18750,21 +18740,21 @@ msgstr "" "Stores vector data optimised for operations such as similarity search and " "machine learning applications" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "Intended for storage of XML data" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numeric" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Date and time" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spatial" @@ -18809,6 +18799,24 @@ msgstr "Error in ZIP archive:" msgid "No files found inside ZIP archive!" msgstr "No files found inside ZIP archive!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin warning" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." + #~ msgid "The fullscreen request was denied." #~ msgstr "The fullscreen request was denied." diff --git a/resources/po/enm.po b/resources/po/enm.po index c719b8815f..cf9b5659fc 100644 --- a/resources/po/enm.po +++ b/resources/po/enm.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-20 13:11+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: English (Middle) %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3602,7 +3602,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3612,7 +3612,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3924,8 +3924,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3947,7 +3947,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3983,17 +3983,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4441,28 +4441,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5468,7 +5482,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5541,7 +5555,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6102,7 +6116,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6184,7 +6198,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6245,7 +6259,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6291,7 +6305,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6761,7 +6775,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6923,32 +6937,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8602,14 +8616,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8787,329 +8793,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9117,478 +9123,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9596,13 +9596,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9610,391 +9610,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10002,56 +10002,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10061,924 +10061,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11011,7 +11011,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11045,7 +11046,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11053,7 +11054,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11174,7 +11175,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11436,7 +11437,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11560,7 +11561,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11618,7 +11619,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11704,35 +11705,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11795,7 +11789,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13596,7 +13590,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14328,7 +14322,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14406,7 +14400,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14777,27 +14771,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15354,11 +15348,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15756,39 +15750,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15862,7 +15856,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16258,7 +16252,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16279,52 +16273,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17011,18 +17005,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17275,95 +17269,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17371,170 +17365,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/eo.po b/resources/po/eo.po index 3ba1beff5c..94a0f5860d 100644 --- a/resources/po/eo.po +++ b/resources/po/eo.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-07-28 21:10+0000\n" "Last-Translator: Robin van der Vliet \n" "Language-Team: Esperanto %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3686,7 +3686,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Reen" @@ -3696,7 +3696,7 @@ msgstr "Reen" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importi" @@ -4028,8 +4028,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Datumbazoj" @@ -4051,7 +4051,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4091,17 +4091,17 @@ msgid "Features" msgstr "Trajtoj" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4576,28 +4576,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Konfirmi" @@ -5634,7 +5648,7 @@ msgid "Current server:" msgstr "Nuna servilo:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serviloj" @@ -5715,7 +5729,7 @@ msgid "Test:" msgstr "Testi" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Servilo" @@ -6284,7 +6298,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6370,7 +6384,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6431,7 +6445,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6477,7 +6491,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6957,7 +6971,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7123,32 +7137,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizi" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Ripari" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8902,14 +8916,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vjetnama" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9101,329 +9107,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9431,478 +9437,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9910,13 +9910,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9924,391 +9924,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Konservi kiel dosieron" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Densigo" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10316,56 +10316,56 @@ msgstr "Densigo" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10375,935 +10375,935 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Rilatoj" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select a template" msgid "Remember filename template" msgstr "Elekti ŝablonon" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "%s value" msgid "%s view" msgstr "%s valoro" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Programisto" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Ĝenerala" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importi / eksporti" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Sekureco" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Aŭtentigo" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Langetoj" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avertoj" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Server charset:" msgid "Show table charset" msgstr "Servila signaro:" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Krei PHP-kodon" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Konzolo" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Konzolo" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11336,7 +11336,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimuma %s" @@ -11370,7 +11371,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11378,7 +11379,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11499,7 +11500,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Servilo %d" @@ -11765,7 +11766,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11891,7 +11892,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11949,7 +11950,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -12035,35 +12036,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12126,7 +12120,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14037,7 +14031,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Ĉeno" @@ -14771,7 +14765,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14849,7 +14843,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15222,29 +15216,29 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s tabelo" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15805,11 +15799,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16209,39 +16203,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16315,7 +16309,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16712,7 +16706,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Documentation" msgid "Indentation:" @@ -16735,54 +16729,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Columns" msgid "Column names:" msgstr "Kolumnoj" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17484,18 +17478,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17748,95 +17742,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17844,170 +17838,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Nombra" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Dato kaj tempo" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/es.po b/resources/po/es.po index 1855372705..821d5a6fee 100644 --- a/resources/po/es.po +++ b/resources/po/es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-10-24 20:03+0000\n" "Last-Translator: Gustavo Gutierrez \n" "Language-Team: Spanish %s" msgstr "Guardar en el servidor en el directorio %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Sobreescribir el(los) archivo(s) existente(s)" @@ -3657,7 +3657,7 @@ msgstr "Escoger" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Volver" @@ -3667,7 +3667,7 @@ msgstr "Volver" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importar" @@ -4017,8 +4017,8 @@ msgstr "Carga SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Bases de datos" @@ -4040,7 +4040,7 @@ msgid "Recent" msgstr "Reciente" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tablas favoritas" @@ -4079,17 +4079,17 @@ msgid "Features" msgstr "Características" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Consultas SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Panel de navegación" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Panel principal" @@ -4571,13 +4571,28 @@ msgstr "Comprobar los privilegios para la base de datos \"%s\"." msgid "Check privileges" msgstr "Seleccionar privilegios" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Ejecutar la(s) consulta(s) SQL en la base de datos %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4585,16 +4600,16 @@ msgstr "" "Nota: Activar aquí las estadísticas de la base de datos podría causar " "tráfico pesado entre el servidor web y el servidor MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Activar estadísticas" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "No hay bases de datos" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirmar" @@ -5668,7 +5683,7 @@ msgid "Current server:" msgstr "Servidor actual:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servidores" @@ -5752,7 +5767,7 @@ msgid "Test:" msgstr "Prueba:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Servidor" @@ -6358,7 +6373,7 @@ msgstr "Mostrar el formulario" msgid "Show hidden messages" msgstr "Mostrar mensajes ocultos" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tipo de autenticación" @@ -6440,7 +6455,7 @@ msgid "Detailed profile" msgstr "Perfilación detallada" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Orden" @@ -6501,7 +6516,7 @@ msgstr "Gráfica de pastel perfilando resultados." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Su consulta se ejecutó con éxito." @@ -6547,7 +6562,7 @@ msgstr "Delimitador" msgid "Show this query here again" msgstr "Mostrar esta consulta otra vez" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Mantener la caja de texto con la consulta" @@ -7026,7 +7041,7 @@ msgid "Delete the view (DROP)" msgstr "Borrar la vista (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Estructura de tabla" @@ -7194,32 +7209,32 @@ msgid "Index length" msgstr "Longitud del índice" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analice" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Revise" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimice" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Reconstruya" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Repare" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Truncar" @@ -9135,14 +9150,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamita" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9325,19 +9332,19 @@ msgstr "todo lo anterior" msgid "neither of the above" msgstr "ninguno de los anteriores" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Los usuarios no pueden definir un valor más alto" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Si el usuario puede elegir cualquier servidor MySQL en el formulario de " "inicio de sesión para la autenticación con cookies." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9348,7 +9355,7 @@ msgstr "" "haciendo coincidir la IP o nombre de host del servidor MySQL para la " "expresión regular dada." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9358,7 +9365,7 @@ msgstr "" "phpMyAdmin dentro de un frame, y es un potencial [strong]agujero de " "seguridad[/strong] que permite ataques de cross-frame scripting (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9366,15 +9373,15 @@ msgstr "" "Passphrase secreta que se usa para encriptar las cookies en la autenticación " "con [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Habilitar compresión bzip2, para las operaciones de importación." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "ingrese el URL de su API reCAPTCHA v2 compatible." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9382,30 +9389,30 @@ msgstr "" "Ingrese el fragmento de politica de seguridad de contenido para su API " "compatible con reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Ingrese el parametro requerido para su API compatible con reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Ingrese el parámetro de respuesta usado por su API compatible con reCAPTCHA " "v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Ingrese su llave pública para el servicio reCAPTCHA de su dominio." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Ingrese su llave privada para el servicio reCAPTCHA de su dominio." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Ingrese la URL de verificación de su sitio para su servicio reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9415,7 +9422,7 @@ msgstr "" "VARCHAR; [kbd]input[/kbd] - permite limitar la longitud del input, " "[kbd]textarea[/kbd] - permite líneas nuevas en los campos." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9423,7 +9430,7 @@ msgstr "" "Utilizar el editor SQL (CodeMirror) con resaltado de sintaxis y números de " "línea." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9431,7 +9438,7 @@ msgstr "" "Encuentre errores en la consulta antes de ejecutarlo. Requiere que " "CodeMirror esté habilitado." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9439,7 +9446,7 @@ msgstr "" "Define el tamaño mínimo de los campos de entrada para columnas CHAR y " "VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9447,7 +9454,7 @@ msgstr "" "Define el tamaño máximo de los campos de entrada para columnas CHAR y " "VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9456,7 +9463,7 @@ msgstr "" "memoria; si halla problemas con archivos comprimidos con gzip deshabilite " "esta opción." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9464,15 +9471,15 @@ msgstr "" "Si se debe mostrar o no una advertencia (\"Está absolutamente seguro…\") " "cuando está a punto de perder datos." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Autocompletado de nombres de tablas y columnas en la consulta SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9481,7 +9488,7 @@ msgstr "" "Se sobrescribirán si la transformación se rellena en la página de estructura " "de la tabla." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9489,7 +9496,7 @@ msgstr "" "Desactivar las operaciones masivas de mantenimiento en tablas como " "optimización y reparación de las tablas seleccionadas de una base de datos." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9497,12 +9504,12 @@ msgstr "" "Definir el tiempo máximo permitido (en segundos) para la ejecución de un " "script ([kbd]0[/kbd] para ilimitado)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Excluir la definición de usuario actual" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9511,7 +9518,7 @@ msgstr "" "foráneas; [kbd]content[/kbd] son los datos referidos, [kbd]id[/kbd] es el " "valor clave." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9520,7 +9527,7 @@ msgstr "" "[doc@faq6-27]documentación[/doc] para ver las palabras mágicas que podrán " "ser usadas para obtener valores especiales." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9528,7 +9535,7 @@ msgstr "" "Tenga en cuenta que phpMyAdmin es solamente una interfaz y sus opciones no " "limitan a MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9536,7 +9543,7 @@ msgstr "" "Configuración avanzada del servidor, no cambie estas opciones a menos que " "usted conozca como funcionan." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9546,7 +9553,7 @@ msgstr "" "acceso a funciones adicionales, vea [doc@linked-tables] Configuración de " "almacenamiento de phpMyAdmin[/doc] en la documentación." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9554,119 +9561,119 @@ msgstr "" "Seguimiento de cambios hechos en la base de datos. Requiere almacenamiento " "de configuración phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Cambiar las opciones de la modalidad de visualización." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personalizar las opciones predeteminadas." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Configuración para desarrolladores de phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Cambiar las opciones de la modalidad de edición." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personalizar las opciones comunes de exportación predeteminadas." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Definir algunas opciones usadas normalmente." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personalizar las opciones comunes de importación predeteminadas." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "Seleccione los directorios para importar y exportar así como las opciones de " "compresión." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opciones para visualizar las bases de datos." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Cambiar la apariencia del panel de navegación." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personalizar el árbol de navegación." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opciones para visualizar los servidores." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opciones para visualizar las tablas." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Parámetros que no encajaban en otra parte." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Configuración de autentificación." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Escriba los ajustes básicos del servidor." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Cambiar los enlaces mostrados en las ventanas de consulta SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Configuración de las consultas SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Cambiar las opciones de la página de arranque." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Elija los detalles a mostrar en la estructura de base de datos (lista de " "tablas)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Configuración de la estructura de la tabla (lista de columnas)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Seleccione como quiere que funcionen las tabulaciones." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personalizar los campos de entrada de texto." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personalizar las opciones predeteminadas" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desactivar algunas de las advertencias mostradas por phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "Habilitar compresión gzip para las operaciones de importación y exportación." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9674,7 +9681,7 @@ msgstr "" "De estar activado, phpMyAdmin continúa computando consultas con múltiples " "sentencias incluso si falló una de las consultas." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9684,7 +9691,7 @@ msgstr "" "acercando al límite de tiempo. Esta puede ser una buena forma para importar " "archivos grandes, sin embargo, puede romper las transacciones." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9692,15 +9699,15 @@ msgstr "" "Formato predeterminado; tenga presente que esta lista depende de la " "localización (base de datos, tabla) y solamente SQL está disponible siempre." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Actualizar datos cuando las importaciones de llaves están duplicadas" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Número de consultas a saltarse desde el inicio." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9712,7 +9719,7 @@ msgstr "" "que debe finalizar sesión de otros servidores cuando se conecta a múltiples " "servidores." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9720,7 +9727,7 @@ msgstr "" "Define si el inicio de sesión anterior se debe recordar o no en la modalidad " "autenticación mediante [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9732,11 +9739,11 @@ msgstr "" "para la sesión actual y se borrará tan pronto cierre la ventana del " "navegador. Esto es recomendable para entornos no confiables." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Número máximo de caracteres usados al mostrar una consulta SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9744,7 +9751,7 @@ msgstr "" "El número de elementos que pueden ser mostrados en cada página en el primer " "nivel del árbol de navegación." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9752,7 +9759,7 @@ msgstr "" "El número de elementos que pueden ser mostrados en cada página del árbol de " "navegación." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9761,7 +9768,7 @@ msgstr "" "juego de resultados contiene más filas, aparecerán enlaces \"Anterior\" y " "\"Siguiente\"." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9769,18 +9776,18 @@ msgstr "" "El número de bytes que un script tiene permitido reservar. ej. [kbd]32M[/" "kbd] ([kbd]-1[/kbd] para ilimitado y [kbd]0[/kbd] para no cambiar)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "En el panel de navegación, reemplaza el árbol de base de datos con un " "selector" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Enlace con el panel principal resaltando la base de datos o tabla actual." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9788,7 +9795,7 @@ msgstr "" "Abrir la página enlazada en la ventana principal ([code]principal[/code]) o " "en una nueva ([code]nueva[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9796,7 +9803,7 @@ msgstr "" "Define el número mínimo de elementos (tablas, vistas, rutinas y eventos) " "para mostrar un cuadro de filtro." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9804,71 +9811,71 @@ msgstr "" "Agrupar elementos en el árbol de navegación (determinado por el separador " "definido abajo en las pestañas superiores de Bases de datos y Tablas)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Si tendrá la posibilidad de expandir el árbol en el panel de navegación." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Si se muestran los procedimientos bajo la base de datos en el árbol de " "navegación" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Si se debe desglosar automáticamente una base de datos individual en el " "árbol de navegación." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Asignar 0 para ocular el panel de navegación." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Mostrar el logo en el panel de navegación." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL a la que apuntará el logo en el panel de navegación." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" "Mostrar la elección de servidor en la parte superior del panel de navegación." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Cadena que separa bases de datos en diferentes niveles de árbol." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Cadena que separa tablas en diferentes niveles de árbol." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Resaltar servidor bajo el cursor." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Si se muestran las tablas bajo base de datos en el árbol de navegación" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Si se muestran vistas bajo base de datos en el árbol de navegación" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Si se muestran las funciones bajo la base de datos en el árbol de navegación" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Si se muestran eventos bajo la base de datos en el árbol de navegación" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9876,7 +9883,7 @@ msgstr "" "[kbd]SMART[/kbd] - es decir: orden descendente para columnas de tipo TIME, " "DATE, DATETIME y TIMESTAMP, ascendente en los demás casos." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9886,7 +9893,7 @@ msgstr "" "de los detalles de la base de datos si alguna de las tablas requeridas por " "phpMyAdmin no pudo ser encontrada en el almacenamiento de configuración." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9895,7 +9902,7 @@ msgstr "" "Estructura si algún nombre de columna en una tabla es una palabra reservada " "de MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9906,13 +9913,13 @@ msgstr "" "rutinas JavaScript para mostrar el histórico de consultas (olvidado al " "cerrar la ventana)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Permitir que los usuarios creen favoritos que estén disponibles a todos los " "otros usuarios" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9920,7 +9927,7 @@ msgstr "" "Establece la zona horaria efectiva; posiblemente diferente a la de su " "servidor de base de datos" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9928,7 +9935,7 @@ msgstr "" "Deje en blanco para no dar soporte [doc@bookmarks@]bookmark[/doc], de manera " "predeterminada: [kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9936,7 +9943,7 @@ msgstr "" "Dejar en blanco para comentarios sin columna/tipos de medios, sugerido: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9944,7 +9951,7 @@ msgstr "" "Un usuario MySQL especial configurado con permisos limitados, más " "información disponible en la [doc@linked-tables]documentación[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9952,7 +9959,7 @@ msgstr "" "Alternativa para guardar el almacenamiento de configuración; deje vacío para " "utilizar el ya definido." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9962,7 +9969,7 @@ msgstr "" "almacenamiento de configuración; deje vacío para utilizar el puerto " "predeterminado o el puerto ya definido si el servidor de control es el mismo." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9972,7 +9979,7 @@ msgstr "" "issues/8970]Rastreador de problemas de phpMyAdmin[/a] y[a@https://bugs.mysql." "com/19588]Errores de MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9980,7 +9987,7 @@ msgstr "" "Dejar en blanco para evitar soporte de histórico de consultas SQL, sugerido: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9988,7 +9995,7 @@ msgstr "" "Limita la cantidad de preferencias sobre tablas que serán almacenadas en la " "base de datos, las más antiguas serán eliminadas automáticamente." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9996,7 +10003,7 @@ msgstr "" "Dejar en blanco para evitar exportar el soporte de plantilla, sugerido: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10004,7 +10011,7 @@ msgstr "" "Dejar en blanco para desactivar el soporte a las columnas centrales, " "sugerencia: [kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10014,14 +10021,14 @@ msgstr "" "desea usar sus instancias literales, es decir, use [kbd]'my\\_db'[/kbd] y no " "[kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Dejar en blanco para evitar soporte para esquema en PDF, sugerido: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10031,7 +10038,7 @@ msgstr "" "PDF. Ver [doc@linked-tables]pmadb[/doc] para información completa. Deje en " "blanco para que no exista soporte. Predeterminado: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10039,7 +10046,7 @@ msgstr "" "Deje en blanco para eliminar la \"persistencia\" de las tablas recientemente " "utilizadas entre sesiones, valor sugerido: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10047,7 +10054,7 @@ msgstr "" "Deje en blanco para evitar conservar de manera \"persistente\" sus tablas " "favoritas, valor sugerido: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10055,14 +10062,14 @@ msgstr "" "Deje en blanco para no dar soporte a [doc@relations@]relation-links[/doc], " "sugerida: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Ver [doc@authentication-modes]tipos de autenticación[/doc] para conocer un " "ejemplo." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10070,7 +10077,7 @@ msgstr "" "Dejar en blanco para evitar soporte de esquema en PDF, sugerido: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10078,7 +10085,7 @@ msgstr "" "Tabla para describir la presentación de las celdas, deje en blanco para " "quitar soporte, sugerido: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10087,7 +10094,7 @@ msgstr "" "interfaz de tablas entre sesiones, valor sugerido: [kbd]pma__table_uiprefs[/" "kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10095,7 +10102,7 @@ msgstr "" "Si se incluye la sentencia DROP DATABASE IF EXISTS como primera línea del " "registro al crear una base de datos o no." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10103,7 +10110,7 @@ msgstr "" "Si se incluye la sentencia DROP TABLE IF EXISTS como primera línea del " "registro al crear una tabla." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10111,13 +10118,13 @@ msgstr "" "Si se incluye la sentencia DROP VIEW IF EXISTS como primera línea del " "registro al crear una vista." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definir la lista de sentencias que la creación automática usa para nuevas " "versiones." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10125,7 +10132,7 @@ msgstr "" "Deje en blanco para eliminar soporte de seguimiento de consultas SQL, valor " "sugerido: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10133,7 +10140,7 @@ msgstr "" "Si el mecanismo de seguimiento crea versiones para tablas y vistas " "automáticamente o no." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10141,7 +10148,7 @@ msgstr "" "Deje en blanco para evitar el almacenamiento de preferencias en la base de " "datos, valor sugerido: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10151,7 +10158,7 @@ msgstr "" "característica de menús configurables; dejar en blanco cada uno de ellos, " "deshabilitará esta característica, sugerido: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10161,7 +10168,7 @@ msgstr "" "personalizables; dejar cualquiera de ellas en blanco desactivará esta " "funcionalidad; valor sugerido: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10169,65 +10176,65 @@ msgstr "" "Deje en blanco para desactivar la funcionalidad para mostrar y ocultar los " "elementos de navegación, valor sugerido: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "Nombre del servidor donde el servidor SQL se está ejecutando." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Deje en blanco si no necesita usarlo." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Deje en blanco para usar los valores predeterminados." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Nombre a mostrar como dominio (HTTP Basic Auth Realm) durante la " "autenticación HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Método de autenticación a usar." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Conexión de compresión con el servidor SQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Ocultar las bases de datos que cumplen con los criterios de las expresiones " "regulares (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Descripción del servidor." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Deje vacío si no está usando config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "El puerto al cual ha sido asociado el servidor MySQL, deje vacío para usar " "el predeterminado." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "El puerto escuchado por el servidor MySQL, deje vacío para usar los valores " "predeterminados." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Habilitar SSL para conexión con el servidor SQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10237,27 +10244,27 @@ msgstr "" "debido a que la contraseña está incluída en el archivo de configuración; " "esto no limita la capacidad de ejecutar la misma orden directamente." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostrar o esconder una columna con las marcas temporales de creación para " "todas las tablas." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostrar o esconder una columna con la marca temporal de la última " "actualización para todas las tablas." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostrar o esconder una columna con la marca temporal de la última revisión " "para todas las tablas." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10265,7 +10272,7 @@ msgstr "" "Si inicialmente se muestran los campos de tipo en el modo de edición/" "inserción o no." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10273,58 +10280,50 @@ msgstr "" "Mostrar enlace a [a@https://php.net/manual/es/function.phpinfo.php]phpinfo()" "[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Si el usuario puede ver un botón \"mostrar todos (los registros)\" o no." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Mostrar u ocultar una columna, mostrando los comentarios de todas las tablas." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Mostrar u ocultar una columna, mostrando conjunto de caracteres de todas las " "tablas." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Mostrar campos de función en el modo de edición/inserción." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Si mostrar ayudas o no." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Define si los enunciados SQL generados por phpMyAdmin se deben mostrar." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Permitir mostrar estadísiticas de base de datos y tablas (por ejemplo uso de " "espacio)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marcar tablas usadas y hacer posible el mostrar bases de datos con tablas " "bloqueadas." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Desactivar el aviso predeterminado que se muestra en la página principal, si " -"se detecta Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10334,7 +10333,7 @@ msgstr "" "Estructura si algún nombre de columna en una tabla es una palabra reservada " "de MySQL." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10343,7 +10342,7 @@ msgstr "" "será aumentado en áreas de texto para consultas SQL (x2)." # See translation string 813 -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10351,7 +10350,7 @@ msgstr "" "Tamaño (en filas) del área de texto en el modo de edición, este valor será " "aumentado en áreas de texto para consultas SQL (x2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10363,7 +10362,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente del proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10371,7 +10370,7 @@ msgstr "" "Cuando esta desactivado, los usuarios no pueden establecer ninguna de las " "opciones situadas más abajo, sin importar la casilla de la derecha." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10383,7 +10382,7 @@ msgstr "" "el que está instalado phpMyAdmin no tiene acceso directo a internet. El " "formato es: \"servidor:puerto\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10394,7 +10393,7 @@ msgstr "" "una autenticación básica. Actualmente no se posee compatibilidad con otros " "tipos de autenticación." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10402,7 +10401,7 @@ msgstr "" "Las consultas se ejecutan pulsando Enter (en lugar de Ctrl+Enter). Las " "nuevas líneas se insertarán con Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10410,395 +10409,395 @@ msgstr "" "Activar el modo de «Configuración Zero» que le permite definir las tablas " "del almacenamiento de configuración de phpMyAdmin automáticamente." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Resaltar las filas seleccionadas." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Resaltar las filas señaladas por el cursor del ratón." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Número de columnas para las áreas de texto CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Número de filas para las áreas de texto CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "El registro de consultas SQL y su tiempo de ejecución, se mostrará en la " "consola" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Pestaña que se muestra cuando accede a una base de datos." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Pestaña que se muestra cuando accede a un servidor." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Pestaña que se muestra cuando accede a una tabla." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Si se debe esconder las acciones sobre la estructura de la tabla." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Si los comentarios de la columna deben mostrarse en la vista de la " "estructura de tabla" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Mostrar los servidores en una lista en lugar de una caja desplegable." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Se usará un menú dropdown si hay menos ítems presentes." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "El valor predeterminado de la clave externa, controla los checkbox para " "algunas consultas." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Desmarque la casilla de verificación para desactivar la importación de " "arrastrar y soltar" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Cuántas filas se pueden insertar de una vez." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Cantidad máxima de caracteres a mostrar en un campo no-numérico en vista de " "navegación." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Define por cuánto tiempo (en segundos) es válido un cookie de inicio de " "sesión." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Doble tamaño del textarea para las columnas LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" "Número máximo de bases de datos mostradas en una lista de bases de datos." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Número máximo de tablas mostradas en una lista de tablas." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Número máximo de tablas recientemente utilizadas; 0 para desactivar." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Cantidad máxima de tablas favoritas; 0 para desactivar." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Estos son los enlaces para Editar, Copiar y Borrar." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Si se muestran enlaces de fila, incluso en ausencia de una clave única." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Deshabilitar teclas de atajos" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Utilizar orden natural para ordenar nombres de tablas y bases de datos." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Use solamente íconos, solamente texto o ambos." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Utilizar búfer en salida de GZip para mayor velocidad en transferencias HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Use conexiones persistentes para las bases de datos MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "No permitir la edición de columnas BLOB y BINARIAS." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Cuántas consultas se guardan en el histórico." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Seleccione cuáles funciones se usarán para la conversión del conjunto de " "caracteres." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Al explorar tablas, se recordará el ordenamiento de cada tabla." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Ordenación predeterminada para tablas con una clave primaria." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repetir cabecera cada X celdas, [kbd]0[/kbd] desactiva esta funcionalidad." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Opciones de visualización" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" "Directorio donde los archivos exportados se pueden guardar en el servidor." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Define si la consulta se mostrará aún después de enviar el formulario." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Título de la ventana al seleccionar una base de datos." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Título de la ventana cuando no hay nada seleccionado." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Título de la ventana cuando se ha seleccionado un servidor." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Título de la ventana cuando se ha seleccionado un tabla." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Directorio en el servidor donde puede subir archivos para importar." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Permite hacer una búsqueda dentro de toda la base de datos." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Habilita la verificación de la última versión en la página principal de " "phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "La contraseña para autenticar con el proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" "Habilitar compresión ZIP para las operaciones de importación y exportación." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Elija la acción predefinida en el envio de reportes de error." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Permitir el inicio de sesión en cualquier servidor MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Restringir el acceso al servidor MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Permitir framing de terceros" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Mostrar el enlace \"Eliminar base de datos\" a usuarios normales" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Secreto Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Marcador de fila" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Resaltar puntero" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Edición de columnas CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Activar «CodeMirror»" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Habilitar Linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Tamaño mínimo para campos de entrada" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Tamaño máximo para campos de entrada" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Columnas para las áreas de texto CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Filas para las áreas de texto CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Revise los permisos en el archivo de configuración" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Comprimir sobre la marcha" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirmar las consultas DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Tamaño del papel" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Ceja predeterminada de la base de datos" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Ceja predeterminada para el servidor" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Ceja predeterminada de la tabla" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Permitir autocompletado para nombres de tablas y columnas" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Mostrar comentarios de la columna" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Esconder acciones sobre la estructura de la tabla" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Transformaciones predeterminadas para Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Transformaciones predeterminadas para Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Transformaciones predeterminadas para Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Transformaciones predeterminadas para External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Transformaciones predeterminadas para PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Transformaciones predeterminadas para DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Transformaciones predeterminadas para Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Transformaciones predeterminadas para TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Transformaciones predeterminadas para TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Mostrar los servidores en una lista" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Desactivar mantenimiento multi tabla" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Tiempo máximo de ejecución" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Utiliza la sentencia [code] LOCK TABLES [/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Guardar como archivo" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Conjunto de caracteres del archivo" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compresión" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10806,58 +10805,58 @@ msgstr "Compresión" msgid "Put columns names in the first row" msgstr "Poner los nombres de campo en la primera fila" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Columnas encerradas entre" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Caracter de escape de columnas" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Reemplazar NULL con" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Eliminar los caracteres CRLF en las columnas" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Columnas terminadas con" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Líneas terminadas en" # Used on libraries/export/csv.php to decide what level of compatibility needs # due to excel version -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Versión de Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Nombre de la plantilla de la base de datos" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Nombre de la plantilla del servidor" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Nombre de la plantilla de la tabla" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10867,81 +10866,81 @@ msgstr "Nombre de la plantilla de la tabla" msgid "Dump table" msgstr "Volcar tabla" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Incluir el subtitulado de la tabla" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Subtitulado de la tabla" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Continuación del subtitulado de la tabla" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Clave de la etiqueta" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relaciones" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Método de exportación" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Guardar en el servidor" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportar como archivos separados" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Recordar plantilla de nombre de archivo" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Eliminar la cláusula DEFINER de las definiciones" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Encerrar nombres de tabla y columna con comillas invertidas" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Modo compatible con SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Fechas de creación/actualización/revisión" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Utilizar inserciones con retraso" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Deshabilitar la revisión de las claves foráneas" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportar vistas como tablas" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exportar metadatos relacionados de la configuración almacenada de phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Use hexadecimal para BINATY y BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10949,854 +10948,854 @@ msgstr "" "Añadir SI NO EXISTE (menos eficiente porque los índices se generarán durante " "la creación de la tabla)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s vista" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Usar la opción ignore inserts" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintaxis a utilizar para insertar datos" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Longitud máxima de la consulta creada" # Used as description for SQL syntax Export Type (options are INSERT, UPDATE # and REPLACE) -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tipo de exportación" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Incluir lo exportado en una transacción" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exportar hora en UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Orden de despliegue de las claves foráneas" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Límite de las claves foráneas" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Revisión de claves foráneas" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Primer día del calendario" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Modalidad de navegación" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Desarrollador" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Modalidad de edición" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Exportar las opciones predeterminadas" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "General" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importar las opciones predeterminadas" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importar / exportar" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Árbol de navegación" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Otros parámetros cruciales" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Títulos de página" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Seguridad" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Configuraciones básicas" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autentificación" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configuración del servidor" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Almacenamiento de configuración" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Seguimiento de cambios" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Ventana de consultas SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Inicio" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Estructura de base de datos" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Tabulaciones" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Mostrar esquema relacional" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Campos de texto" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texto «Texy!»" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Advertencias" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parámetros adicionales para iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorar errores en sentencias múltiples" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Habilitar la importación mediante arrastrar y soltar" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importación parcial: permitir interrupciones" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "No abortar si ocurre un error con INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Agregar ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formato del archivo importado" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Use la palabra clave LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Nombres de columna en la primera fila" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "No importar filas vacías" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importar monedas (€5.00 como 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importar porcentajes como números decimales (12.00% como .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importación parcial: saltarse las consultas" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "No utilizar AUTO_INCREMENT para los valores iguales a cero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Leer como conjunto de Bytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Estado inicial de los deslizadores" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Número de filas insertadas" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Límite de caracteres de la columna" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Eliminar todas las cookies al finalizar sesión" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Recordar el nombre del usuario" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Almacenamiento de cookies de inicio de sesión" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validez del cookie usado para el inicio de sesión" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "textarea más grande para LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Máxima longitud al mostrar consulta SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Número máximo de bases de datos" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Cantidad máxima de elementos en el primer nivel" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Cantidad máxima de elementos en una rama" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Máximo número de filas a mostrar" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Número máximo de tablas" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Límite de la memoria" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Mostrar las bases de datos navegación como árbol" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Anchura del panel de navegación" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Enlace al panel principal" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Mostrar el logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL para enlace del logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logo destino del enlace" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Mostrar la selección de servidores" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Destino para el icono de acceso rápido" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Objetivo para el segundo icono de acceso rápido" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Número mínimo de elementos para mostrar la caja de filtro" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Número mínimo de bases de datos a mostrar en la ventana de filtro de bases " "de datos" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Agrupar elementos en el árbol" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separador de árbol de base de datos" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separador de árbol de tablas" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Profundidad máxima del árbol de tablas" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Permitir destacar" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Activar la expansión del árbol de navegación" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Mostrar tablas en árbol" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Mostrar vistas en árbol" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Mostrar funciones en árbol" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Mostrar procedimientos en árbol" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Mostrar eventos en árbol" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Expandir la base de datos única" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tablas recientemente utilizadas" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Donde mostrar los enlaces de filas de tabla" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Mostrar enlaces de fila de todas maneras" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Orden natural" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Barra de navegación mediante tablas" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Buffer de salida de GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Orden de despliegue predeterminado" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Conexiones persistentes" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Faltan las tablas de almacenaje de configuración de phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Advertencia de palabra reservada de MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Cómo mostrar las pestañas del menú" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Cómo mostrar varios enlaces de acciones" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Proteger los campos binarios" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Histórico permanente de consultas" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Longitud del histórico de consultas" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Permite compartir favoritos entre usuarios" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Motor de recodificación" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Recordar ordenamiento de la tabla" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Ordenación predeterminada por clave primaria" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Repetir cabeceras" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Edición de grilla: disparador de acción" # Display option apparently related to # https://www.phpmyadmin.net/documentation/#relation -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Mostrar columna de relación" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Edición de grilla: guardar todas las celdas editadas simultáneamente" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Directorio de almacenamiento" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Orden en que se autentica el Host" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Reglas de autorización del Host" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Permitir inicio de sesión sin contraseña" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Permitir el inicio de sesión como root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Huso horario de la sesión" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Dominio HTTP (Realm)" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Agregar tabla a favoritos" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabla con información de la columna" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Conexión de compresión" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Controlar la contraseña del usuario" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Controlar al usuario" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Anfitrión de control" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Puerto de control" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Deshabilitar el uso de INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Ocultar las bases de datos" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabla de histórico de consultas SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nombre del servidor" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL de fin de sesión" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Número máximo de preferencias sobre tablas a almacenar" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportar tabla de plantillas" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabla de columnas centrales" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Muestre solamente las bases de datos listadas" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Contraseña para config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Esquema de PDF: tabla de páginas" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Puerto del servidor" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Tabla recientemente utilizada" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tablas favoritas" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabla de relaciones" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nombre de la sesión al signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL de signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Puerto del servidor" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Usar SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Esquema en PDF y diseñador: tabla de coordenadas" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Mostrar tabla de columnas" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Preferencias de interfaz de tablas" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Agregar DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Agregar DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Sentencias a hacer seguimiento" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabla de seguimiento de consultas SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Crear versiones automáticamente" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabla de almacenamiento de preferencias de usuario" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabla de usuarios" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Usar la tabla de groupos («groups»)" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabla de elementos de navegación ocultos" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Usuario para config auth" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nombre del servidor, forma extendida" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Permitir que se muestren todas las filas" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Mostrar el formulario para cambio de contraseña" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Mostrar el formulario para crear una base de datos" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Mostrar comentarios de la tabla" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Mostrar marca temporal de creación" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Mostrar marca temporal de la última actualización" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Mostrar marca temporal de la última revisión" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Mostrar conjunto de caracteres de la tabla" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Mostrar tipo de campos" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Mostrar los campos de función" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Mostrar ayudas" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Mostrar el enlace phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Mostrar información detallada acerca del servidor SQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Mostrar las consultas SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Mostrar estadísticas" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Saltarse las tablas bloqueadas" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Explicar SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Crear código PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Advertencia Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "ADVERTENCIA de inicio de sesión cookie validez" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Columnas para las áreas de texto" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Filas para áreas de texto" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Título predeterminado" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Listado de proxies de confianza para autorización/bloqueo de IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Directorio desde donde se cargarán los archivos" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Use búsquedas en la base de datos" # see translation string 529 -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Habilitar la pestaña Desarrolladores en la configuración" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Revise la versión" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "URL de proxy" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nombre de usuario del proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Contraseña del proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL para la API de reCAPTCHA v2" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" "Fragmento de política de seguridad de contenido para la API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parámetro de solicitud para la API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parámetro de respuesta para la API reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Llave pública para reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Llave privada para reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL para verificar el sitio reCAPTCHA" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Enviar reportes de error" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Ingrese ejecución de consultas en consola" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Activar modo «Configuración Zero»" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Ejecute consultas con Enter e inserte una nueva línea con Shift + Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Altura de la consola" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Modo de la consola" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Ordenar por" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Cotejamiento de la conexión al servidor" @@ -11831,7 +11830,8 @@ msgid "Compressed export will not work due to missing function %s." msgstr "" "La exportación comprimida no funcionará debido a la falta de la función %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "máximo %s" @@ -11867,7 +11867,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Hoja de cálculo Open Document" @@ -11875,7 +11875,7 @@ msgstr "Hoja de cálculo Open Document" msgid "OpenDocument Text" msgstr "Texto Open Document" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" @@ -12041,7 +12041,7 @@ msgstr "" "%1$sLa compresión y descompresión GZip%2$s requiere funciones (%3$s) que no " "están disponibles en este sistema." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Servidor %d" @@ -12323,7 +12323,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "No se cargaron los plugins de exportación. ¡Revise su instalación!" @@ -12455,7 +12455,7 @@ msgid "Success!" msgstr "¡Éxito!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12521,7 +12521,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Podría desear actualizar la página." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "¡Tipo incorrecto!" @@ -12651,16 +12651,7 @@ msgstr "" "seguridad de su servidor cuando personas no autorizadas descarguen su " "configuración." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"El servidor está utilizando Suhosin. Refiérase a la %sdocumentación%s por " -"posibles inconvenientes." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12669,7 +12660,7 @@ msgstr "" "El $cfg['TempDir'] (%s) es inaccesible. phpMyAdmin es incapaz de almacenar " "plantillas y será algo lento debido a esto." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12679,7 +12670,7 @@ msgstr "" "phpMyAdmin no funcione correctamente. Por favor consulte " "[doc@faq1-46]documentation[/doc] para posibles problemas." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12689,7 +12680,7 @@ msgstr "" "tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas " "de caracteres sin la extensión mbstring y podría dar resultados inesperados." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12765,7 +12756,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Las sentencias \"DROP DATABASE\" están desactivadas." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Ocurrió un ROLLBACK.]" @@ -14681,7 +14672,7 @@ msgid "No such column" msgstr "Niguna columna" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Cadena" @@ -15576,7 +15567,7 @@ msgstr "Datos incorrectos" msgid "Wrong data or no validation for %s" msgstr "Datos erróneos o sin validación para %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Se creó el favorito %s." @@ -15654,7 +15645,7 @@ msgstr "Hay un problema con tu petición." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" "MySQL ha devuelto un conjunto de valores vacío (es decir: cero columnas)." @@ -16046,27 +16037,27 @@ msgstr "" msgid "The row has been deleted." msgstr "La fila se ha borrado." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "La consulta tardó %01.4f segundos." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Mostrando filas %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s en total, %2$s en la consulta" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "total de %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "¡No se encontró el enlace!" @@ -16712,11 +16703,11 @@ msgstr "" msgid "web server upload directory:" msgstr "directorio en el servidor web para subir los archivos:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Mostrando la consulta SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "La Id de la fila insertada es: %1$d" @@ -17168,39 +17159,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "¡No se encontraron dependencias parciales!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Fusionar" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "¡No es posible mover la tabla a la misma!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "¡No es posible copiar la tabla a la misma!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "La tabla %s se movió a %s. Los privilegios se ajustaron." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "La tabla %s se copió a %s. Los privilegios se ajustaron." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "La tabla %s se movió a %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "La tabla %s se copió a %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "¡El nombre de la tabla está vacío!" @@ -17284,7 +17275,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Tienes activo el factor de doble autenticacion, por favor confirma tu acceso." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Columnas separadas por:" @@ -17707,7 +17698,7 @@ msgstr "" "Sistema de base de datos o versión antigua de servidor MySQL con la que " "maximizar la compatibilidad de la salida:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17732,19 +17723,19 @@ msgstr "" "Actualizar datos cuando las llaves importadas están duplicadas (agregar ON " "DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Nombre de la tabla nueva (opcional):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Nombre de la base de datos nueva (opcional):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importe este gran número de filas (opcional):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17752,7 +17743,7 @@ msgstr "" "La primer línea del archivo contiene los nombres de columna de la tabla " "(si no está activado la primera línea será parte de los datos)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17763,27 +17754,27 @@ msgstr "" "nombre de columnas tiene que estar separados por comas y no estar encerrados " "entre comillas." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "nombres de columna:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "El formato de los datos CSV en la línea %d no es válido." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "El número de columnas de los datos CSV en la línea %d no es válido." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Parámetro no válido para importar CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18585,11 +18576,11 @@ msgid "Using bookmark \"%s\" as default browse query." msgstr "" "Utilizando el favorito \"%s\" como consulta predeterminada para examinar." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Mostrar como código PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18598,7 +18589,7 @@ msgstr "" "La selección actual no contiene una columna única. La edición de la grilla y " "los enlaces de copiado, eliminación y edición no están disponibles. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18866,22 +18857,22 @@ msgstr "¡Debe proveer un nombre de tabla válido!" msgid "You must provide a trigger definition." msgstr "Debe proveer una definición del disparador." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "vaciar" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "no vacío" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Un entero de 1 byte; el rango con signo es de -128 a 127, el rango sin signo " "es de 0 a 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18889,7 +18880,7 @@ msgstr "" "Un entero de 2 bytes; el rango con signo es de -32768 a 32767, el rango sin " "signo es de 0 a 65535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18897,7 +18888,7 @@ msgstr "" "Un entero de 3 bytes; el rango con signo es de -8388608 a 8388607, el rango " "sin signo es de 0 a 16777215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18905,7 +18896,7 @@ msgstr "" "Un entero de 4 bytes; el rango con signo es de 2147483648 a 2147483647, el " "rango sin signo es de 0 a 4294967295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18913,7 +18904,7 @@ msgstr "" "En entero de 8 bytes; el rango con signo es de -9223372036854775808 a " "9223372036854775807, el rango sin signo es de 0 a 18446744073709551615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18922,7 +18913,7 @@ msgstr "" "(valor predeterminado de 10), el mayor número posible de decimales (D) es 30 " "(valor predeterminado de 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18930,7 +18921,7 @@ msgstr "" "Un número de coma flotante pequeño; los valores posibles son de " "-3.402823466E+38 a -1.175494351E-38, 0 y de 1.175494351E-38 a 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18940,7 +18931,7 @@ msgstr "" "-1.7976931348623157E+308 a -2.2250738585072014E-308, 0 y de " "2.2250738585072014E-308 a 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18948,7 +18939,7 @@ msgstr "" "Sinónimo de DOUBLE (excepción: si el modo SQL «REAL_AS_FLOAT» está activo es " "sinónimo de FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18956,7 +18947,7 @@ msgstr "" "Una máscara de bits (M), almacenando M bits por valor (predeterminado de 1, " "máximo de 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18964,23 +18955,23 @@ msgstr "" "Sinónimo de TINYINT(1), un valor de cero es considerado falso, cualquier " "valor distinto de cero es considerado verdadero" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Un sinónimo de BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Una fecha, el rango válido es de «%1$s» a «%2$s»" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" "Una combinación de fecha y marca temporal, el rango válido es de «%1$s» a " "«%2$s»" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18995,12 +18986,12 @@ msgstr "" "03:14:07» UTC almacenados como la cantidad de segundos desde el «epoch» («01-" "Ene-1970 00:00:00» UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Una marca temporal, el rango es de «%1$s» a «%2$s»" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19009,7 +19000,7 @@ msgstr "" "dígitos (2); los valores posibles son de 70 (1970) a 69 (2069) ó de 1901 a " "2155 y 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19018,7 +19009,7 @@ msgstr "" "siempre completada a la derecha con espacios hasta la longitud especificada " "al ser almacenada" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19027,7 +19018,7 @@ msgstr "" "Una cadena de longitud variable (%s), la longitud máxima está asociada al " "tamaño máximo de un registro" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19035,7 +19026,7 @@ msgstr "" "Una columna de texto con una longitud máxima de 255 (2^8 - 1) caracteres, " "almacenado con un prefijo de 1 byte que indica la longitud del valor en bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19044,7 +19035,7 @@ msgstr "" "almacenado con un prefijo de 2 bytes que indica la longitud del valor en " "bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19053,7 +19044,7 @@ msgstr "" "caracteres, almacenado con un prefijo de 3 bytes que indica la longitud del " "valor en bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19063,7 +19054,7 @@ msgstr "" "caracteres, almacenado con un prefijo de 4 bytes que indica la longitud del " "valor en bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19071,7 +19062,7 @@ msgstr "" "Similar al tipo CHAR, pero almacena cadenas binarias de bytes en lugar de " "cadenas de caracteres no binarios" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19079,7 +19070,7 @@ msgstr "" "Similar al tipo VARCHAR, pero almacena cadenas binarias de bytes en lugar de " "cadenas de caracteres no binarios" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19088,7 +19079,7 @@ msgstr "" "- 1) bytes. Cada valor TINYBLOB es almacenado con un prefijo de 1 byte que " "indica la cantidad de bytes en el valor" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19097,7 +19088,7 @@ msgstr "" "(2^24 - 1) bytes, almacenado con un prefijo de 3 bytes que indica la " "longitud del valor" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19106,7 +19097,7 @@ msgstr "" "(2^16 - 1) bytes, almacenado con un prefijo de 2 bytes que indica la " "longitud del valor" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19115,7 +19106,7 @@ msgstr "" "4294967295 (2^32 - 1) bytes (4GB), almacenado con un prefijo de 4 bytes que " "indica la longitud del valor" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19123,43 +19114,43 @@ msgstr "" "Una enumeración, elegida de una lista de hasta 65535 valores o el valor " "especial de error ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Un único valor elegido de un conjunto de hasta 64 elementos" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Un tipo que puede almacenar una geometría de cualquier tipo" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Un punto en espacio de dos dimensiones" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Una curva con interpolación lineal entre puntos" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Un polígono" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Una colección de puntos" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Una colección de curvas con interpolación lineal entre puntos" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Una colección de polígonos" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Una colección de objetos geométricos de cualquier tipo" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19167,7 +19158,7 @@ msgstr "" "Almacena y permite el acceso eficiente a datos en documentos JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -19175,31 +19166,31 @@ msgstr "" "Destinado al almacenamiento de direcciones IPv6, así como direcciones IPv4, " "asumiendo el mapeo convencional de direcciones IPv4 en direcciones IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bit UUID (Identificador único universal)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numérico" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Fecha y marca temporal" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Espacial" @@ -19244,6 +19235,24 @@ msgstr "Error en el archivo ZIP:" msgid "No files found inside ZIP archive!" msgstr "¡No se hallaron archivos dentro del archivo ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Desactivar el aviso predeterminado que se muestra en la página principal, " +#~ "si se detecta Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Advertencia Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "El servidor está utilizando Suhosin. Refiérase a la %sdocumentación%s por " +#~ "posibles inconvenientes." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "" #~ "No se admite la exportación de una consulta sin procesar para este método " diff --git a/resources/po/et.po b/resources/po/et.po index af862ae5e1..17f9564231 100644 --- a/resources/po/et.po +++ b/resources/po/et.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2023-11-25 02:27+0000\n" "Last-Translator: Kristjan Räts \n" "Language-Team: Estonian %s" msgstr "Salvesta serveris kataloogi %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Kirjuta olemasolev(ad) fail(id) üle" @@ -3663,7 +3663,7 @@ msgstr "Võta see" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Tagasi" @@ -3673,7 +3673,7 @@ msgstr "Tagasi" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Impordi" @@ -4013,8 +4013,8 @@ msgstr "SQL üleslaadimine" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Andmebaasid" @@ -4038,7 +4038,7 @@ msgid "Recent" msgstr "Hiljutised" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Lemmikute tabel" @@ -4076,17 +4076,17 @@ msgid "Features" msgstr "Funktsionaalsused" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL päringud" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigeerimise paneel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Peapaneel" @@ -4552,13 +4552,28 @@ msgstr "Kontrolli \"%s\" andmebaasi õigusi." msgid "Check privileges" msgstr "Kontrolli õigusi" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Teosta SQL päring(ud) %s andmebaasis" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Kokku:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4566,16 +4581,16 @@ msgstr "" "Märkus: Statistika lubamine võib põhjustada koormava liikluse veebiserveri " "ja MySQL serveri vahel." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Luba statistika" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Andmebaasid puuduvad" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Kinnita" @@ -5631,7 +5646,7 @@ msgid "Current server:" msgstr "Praegune server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serverid" @@ -5713,7 +5728,7 @@ msgid "Test:" msgstr "Test:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6334,7 +6349,7 @@ msgstr "Näita vormi" msgid "Show hidden messages" msgstr "Kuva peidetud sõnumid" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Autentimise tüüp" @@ -6416,7 +6431,7 @@ msgid "Detailed profile" msgstr "Detailne profiil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Järjestus" @@ -6477,7 +6492,7 @@ msgstr "Pirukagraafik profileerimise tulemustega." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Sinu SQL päring teostati edukalt." @@ -6523,7 +6538,7 @@ msgstr "Eraldaja" msgid "Show this query here again" msgstr "Näita seda päringut siin uuesti" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Säilita päringu kast" @@ -6998,7 +7013,7 @@ msgid "Delete the view (DROP)" msgstr "Kustuta vaade (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Tabeli struktuur" @@ -7165,32 +7180,32 @@ msgid "Index length" msgstr "Indeksi pikkus" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analüüsi" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Kontrolli" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimeeri" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Loo uuesti" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Paranda" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Kärbi" @@ -9067,14 +9082,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnami" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9252,19 +9259,19 @@ msgstr "mõlemad ülal nimetatuist" msgid "neither of the above" msgstr "mitte kumbki ülal nimetatuist" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Kasutajad ei saa määrata kõrgemat väärtust" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Kui lubatud, siis kasutaja saab küpsisega autentimisega siseneda mistahes " "MySQL serverisse." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9274,7 +9281,7 @@ msgstr "" "aadressid või hosti nimed, et kasutaja saaks sisse logida ainult " "konkreetsetesse MySQL serveritesse." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9284,49 +9291,49 @@ msgstr "" "lehte, kuid see on potentsiaalne [strong]turvaauk[/strong], sest võimaldab " "rist-raamimise skriptimise (XSS) rünnakuid." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" "Turvasõna kasutatakse [kbd]cookie[/kbd] autentimisel küpsiste krüptimiseks." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Luba importimistel bzip2 tihendamine." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Sisesta oma reCaptcha v2-ga ühilduva teenuse aadress." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" "Sisesta reCAPTCHA v2-ga ühilduva API sisuturvalisuse-poliitika väljavõte." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Sisestage reCAPTCHA v2-ga ühilduva API päringuparameeter." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Sisesta oma reCAPTCHA v2-ga ühilduva API vastuse parameeter." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Sisesta oma domeeni reCAPTCHA teenuse avalik võti." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Sisesta oma domeeni reCAPTCHA teenuse salajane võti." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Sisesta reCAPTCHA teenuse siteverify aadress." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9336,7 +9343,7 @@ msgstr "" "kasutada. [kbd]input[/kbd] - lubab piirata sisendi pikkust, [kbd]textarea[/" "kbd] - lubab veergudes kasutada uusi ridu (newlines)." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9344,14 +9351,14 @@ msgstr "" "Kasuta SQL päringute muutmiseks kasutajasõbralikku toimetit (CodeMirror), " "mis toetab süntaksi esiletõstu ja ridade nummerdamist." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" "Leia kõik vead enne päringu käivitamist. CodeMirror peab olema lubatud." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9359,7 +9366,7 @@ msgstr "" "Määrab CHAR ja VARCHAR veergude jaoks loodud sisestusväljade minimaalse " "laiuse." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9367,7 +9374,7 @@ msgstr "" "Määrab CHAR ja VARCHAR veergude jaoks loodud sisestusväljade maksimaalse " "laiuse." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9375,7 +9382,7 @@ msgstr "" "Tihenda gzip eksportimised lennult vajamata suuri mälumahtusid. Kui sul " "esineb loodud gzip failidega probleeme, siis keela see funktsionaalsus." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9383,15 +9390,15 @@ msgstr "" "Kas hoiatusi (\"Kindel, et soovid…\") peaks näitama, kuid oled andmeid " "kaotamas." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Automaatne tabelite ja veergude nimede lõpetamine SQL päringutes." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9399,7 +9406,7 @@ msgstr "" "Vaikimisi teisenduste suvandite loendi väärtused. Need kirjutatase üle, kui " "teisendus täidetakse tabeli struktuuri lehel." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9407,19 +9414,19 @@ msgstr "" "Keela tabeli hoolduse massilised tegevused (nt andmebaasi valitud tabelite " "optimeerimine või parandamine)." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" "Määra skripti lubatud töötamise aeg sekundites ([kbd]0[/kbd] - piiramatu)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Välista praeguse kasutaja definitsioon" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9427,7 +9434,7 @@ msgstr "" "Vali sorteerimise järjekord võõrvõtme rippmenüü kasti üksustele. " "[kbd]content[/kbd] on viidatud andmed, [kbd]id[/kbd] on võtme väärtus." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9436,7 +9443,7 @@ msgstr "" "mõledud maagiliste sõnede kasutamist vaata [doc@faq6-27]dokumentatsioonist[/" "doc]." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9444,7 +9451,7 @@ msgstr "" "Palun pane tähele, et phpMyAdmin on lihtsalt kasutajaliides ja tema " "funktsionaalsus ei piira MySQL'i." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9452,7 +9459,7 @@ msgstr "" "Täpsem serveri seadistus, ära muuda neid valikuid, kui sa ei tea, mille " "jaoks need on." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9462,7 +9469,7 @@ msgstr "" "lisafunktsionaalsusele. Vaata dokumentatsioonist [doc@linked-" "tables]phpMyAdmin configuration storage[/doc]." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9470,116 +9477,116 @@ msgstr "" "Andmebaasis tehtud muudatuste jälgimine. Vajab phpMyAdmini seadistuse " "salvestust." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Kohanda sirvimise viisi." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Kohanda vaikimisi valikuid." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmini arendajate sätted." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Kohanda muutmise vaadet." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Muuda vaikimisi ekspordi valikuid." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Määra mõningaid enamasti kasutatavaid valikuid." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Kohanda vaikimisi tavalise importimise valikuid." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Määra impordi ja ekspordi kataloogid ja tihendamise valikud." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Andmebaaside näitamise valikud." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Muuda navigeerimise paneeli välimust." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Muuda navigeerimispuud." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Serverite näitamise valikud." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Tabelite näitamise valikud." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Sätted, mis mujale ei sobi." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Autentimise sätted." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Sisesta serveri ühenduse parameetrid." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Kohanda linke, mida näidatakse SQL päringu kastides." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL päringute sätted." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Muuda esimest lehte." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Vali need detailid, mida soovid näha andmebaasi struktuuris (tabelite " "nimekirjas)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Tabeli struktuuri sätted (veergude nimekiri)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Vali, kuidas sa tahaksid, et vahelehed toimiksid." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Muuda teksti lisamise väljasid." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Kohanda vaikimisi valikuid" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Keela mõned phpMyAdmini poolt näidatavad hoiatused." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Luba importimistel ja eksportimistel gzip tihendamine." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9587,7 +9594,7 @@ msgstr "" "Kui see on lubatud, siis phpMyAdmin jätkab multi-käsu päringute sooritamist " "ka sel juhul, kui üks päringutest ebaõnnestub." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9597,7 +9604,7 @@ msgstr "" "ajapiirangut. See on hea moodus importida suuri faile, kuid siiski võib see " "katkestada ülekanded." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9605,15 +9612,15 @@ msgstr "" "Vaikimisi formaat. Võta teadmiseks, et see nimekiri sõltub asukohast " "(andmebaas, tabel) ja ainult siis, kui SQL on alati saadaval." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Värskenda andmeid, kui importimisel avastatakse topeltvõtmeid" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Päringute hulk, mida alguses vahele jätta." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9624,7 +9631,7 @@ msgstr "" "FALSE puhul on lihtne ära unustada välja logimast teistest serveritest, kui " "ühendatud on mitme serveriga." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9632,7 +9639,7 @@ msgstr "" "Määra, kas [kbd]küpsisega[/kbd] autentimisel kutsutakse tagasi eelmine " "sisselogimine või mitte." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9644,24 +9651,24 @@ msgstr "" "seansi jaoks ja kustutatakse niipea, kui sulged veebilehitseja akna. Seda on " "soovitatav kasutada mitteusaldusväärses keskkonnas." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL päringu kuvamiseks kasutatav suurim sümbolite hulk." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" "Igal lehel navigeerimispuu esimesel tasemel näidatavate elementide arv." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Iga lehe navigeerimispuus näidatavate elementide arv." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9669,7 +9676,7 @@ msgstr "" "Näidatavate ridade hulk tulemuses. Kui tulemus sisaldab rohkem ridu, siis " "näidatakse \"Eelmine\" ja \"Järgmine\" linke." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9677,22 +9684,22 @@ msgstr "" "Baitide hulk, mida skriptil on lubatud kasutada, nt [kbd]32M[/kbd] ([kbd]-1[/" "kbd] - piiramatu, [kbd]0[/kbd] ei muuda)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Asendab navigeerimispaneelil andmebaasi puu valijaga" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "Lingi peapaneeliga tõstes esile aktiivse andmebaasi või tabeli." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" "Ava lingitud leht peaaknas ([code]main[/code]) või uues ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9700,7 +9707,7 @@ msgstr "" "Minimaalne filtrikastis näidatavate elementide (tabelid, protseduurid ja " "sündmused) arv." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9708,64 +9715,64 @@ msgstr "" "Grupeeri navigeerimispuu elemendid (kaartidel Andmebaasid ja Tabelid " "määratud eraldaja alusel)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Kas lubada navigeerimispaneelil puu laiendamist või mitte." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Kas kuvada protseduurid andmebaasi navigeerimispuus" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "Kas avada üksik andmebaas navigeerimispuus automaatselt." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Väärtus 0 peidab navigatsioonipaneeli." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Näita logo navigeerimise paneelis." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL, millele navigeerimise paneeli logo suunab." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Näita serveri valikut nevigeerimispaneeli ülaosas." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Sõne, mis eraldab andmebaasid kolme erinevasse puu tasandisse." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Sõne, mis eraldab tabelid kolme erinevasse puu tasandisse." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Tõsta kursori all olev server esile." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Kas kuvada tabelid andmebaasi navigeerimispuus" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Kas kuvada vaated andmebaasi navigeerimispuus" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Kas kuvada funktsioonid andmebaasi navigeerimispuus" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Kas kuvada sündmused andmebaasi navigeerimispuus" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9773,7 +9780,7 @@ msgstr "" "[kbd]SMART[/kbd] - st. TIME, DATE, DATETIME ja TIMESTAMP tüüpi veergude " "kahanevat järjekorda. Muul juhul on need kasvavas järjekorras." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9782,7 +9789,7 @@ msgstr "" "Keela vaikimisi hoiatus, mida näidatakse andmebaasi struktuuri lehel siis, " "kui phpMyAdmini seadistuse salvestuse jaoks vajalikku tabeleid ei leitud." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9790,7 +9797,7 @@ msgstr "" "Keela vaikimisi hoiatus, mida näidatakse struktuuri lehel siis, kui tabeli " "veergude nimed on MySQLi reserveeritud sõnad." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9801,19 +9808,19 @@ msgstr "" "päringu ajaloo näitamiseks Javascripti funktsioone (ajalugu kaob akna " "sulgemisel)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Luba kasutajatel luua järjehoidjaid, mis on ka teistele kasutajatele nähtavad" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" "Määrab kasutatava ajatsooni; võib erineda andmebaasi serveri ajatsoonist" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9821,7 +9828,7 @@ msgstr "" "Jäta tühjaks, et keelata [doc@https://wiki.phpmyadmin.net/pma/" "bookmark]järjehoidjate[/doc] tugi, soovitatav: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9829,7 +9836,7 @@ msgstr "" "Jäta tühjaks, kui veeru kommentaarid/meedia tüübid puuduvad; soovitatav: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9837,7 +9844,7 @@ msgstr "" "Eriline, piiratud õigustega MySQL kasutaja. Lisainfot saab [doc@linked-" "tables]dokumentatsioonist[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9845,7 +9852,7 @@ msgstr "" "Seadistuse salvestuse säilitamise asendushost. Jäta tühjaks, kui soovid " "kasutada juba määratud hosti." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9855,7 +9862,7 @@ msgstr "" "Vaikimisi pordi kasutamiseks jäta tühjaks; kui kontrollhost on sama mis " "host, siis sisesta juba defineeritud port." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9865,7 +9872,7 @@ msgstr "" "issues/8970]phpMyAdmini[/a] ja [a@https://bugs.mysql.com/19588]MySQLi[/a] " "veahaldussüsteemides" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9873,7 +9880,7 @@ msgstr "" "Jäta tühjaks, kuid puudub SQL päringu ajaloo tugi, soovitatav: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9881,7 +9888,7 @@ msgstr "" "Piirab andmebaasi salvestatud tabeli eelistuste hulka, vanimad sissekanded " "kustutatakse automaatselt." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9889,7 +9896,7 @@ msgstr "" "Jäta tühjaks, et keelata mallide eksportimine, soovitatav: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9897,7 +9904,7 @@ msgstr "" "Jäta tühjaks, et keskseid veerge mitte kasutada, soovitatav: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9907,14 +9914,14 @@ msgstr "" "ette kurakaldkriipsu (\\). S.t kasuta [kbd]'my\\_db'[/kbd], aga mitte " "[kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Jäta tühjaks, kui puudub PDF skeemi tugi, soovitatav: [kbd]pma__pdf_pages[/" "kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9924,7 +9931,7 @@ msgstr "" "võimaldamiseks. Lisateavet leiad aadressilt [doc@linked-tables]pmadb[/doc]. " "Nende keelamiseks jäta see valik tühjaks, soovitatav: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9932,7 +9939,7 @@ msgstr "" "Jäta tühjaks, kui seansside vahel puuduvad \"püsivad\" hiljuti kasutatud " "tabelid, soovitatav: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9940,7 +9947,7 @@ msgstr "" "Jäta tühjaks, kui sa ei soovi seansside vahelisi \"püsivad\" hiljuti " "kasutatud tabeleid, soovitatav: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9948,12 +9955,12 @@ msgstr "" "Jäta tühjaks, et keelata [doc@relations@]seoste linkide[/doc] tugi, " "soovitatav: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "Vaata näiteks [doc@authentication-modes]autentimise tüüpe[/doc]." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9961,7 +9968,7 @@ msgstr "" "Jäta tühjaks, kui puudub PDF skeemi tugi, soovitatav: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9969,7 +9976,7 @@ msgstr "" "Tabel, mis kirjeldab veergude näitamist. Jäta tühjaks, kui puudub tugi, " "soovitatav: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9977,7 +9984,7 @@ msgstr "" "Jäta tühjaks, kui seansside vahel puuduvad \"püsivad\" tabelite UI " "eelistused, soovitatav: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9985,26 +9992,26 @@ msgstr "" "Kas lisada lause DROP DATABASE IF EXISTS andmebaasi loomise logisse " "esimeseks." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "Kas lisada lause DROP TABLE IF EXISTS tabeli loomise logisse esimeseks." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "Kas lisada lause DROP VIEW IF EXISTS vaate loomise logisse esimeseks." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Määrab lausete nimekirja, mida kasutatakse uute versioonide loomisel " "automaatselt." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10012,14 +10019,14 @@ msgstr "" "Jäta tühjaks, kui puudub SQL päringu jälgimise tugi, soovitatav: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Kas jälgimise mehhanism loob versioneerib tabelida ja vaated automaatselt." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10027,7 +10034,7 @@ msgstr "" "Jäta tühjaks, kui kasutaja eelistusi andmebaasis ei hoita, soovitatav: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10037,7 +10044,7 @@ msgstr "" "tabel kui ka kasutajate gruppide tabel. Jättes neist ühe tühjaks, keelad " "menüüde kohandamise; soovitatav: [kbd]pma__users[/kbd].." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10047,7 +10054,7 @@ msgstr "" "tabel kui ka kasutajate tabel. Jättes ühe neist tühjaks, keelad menüüde " "kohandamise; soovitatav: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10055,7 +10062,7 @@ msgstr "" "Jäta tühjaks, et keelata navigeerimiselementide peitmine ja kuvamine, " "soovitatav: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10063,55 +10070,55 @@ msgstr "" "Selle serveri kasutajasõbralik kirjeldus. Kui jätad tühjaks, siis näidatakse " "selle asemel hostinime." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Kui ei kasutata, siis jäta tühjaks." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Vaikimisi jäta tühjaks." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP lihtsa autentimise ajal kuvatav ligipääsuala nimi." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Kasutatav autentimise meetod." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Tihenda MySQL ühendus serveriga." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Peida andmebaasid, mis kattuvad regulaaravaldisega (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Hostinimi, kus MySQL server töötab." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Jäta tühjaks, kui ei kasuta 'config' autentimist." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port, mida MySQL server kuulab. Jäta tühjaks, kui soovid kasutada vaikimisi " "porti." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Sokkel, mida MySQL server kuulab, jäta tühjaks, kui soovid kasutada " "vaikimisi soklit." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Luba SSL ühendus MySQL serverisse." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10121,28 +10128,28 @@ msgstr "" "autentimist, sest parool on seadistusfailis raskesti kodeeritud. See ei " "piira sama käsu otse käivitamist." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "Näita või peida kõikides tabelites loomise ajatempli veerg." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "Näita või peida kõikides tabelites viimase uuendamise ajatempli veerg." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Näita või peida kõikides tabelites viimase kontrolli ajatemplit näitav veerg." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "Määrab, kas muutmisel/lisamisel näidata väljasid." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10150,50 +10157,43 @@ msgstr "" "Kuvab viida [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/" "a] väljundile." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Kas kasutajale peaks näitama \"näita kõiki (ridu)\" nuppu." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Näita või peida kõigi tabelite kommentaaride veerg." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Näita või peida märgistiku veerg kõikidel tabelitel." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Näita funktsiooni väljasid muutmisel/lisamisel." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Kas näidata vihjet või mitte." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Määrab, kas phpMyAdmini poolt koostatud SQL päringuid näidatakse." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "Luba näidata andmebaasi ja tabeli statistikat (nt ruumi kasutus)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Märgi kasutatud tabelid ja võimalda näidata andmebaase koos lukustatud " "tabelitega." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Keela vaikimisi hoiatus, mis kuvatakse avalehel Suhosin'i tuvastamisel." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10202,7 +10202,7 @@ msgstr "" "Keela vaikimisi hoiatus, mida näidatakse põhilehel siis, kui PHP sätte " "session.gc_maxlifetime väärtus on väiksem kui `LoginCookieValidity` väärtus." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10210,7 +10210,7 @@ msgstr "" "Tekstiala suurus (veerud) muutmise vaates. See väärtus tõstetakse esile SQL " "päringu tekstialades (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10218,7 +10218,7 @@ msgstr "" "Tekstiala suurus (read) muutmise vaates. See väärtus tõstetakse esile SQL " "päringu tekstialades (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10230,7 +10230,7 @@ msgstr "" "Forwarded-For) päist, mis tuleb proksist 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10238,7 +10238,7 @@ msgstr "" "Kui keelatud, siis kasutajad ei saa kasutada ühtegi allolevat valikut, " "sõltumata paremal asuvast märkeruudust." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10250,7 +10250,7 @@ msgstr "" "on paigaldatud, ei oma otseühendust Internetiga. Vorming on \"hostinimi:" "port\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10260,7 +10260,7 @@ msgstr "" "Kui kasutajanimi on antud, kastutatakse lihtsa autentimise (Basic " "Authentication) meetodit. Muud meetodid ei ole hetkel toetatud." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10268,7 +10268,7 @@ msgstr "" "Päringud käivitatakse klahvi Enter vajutamisel (Ctrl+Enter asemel). " "Reavahetuseks kasuta kombinatsiooni Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10276,377 +10276,377 @@ msgstr "" "Luba Nullseadistuse režiim, mis lubab sul häälestada phpMyAdmin'i " "seadistuste salvestamise tabelid automaatselt." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Tõsta valitud read esile." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Tõsta kursori all olevad read esile." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR tekstialade veergude hulk." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR tekstialade ridade hulk." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "Logi konsoolil kuvamiseks SQL päringud ja nende käivitusaeg" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Vaheleht, mis avatakse andmebaasi sisenemisel." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Vaheleht, mis avatakse serverisse sisenemisel." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Vaheleht, mis avatakse tabelisse sisenemisel." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Kas tabeli struktuuri tegevused peaks olema peidetud." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Kas kuvada veergude kommentaarid tabeli struktuuri vaates" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Näita servereid rippmenüü asemel nimekirjana." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Rippmenüüd kasutataks siis, kui selles on uusi üksusi." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "Mõningate päringute märkekasti vaikeväärtus võõrvõtmete kontrolliks." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Lohistamise-kukutamisega importimise keelamiseks eemalda kastist märge" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Mitu rida saab korraga lisada." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Suurim hulk sümboleid, mida näidatakse mitte-arvulises veerus sirvimise " "vaates." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Määra, kui kaua (sekundites) sisselogimise küpsis kehtib." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Kahekordista LONGTEXT veergude tekstiala suurust." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Andmebaaside nimekirjas näidatavate andmebaaside suurim hulk." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Tabeli nimekirjas näidatavate tabelite suurim hulk." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Hiljuti kasutatud tabelite suurim hulk. Keelamiseks sisesta 0." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Lemmiktabelite suurim hulk. Keelamiseks sisesta 0." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Need on lingid Muuda, Kopeeri ja Kustuta." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Määrab reaviitade kuvamise ka unikaalse võtme puudumisel." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Keela kiirklahvid" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Kasuta algset tabeli ja andmebaasi nimede sorteerimise järjekorda." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Kasuta ainult ikoone, ainult teksti või mõlemat." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Kasuta HTTP ülekannete parema kiiruse saavutamiseks GZip väljundi " "puhverdamist." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Kasuta püsiühendusi MySQL andmebaasidesse." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Keela BLOB ja BINARY veergude muutmine." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Mitu päringut ajaloos hoitakse." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Vali funktsioon, mida kasutatakse märgitabeli teisendamisel." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Tabelite sirvimisel jäetakse meelde iga tabeli sortimisalus." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Vaikimisi sortimisrežiim primaarvõtmega tabelitele." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Korda päiseid iga X rea tagant, [kbd]0[/kbd] keelab selle funktsionaalsuse." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Kuvamise seaded" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Serveri kataloog, kuhu eksporditud failid salvestatakse." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Määrab, kas päringukast jääb ekraanile pärast päringu saatmist." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Veebilehitseja akna pealkiri, kui valitud on andmebaas." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Veebilehitseja akna pealkiri, kui valitud pole mitte midagi." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Veebilehitseja akna pealkiri, kui valitud on server." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Veebilehitseja akna pealkiri, kuid valitud on tabel." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Kataloog serveris, kuhu saad importimiseks faile üles laadida." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Luba otsida tervest andmebaasist." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Lubab phpMyAdmini pealehel kontrollida viimast versiooni." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Salasõna proksi serveris autentimiseks." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Luba importimistel ja eksportimistel ZIP tihendamine." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Vali vaikimisi tegevus vearaportite saatmisel." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Luba sisse logida mistahes MySQL serverisse" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Piira meldimist MySQL serverisse" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Luba kolmanda osapoole raamimine" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Näita tavakasutajatele \"Kustuta andmebaas\" linki" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish turvasõna" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Rea esiletõstmine" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Kursor tõstab esile" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR veergude muutmine" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Luba CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Luba linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Sisestusvälja minimaalne laius" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Sisestusvälja maksimaalne laius" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR tekstiala veerud" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR tekstiala read" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Kontrolli seadistusfaili õigusi" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Tihenda lennult" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Kinnita DROP päringud" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Paberi suurus" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Vaikimisi andmebaasi vaheleht" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Vaikimisi serveri vaheleht" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Vaikimisi tabeli vaheleht" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Luba tabelite ja veergude nimede automaatne lõpetamine" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Kuva veeru kommentaarid" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Peida tabeli struktuuri tegevused" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Vaikimisi teisendused 16-nend süsteemi" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Vaikimisi teisendused alamstringle" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Vaikimisi teisendused Bool2Text'le" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Vaikimisi teisendus välisele" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Vaikimisi teisendus PreApPend'le" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Vaikimisi teisendus DataFormat'le" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Vaikimisi teisendused Inline'ile" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Vaikimisi teisendused TextImageLink'le" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Vaikimisi teisendused TextLink'le" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Näita andmebaase nimekirjana" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Keela multi-tabeli hooldus" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Suurim teostamise aeg" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Kasuta lauset [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Salvesta failina" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Faili märgitabel" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Tihendamine" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10654,56 +10654,56 @@ msgstr "Tihendamine" msgid "Put columns names in the first row" msgstr "Aseta veergude nimed esimesse ritta" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Veergusid ümbritseb" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Veergusid lõpetab" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL asendaja" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Eemalda veergudest CRLF märgid" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Veerud lõpetab" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Ridasid katkestab" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Exceli väljaanne" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Andmebaasi nime mall" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Serveri nime mall" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Tabeli nime mall" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10713,80 +10713,80 @@ msgstr "Tabeli nime mall" msgid "Dump table" msgstr "Loo tabeli tõmmis" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Lisa tabeli pealkiri" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tabeli pealkiri" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Jätkatud tabeli pealkiri" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Nime võti" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Seosed" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Ekspordi meetod" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Salvesta serverisse" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Ekspordi eraldi failidena" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Jäta faili nime mall meelde" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Eemalda definitsioonide alt DEFINER klausel" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Aseta tabeli ja veeru nimed alumise ja ülemise jutumärgi vahele" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL ühilduvuse meetod" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Loomise/Uuendamise/Kontrollimise kuupäevad" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Kasuta viivitatud lisamisi" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Keela võõrvõtme kontrollid" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Vaadete eksportimine tabelitena" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Ekspordi seotud metaandmed phpMyAdmini häälestuse salvestuskohast" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Kasuta 16-nendsüsteemi BINARY & BLOB väljadel" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10794,847 +10794,847 @@ msgstr "" "Lisa IF NOT EXISTS (vähem efektiivne, sest tabeli loomise ajal luuakse ka " "indeksid)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "Vaade %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Kasuta INSERT IGNORE lauseid" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Andmete lisamisel kasutatav süntaks" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Loodud päringu maksimaalne pikkus" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Ekspordi tüüp" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Lisa eksport ülekandesse" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Ekspordi aeg UTC's" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Võõrvõtme rippmenüü järjekord" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Võõrvõtme piirang" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Võõrvõtme(te) kontrollid" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Kalendri esimene päev" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Sirvimisrežiim" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Arendaja" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Muutmise vaade" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Ekspordi vaikimisi väärtused" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Üldine" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Impordi vaikimisi väärtused" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Impordi / ekspordi" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigeerimispuu" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Muud tuumsätted" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Lehe pealkirjad" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Turvalisus" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Peamised sätted" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autentimine" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Serveri seadistus" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Seadistuse salvestuskoht" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Muudatuste jälgimine" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL päringuaken" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Käivitus" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Andmebaasi struktuur" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Vahelehed" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Näita seoseskeemi" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Tekstiväljad" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekst" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Hoiatused" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv lisaparameetrid" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignoreeri multi-käsu vigu" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Luba importimine lohistamise-kukutamisega" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Osaline importimine: luba katkestamine" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Ära katkesta INSERT vea puhul" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Lisa ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Imporditava faili formaat" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "kasuta LOCAL võtmesõna" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Veeru nimed esimeses reas" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Ära impordi tühje ridu" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Impordi valuutad ($5.00 -> 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Impordi protsendid sobiva kümnendarvuna (12.00% -> .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Osaline importimine: jäta päringud vahele" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ära kasuta AUTO_INCREMENT null-väärtuste jaoks" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Loe mitmebaidistena" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Liugurite algne asetus" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Lisatud ridade hulk" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Piira veeru sümboleid" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Kustuta väljalogimisel kõik küpsised" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Kutsu kasutajanimi uuesti" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Sisselogimise küpsise säilitamine" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Sisselogimise küpsise kehtivus" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Suurem tekstiala LONGTEXT jaoks" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Näidatava SQL'i maksimaalne pikkus" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Suurim hulk andmebaase" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maksimaalne elementide arv esimesel tasemel" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maksimaalne elementide arv harus" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Näidatavate ridade suurim hulk" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Suurim hulk tabeleid" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Mälu piirang" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Kuva andmebaaside navigeerimine puuna" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Navigatsioonipaneeli laius" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Lingi peapaneeli" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Näita logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logo lingi URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logo lingi sihtkoht" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Näita serverite valikut" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Kiiravamisikooni sihtkoht" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Teise kiiravamisikooni sihtkoht" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minimaalne filtri kastis näidatavate elementide arv" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Andmebaasi filtri kastis näidatavate andmebaaside minimaalne hulk" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Grupeeri puu elemendid" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Andmebaasipuu eraldaja" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Tabelipuu eraldaja" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maksimaalne tabelipuu kõrgus" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Luba esiletõstmine" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Luba navigeerimispuu laiendamine" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Kuva puus tabelite loend" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Kuva puus vaated" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Kuva puus funktsioonid" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Kuva puus protseduurid" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Kuva puus sündmused" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Ava üksik andmebaas" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Hiljuti kasutatud tabelid" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Kus näidata tabeli rea linke" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Kuva ridade viidad ikkagi" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Algne järjekord" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Tabeli navigeerimisriba" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip väljundi puhverdamine" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Vaikimisi sorteerimise järjekord" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Püsiühendused" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Puudulikud phpMyAdmini seadistuse salvestuse tabelid" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL reserveeritud sõna hoiatus" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Kuidas kuvada menüü sakke" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Kuidas kuvada erinevate tegevuste linke" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Kaitse binaarseid veergusid" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Püsiv päringute ajalugu" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Päringu ajaloo pikkus" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Luba kastajatevahelised jagatud järjehoidjad" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Ümberkodeerimise mootor" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Jäta meelde tabeli sortimisalus" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Primaarvõtme vaimisi sortimisrežiim" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Korda päiseid" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Võrgustikmuutmine: tegevuse päästik" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Suhtestuskuva" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Võrgustukmuutmine: salvesta kõik muudetud lahtrid" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Salvestamise kataloog" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Hosti autentimise järjekord" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Hosti autentimise reeglid" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Luba paroolita sisselogimised" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Luba sisse logida 'root' kasutajana" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Seansi ajatsoon" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP ligipääsuala" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Järjehoidja tabel" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Veeru teabe tabel" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Tihenda ühendus" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Kontrollkasutaja parool" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Kontrollkasutaja" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrollhost" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Kontrollport" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Keela INFORMATION_SCHEMA kasutus" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Peida andmebaasid" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL päringu ajaloo tabel" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Serveri hostinimi" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Väljalogimise URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Suurim hulk tabeli eelistusi, mida salvestada" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Ekspordi mallide tabel" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Kesksete veergude tabel" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Näita ainult loendatud andmebaase" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "'config' autentimise parool" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF skeem: lehtede tabel" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Serveri port" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Hiljuti kasutatud tabel" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Lemmikute tabel" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Seose tabel" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Sisselogimise seansi nimi" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Sisselogimise URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Serveri sokkel" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Kasuta SSL'i" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Disainer ja PDF skeem: tabeli koordinaadid" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Näita veergude tabelit" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI eelistuste tabel" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Lisa DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Lisa DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Käsud, mida jälgida" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL päringu jälgimise tabel" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Loo versioonid automaatselt" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Kasutaja eelistusi säilitav tabel" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Kasutajate tabel" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Kasutajagruppide tabel" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Peidetud navigeerimiselementide tabel" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "'config' autentimise kasutaja" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Selle serveri sõnaline nimi" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Luba näidata kõiki ridu" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Näita parooli muutmise vormi" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Näita andmebaasi loomise vormi" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Kuva tabeli kommentaarid" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Kuva loomise ajatempel" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Kuva viimase uuendamise ajatempel" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Kuva viimase kontrolli ajatempel" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Kuva tabeli märgistik" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Näita välja tüüpe" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Näita funktsiooni väljasid" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Näita vihjet" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Näita phpinfo() linki" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Näita detailset MySQL serveri teavet" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Näita SQL päringuid" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Näita statistikat" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Jäta lukustatud tabelid vahele" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Selgita SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Loo PHP kood" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin'i hoiatus" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Sisselogimise küpsise kehtivuse hoiatus" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Tekstiala veerud" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Tekstiala read" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Vaikimisi pealkiri" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Usaldusväärsete prokside nimekiri lubatud/keelatud IP'de jaoks" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Üleslaadimise kataloog" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Kasuta andmebaasi otsingut" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Luba sätetes kujundaja vaheleht" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versiooni kontroll" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Proksi aadress" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proksi kasutajanimi" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proksi parool" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API aadress" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "ReCaptcha v2 API sisuturbe-poliitika väljavõte" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "ReCaptcha v2-ga ühilduva API päringu parameeter" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "ReCaptcha v2-ga ühilduva API vastuse parameeter" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "reCAPTCHA avalik võti" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "reCAPTCHA salajane võti" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "reCAPTCHA siteverify aadress" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Saada vearaport" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter käivitab päringud konsoolil" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Luba Nullseadustuse režiim" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Käivita päringud klahviga Enter ja lisa reavahetused kombinatsiooniga " "Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Konsooli kõrgus" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Konsooli režiim" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Järjesta" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Serveri ühenduse kodeering" @@ -11667,7 +11667,8 @@ msgstr "Pakitud importimine ei toimi, sest puudub funktsioon %s." msgid "Compressed export will not work due to missing function %s." msgstr "Pakitud eksportimine ei toimi, sest puudub funktsioon %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimaalselt %s" @@ -11701,7 +11702,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument tabel" @@ -11709,7 +11710,7 @@ msgstr "OpenDocument tabel" msgid "OpenDocument Text" msgstr "OpenDocument tekst" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV kasutades LOAD DATA" @@ -11866,7 +11867,7 @@ msgstr "" "%1$sGZip tihendamine ja hõrendamine%2$s vajab funktsioone (%3$s), mida siin " "süsteemis pole." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12145,7 +12146,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Ei saanud laadida eksportimise pluginaid, palun kontrolli oma paigaldust!" @@ -12278,7 +12279,7 @@ msgid "Success!" msgstr "Õnnestus!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12340,7 +12341,7 @@ msgstr "Kui koged mingeid probleeme, siis raporteeri neist ise." msgid "You may want to refresh the page." msgstr "Sa võiksid lehekülje uuesti laadida." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Halb tüüp!" @@ -12467,16 +12468,7 @@ msgstr "" "kataloogi kindlasti kustutama. Vastasel korral võivad su serveri turvalisust " "ohustada isikud, kes on alla laadinud serveri seadistuste faili." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server töötab koos Suhosin'iga. Võimalike probleemide kohta loe " -"%sdokumentatsioonist%s." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12485,14 +12477,14 @@ msgstr "" "$cfg['TempDir'] (%s) ei ole kasutatav. phpMyAdmin ei saa malle puhvermälus " "hoida ja on seetõttu aeglane." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12502,7 +12494,7 @@ msgstr "" "märgitabelit. Ilma mbstring laiendita ei suuda phpMyAdmin sõnesid " "korralikult poolitada ja see võib viia ettearvamatute tulemusteni." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12578,7 +12570,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" käsud on keelatud." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Toimus tagasipööramine.]" @@ -14481,7 +14473,7 @@ msgid "No such column" msgstr "Sellist veergu ei ole" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Sõne" @@ -15336,7 +15328,7 @@ msgstr "Valed andmed" msgid "Wrong data or no validation for %s" msgstr "Valed andmed või puudub %s valideerimine" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Loodi järjehoidja %s." @@ -15414,7 +15406,7 @@ msgstr "Sinu päring ei läbinud turvalisuse kontrolli." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL tagastas tühja tulemuse (s.t nulliread)." @@ -15807,27 +15799,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Rida on kustutatud." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "päring kestis %01.4f sekundit." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Kuvatakse read %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "Kokku %1$s, päringus %2$s" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "kokku: %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Linki ei leitud!" @@ -16458,11 +16450,11 @@ msgstr "" msgid "web server upload directory:" msgstr "veebiserveri üleslaadimiskataloog:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Näitan SQL päringut" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Lisatud rea id: %1$d" @@ -16908,39 +16900,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Osalisi sõltuvusi ei leitud!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Sulanda kokku" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Ei saa tabelit iseendasse liigutada!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Ei saa tabelit iseendasse kopeerida!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s liigutati andmebaasi %s. Õiguseid kohandati vastavalt." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabel %s kopeeriti andmebaasi %s. Õiguseid kohandati vastavalt." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s tabel liigutati %s andmebaasi." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s tabel kopeeriti %s andmebaasi." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tabeli nimi on tühi!" @@ -17023,7 +17015,7 @@ msgstr "Seadistuses on valitud vale autentimise meetod:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "Oled lubanud kaheastmelise autentimise, palun kinnita oma meldimine." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Veergusid eraldab:" @@ -17443,7 +17435,7 @@ msgstr "" "Andmebaasi süsteem või vanem MySQL server, et saavutada väljundi maksimaalne " "ühilduvus:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17468,19 +17460,19 @@ msgstr "" "Uuenda andmeid, kui importimisel leitakse topeltvõtmeid (lisa ON DUPLICATE " "KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Uue tabeli nimi (valikuline):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Uue andmebaasi nimi (valikuline):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Impordi nii palju ridu (valikuline):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17488,7 +17480,7 @@ msgstr "" "Faili esimene rida sisaldab tabeli veeru nimesid (kui seda pole valitud, " "siis esimene rida saab andmete osaks)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17498,27 +17490,27 @@ msgstr "" "andmebaasis, siis loenda siin vastavad veeru nimed. Veeru nimed peavad olema " "eraldatud komadega ja ei tohi asetseda jutumärkide vahel." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Veergude nimed:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Vale CSV sisendi formaat %d.-ndal real." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Vale veeru hulk CSV sisendis %d.-ndal real." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Vale parameeter CSV importimiseks: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18287,11 +18279,11 @@ msgstr "Uut stabiilset versiooni saadaval ei ole" msgid "Using bookmark \"%s\" as default browse query." msgstr "\"%s\" järjehoidjat kasutatakse vaikimisi sirvimise päringuna." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Näitan PHP koodina" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18301,7 +18293,7 @@ msgstr "" "märkekastide, hariliku muutmisega, kopeerimisega ja kustutamisega seotud " "funksionaalsus ei ole saadaval. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18564,26 +18556,26 @@ msgstr "Sa pead sisestama õige tabeli nime!" msgid "You must provide a trigger definition." msgstr "Sa pead andma päästiku definitsiooni." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Tühjenda" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "puudub" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Ühebaidine täisarv, märgiga vahemik -128 kuni 127, märgita vahemik on 0 kuni " "255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18591,7 +18583,7 @@ msgstr "" "Kahebaidine täisarv, märgiga vahemik on -32,768 kuni 32,767, märgita vahemik " "is 0 kuni 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18599,7 +18591,7 @@ msgstr "" "Kolmebaidine täisarv, märgiga vahemik on -8,388,608 kuni 8,388,607, märgita " "vahemik on 0 kuni 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18607,7 +18599,7 @@ msgstr "" "Neljabaidine täisarv, märgiga vahemik on -2,147,483,648 kuni 2,147,483,647, " "märgita vahemik on 0 kuni 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18616,7 +18608,7 @@ msgstr "" "9,223,372,036,854,775,807, märgita vahemik on 0 kuni " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18624,7 +18616,7 @@ msgstr "" "Fikseeritud punktiga arv (M, D) - maksimaalne numbrite arv (M) on 65 " "(vaikimisi 10), maksimaalne kümnendkohtade arv (D) on 30 (vaikimisi 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18632,7 +18624,7 @@ msgstr "" "Väike ujukoma arv, lubatud väärtused on vahemikus -3.402823466E+38 kuni " "-1.175494351E-38, 0, ja 1.175494351E-38 kuni 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18642,14 +18634,14 @@ msgstr "" "-1.7976931348623157E+308 luni -2.2250738585072014E-308, 0, ja " "2.2250738585072014E-308 kuni 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" "DOUBLE sünonüüm (erand: REAL_AS_FLOAT SQL režiimis on ta FLOAT'i sünonüüm)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18657,7 +18649,7 @@ msgstr "" "Bitivälja tüüp (M), salvestab M bitti informatsiooni väärtuse kohta " "(vaikimisi on 1, maksimaalne on 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18665,21 +18657,21 @@ msgstr "" "TINYINT(1) sünonüüm, väärtust null tõlgendatakse väärana, mittenullist " "väärtust tõesena" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE alias" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Kuupäev, sobiv vahemik on %1$s kuni %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Kuupäeva ja aja kombinatsioon, sobiv vahemik on %1$s kuni %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18694,12 +18686,12 @@ msgstr "" "03:14:07\" UTC, säilitatakse sekundite hulgana alates ajastu algusest " "(\"1970-01-01 00:00:00\" UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Aeg, vahemik on %1$s kuni %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18707,7 +18699,7 @@ msgstr "" "Neljanumbriline aastaarv (vaikimisi 4) või kahenumbriline (2) formaat. " "Lubatud väärtused on 70 (1970) kuni 69 (2069) või 1901 kuni 2155 ja 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18715,7 +18707,7 @@ msgstr "" "Fikseeritud pikkusega (0-255, vaikimisi 1) sõne, mis salvestamisel " "pikendatakse sobivasse pikkusesse paremal pool asuvate tühikute abil" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18724,7 +18716,7 @@ msgstr "" "Muutuva pikkusega (%s) sõne. Parim sobiv maksimaalne pikkus on rea " "maksimaalne suurus" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18732,7 +18724,7 @@ msgstr "" "TEXT veerg (maksimaalse pikkusega 255 (2^8 - 1) sümbolit) salvestatakse " "ühebitise eesliitega, mis märgib väärtuse pikkust baitides" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18740,7 +18732,7 @@ msgstr "" "TEXT veerg (maksimaalse pikkusega 65,535 (2^16 - 1) sümbolit) salvestatakse " "kahebitise eesliitega, mis märgib väärtuse pikkust baitides" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18748,7 +18740,7 @@ msgstr "" "TEXT veerg (maksimaalse pikkusega 16,777,215 (2^24 - 1) sümbolit) " "salvestatakse kolmebitise eesliitega, mis märgib väärtuse pikkust baitides" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18757,7 +18749,7 @@ msgstr "" "TEXT veerg (maksimaalse pikkusega 4,294,967,295 or 4GiB (2^32 - 1) sümbolit) " "salvestatakse neljabitise eesliitega, mis märgib väärtuse pikkust baitides" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18765,7 +18757,7 @@ msgstr "" "Sarnane CHAR tüübile, kuid salvestab binaarse baidi sõned pigem " "mittebinaarse sümboli sõnedena" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18773,7 +18765,7 @@ msgstr "" "Sarnane VARCHAR tüübile, kuid salvestab binaarse baidi sõned pigem " "mittebinaarse sümboli sõnedena" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18781,7 +18773,7 @@ msgstr "" "BLOB veerg (maksimaalse pikkusega 255 (2^8 - 1) baiti) salvestatakse " "ühebaidise eesliitega, mis märgib väärtuse pikkust" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18789,7 +18781,7 @@ msgstr "" "BLOB veerg (maksimaalse pikkusega 16,777,215 (2^24 - 1) baiti) salvestatakse " "kolmebaidise eesliitega, mis märgib väärtuse pikkust" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18797,7 +18789,7 @@ msgstr "" "BLOB veerg (maksimaalse pikkusega 65,535 (2^16 - 1) baiti) salvestatakse " "kahebaidise eesliitega, mis märgib väärtuse pikkust" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18805,49 +18797,49 @@ msgstr "" "BLOB veerg (maksimaalse pikkusega 4,294,967,295 or 4GiB (2^32 - 1) baiti) " "salvestatakse neljabaidise eesliitega, mis märgib väärtuse pikkust" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "Loend, valitakse kuni 65535 väärtusest või spetsiaalne '' vea tunnus" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Üks väärtus, mis valitakse kuni 64 elemendiga hulgast" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Tüüp, mis suudab salvestada mistahes tüüpi geomeetriat" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Punkt kahemõõtmelises ruumis" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Punktidevaheline kaar koos sirgjoonega" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Hulktahukas" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Punktide kogum" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Punktidevaheliste sirgjoontega kaarte kogum" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Hulktahukate kogum" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Igat tüüpi geomeetriliste objektide kogum" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18855,7 +18847,7 @@ msgstr "" "Salvestab ja lubab efektiivse juurdepääsu JSON (JavaScript Object Notation) " "dokumentides olevatele andmetele" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18863,31 +18855,31 @@ msgstr "" "Mõeldud IPv6 aadresside salvestamiseks, aga ka IPv4 aadressidele, eeldades " "tavapärast IPv4 aadresside vastendamist IPv6 aadressideks" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bitine UUID (universaalselt unikaalne identifikaator)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Arv" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Kuupäev ja aeg" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Ruumiline" @@ -18932,6 +18924,23 @@ msgstr "Viga ZIP arhiivis:" msgid "No files found inside ZIP archive!" msgstr "ZIP arhiivist ei leitud ühtegi faili!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Keela vaikimisi hoiatus, mis kuvatakse avalehel Suhosin'i tuvastamisel." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin'i hoiatus" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server töötab koos Suhosin'iga. Võimalike probleemide kohta loe " +#~ "%sdokumentatsioonist%s." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "Valitud ekspordimeetodiga ei ole toorpäringute eksport toetatud." diff --git a/resources/po/eu.po b/resources/po/eu.po index d169c2483c..a9b23a2800 100644 --- a/resources/po/eu.po +++ b/resources/po/eu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Basque %s" msgstr "Zerbitzariren %s direktorioan gorde" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Gainean idatzi aurretik badiren fitxategiak" @@ -4113,7 +4113,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Itzuli" @@ -4123,7 +4123,7 @@ msgstr "Itzuli" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 #, fuzzy msgid "Import" @@ -4474,8 +4474,8 @@ msgstr "SQL emaitza" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Datu-baseak" @@ -4503,7 +4503,7 @@ msgid "Recent" msgstr "Reset egin" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4549,18 +4549,18 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "SQL kontsulta" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Indexes" msgid "Main panel" @@ -5086,7 +5086,22 @@ msgstr "\"%s\" datu-basearen pribilegioak egiaztatu." msgid "Check privileges" msgstr "Pribilegioak egiaztatu" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "SQL kontsulta(k) exekutatu %s datu-basean" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5094,7 +5109,7 @@ msgstr "Pribilegioak egiaztatu" msgid "Total:" msgstr "Gutira" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5102,18 +5117,18 @@ msgstr "" "Oharra: Datu-basearen estatistikak hemen gaituz gero web-zerbitzaria eta " "MySQL-arenaren arteko trafiko handia sor liteke." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Estatistikak gaitu" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Datu-baserik ez" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6278,7 +6293,7 @@ msgid "Current server:" msgstr "Zerbitzaria" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 #, fuzzy msgid "Servers" msgstr "Zerbitzaria" @@ -6357,7 +6372,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Zerbitzaria" @@ -6994,7 +7009,7 @@ msgstr "Kolorea erakutsi" msgid "Show hidden messages" msgstr "Sareta erakutsi" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -7083,7 +7098,7 @@ msgid "Detailed profile" msgstr "Datuak soilik" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7157,7 +7172,7 @@ msgstr "SQL emaitza" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7211,7 +7226,7 @@ msgstr "" msgid "Show this query here again" msgstr "Kontsulta hau hemen berriz erakutsi" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "SQL kontsulta" @@ -7768,7 +7783,7 @@ msgid "Delete the view (DROP)" msgstr "Datu-baserik ez" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Databases" msgid "Table structure" @@ -7979,34 +7994,34 @@ msgid "Index length" msgstr "Errenkadaren luzera" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Aztertu" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 #, fuzzy msgid "Check" msgstr "Txekiera" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 #, fuzzy msgid "Repair" msgstr "Taula konpondu" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9874,14 +9889,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Erabiltzaile-izena" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10091,346 +10098,346 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "\"Backquotes\" erabili taula eta eremuen izenekin " -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy msgid "Customize default options." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy msgid "Customize edit mode." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy msgid "Customize default export options." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy msgid "Customize default common import options." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy msgid "Databases display options." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy msgid "Customize the navigation tree." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy msgid "Servers display options." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy msgid "Tables display options." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Dokumentazioa" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy msgid "SQL queries settings." msgstr "SQL kontsulta" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy msgid "Customize startup page." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy msgid "Customize text input fields." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy msgid "Customize default options" msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10438,494 +10445,488 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show grid" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Sareta erakutsi" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy msgid "Set to 0 to collapse navigation panel." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy msgid "Show logo in navigation panel." msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Sareta erakutsi" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Sareta erakutsi" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Sareta erakutsi" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Dokumentazioa" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Ezinezkoa MySql zerbitzarian saioa hastea" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "" "Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10933,13 +10934,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10947,430 +10948,430 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Taularen egituraren proposamena " -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable Statistics" msgid "Disable shortcut keys" msgstr "Estatistikak ezgaitu" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 #, fuzzy msgid "Allow login to any MySQL server" msgstr "Ezinezkoa MySql zerbitzarian saioa hastea" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Ezinezkoa MySql zerbitzarian saioa hastea" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Gaituta" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy msgid "Minimum size for input field" msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy msgid "Maximum size for input field" msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Paperaren tamaina" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "\"Backquotes\" erabili taula eta eremuen izenekin " -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Taularen iruzkinak" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Taularen egituraren proposamena " -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Browser transformation" msgid "Default transformations for Hex" msgstr "Nabigatzailearen eraldaketa" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Eraldaketen hobespenak" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Bool2Text" msgstr "Eraldaketen hobespenak" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for External" msgstr "Eraldaketen hobespenak" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Eraldaketen hobespenak" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for DateFormat" msgstr "Eraldaketen hobespenak" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Eraldaketen hobespenak" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Eraldaketen hobespenak" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Eraldaketen hobespenak" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Taularen mantenua" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Bidali" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 #, fuzzy msgid "Character set of the file" msgstr "Fitxategiaren karaktereen kodeketa:" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Trinkotzea" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11380,71 +11381,71 @@ msgstr "Trinkotzea" msgid "Put columns names in the first row" msgstr "Eremuen izenak lehenengo errenkadan jarri" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Eremuak honekin mugatuta:" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Eremuak escaped by:" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "NULL ordezkatu honen ordez:" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Honetan bukatutako lerroak: " -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Honetan bukatutako lerroak: " -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Excel edizioa" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 #, fuzzy msgid "Database name template" msgstr "Txantiloi-fitxategiaren izena" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 #, fuzzy msgid "Server name template" msgstr "Txantiloi-fitxategiaren izena" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 #, fuzzy msgid "Table name template" msgstr "Txantiloi-fitxategiaren izena" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11456,1051 +11457,1051 @@ msgstr "Txantiloi-fitxategiaren izena" msgid "Dump table" msgstr "%s taula(k)" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Taularen epigrafea gehitu" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Taularen epigrafea" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 #, fuzzy msgid "Continued table caption" msgstr "Taularen epigrafea gehitu" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Erlazioak" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Esportazio mota" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "horizontal (goiburukoak biratuta)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Txantiloi-fitxategiaren izena" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "\"Backquotes\" erabili taula eta eremuen izenekin " -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Sortu/Eguneratu/Egiaztatu datak" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Taula berri bat sortu %s datu-basean" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Saioaren balioa" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 #, fuzzy msgid "Use ignore inserts" msgstr "Use delayed inserts" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy msgid "Export type" msgstr "Esportazio mota" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 #, fuzzy msgid "Export time in UTC" msgstr "Esportazio mota" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Add constraints" msgid "Foreign key checks" msgstr "Murrizketak gehitu" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV datuak" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy msgid "General" msgstr "Egilea:" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 #, fuzzy msgid "Import defaults" msgstr "Fitxategiak inportatu" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy msgid "Navigation tree" msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Orri zenbakia:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentazioa" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "SQL kontsulta" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Egoera" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "Datu-baseak" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Taula" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Erlazio-eskema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Testu-eremua erabili" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Eremuen izenak lehenengo errenkadan jarri" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Gehitu AUTO_INCREMENT balioa" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy msgid "Maximum items on first level" msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 #, fuzzy msgid "Memory limit" msgstr "Baliabideen mugak" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Sareta erakutsi" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy msgid "Link with main panel" msgstr "Datu-basea esportatzeko aukerak" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Taularen epigrafea" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Taulak erakutsi" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Sareta erakutsi" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "Konexio azken freskatzetik" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Erakutsi prozesuak" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Sareta erakutsi" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Datu-baserik ez" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Taula aztertu" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Taularen \"Order By\" aldatu" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Taularen epigrafea" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Taula berrizendatu izen honetara: " -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Lehen mailako gakoa gehitu zaio %s-(r)i." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Erlazio-eskema" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Saioaren balioa" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Edozein ostalari" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Edozein ostalari" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "Datu-baserik ez" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "Zerbitzariaren hautaketa" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "Taula berri bat sortu %s datu-basean" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 #, fuzzy msgid "Server port" msgstr "Zerbitzariaren hautaketa" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Taula aztertu" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Aldagaiak" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Taula konpondu" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Zerbitzariaren hautaketa" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Zutabearen iruzkinak erakusten" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Sententziak" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy msgid "Automatically create versions" msgstr "Zerbitzariaren bertsioa" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Taulak erabili" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Host taula erabili" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Taularen iruzkinak" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "PHP informazioa erakutsi" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show PHP information" msgid "Show last update timestamp" msgstr "PHP informazioa erakutsi" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show PHP information" msgid "Show last check timestamp" msgstr "PHP informazioa erakutsi" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Taularen iruzkinak" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy msgid "Show field types" msgstr "Taulak erakutsi" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Sareta erakutsi" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 #, fuzzy msgid "Show SQL queries" msgstr "Kontsulta osoak erakutsi" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Errenkadaren estatistikak" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL-a azaldu" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP kodea sortu" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Gehitu/ezabatu irizpide-zutabea" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Lehenetsia" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "Erabiltzaile-izena:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Pasahitza" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "Zerbitzariaren hautaketa" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL kontsulta" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Local monitor configuration incompatible" msgid "Enable Zero Configuration mode" msgstr "Konfiguratutako monitore lokal bateraezina" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "Beste" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -12535,7 +12536,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12569,7 +12571,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" @@ -12581,7 +12583,7 @@ msgstr "Dokumentazioa" msgid "OpenDocument Text" msgstr "Dokumentazioa" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12704,7 +12706,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -12994,7 +12996,7 @@ msgstr "Ez da taularik aurkitu datu-basean." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -13125,7 +13127,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13190,7 +13192,7 @@ msgstr "Arazo bat izanez gero, milesker bug bilduma eskuz igortzeagatik." msgid "You may want to refresh the page." msgstr "Orrialdea birkargatu." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Mota okerra!" @@ -13281,35 +13283,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13379,7 +13374,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" sententziak ezgaituta daude." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15503,7 +15498,7 @@ msgid "No such column" msgstr "Gehitu/ezabatu irizpide-zutabea" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Linestring" msgctxt "string types" @@ -16257,7 +16252,7 @@ msgstr "Datu-baserik ez" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16345,7 +16340,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada)." @@ -16774,30 +16769,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Errenkada ezabatua izan da" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Kontsulta exekutatzeko denbora %01.4f seg" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Errenkadak erakusten" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "guztira" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17395,11 +17390,11 @@ msgstr "" msgid "web server upload directory:" msgstr "Fitxategiak igotzeko web-zerbitzariaren direktorioa" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -17825,43 +17820,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Itxi" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Ezin taula berberara mugitu!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Ezinezkoa da taula berberera kopiatzea!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s taula hona mugitu da: %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s taula hona kopiatua izan da: %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s taula hona mugitu da: %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s taula hona kopiatua izan da: %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Taularen izena hutsik dago!" @@ -17943,7 +17938,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -18417,7 +18412,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -18440,54 +18435,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Zutabe izenak" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19298,18 +19293,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19574,97 +19569,97 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Hutsik" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Zerbitzariaren bertsioa" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19672,174 +19667,174 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format msgid "A time, range is %1$s to %2$s" msgstr "Zerbitzariaren bertsioa" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add a polygon" msgid "A polygon" msgstr "Gehitu poligonoa" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Indize berri bat sortu" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" diff --git a/resources/po/fa.po b/resources/po/fa.po index a2a22863b6..f029bfa6d1 100644 --- a/resources/po/fa.po +++ b/resources/po/fa.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2024-08-09 14:09+0000\n" "Last-Translator: Hojat Ghanad \n" "Language-Team: Persian %s" msgstr "%1$s همتا در %2$s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -4009,7 +4009,7 @@ msgstr "دریافت کنید" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "بازگشت" @@ -4019,7 +4019,7 @@ msgstr "بازگشت" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "صدور" @@ -4366,8 +4366,8 @@ msgstr "نتيجه SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "پايگاههاي داده" @@ -4393,7 +4393,7 @@ msgid "Recent" msgstr "اخیر" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "جداول مورد علاقه" @@ -4435,17 +4435,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "پرس و جوي SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "پانل ناوبری" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Hide indexes" msgid "Main panel" @@ -4963,13 +4963,28 @@ msgstr "تنظیمات دسترسی به پایگاه داده \"%s\" را بر msgid "Check privileges" msgstr "چک سطح دسترسی" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "اجراي پرس و جو(ها)ي SQL در پايگاه‌داده %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "مجموع:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4977,18 +4992,18 @@ msgstr "" "نکته: فعال کردن آمارگیری پایگاه داده ممکن است ترافیک سنگینی بین وب سرور و " "سرور پایگاه داده به وجود بیاورد." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "فعال سازی آمارها" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6116,7 +6131,7 @@ msgid "Current server:" msgstr "سرور فعلی" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "سرور" @@ -6200,7 +6215,7 @@ msgid "Test:" msgstr "امتحان کردن" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "سرور" @@ -6843,7 +6858,7 @@ msgstr "نمايش رنگ" msgid "Show hidden messages" msgstr "Show grid" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6932,7 +6947,7 @@ msgid "Detailed profile" msgstr "فقط داده‌ها" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7007,7 +7022,7 @@ msgstr "دسته بندی نتایج" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7059,7 +7074,7 @@ msgstr "" msgid "Show this query here again" msgstr "نمايش دوباره اين پرس و جو در اينجا" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "پرس و جوي SQL" @@ -7614,7 +7629,7 @@ msgid "Delete the view (DROP)" msgstr "No databases" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Databases" msgid "Table structure" @@ -7823,32 +7838,32 @@ msgid "Index length" msgstr "طول سطر" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "تعمیر" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9689,14 +9704,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "نام كاربر" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9900,37 +9907,37 @@ msgstr "هر دو گزینه بالا" msgid "neither of the above" msgstr "هیچ کدام از گزینه های بالا" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -9940,279 +9947,279 @@ msgstr "" "فعال کردن فشرده سازی [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] برای " "عملیات خروجی و ورودی" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "قراردادن نام جدولها و ستونها بين علامت نقل‌قول" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Customize text input fields" msgid "Customize default options." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Customize text input fields" msgid "Customize edit mode." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Customize text input fields" msgid "Customize default export options." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "گزینه های نمایش پایگاه داده" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize text input fields" msgid "Customize appearance of the navigation panel." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize text input fields" msgid "Customize the navigation tree." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "گزینه های نمایش سرورها." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Databases display options" msgid "Tables display options." msgstr "گزینه های نمایش پایگاه داده" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication" msgid "Authentication settings." msgstr "ورود" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Server connection collation" msgid "Enter server connection parameters." msgstr "تلفیق اتصال سرور" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "تنظیمات پرس و جوي SQL" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize text input fields" msgid "Customize startup page." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "غیر فعال کردن برخی از هشدارهای نشان داده شده توسط phpMyAdmin" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10222,7 +10229,7 @@ msgstr "" "فعال کردن فشرده سازی [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] برای " "عملیات خروجی و ورودی" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10234,14 +10241,14 @@ msgstr "" "اگر فعال باشد ,phpMyAdmin در صورتی که محاسبه ای با خطا مواجه شد به دیگر " "محاسبات ادامه خواهد داد" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10253,30 +10260,30 @@ msgstr "" "فرمت پیش فرض;اگاه باشید که این لیست وابسته به محل(پایگاه داده,جدول) و فقط " "همیشه sql مورد دسترسی میباشد" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "شماره نمایش داده شد از شروع به جست و خیز" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10284,348 +10291,348 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show hint" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Show grid" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Customize text input fields" msgid "Set to 0 to collapse navigation panel." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Customize text input fields" msgid "Show logo in navigation panel." msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show hint" msgid "Whether to show tables under database in the navigation tree" msgstr "Show grid" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show hint" msgid "Whether to show views under database in the navigation tree" msgstr "Show grid" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show hint" msgid "Whether to show events under database in the navigation tree" msgstr "Show grid" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10633,151 +10640,145 @@ msgstr "" "توضیحات کاربر پسند از این سرور . این فیلد را خالی بگذارید تا نام میزبان به " "جای آن قرار بگیرد ." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "در صورت استفاده نکردن خالی بگذارید" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank for defaults." msgstr "در صورت استفاده نکردن خالی بگذارید" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication" msgid "Authentication method to use." msgstr "ورود" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "ورود به MySQL server ناموفق بود" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10785,13 +10786,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10799,223 +10800,223 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "پيشنهاد ساختار جدول" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable Statistics" msgid "Disable shortcut keys" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "هنگام مرور جدول ها,نوع هر جدول به یاد می ماند" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Databases display options" msgid "For display Options" msgstr "گزینه های نمایش پایگاه داده" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11025,199 +11026,199 @@ msgstr "" "فعال کردن فشرده سازی [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] برای " "عملیات خروجی و ورودی" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "ورود به MySQL server ناموفق بود" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable %s" msgid "Enable linter" msgstr "فعال سازی %s" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "قراردادن نام جدولها و ستونها بين علامت نقل‌قول" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "توضيحات جدول" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "پيشنهاد ساختار جدول" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Information" msgid "Default transformations for Hex" msgstr "اطلاعات" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy msgid "Default transformations for Substring" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy msgid "Default transformations for Bool2Text" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy msgid "Default transformations for External" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy msgid "Default transformations for PreApPend" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy msgid "Default transformations for DateFormat" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy msgid "Default transformations for Inline" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy msgid "Default transformations for TextImageLink" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy msgid "Default transformations for TextLink" msgstr "آمار پايگاههاي داده" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "نگهداشت چندتایی جدول را غیر فعال کنید" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "ذخيره به صورت پرونده" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "مجموعه كاراكترهاي پرونده" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "فشرده‌سازي" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11225,64 +11226,64 @@ msgstr "فشرده‌سازي" msgid "Put columns names in the first row" msgstr "قراردادن نام ستونها در اولين سطر" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "ستونهاي درميان‌گرفته با" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "ستونهاي جداشده با" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "ستون های از بین رفته به وسیله" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "خطوط منتهي به" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11292,396 +11293,400 @@ msgstr "" msgid "Dump table" msgstr "بیرون کشیدن جدول" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "رابطه ها" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "روش صدور" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export" msgid "Export as separate files" msgstr "صدور" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select Tables" msgid "Remember filename template" msgstr "Select Tables" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "قراردادن نام جدولها و ستونها بين علامت نقل‌قول" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "از ورودی با تاخیر استفاده نمایید" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "ساخت جدول جديد در پايگاه داده %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Use this value" msgid "%s view" msgstr "این مقدار را استفاده کنید" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "از ورودی های درنظرگرفته نشده استفاده نمایید" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "نوع صدور" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Select Foreign Key" msgid "Foreign key checks" msgstr "انتخاب کلید خارجی" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "داده‌هاي CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "عمومی" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Customize text input fields" msgid "Navigation tree" msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "عنوان صفحه" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "ورود" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "جعبه پرس و جوي SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "پايگاههاي داده" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "جدول" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "نمايش الگوي PDF" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "فیلد های متنی" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "هشدارها" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "پارامترهای اضافی برای iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "نادیده گرفتن اشتباهات بیانی متعدد" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "ورودی جزئی : اجازه توقف دادن" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "آیا درج خطا بینتیجه بوده" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "فرمت فایل های مهم" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "استفاده از کلید واژه های محلی" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "نام ستونها در اولين سطر" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "ردیف خالی وارد کنید" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "ارز واردات ($ 5.00 به 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "درصد واردات به عنوان رقم اعشار مناسب (12.00٪ به 0.12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "نمیتواند خوانده شود" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show hint" msgid "Show databases navigation as tree" msgstr "Show grid" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "پانل ناوبری" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -11689,605 +11694,601 @@ msgstr "پانل ناوبری" msgid "Link with main panel" msgstr "سفارشی کردن فیلدهای ورودی متن" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy msgid "Enable navigation tree expansion" msgstr "توضيحات جدول" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "نمايش جدولها" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show hint" msgid "Show views in tree" msgstr "Show grid" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "اتصال ها در آخرین رفرش" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "نمايش فرايندها" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show hint" msgid "Show events in tree" msgstr "Show grid" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "کپی کردن پایگاه داده" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "جدول های استفاده شده اخیر" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "نوبت خنثی" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy msgid "Table navigation bar" msgstr "توضيحات جدول" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "اجازه دهید همه ردیف ها نمایش داده شوند" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "به یاد ماندن نوع جدول" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "يك كليد اصلي در %s اضافه شد" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "تکرار عنوان ها" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "رابطه ها" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 #, fuzzy #| msgid "Save all edited cells at once" msgid "Grid editing: save all edited cells at once" msgstr "ذخیره سریع تمام سلول های ویرایش شده" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "ذخیره ی پوشه" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "کنترل هاست" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "کنترل هاست" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "مخفی کردن پایگاه داده ها" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "جدول تاریخ دستورات اس کیو ال" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "نام میزبان سرور" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "خروج URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export templates table" msgstr "ساخت جدول جديد در پايگاه داده %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "اضافه يا حذف ستونها" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "پورت سرور" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "جدول هایی که به تازگی استفاده شده" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy msgid "Favorites table" msgstr "متغییر" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "ارتباط جدول" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "نمایش جدول ستون ها" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "جملاتی که باید ردگیری شوند" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "به صورت خودکار نسخه ایجاد شود" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "بكارگيري جدولها" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "اجازه دهید همه ردیف ها نمایش داده شوند" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "توضيحات جدول" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "نمايش اطلاعات PHP" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show PHP information" msgid "Show last update timestamp" msgstr "نمايش اطلاعات PHP" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show PHP information" msgid "Show last check timestamp" msgstr "نمايش اطلاعات PHP" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "توضيحات جدول" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "نمايش جدولها" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Show grid" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "آمار سطرها" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "شرح دادن SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "ساخت كد PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "اضافه يا حذف ستونها" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "پيش‌فرض" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "نام كاربر" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "اسم رمز" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "پورت سرور" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Failed to read configuration file" msgid "Enable Zero Configuration mode" msgstr "در خواندن فایل تنظیمات ناموفق بود" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "دیگر" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Collation اتصال سرور" @@ -12324,7 +12325,8 @@ msgstr "وارد کردن داده کار نمی کند، تابع (%s) یافت msgid "Compressed export will not work due to missing function %s." msgstr "وارد کردن داده کار نمی کند، تابع (%s) یافت نشد" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12358,7 +12360,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" @@ -12370,7 +12372,7 @@ msgstr "مستندات باز" msgid "OpenDocument Text" msgstr "مستندات باز" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12495,7 +12497,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -12804,7 +12806,7 @@ msgstr "در پايگاه داده هيچ جدولي یافت نشد." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12932,7 +12934,7 @@ msgid "Success!" msgstr "موفق!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12996,7 +12998,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "ممکن است نیاز به refresh کردن صفحه داشته باشید." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "نوع اشتباه!" @@ -13087,35 +13089,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13193,7 +13188,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "عبارت \"DROP DATABASE\" غیر فعال است." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15377,7 +15372,7 @@ msgid "No such column" msgstr "اضافه يا حذف ستونها" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16133,7 +16128,7 @@ msgstr "No databases" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "نشانه گذاری %s ایجاد شده است." @@ -16219,7 +16214,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL يك نتيجه خالي داد. (مثلا 0 سطر)." @@ -16651,28 +16646,28 @@ msgstr "" msgid "The row has been deleted." msgstr "سطر حذف گرديد" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "جمع كل" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17278,11 +17273,11 @@ msgstr "" msgid "web server upload directory:" msgstr "انتخاب از مسیر آپلود در سرور %s:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "نمایش پرس و جو SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "درج شناسه ردیف: %1$d" @@ -17717,43 +17712,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "بستن" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "جدول %s به %s انتقال داده‌شد." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "جدول %s به %s كپي شد." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "جدول %s به %s انتقال داده‌شد." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "جدول %s به %s كپي شد." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "نام جدول وارد نشده‌است !" @@ -17837,7 +17832,7 @@ msgstr "روش احراز هویت در تنظیمات صحیح نمی باشد: msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -18296,7 +18291,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "ساختن" @@ -18318,54 +18313,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "نام ستونها" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19098,11 +19093,11 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19114,7 +19109,7 @@ msgstr "" "این جدول هیچ مقدار کلیدی ندارد. امکانات ویرایش جدولی، چک باکس ها ، ویرایش ، " "کپی و حذف ممکن است کار نکنند." -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19390,97 +19385,97 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "خالي" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "نسخه سرور" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19488,173 +19483,173 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format msgid "A time, range is %1$s to %2$s" msgstr "نسخه سرور" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy msgid "A polygon" msgstr "افزودن ستون جديد" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "ساخت فهرست جديد" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" diff --git a/resources/po/fi.po b/resources/po/fi.po index ade96fd28c..a44bab681e 100644 --- a/resources/po/fi.po +++ b/resources/po/fi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-03 06:36+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Finnish %s" msgstr "Tallenna palvelimelle hakemistoon %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Korvaa jo olemassa oleva(t) tiedosto(t)" @@ -3997,7 +3997,7 @@ msgstr "käytä tätä" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Takaisin" @@ -4007,7 +4007,7 @@ msgstr "Takaisin" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Tuonti" @@ -4382,8 +4382,8 @@ msgstr "SQL-vedos" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Tietokannat" @@ -4409,7 +4409,7 @@ msgid "Recent" msgstr "Äskettäinen" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Suosikkitaulut" @@ -4454,17 +4454,17 @@ msgid "Features" msgstr "Ominaisuudet" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-kyselyt" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigointi paneeli" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Pääpaneeli" @@ -5003,13 +5003,28 @@ msgstr "Hallitse tietokannan \"%s\" käyttöoikeuksia." msgid "Check privileges" msgstr "Merkitse käyttöoikeudet" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Suorita SQL-kyselyjä tietokannassa %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Yhteensä:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5017,16 +5032,16 @@ msgstr "" "Huom: Tietokantatilastojen näyttäminen täältä käsin saattaa aiheuttaa " "runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välille." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Aktivoi tilastot" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Ei tietokantoja" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Vahvista" @@ -6250,7 +6265,7 @@ msgid "Current server:" msgstr "Nykyinen palvelin" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Palvelimet" @@ -6336,7 +6351,7 @@ msgid "Test:" msgstr "Testaa" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Palvelin" @@ -7012,7 +7027,7 @@ msgstr "Näytä lomake" msgid "Show hidden messages" msgstr "Näytä vihje" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Todennustyyppi" @@ -7100,7 +7115,7 @@ msgid "Detailed profile" msgstr "Tiedoston koonkasvatusmäärä" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7175,7 +7190,7 @@ msgstr "Profiloinnin tulokset" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL-kyselysi on suoritettu onnistuneesti." @@ -7225,7 +7240,7 @@ msgstr "Erotinmerkki" msgid "Show this query here again" msgstr "Näytä tämä kyselylause uudestaan" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Säilytä SQL-kyselylaatikko" @@ -7772,7 +7787,7 @@ msgid "Delete the view (DROP)" msgstr "Siirry tietokantaan" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Taulun rakenne" @@ -7985,32 +8000,32 @@ msgid "Index length" msgstr "Rivin pituus" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analysoi" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Tarkasta" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimoi" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Rakenna uudestaan" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Korjaa" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9900,14 +9915,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamilainen" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -10099,19 +10106,19 @@ msgstr "molemmat yltä" msgid "neither of the above" msgstr "ei kumpikaan yltä" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Käyttäjät eivät voi määrittää suurempaa arvoa" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Jos käytössä, käyttäjä voi syöttää minkä tahansa MySQL-palvelimen " "kirjautumislomakkeeseen evästetodennusta varten." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -10121,7 +10128,7 @@ msgstr "" "mielivaltaiseen MySQL-palvelimeen sovittamalla IP-osoitteen tai isäntänimen " "MySQL-palvelimeen säännöllisellä lausekkeella." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -10131,23 +10138,23 @@ msgstr "" "phpMyAdminia kehyksen sisältä. Tämä voi olla [strong]turva-aukko[/strong], " "joka mahdollistaa kehystenväliset komentosarjahyökkäykset." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "Evästeiden salausavain [kbd]cookie[/kbd]-todennuksessa." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Käytä tuontitoiminnoissa bzip2-pakkausta." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Anna yksityinen avain verkkotunnuksesi reCaptcha-palvelulle." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -10155,37 +10162,37 @@ msgid "" "API." msgstr "Anna yksityinen avain verkkotunnuksesi reCaptcha-palvelulle." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Anna yksityinen avain verkkotunnuksesi reCaptcha-palvelulle." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Anna yksityinen avain verkkotunnuksesi reCaptcha-palvelulle." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Anna julkinen avain verkkotunnuksesi reCaptcha-palvelulle." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Anna yksityinen avain verkkotunnuksesi reCaptcha-palvelulle." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Anna yksityinen avain verkkotunnuksesi reCaptcha-palvelulle." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -10195,7 +10202,7 @@ msgstr "" "kentissä; [kbd]input[/kbd] - sallii syötön pituuden rajoittamisen, " "[kbd]textarea[/kbd] - sallii kentissä uudet rivit." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -10203,7 +10210,7 @@ msgstr "" "Käytä käyttäjäystävällistä editoria SQL-kyselyiden (CodeMirror) " "muokkaamiseen syntaksin korostuksella ja rivinumeroilla." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -10211,7 +10218,7 @@ msgstr "" "Etsii virheet hakulausekkeesta ennen hakulausekkeen suorittamista. Vaatii " "CodeMirror - toiminnon kytkemistä päälle." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10219,7 +10226,7 @@ msgstr "" "Määrittää CHAR- ja VARCHAR -sarakkeista muodostettujen syötekenttien " "vähimmäiskoon." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10227,7 +10234,7 @@ msgstr "" "Määrittää CHAR- ja VARCHAR-sarakkeista muodostettujen syötekenttien " "enimmäiskoon." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -10235,7 +10242,7 @@ msgstr "" "Pakkaa gzip-viennit lennossa käyttämättä paljon muistia; jos kohtaat " "ongelmia luoduissa gzip-tiedostoissa, poista tämä ominaisuus käytöstä." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -10243,22 +10250,22 @@ msgstr "" "Pitäisikö näyttää varoitus (”Haluatko varmasti…”), kun tietoja aiotaan " "kadottaa." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" "Täydennä taulun ja sarakkeiden nimet automaattisesti SQL-hakukyselyissä." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -10266,7 +10273,7 @@ msgstr "" "Estä taulun massahallintatoiminnot, esimerkiksi optionti tai korjaus " "tietokannan valituille tauluille." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -10274,12 +10281,12 @@ msgstr "" "Määritä suurin sallittu skriptin suorittamiseen käytettävä sekuntimäärä " "([kbd]0[/kbd], jos ei rajoitusta)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -10287,7 +10294,7 @@ msgstr "" "Lajittelujärjestys viiteavaimen pudotusvalikon kohteille; [kbd]content[/kbd] " "on viitattu tieto, [kbd]id[/kbd] on avainarvo." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -10295,7 +10302,7 @@ msgstr "" "Täsmentää selaimen otsikkorivin tekstin. Katso [doc@faq6-27]dokumentaatio[/" "doc] maagisille merkkijonoille, jonka avulla voidaan saada erityisiä arvoja." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10303,7 +10310,7 @@ msgstr "" "Huomaa, että phpMyAdmin on vain käyttöliittymä, ja sen ominaisuuksia ei ole " "rajoitettu MySQL-tietokantaan." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -10311,7 +10318,7 @@ msgstr "" "Palvelimen konfiguraation lisäasetukset, älä muuta näitä valintoja ellet " "tiedä mihin niitä käytetään." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10320,7 +10327,7 @@ msgstr "" "Määritä phpMyAdmin määritysten tallennus käyttääksesi lisäasetuksia, katso " "ohjeista [doc@linked-tables]phpMyAdmin määritysten tallennus[/doc]." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10328,115 +10335,115 @@ msgstr "" "Tietokantaan tehtyjen muutosten seuranta. Vaatii phpMyAdminin " "konfiguraatiomuistin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Mukauta selaustilaa." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Mukauta oletusvalintoja." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Asetukset phpMyAdmin-kehittäjille." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Mukauta muokkaustilaa." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Mukauta viennin oletusasetuksia." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Aseta muutamia usein käytettyjä asetuksia." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Mukauta yleisiä viennin oletusasetuksia." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Aseta tuonti- ja vientihakemistot sekä pakkauksen asetukset." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Tietokantojen näyttöasetukset." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Mukauta navigointipalkin näkymää." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Mukauta navigointipuuta." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Palvelinten näyttöasetukset." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Taulujen näyttöasetukset." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Asetukset jotka eivät sovi mihinkään muualle." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Todennuksen valinnat." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Anna palvelimen yhteysparametrit." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Mukauta SQL-hakukyselykentässä näytettäviä linkkejä." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL-hakukyselyiden asetukset." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Mukauta käynnistyssivua." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Valitse, mitkä tiedot näytetään tietokannan rakenteessa (taulujen luettelo)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Taulurakenteen asetukset (sarakkeiden luettelo)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Valitse miten haluat välilehtien toimivan." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Mukauta tekstikenttiä." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Mukauta oletusvalintoja" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Kytke osa phpMyAdminin näyttämistä varoituksista pois päältä." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Käytä tuonti- ja vientitoiminnoissa gzip-pakkausta." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10444,7 +10451,7 @@ msgstr "" "Jos käytössä, phpMyAdmin jatkaa monilausekyselyjen laskemista, vaikka yksi " "hakukyselyistä epäonnistui." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10454,7 +10461,7 @@ msgstr "" "Tätä kannattaa käyttää tuotaessa suuria tiedostoja; se saattaa kuitenkin " "katkaista transaktiot." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10462,15 +10469,15 @@ msgstr "" "Oletusmuoto; huomaa, että tämä luettelo riippu sijainnista (tietokanta, " "taulu), ja käytettävissä on vain SQL." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Päivitä tiedot kun duplikaattiavain on löytynyt tuonnissa" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Alusta ohitettavien hakukyselyiden lukumäärä." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10481,7 +10488,7 @@ msgstr "" "asetetaan FALSE:ksi, saattaa helposti unohtaa kirjata muut palvelimet ulos, " "mikäli yhteyksiä on muodostettu useisiin palvelimiin." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10489,7 +10496,7 @@ msgstr "" "Määritä, onko [kbd]evästetodennustilassa[/kbd] muistettava edellinen " "kirjautuminen." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10501,11 +10508,11 @@ msgstr "" "ajan ja poistetaan, kun selainikkuna suljetaan. Tätä suositellaan " "epäluotetuille ympäristöille." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Näytettävän SQL-hakukyselyn enimmäispituus." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10513,13 +10520,13 @@ msgstr "" "Nimikkeiden määrä jotka voidaan näyttää navigointipuun ensimmäisen tason eri " "sivuilla." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Nimikkeiden määrä jotka voidaan näyttää navigointipuun eri sivuilla." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10527,7 +10534,7 @@ msgstr "" "Näytettävien rivien määrä selattaessa tulostaulua. Jos tulostaulussa on " "enemmän rivejä, näytetään \"Edellinen\"- ja \"Seuraava\"-linkit." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10539,15 +10546,15 @@ msgstr "" "Skriptin varaama enimmäistavumäärä, esim. [kbd]32M[/kbd] ([kbd]-1[/kbd] ei " "rajoitusta ja [kbd]0[/kbd] ei muutosta)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Korvaa navigaatiopaneelin tietokantapuun valitsimella" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "Yhdistä pääpaneelin kanssa korostamalla nykyinen tietokanta tai taulu." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10555,7 +10562,7 @@ msgstr "" "Avaa linkitetty sivu pääikkunassa ([code]main[/code]) tai uudessa sivulla " "([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10563,7 +10570,7 @@ msgstr "" "Määrittää kohteiden (taulukot, näkymät, rutiinit ja tapahtumat) suodattimen " "vähimmäismäärän." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10571,67 +10578,67 @@ msgstr "" "Ryhmitä kohteet navigointipuussa (puu määritellään alla osoitetulla " "erottimella yllä olevissa tietokannoissa ja tauluissa)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Mikäli tarjotaan mahdollisuus puun laajennukseen navigointipaneelissa." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Mikäli haluat näyttää tietokannan prosessit navigaatiopuussa" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Laajennetaanko yksittäinen tietokanta navigointipuussa automaattisesti." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "Näytä logo navigaatiopaneelissa." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Näytä logo navigaatiopaneelissa." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL-osoite, johon logo navigointipaneelissa osoittaa." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Näytä palvelimen valinta navigointipaneelin yläreunassa." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Merkkijono, joka jakaa tietokannat eri puutasoille." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Merkkijono, joka jakaa taulut eri puutasoille." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Korosta hiire kohdistimen alla oleva palvelin." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Mikäli haluat näyttää tietokannan taulut navigointipuussa" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Mikäli haluat näyttää tietokannan näkymät navigaatiopuussa" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Mikäli haluat näyttää tietokannan funktiot navigaatiopuussa" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Mikäli haluat näyttää tietokannan tapahtumat navigaatiopuussa" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10639,7 +10646,7 @@ msgstr "" "[kbd]SMART[/kbd] - eli laskeva järjestys kentille joiden tyyppi on TIME, " "DATE, DATETIME ja TIMESTAMP, muulloin nouseva järjestys." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10649,7 +10656,7 @@ msgstr "" "rakennesivulla mikäli joku pakollisista tauluista joka vaaditaan " "konfiguraatiomuistia varten ei ole olemassa pois päältä." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10657,7 +10664,7 @@ msgstr "" "Poistaa oletusvaroituksen joka näytetään jos rakennesivulla mikäli " "sarakenimet taulussa ovat MySQL:n varattuja sanoja." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10667,11 +10674,11 @@ msgstr "" "määritykset). Jos poistettu käytöstä, tämä käyttää JavaScript-rutiineja " "kyselyhistorian näyttämisessä (katoaa, kun ikkuna suljetaan)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -10679,7 +10686,7 @@ msgstr "" "Asettaa varsinaisen aikavyöhykkeen; mahdollisesti eri aikavyöhyke kuin " "tietokantapalvelimella" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10687,7 +10694,7 @@ msgstr "" "Jätä tyhjäksi, jos et halua [doc@bookmarks@]kirjanmerkki[/doc]tukea, " "oletusarvo: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10699,7 +10706,7 @@ msgstr "" "Jätä tyhjäksi jos et halua sarakkeiden kommentteja ja mime-tyyppejä, " "oletusarvo: [kbd]pma_column__info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10707,7 +10714,7 @@ msgstr "" "Erityinen MySQL-käyttäjä, jolle on määritetty rajatut käyttöoikeudet, " "lisätietoja saatavilla [doc@linked-tables]dokumentaatiossa[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10715,7 +10722,7 @@ msgstr "" "Vaihtoehtoinen isäntä konfiguraatiomuistille; jätä tyhjästä käyttääksesi jo " "määriteltyä isäntää." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10725,7 +10732,7 @@ msgstr "" "tyhjäksi käyttääksesi oletusporttia, mikäli olet jo määritellyt portin tai " "mikäli ohjausisäntä on sama kuin isäntä." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10740,7 +10747,7 @@ msgstr "" "virheenjäljittimestä[/a] ja [a@https://bugs.mysql.com/19588]MySQL:n " "ohjelmavirheistä[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10748,7 +10755,7 @@ msgstr "" "Jätä tyhjäksi, jos et halua SQL-hakukyselyhistorian tukea, oletusarvo: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10756,7 +10763,7 @@ msgstr "" "Rajoittaa tietokantaan tallennettujen taulun asetuksien lukumäärää, " "vanhimmat kirjaukset poistetaan automaattisesti." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10764,7 +10771,7 @@ msgstr "" "Jätä tyhjäksi jos et halua vietyjen mallien tukea, oletusarvo: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10772,7 +10779,7 @@ msgstr "" "Jätä tyhjäksi jos et halua keskisarakkeiden tukea, oletusarvo: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10782,14 +10789,14 @@ msgstr "" "koodinvaihtomerkin, mikäli haluat käyttää niiden todellista ilmentymää, " "käytä esimerkiksi [kbd]'my\\_db'[/kbd] mutta ei [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Jätä tyhjäksi jos et halua PDF-kaavioiden tukea, oletusarvo: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10799,7 +10806,7 @@ msgstr "" "Katso täydet tiedot aiheesta [doc@linked-tables]pmadb[/doc]. Jätä tyhjäksi " "jos et halua tukea. Oletusarvo: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10807,7 +10814,7 @@ msgstr "" "Jätä tyhjäksi jos et halua \"pysyvää\" viimeksi käytettyjä tauluja yli " "kaikkien sessioiden, oletusarvo: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10815,7 +10822,7 @@ msgstr "" "Jätä tyhjäksi jos et halua pysyvää suosikkitaulujen luetteloa yli kaikkien " "sessioiden, oletusarvo: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10823,12 +10830,12 @@ msgstr "" "Jätä tyhjäksi jos et halua [doc@relations@]relaatiolinkkien[/doc]tukea, " "oletusarvo: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "Katso [doc@authentication-modes]todennustyypit[/doc] esimerkkinä." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10836,7 +10843,7 @@ msgstr "" "Jätä tyhjäksi jos et halua PDF-kaavioiden tukea, oletusarvo: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10844,7 +10851,7 @@ msgstr "" "Taulukko kuvaamaan näytettäviä sarakkeita, jätä tyhjäksi jos et halua tukea; " "oletusarvo: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10852,7 +10859,7 @@ msgstr "" "Jätä tyhjäksi, ei \"pysyviä\" taulukoita käyttöliittymäasetuksiin eri " "istuntoihin, oletusarvo: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10860,7 +10867,7 @@ msgstr "" "Mikäli DROP DATABASE IF EXISTS lauseke lisätään ensimmäiseksi riviksi lokiin " "tietokantaa luotaessa." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10868,7 +10875,7 @@ msgstr "" "Mikäli DROP TABLE IF EXISTS lauseke lisätään ensimmäiseksi riviksi lokiin " "taulua luotaessa." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10876,11 +10883,11 @@ msgstr "" "Mikäli DROP VIEW IF EXISTS lauseke lisätään ensimmäiseksi riviksi lokiin " "näkymää luotaessa." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "Määrittää listan lausekkeista joita käytetään uusissa versioissa." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10888,14 +10895,14 @@ msgstr "" "Jätä tyhjäksi jos et halua SQL-kyselyiden seurantatukea, oletusarvo: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Mikäli seurantamekanismi luo versiot tauluille ja näkymille automaattisesti." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10903,7 +10910,7 @@ msgstr "" "Jätä tyhjäksi jos käyttäjän asetuksia ei varastoida tietokantaan, " "oletusarvo: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10913,7 +10920,7 @@ msgstr "" "konfiguroitavien valikoiden ominaisuus; jättämällä jompi kumpi tyhjäksi " "kytkee ominaisuuden pois päältä, oletusarvo: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10923,7 +10930,7 @@ msgstr "" "käyttäjätaulua; jos jompi kumpi näistä jätetään tyhjäksi, poistuu tämä " "toiminto käytöstä, ehdotus: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10931,7 +10938,7 @@ msgstr "" "Jätä tyhjäksi, jos haluat poistaa käytöstä navigointikohteiden piilotus- ja " "näyttötoiminnon, ehdotus: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10939,54 +10946,54 @@ msgstr "" "Käyttäjäystävällinen kuvaus tästä palvelimesta. Jätä tyhjäksi, jos haluat, " "että tässä lukee sen sijaan palvelimen verkkonimi." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Jätä tyhjäksi, jos tätä ei käytetä." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Käytä oletusarvoja jättämällä tyhjäksi." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Realm nimi joka näytetään HTTP Auth - todennuksessa." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Käytettävä todennustyyppi." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Pakkaa yhteys MySQL-palvelimeen." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Piilota tietokannat, jotka vastaavat säännöllistä lauseketta (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "MySQL-palvelimen verkkonimi." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Jätä tyhjäksi, jot et käytä config-todennusta." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Portti jota MySQL-palvelin kuuntelee, käytä oletusarvoa jättämällä tyhjäksi." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Palvelinpistoke jota MySQL-palvelin kuuntelee, käytä oletusarvoa jättämällä " "tyhjäksi." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Yhdistä MySQL-palvelimeen käyttäen SSL-yhteyttä." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10996,32 +11003,32 @@ msgstr "" "käytettäessä, koska salasana lukee suoraan asetustiedostossa; tämä ei " "rajoita saman komennon suoraan suorittamisen mahdollisuutta." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Näytä tai piilota sarake, joka näyttää kaikkien taulujen luontiajankohdan." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Näytä tai piilota sarake, joka näyttää kaikkien taulujen viime päivityksen " "ajankohdan." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Näytä tai piilota sarake joka näyttää viimeisen aikaleiman kaikille " "tauluille." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "Määrittelee tuleeko tyyppikentät näyttää muokkaus/lisäys-tilassa." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -11033,53 +11040,45 @@ msgstr "" "Näyttää linkin [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()[/" "a]-käskyn tulosteeseen." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Näytetäänkö käyttäjälle \"Näytä kaikki (rivit)\" -painike." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Näytä tai piilota kommentti -sarake kaikista tauluista." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Näytä tai piilota merkkisarake kaikista tauluista." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Näytä funktiokentät muokkaus- ja lisäystilassa." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Näytetäänkö vihjeet." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Määrittelee pitääkö phpMyAdminin luomat SQL-kyselyt näyttää." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "Salli tietokannan ja taulun tilastojen (eli tilankäytön) näyttäminen." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Merkitse käytetyt taulut ja mahdollista lukittuja tauluja sisältävien " "tietokantojen näyttäminen." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Poistaa oletus varoituksen, joka näytetään mikäli Suhosin-laajennus " -"havaitaan." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -11088,7 +11087,7 @@ msgstr "" "Poistaa oletus varoituksen, joka näytetään pääsivulla mikäli PHP-asetus " "session.gc_maxlifetime alittaa `LoginCookieValidity` - parametrin arvon." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -11096,7 +11095,7 @@ msgstr "" "Tekstialueen koko (sarakkeita) muokkaustilassa, tälle arvolle annetaan " "erityinen paino SQL-hakukyselyiden tekstialueilla (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -11104,7 +11103,7 @@ msgstr "" "Tekstialueen koko (rivejä) muokkaustilassa, tälle arvolle annetaan erityinen " "paino SQL-hakukyselyiden tekstialueilla (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11116,7 +11115,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) -otsakkeeseen, joka tulee " "välipalvelimelta 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -11124,7 +11123,7 @@ msgstr "" "Kun tämä on poistettu käytöstä, käyttäjät eivät voi asettaa mitään " "allaolevista valinnoista, riippumatta oikealla olevan valintaruudun arvosta." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -11142,7 +11141,7 @@ msgstr "" "palvelimella johon phpMyAdmin on asennettu ei ole suoraa pääsyä internetiin. " "Muoto on: \"isäntänimi:porttinumero\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -11152,7 +11151,7 @@ msgstr "" "suoriteta. Jos käyttäjänimi annettu, käytetään yksinkertaista kirjautumista " "(Basic Authentication). Muita kirjautumistyylejä ei tällä hetkellä tueta." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -11160,7 +11159,7 @@ msgstr "" "Hakykyselyt suoritetaan painamalla Enter (Ctrl+Enter - yhdistelmän sijaan). " "Uudet rivit asetetaan painamalla Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -11172,401 +11171,401 @@ msgstr "" "Aktivoi nollakonfiguraatiotila joka mahdollistaa phpMyAdminin " "konfiguraatioasetustaulujen asentamisen automaattisesti." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Korosta valitut rivit." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Korosta kohdistimen osoittama rivi." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR- ja VARCHAR-tekstialueiden sarakemäärä." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR- ja VARCHAR-tekstialueiden rivimäärä." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Kirjaa SQL-hakulausekkeet ja niiden suoritusajat lokiin, näytetään konsolissa" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Tietokantaa syötettäessä näytettävä välilehti." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Palvelinta syötettäessä näytettävä välilehti." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Taulua syötettäessä näytettävä välilehti." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Mikäli taulun rakenteiden toiminnot pitäisi olla piilossa." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Pitääkö sarakekommentit näyttää taulurakennenäkymässä" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Näytä palvelimet luettelona eikä pudotusvalikkona." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Pudotusvalikkoa käytetään, jos kohteita on vähemmän." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Viiteavaimen oletusarvo tarkistaa valintaruudun joillekin hakulausekkeille." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Kuinka monta riviä voi lisätä kerrallaan." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Selainnäkymässä näytettävien merkkien määrä missä tahansa ei numeerisessa " "sarakkeessa." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Määrittele sekunteina, kuinka pitkään kirjautumiseväste on kelvollinen." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Kaksinkertainen tekstialue LONGTEXT sarakkeille." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Tietokantaluettelossa näkyvien tietokantojen enimmäismäärä." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Taululuettelossa näkyvien taulujen enimmäismäärä." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Taulujen maksimimäärä viimeksi käytettyjen taulujen luettelossa, 0 poistaa " "käytöstä." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Suosikkitaulujen maksimimäärä, 0 poistaa käytöstä." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Nämä ovat Muokkaa, Kopioi ja Poista linkit." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Mikäli haluat näyttää rivilinkit silloinkin kun uniikkia perusavainta ei ole." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Poista oikotieavaimet käytöstä" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Näytä luonnollista järjestystä lajittelutaululle ja tietokantojen nimille." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Käytä vain kuvakkeita, vain tekstiä tai molempia." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Käytä Gzip-tulosteen puskurointia nopeuttaaksesi HTTP-siirtoja." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Käytä jatkuvia yhteyksiä MySQL-tietokantoihin." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Poista BLOB ja BINARY sarakkeet muokkauksesta." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Kuinka monta hakukyselyä historiassa pidetään." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Valitse mitä funktioita käytetään merkistömuunnoksessa." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Kun selataan tauluja, jokaisen taulun järjestys pidetään muistissa." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Oletusjärjestys tauluille joilla on perusavain." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Toista ylätunnisteet joka X solulle, [kbd]0[/kbd] poistaa käytöstä." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Näyttöasetuksille" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Hakemisto, jonne viennit voi tallentaa palvelimella." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Määrittelee mikäli kyselylaatikon tulisi pysyä ruudulla kyselyn lähettämisen " "jälkeen." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Selainikkunan otsikko mikäli tietokanta on valittu." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Selainikkunan otsikko kun mitään ei olla valittu." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Selainikkunan otsikko kun palvelin on valittu." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Selainikkunan otsikko kun taulu on valittu." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Palvelimen hakemisto, jonne tuotavia tiedostoja voi lähettää." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Antaa hakea koko tietokannasta." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktivoi uusimman version tarkistuksen phpMyAdmin-pääsivulla." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Välityspalvelimelle kirjautumiseen käytettävä salasana." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Käytä tuonti- ja vientitoiminnoissa ZIP-pakkausta." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Valitse oletustoiminto virheraportteja lähetettäessä." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Salli kirjautuminen mihin tahansa MySQL-palvelimeen" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Rajoittaa MySQL-palvelimelle kirjautumista" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Anna kolmannen osapuolen käyttää kehystä" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Näytä tavallisille käyttäjille \"Tuhoa tietokanta\"" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish-salausavain" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Rivin merkintä" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Korosta osoitin" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR-sarakkeiden muokkaus" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Ota käyttöön CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Ota koodin tarkistus käyttöön" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Syöttökentän minimikoko" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Syöttökentän maksimikoko" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR-tekstikentän sarakkeet" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR-tekstikentän rivit" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Tarkista asetustiedoston käyttöoikeudet" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Pakkaa lennossa" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Vahvista DROP-kyselyt" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Paperin koko" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Oletusarvoinen tietokantavälilehti" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Oletusarvoinen palvelinvälilehti" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Oletusarvoinen tauluvälilehti" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Kytke taulujen ja sarakkeiden nimien automaattinen täydennys päälle" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Näytä sarakekommentit" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Esitä taulun rakennetoimet" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Oletuslajittelujärjestys" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Muunnosvaihtoehdot" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Oletuslajittelujärjestys" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Oletuslajittelujärjestys" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Muunnosvaihtoehdot" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Oletuslajittelujärjestys" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Muunnosvaihtoehdot" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Muunnosvaihtoehdot" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Muunnosvaihtoehdot" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Näytä palvelimet luettelona" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Estä monen taulun hallinta" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Suorituksen enimmäiskesto" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Tallenna tiedostoon" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Tiedoston merkistö" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Pakkaus" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11574,56 +11573,56 @@ msgstr "Pakkaus" msgid "Put columns names in the first row" msgstr "Aseta sarakkeiden nimet ensimmäiselle riville" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Sarakkeet mukana" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Sarakkeet unohtui" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Korvaa NULL merkki" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Poista CRLF-merkit sarakkeista" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Sarakkeet päätetään" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Rivit päätetään" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel-muokkaus" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Tietokantanimen pohja" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Palvelinnimen pohja" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Taulunimen pohja" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11633,82 +11632,82 @@ msgstr "Taulunimen pohja" msgid "Dump table" msgstr "Luo tauluvedos" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Sisällytä taulun otsikko" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Taulun otsikko" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Jatkettu taulun otsikko" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Tunniste" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relaatiot" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Vientimetodi" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Tallenna palvelimelle" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Vie erillisinä tiedostoina" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Muista tiedostonimen pohja" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Laita taulujen ja sarakkeiden nimet lainausmerkkeihin" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL-yhteensopiva tila" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Luonti-, päivitys- ja tarkistuspäiväykset" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Käytä viivästettyjä lisäyslauseita" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Älä tarkista viiteavaimia" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Vie näkymiä tauluina" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Vie yhteenkuuluvat metatiedot phpMyAdminin konfiguraatiomuistista" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Käytä BINARY & BLOB-arvoissa heksadesimaalisia arvoja" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11716,843 +11715,843 @@ msgstr "" "Lisää IF NOT EXISTS (vähemmän tehokas sillä indeksit generoidaan uudelleen " "taulua luodessa)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s näkymä" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Käytä IGNORE:a INSERT-komennoissa" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Tietoa lisättäessä käytettävä syntaksi" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Luodun kyselyn enimmäispituus" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Viennin tyyppi" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Lisää transaktio" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Viennin aika UTC:nä" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Viiteavaimen pudotusvalikon järjestys" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Viiteavaimen rajoitus" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Viiteavaimen tarkastukset" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Selaustila" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Kehittäjä" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Muokkaustila" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Vie oletusarvot" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Yleiset" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Tuo oletusarvot" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Tuonti ja vienti" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigointipuu" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Muut ydinasetukset" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Sivun otsikot" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Turvallisuus" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Perusasetukset" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Todennus" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Palvelimen määrittely" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Asetusmuisti" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Muutosten seuranta" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL-kyselykenttä" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Käynnistys" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Tietokannan rakenne" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Välilehdet" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Näytä relaatioskeema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Tekstikentät" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy!-teksti" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Varoitukset" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Iconv-laajennuksen lisäparametrit" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Älä välitä peräkkäisistä lausevirheistä" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Osittainen tuonti: salli keskeytys" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Älä keskeytä INSERT-virheen tapauksessa" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Lisää ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Tuotavan tiedoston muoto" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Käytä LOCAL-avainsanaa" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Sarakenimet ensimmäisessä rivissä" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Älä tuo tyhjiä riviä" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Tuo valuutta-arvot ($5.00 muotoon 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Tuo prosenttiyksiköt sopivin desimaaliluvuin (12.00% muotoon .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Osittainen tuonti: ohita kyselyjä" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Älä käytä nolla-arvoissa AUTO_INCREMENT:iä" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Lue monitavuina" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Liukusäätimien alustava tila" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Lisättyjen rivien määrä" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Merkkien raja sarakkeessa" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Poista kaikki evästeet uloskirjauduttaessa" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Anna käyttäjänimi" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Kirjautumisevästeen tallennus" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Kirjautumisevästeen kelpoisuus" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Isompi tekstialue LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Näytettävän SQL-kyselyn enimmäispituus" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Tietokantoja enintään" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Kohteiden enimmäismäärä ensimmäisellä tasolla" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Kohteiden enimmäismäärä haarassa" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Näytettävien rivien enimmäismäärä" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Tauluja enintään" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Muistirajoitus" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Näytä tietokannan navigointi puun muodossa" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Navigointi paneeli" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Linkitä pääpaneelin kanssa" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Näytä logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logon linkin osoite" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logon linkin kohde" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Näytä palvelinten valinta" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Pikakäyttökuvakkeen kohde" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Toisen pikakäyttökuvakkeen kohde" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Suodatimessa näytettävien kohteiden vähimmäismäärä" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Taululuettelossa näkyvien taulujen minimimäärä" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Navigointipuun ryhmittäminen" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Tietokantapuun erotin" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Taulupuun erotin" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Taulupuun enimmäissyvyys" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Käytä korostusta" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Kytke navigointipuun laajennus päälle" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Näytä taulut puussa" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Näytä näkymät puussa" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Näytä funktiot puussa" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Näytä prosessit puussa" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Näytä tapahtumat puussa" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Kopioidaan tietokantoja" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Viimeksi käytetty taulut" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Tässä näytetään taulukon rivien linkit" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Näytä rivilinkit jopa tapauksessa" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Luonnollinenjärjestys" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Taulukon navigointipalkki" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip-ulostulon puskurointi" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Oletuslajittelujärjestys" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Jatkuvat yhteydet" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Puuttuvat phpMyAdmin konfiguraatiomuistin taulut" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL varattu sana - varoitus" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Miten menun välilehdet näytetään" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Kuinka näyttää erilaisia toimintolinkkejä" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Suojaa binäärisarakkeet" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Pysyvä kyselyhistoria" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Kyselyhistorian pituus" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Merkistön uudelleenkoodaus" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Muista taulun järjestys" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Oletuslajittelujärjestys perusavaimelle" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Toista otsikoita" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Ruudukon muokkaus: laukaisutoiminto" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relatiivinen näyttö" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Ruudukkomuokkaus: tallenna kaikki solut kerralla" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Tallennushakemisto" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Palvelintodennuksen järjestys" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Palvelintodennuksen säännöt" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Salli kirjautumiset ilman salasanaa" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Salli pääkäyttäjän kirjautuminen" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Tämän istunnon aikavyöhyke" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP alue" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Kirjanmerkkitaulu" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Saraketietojen taulu" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Pakkaa yhteys" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Hallintakäyttäjän salasana" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Hallintakäyttäjä" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Hallintapalvelin" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Hallinta portti" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Poista INFORMATION_SCHEMA käytöstä" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Piilota tietokannat" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL-kyselyhistorian taulu" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Palvelimen verkkonimi" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Uloskirjautumisen verkko-osoite" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Tallennettavien taulumääritysten maksimi määrä" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Vie mallien taulu" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Keskisarakkeiden taulu" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Näytä vain luetteloidut tietokannat" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Config-todennuksen salasana" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-kaavio: sivujen taulu" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Palvelinportti" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Viimeisimmäksi käytetty taulu" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Suosikkitaulut" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relaatiotaulu" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon-istunnon nimi" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Signon-kirjautumisen verkko-osoite" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Palvelinpistoke" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Käytä SSL-yhteyttä" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Suunnittelija ja PDF-kaavio: taulun koordinaatit" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Näyttökenttien taulu" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Käyttöliittymän ominaisuuksien taulu" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Lisää DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Lisää DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Jäljitettävä lauseke" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL-kyselyhistorian taulu" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automaattisesti luodut versiot" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Taulu käyttäjän asetuksille" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Käyttäjätaulukko" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Käyttäjäryhmät taulukko" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Piilotettujen navigointikohteiden taulu" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Config-todennuksen käyttäjä" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Tämän palvelimen yksityiskohtainen nimi" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Salli kaikkien rivien näyttäminen" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Näytä salasananvaihtolomake" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Näytä tietokannanluontilomake" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Näytä taulun kommentit" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Näytä luontiajankohta" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Näytä viime päivityksen ajankohta" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Näytä viime tarkistuksen ajankohta" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Show table comments" msgid "Show table charset" msgstr "Näytä taulun kommentit" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Näytä kenttätyypit" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Näytä funktiokentät" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Näytä vihje" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Näytä phpinfo()-linkki" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Näytä MySQL-palvelimen tarkat tiedot" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Näytä SQL-kyselyt" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Näytä tilastot" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Ohita lukitut taulut" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Selitä SQL-kysely" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Luo PHP-koodi" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin-varoitus" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Kirjautumisevästeen kelpoisuusvaroitus" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Tekstikenttä kentät" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Tekstikenttä rivit" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Oletusotsikko" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" "Luotettujen välipalvelimien luettelo IP-osoitteden sallimista ja estämistä " "varten" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Lähetyshakemisto" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Käytä tietokantahakua" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Aktivoi kehittäjä-välilehti asetuksissa" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Version tarkistus" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "Välityspalvelimen URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Välityspalvelimen käyttäjänimi" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Välityspalvelimen salasana" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Julkinen avain reCaptchalle" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Julkinen avain reCaptchalle" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Lähetä virheraportteja" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Syötä hakukyselyt komentokehoitteelle" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Aktivoi nollakonfiguraatiotila" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "" #| "Execute queries on Enter and insert new line with Shift + Enter. To make " @@ -12562,23 +12561,23 @@ msgstr "" "Suorita hakukyselyt painamalla Enter ja lisää uusi rivi painamalla Shift + " "Enter. Mikäli haluat tehdä tästä pysyvän, katso asetukset." -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Konsoli" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Konsoli" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Lajitteluperuste" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Palvelinyhteyden aakkosjärjestys" @@ -12611,7 +12610,8 @@ msgstr "Pakattu tuonti ei toimi, puuttuvan funktion %s takia." msgid "Compressed export will not work due to missing function %s." msgstr "Pakattu vienti ei toimi, johtuu puuttuvasta funktioista %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "Enintään %s" @@ -12645,7 +12645,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument laskentataulukko" @@ -12653,7 +12653,7 @@ msgstr "OpenDocument laskentataulukko" msgid "OpenDocument Text" msgstr "OpenDocument teksti" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV käyttäen LOAD DATA -kyselyä" @@ -12820,7 +12820,7 @@ msgstr "" "%1$sGZip-pakkaukseen ja -purkuun%2$s tarvitaan funktioita (%3$s), jotka " "eivät ole käytettävissä tässä järjestelmässä." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Palvelin %d" @@ -13114,7 +13114,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Vientiin tarvittavia lisäosia ei voitu ladata; tarkista asetukset!" @@ -13246,7 +13246,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13310,7 +13310,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Haluat ehkä päivittää tämän sivun." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Virheellinen tyyppi!" @@ -13414,16 +13414,7 @@ msgstr "" "asetukset on määritetty. Muuten palvelimen turvallisuus saattaa vaarantua " "luvattoman asetuksien lataamisen takia." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Palvelin käyttää Suhosin-suojausjärjestelmää. Lue %sohjeista%s tietoja " -"mahdollisista ongelmista." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, fuzzy, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -13432,14 +13423,14 @@ msgstr "" "Ei kyetä avaamaan hakemistoa $cfg['TempDir'] (%s). phpMyAdmin ei kykene " "tallentamaan mallipohjia välimuistiin ja se aiheuttaa hidastelua." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13449,7 +13440,7 @@ msgstr "" "olevan käytössä. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella " "merkkijonoja oikein, ja tästä saattaa koitua odottamattomia seurauksia." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13527,7 +13518,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" -kyselyjen käyttö on estetty." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15552,7 +15543,7 @@ msgid "No such column" msgstr "Poista sarake/sarakkeet" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Merkkijono" @@ -16452,7 +16443,7 @@ msgstr "Ei tietokantoja" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Kirjanmerkki %s on nyt luotu." @@ -16532,7 +16523,7 @@ msgstr "Pyyntösi kanssa on vika." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL palautti tyhjän tulosjoukon (siis nolla riviä)." @@ -16953,29 +16944,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Rivi on nyt poistettu." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Kysely kesti %01.4f sekuntia." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Näytetään rivit %1s–%2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d kokonaisuudessaan, %2$d hakulauseessa" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d tulos" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Linkkiä ei löydy!" @@ -17620,11 +17611,11 @@ msgstr "" msgid "web server upload directory:" msgstr "verkkopalvelimen ulospäinlataushakemisto:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Näytetään SQL-kysely" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Lisätyn rivin tunnus: %1$d" @@ -18042,43 +18033,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Paina kokoon" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Taulua ei voi siirtää itseensä!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Taulua ei voi kopioida itseensä!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Taulu %s on siirretty %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Taulu %s on kopioitu uuteen tauluun %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Taulu %s on siirretty %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Taulu %s on kopioitu uuteen tauluun %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Taulun nimi puuttuu!" @@ -18161,7 +18152,7 @@ msgstr "Asetuksissa on virheellinen todennustapa:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Sarakkeiden erotin:" @@ -18587,7 +18578,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18610,55 +18601,55 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Sarakkeiden nimet" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Virheellinen muoto CSV-syötteessä rivillä %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, fuzzy, php-format #| msgid "Invalid field count in CSV input on line %d." msgid "Invalid column count in CSV input on line %d." msgstr "Virheellinen kenttien määrä CSV-syötteessä rivillä %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Virheellinen CSV-tuonnin parametri: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19526,11 +19517,11 @@ msgstr "Saatavilla ei ole uudempaa vakaata versiota" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Näytetään PHP-koodina" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19543,7 +19534,7 @@ msgstr "" "valintaneliöihin, Muokkaa-, Kopioi- ja Poista-linkkeihin liittyvät " "ominaisuudet eivät ehkä ole toiminnassa tallennuksen jälkeen." -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19826,26 +19817,26 @@ msgstr "Sinun on annettava kelvollinen taulukon nimi!" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Tyhjennä" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "ei käytössä" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1-tavuinen kokonaisluku, etumerkillisenä arvot välillä -128 - 127, " "etumerkittömänä arvot välillä 0 - 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19853,7 +19844,7 @@ msgstr "" "2-tavuinen kokonaisluku, etumerkillinen alue on -32768-32767, etumerkitön " "alue on 0-65535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19861,7 +19852,7 @@ msgstr "" "3-tavuinen kokonaisluku, etumerkillisenä arvot ovat -8388608 - 8388607, " "etumerkittömänä arvot ovat 0 - 16777215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19869,7 +19860,7 @@ msgstr "" "4-tavuinen kokonaisluku, etumerkillisenä arvot ovat -2147483648 - " "2147483647, etumerkittämänä arvot ovat 0 - 4294967295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19877,7 +19868,7 @@ msgstr "" "8-tavuinen kokonaisluku, etumerkillisenä arvot ovat -9223372036854775808 - " "9223372036854775807, etumerkittämänä arvot ovat 0 - 18446744073709551615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19885,7 +19876,7 @@ msgstr "" "Desimaaliluku (M,D) - kokonaislukuosan numeroiden maksimäärä (M) on 65 " "(oletuksena 10), desimaaliosan numeroiden maksimäärä (D) on 30 (oletuksena 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19893,7 +19884,7 @@ msgstr "" "Pieni liukuluku, mahdolliset arvot ovat välillä -3.402823466E+38 - " "-1.175494351E-38, 0 ja 1.175494351E-38 - 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19903,7 +19894,7 @@ msgstr "" "-1.7976931348623157E+308 - -2.2250738585072014E-308, 0, ja " "2.2250738585072014E-308 - 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19911,7 +19902,7 @@ msgstr "" "Synonyymi DOUBLE:lle (poikkeus: REAL_AS_FLOAT SQL moodissa se on synonyymi " "FLOAT:lle)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -19919,7 +19910,7 @@ msgstr "" "Bittikenttä tyyppi (M), sisältää M verran bittejä arvoa kohti (oletuksena on " "1, maksimi on 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19927,21 +19918,21 @@ msgstr "" "Synonyymi TINYINT(1), arvo nolla ilmoitetaan false, muut arvot ilmoitetaan " "true" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Alias arvolle BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Päiväys, pitää olla välillä %1$s - %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Päivämäärän ja ajan yhdistelmä, tuettu alue on %1$s - %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19955,12 +19946,12 @@ msgstr "" "Aikaleima, alue on 1970-01-01 00:00:01 UTC 01.09.2038 03:14:07 UTC, " "tallentaa monta sekunteina, koska aikakausi on (1970-01-01 00:00:00 UTC )" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Aika, mahdollinen välillä %1$s - %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19968,7 +19959,7 @@ msgstr "" "Vuosi on nelinumeroinen (4, oletus) tai kaksinumeroinen (2) muodossa, " "sallitut arvot ovat 70 (1970), 69 (2069) tai 1901-2155 ja 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19976,7 +19967,7 @@ msgstr "" "Pituudeltaan (0-255, oletus 1) merkkijono, johon on lisätty välilyöntejä " "määrittämään pituutta tallennettuna" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19984,7 +19975,7 @@ msgid "" msgstr "" "Vaihtelevan pituinen (%s) merkkijono, tehokas enimmäispituus on enimmäisarvo" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19992,7 +19983,7 @@ msgstr "" "A TEXT sarakkeen enimmäispituus 255 (2 ^ 8 - 1) merkkiä, tallennettu " "yksitavuisena etuliitteenä, joka osoittaa arvon pituuden tavuina" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -20000,7 +19991,7 @@ msgstr "" "A TEXT sarakkeen enimmäispituus 65,535 (2^16-1) merkkiä, tallennettu " "kaksitavuisena etuliitteenä, joka osoittaa arvon pituuden tavuina" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -20008,7 +19999,7 @@ msgstr "" "A TEXT sarakkeen enimmäispituus 16,777,215 (2^24-1) merkkiä, tallennettu " "kolmen tavun etuliitteenä, joka osoittaa arvon pituuden tavuina" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -20017,7 +20008,7 @@ msgstr "" "A TEXT sarakkeen enimmäispituus 4,294,967,295 tai 4GiB (2^32-1) merkkiä, " "tallennetaan neljän tavun etuliirteenä, joka osoittaa arvon pituuden tavuina" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -20025,7 +20016,7 @@ msgstr "" "Samanlainen kuin CHAR tyyppi, mutta tallentaa binaariset merkkijonot " "mieluummin kuin ei binaariset merkkijonot" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -20033,7 +20024,7 @@ msgstr "" "Samanlainen kuin VARCHAR tyyppi, mutta tallentaa binaariset merkkijonot " "mieluummin ei binaariset merkkijonot" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -20041,7 +20032,7 @@ msgstr "" "A BLOB sarakkeen enimmäispituus 255 (2^8-1) tavua, tallennettu yksitavuisena " "etuliitteenä, joka ilmaisee arvon pituuden" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -20049,7 +20040,7 @@ msgstr "" "A BLOB sarakkeen enimmäispituus 16,777,215 (2^24-1) tavua, tallennetaan " "kolmen tavun etuliiteenä, joka ilmaisee arvon pituuden" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -20057,7 +20048,7 @@ msgstr "" "A BLOB sarakkeen enimmäispituus 65,535 (2^16-1) tavua, tallennettu " "kaksitavuisena etuliiteenä, joka ilmaisee arvon pituuden" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -20065,50 +20056,50 @@ msgstr "" "A BLOB sarakkeen enimmäispituus 4,294,967,295 tai 4GiB (2^32-1) tavua, " "varastoitu nelitavuisena etuliiteenä, joka ilmaisee arvon pituuden" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" "Luettelo, listalta valittu jopa 65,535 arvoa tai erityinen \" virhe arvo" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Yksittäinen arvo, joka on valittu 64 jäsenen joukosta" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Tyyppi, joka voi tallentaa mitä tahansa geometriaa" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Kohta 2-ulotteisessa avaruudessa" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Käyrän pisteiden välisen lineaarinen interpolointi" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Monikulmio" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Kokoelma pisteitä" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Käyrien pisteiden välisen lineaarisen interpolointi kokoelma" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Kokoelma polygoneja" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Kokoelma mitä tahansa geometrisiä objekteja" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -20116,39 +20107,39 @@ msgstr "" "Mahdollistaa tehokkaan pääsyn JSON-tiedostojen (JavaScript Object Notation) " "tietoihin" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Tallentaa maailmanlaajuista yksilöllistä tunnistetta (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Lukuarvo" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Päiväys ja aika" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Geometrinen" @@ -20195,6 +20186,24 @@ msgstr "Virhe ZIP-paketissa:" msgid "No files found inside ZIP archive!" msgstr "ZIP-paketista ei löytynyt yhtään tiedostoa!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Poistaa oletus varoituksen, joka näytetään mikäli Suhosin-laajennus " +#~ "havaitaan." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin-varoitus" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Palvelin käyttää Suhosin-suojausjärjestelmää. Lue %sohjeista%s tietoja " +#~ "mahdollisista ongelmista." + #~ msgid "Version information" #~ msgstr "Versiotiedot" diff --git a/resources/po/fil.po b/resources/po/fil.po index b4abb26581..19b3617bac 100644 --- a/resources/po/fil.po +++ b/resources/po/fil.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2021-01-22 03:17+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Filipino %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3668,7 +3668,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Bumalik" @@ -3678,7 +3678,7 @@ msgstr "Bumalik" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "I-import" @@ -4002,8 +4002,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4025,7 +4025,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4061,17 +4061,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4537,28 +4537,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Kabuuan:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Kompirmahin" @@ -5589,7 +5603,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5674,7 +5688,7 @@ msgid "Test:" msgstr "Pagsusulit" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6262,7 +6276,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6348,7 +6362,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6411,7 +6425,7 @@ msgstr "Mga resulta ng profile" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6457,7 +6471,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6937,7 +6951,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7101,32 +7115,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8791,14 +8805,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8990,329 +8996,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9320,478 +9326,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9799,13 +9799,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9813,391 +9813,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10205,56 +10205,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10264,926 +10264,926 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Mag-link sa pangunahing panel" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Kinokopya ang database" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Pag-collage ng koneksyon sa server" @@ -11216,7 +11216,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11250,7 +11251,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11258,7 +11259,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11379,7 +11380,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11651,7 +11652,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11779,7 +11780,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11845,7 +11846,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Baka gusto mong i-refresh ang pahina." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Masamang uri!" @@ -11950,30 +11951,21 @@ msgstr "" "hindi man ay maaaring makompromiso ang seguridad ng iyong server ng mga " "hindi awtorisadong tao na nagda-download ng iyong configuration." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server na tumatakbo sa Suhosin. Mangyaring sumangguni sa %sdocumentation%s " -"para sa posibleng mga isyu." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -11984,7 +11976,7 @@ msgstr "" "hindi ma-split ang mga string nang wasto at maaaring magresulta ito sa hindi " "inaasahang mga resulta." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12058,7 +12050,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14095,7 +14087,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14831,7 +14823,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Nalikha ang bookmark %s." @@ -14909,7 +14901,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15290,27 +15282,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15873,11 +15865,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16275,39 +16267,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16381,7 +16373,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16777,7 +16769,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Documentation" msgid "Indentation:" @@ -16800,54 +16792,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Copy column name." msgid "Column names:" msgstr "Kopyahin ang pangalan ng haligi." -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17538,18 +17530,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17802,95 +17794,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17898,170 +17890,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" @@ -18106,6 +18098,14 @@ msgstr "" msgid "No files found inside ZIP archive!" msgstr "" +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server na tumatakbo sa Suhosin. Mangyaring sumangguni sa " +#~ "%sdocumentation%s para sa posibleng mga isyu." + #~ msgid "Bad parameters!" #~ msgstr "Masamang mga parameter!" diff --git a/resources/po/fr.po b/resources/po/fr.po index f7f8d18e00..91fcb9e06f 100644 --- a/resources/po/fr.po +++ b/resources/po/fr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-24 13:09+0000\n" "Last-Translator: kjo-sdds \n" "Language-Team: French %s" msgstr "Enregistrer sur le serveur dans le répertoire %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Écraser le(s) fichier(s) existant(s)" @@ -3644,7 +3644,7 @@ msgstr "Utiliser celui-ci" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Retour" @@ -3654,7 +3654,7 @@ msgstr "Retour" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importer" @@ -4006,8 +4006,8 @@ msgstr "Téléversement SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Bases de données" @@ -4029,7 +4029,7 @@ msgid "Recent" msgstr "Récentes" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tables préférées" @@ -4069,17 +4069,17 @@ msgid "Features" msgstr "Fonctionnalités" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Requêtes SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Panneau de navigation" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Panneau principal" @@ -4559,13 +4559,28 @@ msgstr "Vérifier les privilèges pour la base de données « %s »." msgid "Check privileges" msgstr "Vérifier les privilèges" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Exécuter une ou des requêtes SQL sur la base de données « %s »" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total :" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4573,16 +4588,16 @@ msgstr "" "NB : l'activation des statistiques peut causer un trafic important entre le " "serveur Web et le serveur MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Activer les statistiques" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Aucune base de données" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirmer" @@ -5659,7 +5674,7 @@ msgid "Current server:" msgstr "Serveur courant :" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serveurs" @@ -5743,7 +5758,7 @@ msgid "Test:" msgstr "Test :" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Serveur" @@ -6349,7 +6364,7 @@ msgstr "Afficher le formulaire" msgid "Show hidden messages" msgstr "Afficher les messages masqués" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Type d'authentification" @@ -6431,7 +6446,7 @@ msgid "Detailed profile" msgstr "Profil détaillé" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ordre" @@ -6492,7 +6507,7 @@ msgstr "Profilage des résultats." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "La requête SQL a été exécutée avec succès." @@ -6538,7 +6553,7 @@ msgstr "Délimiteur" msgid "Show this query here again" msgstr "Afficher à nouveau la requête après exécution" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Conserver la boîte de requêtes" @@ -7018,7 +7033,7 @@ msgid "Delete the view (DROP)" msgstr "Supprimer la vue (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Structure de table" @@ -7187,32 +7202,32 @@ msgid "Index length" msgstr "Taille de l'index" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analyser" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Vérifier" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimiser" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Reconstruire" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Réparer" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Tronquer" @@ -9124,14 +9139,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamien" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9309,19 +9316,19 @@ msgstr "tous les deux ci-dessus" msgid "neither of the above" msgstr "aucun des deux ci-dessus" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Les utilisateurs ne peuvent choisir une plus grande valeur" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Si activé, l'utilisateur peut saisir un nom de serveur MySQL sur le panneau " "de connexion en mode cookie." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9331,7 +9338,7 @@ msgstr "" "à un serveur arbitraire de MySQL est activée en vérifiant la correspondance " "de l'expression régulière à l'adresse IP ou au nom d'hôte du serveur MySQL." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9341,7 +9348,7 @@ msgstr "" "phpMyAdmin à l'intérieur d'un cadre et représente un trou potentiel de " "[strong]sécurité[/strong] pour les attaques de script inter-cadre (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9349,15 +9356,15 @@ msgstr "" "Mot de passe utilisé pour chiffrer les cookies quand on utilise " "l'authentification [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Activer la compression BZip2 pour les opérations d'importation." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Entrez l'URL de votre API compatible avec reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9365,31 +9372,31 @@ msgstr "" "Entrez l'extrait Content-Security-Policy pour votre API compatible avec " "reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Saisissez le paramètre de requête utilisé par votre API compatible reCAPTCHA " "v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Saisissez le paramètre de réponse utilisé par votre API compatible reCAPTCHA " "v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Saisir la clé publique du service reCAPTCHA pour ce domaine." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Saisir la clé privée du service reCAPTCHA pour ce domaine." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Clé privée du service reCAPTCHA pour \"siteverify\"." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9399,7 +9406,7 @@ msgstr "" "kbd] - permet de limiter la taille, [kbd]textarea[/kbd] - permet les sauts " "de lignes dans les colonnes." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9407,7 +9414,7 @@ msgstr "" "Utiliser un éditeur convivial avec coloration syntaxique et numérotation des " "lignes pour rédiger les requêtes SQL (CodeMirror)." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9415,7 +9422,7 @@ msgstr "" "Rechercher des erreurs dans la requête avant de l'exécuter. Nécessite que " "CodeMirror soit activé." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9423,7 +9430,7 @@ msgstr "" "Définir la taille minimale des champs de saisie générés pour les colonnes " "CHAR et VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9431,7 +9438,7 @@ msgstr "" "Définir la taille maximale des champs de saisie générés pour les colonnes " "CHAR et VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9439,7 +9446,7 @@ msgstr "" "Comprimer les exportations GZip à la volée avec économie de mémoire ; si les " "fichiers GZip produits ne sont pas conformes, désactiver cette fonction." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9447,17 +9454,17 @@ msgstr "" "Un message (Faut-il vraiment …) devrait-il s'afficher quand des données sont " "sur le point d'être perdues." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" "Saisie semi-automatique des noms de table et de colonne dans les requêtes " "SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9466,7 +9473,7 @@ msgstr "" "seront écrasées si la transformation est remplie à la page de structure de " "table." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9474,7 +9481,7 @@ msgstr "" "Désactiver les opérations de masse sur les tables, comme l'optimisation ou " "la réparation." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9482,12 +9489,12 @@ msgstr "" "Nombre de secondes alloué à l'exécution des scripts ([kbd]0[/kbd] signifie " "illimité)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Exclure la définition de l'utilisateur actuel" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9495,7 +9502,7 @@ msgstr "" "Ordre du tri pour les éléments de clé étrangère ; [kbd]content[/kbd] " "signifie la donnée référencée, [kbd]id[/kbd] représente la valeur de la clé." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9504,7 +9511,7 @@ msgstr "" "[doc@faq6-27]documentation[/doc] pour les chaînes magiques pouvant être " "utilisées." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9512,7 +9519,7 @@ msgstr "" "Merci de noter que phpMyAdmin n'est qu'une interface et que ses " "fonctionnalités ne limitent en rien MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9520,7 +9527,7 @@ msgstr "" "Configuration avancée, s'assurer de connaître la signification de ces " "options avant de les modifier." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9530,7 +9537,7 @@ msgstr "" "fonctionnalités additionnelles, voir [doc@linked-tables]phpMyAdmin " "configuration storage[/doc] dans la documentation." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9538,118 +9545,118 @@ msgstr "" "Suivi des changements effectués dans la base de données. Requiert le " "stockage de configurations phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Personnaliser le mode affichage." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personnaliser les options par défaut." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Paramètres pour les développeurs phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Personnaliser le mode édition." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personnaliser les valeurs utilisées habituellement." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Définir quelques options couramment utilisées." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personnaliser les valeurs utilisées habituellement." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "Configurer les répertoires d'importation et d'exportation ainsi que les " "options de compression." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Options d'affichage des bases de données." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Personnaliser l'apparence du panneau de navigation." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personnaliser l'arborescence de navigation." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Options d'affichage des serveurs." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Options d'affichage des tables." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Paramètres divers." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Paramètres d'authentification." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Saisir les paramètres de connexion au serveur." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Personnaliser les liens affichés dans les boîtes de requêtes SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Paramètres des requêtes SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Personnaliser la page de départ." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "Choisir les détails à afficher dans la liste des tables." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Réglages pour la structure de table (liste des colonnes)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Personnaliser les onglets." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personnaliser les champs de saisie." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personnaliser les options par défaut" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Désactiver certains avertissements affichés par phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "Activer la compression GZip pour les opérations d'importation et " "d'exportation." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9657,7 +9664,7 @@ msgstr "" "Si activé, phpMyAdmin continue le traitement des requêtes multi-instructions " "même en cas d'échec de l'une des requêtes." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9667,7 +9674,7 @@ msgstr "" "point d'être atteinte. Ceci pourrait aider à importer des fichiers " "volumineux, au détriment du respect des transactions." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9675,17 +9682,17 @@ msgstr "" "Format par défaut ; cette liste dépend du contexte (base de données, table) " "et seul SQL est toujours disponible." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Mettre à jour les données lorsque des clés dupliquées sont trouvées lors de " "l'importation" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Nombre de requêtes à sauter à partir du début." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9696,7 +9703,7 @@ msgstr "" "de se déconnecter des autres serveurs quand on est connecté à de multiples " "serveurs." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9704,7 +9711,7 @@ msgstr "" "Définir si le nom de l'utilisateur précédent devrait apparaître dans le " "panneau de connexion en mode d'authentification [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9716,11 +9723,11 @@ msgstr "" "sera conservé que pour la session. Ceci est recommandé si l'environnement " "n'est pas digne de confiance." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Nombre maximum de caractères quand une requête SQL est affichée." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9728,7 +9735,7 @@ msgstr "" "Le nombre d'éléments qui peuvent être affichés pour chaque page du premier " "niveau de l'arborescence de navigation." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9736,7 +9743,7 @@ msgstr "" "Le nombre d'éléments qui peuvent être affichés pour chaque page de " "l'arborescence de navigation." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9745,7 +9752,7 @@ msgstr "" "le nombre de colonnes est supérieur, des liens « Suivant » et « Précédent » " "seront affichés." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9753,19 +9760,19 @@ msgstr "" "Le nombre d'octets qu'un script peut allouer, par exemple [kbd]32M[/kbd] " "([kbd]-1[/kbd] signifie illimité et [kbd]0[/kbd] signifie aucun changement)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "Dans le volet de navigation, remplacer l'arborescence de la base de données " "par un sélecteur" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Relier au panneau principal en mettant en surbrillance la base de données ou " "la table active." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9773,7 +9780,7 @@ msgstr "" "Ouvrir la page en lien dans la fenêtre principale, ([code]main[/code]) ou " "dans une nouvelle fenêtre, ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9781,7 +9788,7 @@ msgstr "" "Définir le nombre minimum d'éléments (tables, vues, procédures et " "événements) nécessaires pour afficher la boîte de filtrage." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9789,68 +9796,68 @@ msgstr "" "Regrouper les éléments dans l'arborescence de navigation (déterminé par le " "séparateur défini dans les onglets Bases de données et Tables ci-dessus)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Pour offrir la possibilité d'expansion de l'arborescence dans le panneau de " "navigation." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Pour afficher les procédures dans l'arborescence de navigation" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "S'il faut développer automatiquement une base de données unique dans " "l'arborescence de navigation." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Définir à 0 pour replier le panneau de navigation." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Afficher le logo dans le panneau de navigation." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "L'URL vers lequel pointera le logo dans le panneau de navigation." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Afficher le choix de serveurs au haut du panneau de navigation." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Chaîne qui sépare les noms de bases de données en niveaux." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Chaîne qui sépare les noms de table en niveaux." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Faire ressortir le nom du serveur dans le panneau de navigation." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Pour afficher les tables dans l'arborescence de navigation" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Pour afficher les vues dans l'arborescence de navigation" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Pour afficher les fonctions dans l'arborescence de navigation" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Pour afficher les événements dans l'arborescence de navigation" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9858,7 +9865,7 @@ msgstr "" "[kbd]SMART[/kbd] signifie un ordre décroissant pour les colonnes TIME, DATE, " "DATETIME et TIMESTAMP, et croissant pour les autres." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9867,7 +9874,7 @@ msgstr "" "Désactiver l'avertissement affiché sur la page Structure de bases de données " "si l'une des tables du stockage de configurations phpMyAdmin est manquante." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9875,7 +9882,7 @@ msgstr "" "Désactiver l'avertissement affiché sur la page Structure de bases de données " "si une des colonnes utilise un mot réservé MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9886,13 +9893,13 @@ msgstr "" "afficher un historique temporaire (qui sera perdu à la fermeture de la " "fenêtre)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Autoriser les utilisateurs à créer des signets accessibles par tous les " "autres utilisateurs" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9900,7 +9907,7 @@ msgstr "" "Définir le fuseau horaire effectif ; possiblement différent de celui du " "serveur de base de données" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9908,7 +9915,7 @@ msgstr "" "Laisser vide pour désactiver le support des [doc@bookmarks@]signets[/doc] ; " "suggestion : [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9916,7 +9923,7 @@ msgstr "" "Laisser vide pour désactiver les commentaires sur les colonnes et les types " "MIME ; suggestion : [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9924,7 +9931,7 @@ msgstr "" "Un compte MySQL spécial avec des permissions limitées, plus d'informations " "disponibles dans la [doc@linked-tables]documentation[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9932,7 +9939,7 @@ msgstr "" "Un serveur alternatif pour le stockage des configurations ; laisser vide " "pour utiliser le serveur déjà défini." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9942,7 +9949,7 @@ msgstr "" "configurations ; laisser vide pour utiliser le port par défaut ou déjà " "défini si le serveur est serveur de contrôle." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9952,7 +9959,7 @@ msgstr "" "issues/8970]ce bogue phpMyAdmin[/a] et [a@https://bugs.mysql.com/19588]ce " "bogue MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9960,7 +9967,7 @@ msgstr "" "Laisser vider pour désactiver l'historique des requêtes SQL ; suggestion : " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9968,7 +9975,7 @@ msgstr "" "Limite le nombre de préférences de tables qui sont stockées dans la base de " "données, les entrées les plus anciennes sont automatiquement effacées." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9976,7 +9983,7 @@ msgstr "" "Laisser vide pour désactiver le support des modèles d'exportation ; " "suggestion : [kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9984,7 +9991,7 @@ msgstr "" "Laisser vider pour désactiver les colonnes centrales ; suggestion : " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9994,14 +10001,14 @@ msgstr "" "d'échappement si employés de manière littérale, par exemple " "[kbd]'ma\\_base'[/kbd] et non [kbd]'ma_base'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Laisser vider pour désactiver le support des schémas en PDF ; suggestion : " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10011,7 +10018,7 @@ msgstr "" "Voir [doc@linked-tables]pmadb[/doc] pour des informations complètes. Laisser " "vider pour désactiver ; suggestion : [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10019,7 +10026,7 @@ msgstr "" "Laisser vide pour ne pas conserver de manière « persistante » les tables " "récemment utilisées ; suggestion : [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10027,7 +10034,7 @@ msgstr "" "Laisser vide pour ne pas conserver de manière « persistante » les tables " "préférées ; suggestion : [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10035,21 +10042,21 @@ msgstr "" "Laisser vide pour désactiver le support [doc@relations@]relationnel[/doc] ; " "suggestion : [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Voir [doc@authentication-modes]les types authentification[/doc] pour un " "exemple." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" "Laisser vider pour désactiver ; suggestion : [kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10057,7 +10064,7 @@ msgstr "" "Sert à définir les colonnes descriptives, laisser vide pour désactiver ; " "suggestion : [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10065,7 +10072,7 @@ msgstr "" "Laisser vider pour ne pas conserver les préférences d'interface de tables de " "manière « persistante » ; suggestion : [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10073,7 +10080,7 @@ msgstr "" "Si une instruction DROP DATABASE IF EXISTS sera ajoutée en première ligne du " "journal lors de la création d'une base de données." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10081,7 +10088,7 @@ msgstr "" "Si une instruction DROP TABLE IF EXISTS sera ajoutée en première ligne du " "journal lors de la création d'une table." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10089,13 +10096,13 @@ msgstr "" "Si une instruction DROP VIEW IF EXISTS sera ajoutée en première ligne dans " "le journal lors de la création de la vue." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Définir la liste des instructions que le mécanisme d'auto-création utilise " "pour les nouvelles versions." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10103,7 +10110,7 @@ msgstr "" "Laisser vide pour désactiver le suivi des changements SQL ; suggestion : " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10111,7 +10118,7 @@ msgstr "" "Définir si le mécanisme de suivi crée automatiquement des versions pour les " "tables et les vues." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10119,7 +10126,7 @@ msgstr "" "Laisser vide pour désactiver les préférences utilisateur ; suggestion : " "[kbd]pma__config[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10129,7 +10136,7 @@ msgstr "" "d'activer les menus configurables ; si l'un ou d'autre est vide, cette " "fonctionnalité sera désactivée ; suggestion : [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10139,7 +10146,7 @@ msgstr "" "menus configurables ; si l'un ou d'autre est vide, cette fonctionnalité sera " "désactivée ; suggestion : [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10148,7 +10155,7 @@ msgstr "" "d'afficher les éléments de navigation ; suggestion : " "[kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10156,57 +10163,57 @@ msgstr "" "Une description conviviale de ce serveur. Laisser vide pour utiliser à la " "place le nom du serveur." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Laisser vide si non utilisé." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Laisser vide pour la valeur par défaut." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Domaine de protection à afficher lors d'une authentification HTTP Basic." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Type d'authentification à utiliser." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Comprime la connexion au serveur MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Masquer les bases dont le nom correspond à l'expression (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Le nom du serveur sur lequel MySQL est en exécution." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" "Laisser vide si la méthode d'authentification config n'est pas utilisée." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port sur lequel MySQL est en écoute, laisser vide pour utiliser la valeur " "par défaut." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Interface de connexion du serveur MySQL, laisser vide pour utiliser la " "valeur par défaut." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Utiliser SSL pour la connexion au serveur MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10216,27 +10223,27 @@ msgstr "" "cependant on peut exécuter un changement de mot de passe manuellement avec " "la commande appropriée." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Afficher ou masquer une colonne contenant la date de création pour toutes " "les tables." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Afficher ou masquer une colonne contenant l'horodatage de dernière mise à " "jour pour toutes les tables." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Afficher ou masquer une colonne contenant l'horodatage de dernière " "vérification pour toutes les tables." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10244,7 +10251,7 @@ msgstr "" "Définir si les champs de type devraient être affichés initialement en mode " "modification/insertion." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10252,60 +10259,52 @@ msgstr "" "Affiche un lien vers le résultat de [a@https://www.php.net/manual/en/" "function.phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Si un bouton « Tout afficher » devrait être affiché." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Afficher ou masquer une colonne affichant les commentaires pour toutes les " "tables." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Afficher ou masquer une colonne affichant le jeu de caractères pour toutes " "les tables." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" "En insertion ou édition, montrer la colonne contenant les champs de " "fonctions." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Afficher ou non les astuces." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Définir si les requêtes SQL générées par phpMyAdmin devraient être affichées." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Afficher les statistiques sur les bases de données et les tables (espace " "utilisé)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marquer les tables utilisées et rendre possible l'affichage des bases de " "données comportant des tables verrouillées." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Désactiver l'avertissement par défaut qui s'affiche sur la page d'accueil si " -"Suhosin est détecté." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10315,7 +10314,7 @@ msgstr "" "paramètre PHP session.gc_maxlifetime est moindre que celle de « " "LoginCookieValidity »." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10323,7 +10322,7 @@ msgstr "" "Taille des zones de texte (colonnes) en mode édition ; cette valeur sera " "augmentée pour les zones SQL (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10331,7 +10330,7 @@ msgstr "" "Taille des zones de texte (lignes) en mode édition ; cette valeur sera " "augmentée pour les zones SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10343,7 +10342,7 @@ msgstr "" "Forwarded-For) provient du serveur 1.2.3.4 :[br][kbd]1.2.3.4 : " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10351,7 +10350,7 @@ msgstr "" "Si désactivé, les utilisateurs ne peuvent régler aucune des options ci-" "dessous, peu importe la case à cocher à droite." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10364,7 +10363,7 @@ msgstr "" "est installé n'a pas d'accès direct à Internet. Le format est « nom de " "serveur:numéro de port »." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10375,7 +10374,7 @@ msgstr "" "fourni, l'authentification de base sera utilisée. Aucun autre type " "d'authentification n'est permis pour le moment." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10383,7 +10382,7 @@ msgstr "" "Les requêtes sont exécutées en appuyant sur Entrée (au lieu de Ctrl+Entrée). " "De nouvelles lignes seront insérées avec Maj+Entrée." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10391,399 +10390,399 @@ msgstr "" "Activer le mode Configuration automatique qui permet de mettre en place " "automatiquement les tables de configuration de stockage phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Mettre en surbrillance les lignes sélectionnées." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Mettre en surbrillance la ligne sur laquelle pointe la souris." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Nombre de colonnes pour les zones de texte (textarea) CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Nombre de lignes pour les zones de texte (textarea) CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Consigner les requêtes SQL et leur délai d'exécution, à afficher dans la " "console" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Onglet affiché lors de l'entrée dans une base de données." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Onglet initial dans l'affichage serveur." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Onglet initial lors de l'accès à une table." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Si les actions dans la structure de table doivent être masquées." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Si les commentaires de colonnes doivent être affichés dans la vue de " "structure de table" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Afficher la liste des serveurs au lieu d'un menu déroulant." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" "Un menu déroulant sera utilisé si le nombre de valeurs est inférieur à cette " "limite." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Valeur par défaut pour l'option de vérification des clés étrangères dans " "certaines requêtes." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Décocher la boîte-à-cocher pour désactiver l'importation par glissé/déposé" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Nombre de lignes qui peuvent être insérées à la fois." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Nombre maximum de caractères affichés dans toute colonne non numérique en " "vue parcourir." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Définir pendant combien de temps (en secondes) la connexion demeure valide." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Doubler la taille de la zone de texte pour les colonnes LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Nombre maximum de bases de données affichées dans la liste." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Nombre maximum de tables affichées dans la liste des tables." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Nombre maximum de tables récentes ; définir à 0 pour désactiver." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Le nombre maximum de tables préférées ; définir à 0 pour désactiver." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Il s'agit des liens Éditer, Copier et Supprimer." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Pour afficher les liens de la ligne même en l'absence d'une clé unique." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Désactiver les raccourcis clavier" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Utiliser l'ordre naturel pour trier les noms de tables et de bases de " "données." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Afficher seulement des icônes, seulement du texte ou les deux." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Sert à augmenter la vitesse des transferts HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Connexions persistantes au serveur MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Empêcher l'édition des colonnes BLOB et BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Le nombre de requêtes à conserver dans l'historique." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Détermine quelles fonctions seront utilisées pour effectuer la conversion " "des caractères." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "En affichant les tables, l'ordre de tri de chaque table est mémorisé." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Ordre de tri par défaut pour les tables comportant une clé primaire." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Répète les entêtes toutes les X cellules, [kbd]0[/kbd] désactive ceci." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Pour les options d'affichage" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" "Répertoire où les exportations peuvent être enregistrées sur le serveur." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Définir si la boîte de requêtes devrait rester afficher après sa soumission." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" "Titre de la fenêtre de navigateur quand une base de données est sélectionnée." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titre de la fenêtre de navigateur quand rien n'est sélectionné." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titre de la fenêtre du navigateur quand un serveur est sélectionné." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titre de la fenêtre du navigateur quand une table est sélectionnée." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" "Répertoire sur le serveur dans lequel les fichiers seront transférés en vue " "de les importer." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Permettre la recherche dans la base de données complète." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Activer la vérification de version sur la page principale." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Le mot de passe pour s'authentifier sur le serveur mandataire." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" "Activer la compression Zip pour les opérations d'importation et " "d'exportation." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Choisir l'action par défaut lors de l'envoi des rapports d'erreurs." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Autoriser la connexion à tout serveur MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Restreindre la connexion au serveur MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Autoriser les cadres tierce partie" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" "Afficher le lien pour Supprimer la base de données (DROP) aux utilisateurs " "ordinaires" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Secret Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Activer le marqueur de lignes" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Activer le pointeur de surbrillance" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "BZip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Édition des colonnes CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Activer CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Activer « linter »" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Taille minimale des champs de saisie" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Taille maximale pour les champs de saisie" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Taille horizontale pour une zone de texte (textarea) contenant un CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Taille verticale pour une zone de texte (textarea) contenant un CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Vérifier les permissions du fichier de configuration" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Compression à la volée" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirmer les requêtes de suppression DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Taille du papier" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Onglet par défaut pour bases de données" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Onglet par défaut pour serveur" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Onglet par défaut pour tables" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" "Activer la saisie semi-automatique pour les noms de table et de colonne" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Afficher les commentaires de colonnes" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Cacher les actions dans la structure de table" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Transformations par défaut pour « Hex »" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Transformations par défaut pour « Substring »" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Transformations par défaut pour « Bool2Text »" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Transformations par défaut pour « External »" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Transformations par défaut pour « PreAppend »" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Transformations par défaut pour « DateFormat »" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Transformations par défaut pour « Inline »" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Transformations par défaut pour « TextImageLink »" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Transformations par défaut pour « TextLink »" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Afficher les serveurs sous forme de liste" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Désactiver la maintenance de tables multiples" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Durée maximum d'exécution" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Utilisez l'instruction [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Enregistrer en fichier" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Jeu de caractères du fichier" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compression" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10791,56 +10790,56 @@ msgstr "Compression" msgid "Put columns names in the first row" msgstr "Afficher les noms de colonnes en première ligne" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Colonnes entourées par" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Caractère d'échappement" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Remplacer NULL par" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Retirer les caractères de fin de ligne à l'intérieur des colonnes" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Colonnes terminées par" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Lignes terminées par" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel en version" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Modèle de nom de base de données" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Modèle de nom de serveur" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Modèle de nom de table" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10850,82 +10849,82 @@ msgstr "Modèle de nom de table" msgid "Dump table" msgstr "Décharger la table" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Inclure la légende de table" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Légende de table" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Légende de table continuée" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Clé de libellé" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relations" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Méthode d'exportation" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Enregistrer sur le serveur" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exporter en fichiers séparés" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Se souvenir du modèle de nom de fichier" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Supprimer la clause « DEFINER » des définitions" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Entourer les noms de tables et colonnes de guillemets obliques" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Mode de compatibilité SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Dates de création/mise à jour/vérification" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Utiliser des insertions retardées" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Désactiver la vérification des clés étrangères" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exporter les vues comme des tables" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exporter les métadonnées connexes depuis le stockage de configuration de " "phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Utiliser l'hexadécimal pour une colonne BINARY ou BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10933,848 +10932,848 @@ msgstr "" "Ajouter IF NOT EXISTS (moins efficace car les index seront générés lors de " "la création de la table)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "Vue de %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Ne pas insérer une ligne faisant doublon avec une clé unique" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Syntaxe à utiliser lors de l'insertion de données" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Taille maximale de la requête générée" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Type d'exportation" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Utiliser le mode transactionnel" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exporter l'heure en format UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordre dans le menu des clés étrangères" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limite pour clé étrangère" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Vérification des clés étrangères" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Premier jour du calendrier" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Mode de navigation" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Développeur" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Mode édition" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Valeurs par défaut pour exportation" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Général" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Valeurs par défaut pour importation" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importation / exportation" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Arborescence de navigation" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Autres paramètres de base" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Titres de page" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Sécurité" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Configuration de base" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Type d'authentification" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configuration du serveur" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Stockage de configuration" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Suivi des changements" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Boîte de requêtes SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Page de départ" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Structure de base de données" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Onglets" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Afficher le schéma relationnel" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Champs texte" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texte Texy" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avertissements" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Paramètres pour iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorer les erreurs dans les requêtes multi-instructions" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Activer l'importation par glissé/déposé" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importation partielle : permettre l'interruption lors de l'importation" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Ne pas arrêter l'importation lors d'une erreur INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Ajouter ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format du fichier d'importation" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Utiliser l'option LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Noms de colonnes en première ligne" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Ne pas importer les lignes vides" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importer les valeurs de monnaie ($5.00 devient 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importer les pourcentages en tant que décimales (12.00% devient .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importation partielle : nombre de requêtes à ignorer" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne pas utiliser AUTO_INCREMENT pour la valeur zéro" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Lire en tant que multioctets" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "État initial des gadgets à glissement" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Nombre de lignes insérées" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limiter le nombre de caractères dans la colonne" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Supprimer tous les cookies à la déconnexion" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Se souvenir du nom d'utilisateur" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Stockage du cookie" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Durée de validité de la connexion en mode cookie" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Zone de texte plus grande pour LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Taille maximum des requêtes SQL affichées" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Nombre maximum de bases de données" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Nombre maximum d'éléments au premier niveau" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Nombre maximum d'éléments dans la branche" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Nombre maximum de lignes à afficher" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Nombre maximum de tables" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Limite de mémoire" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Afficher la navigation des bases de données en tant qu'arborescence" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Largeur du panneau de navigation" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Relier au panneau principal" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Afficher le logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL du lien sous le logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Fenêtre cible pour la page ouverte lors d'un clic sur le logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Afficher la liste des serveurs" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Cible de l'icône d'accès rapide" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Cible de la deuxième icône d'accès rapide" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Nombre minimum d'éléments pour afficher la boîte de filtrage" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Nombre minimum de bases de données pour activer le filtre" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Regrouper les éléments dans l'arborescence" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Séparateur pour l'arborescence des bases de données" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Séparateur pour l'arborescence des noms de tables" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Nombre de niveaux pour l'arborescence des tables" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Active la surbrillance" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Activer l'expansion de l'arborescence de navigation" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Afficher les tables dans l'arborescence" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Afficher les vues dans l'arborescence" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Afficher les fonctions dans l'arborescence" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Afficher les procédures dans l'arborescence" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Afficher les évènements dans l'arborescence" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Expansion d'une seule base de données" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tables récemment utilisées" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "À quel endroit afficher les liens pour chaque ligne de données" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Afficher les liens de ligne quand même" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Ordre naturel" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Barre de navigation" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Tampon de sortie GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ordre de tri par défaut" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Connexions persistantes" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tables manquantes pour le stockage de configurations phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Avertissement de mot réservé MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Comment afficher les onglets de menu" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Comment afficher divers liens d'action" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Protéger les colonnes avec contenu binaire" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Historique permanent des requêtes" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Taille de l'historique" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Autoriser les signets partagés entre utilisateurs" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Moteur de conversion" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Mémoriser l'ordre de tri de la table" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Ordre de tri par défaut pour la clé primaire" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Répéter les entêtes" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Édition de grille : action de déclenchement" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Affichage relationnel" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" "Édition de grille : sauvegarder en une étape tous les éléments modifiés" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Répertoire où enregistrer" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Ordre d'autorisation des hôtes" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Règles d'autorisation des hôtes" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Permettre les connexions sans fournir de mot de passe" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Permettre une connexion par root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Fuseau horaire pour la session" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Domaine de protection HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Mettre la table en signet" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Table pour informations sur les colonnes" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Utiliser le mode compression sur la connexion" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Mot de passe de l'utilisateur de contrôle" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Utilisateur de contrôle" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Serveur de contrôle" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Port de contrôle" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Empêcher l'accès à INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Masquer les bases de données" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tables pour historique des requêtes SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nom du serveur hôte" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL pour quitter" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Nombre maximum de préférences de tables à conserver" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Table des modèles d'exportation" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Table pour les colonnes centrales" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "N'afficher que les bases de données listées" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Mot de passe pour méthode config" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Table pour décrire les schémas en PDF" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Port" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Table récemment utilisée" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Table pour les tables préférées" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Table relationnelle" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nom de session pour la méthode signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL pour connexion" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Interface de connexion socket" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Utiliser SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Table pour coordonnées du schéma en PDF et du concepteur" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Table pour colonnes descriptives" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Table des préférences d'interface utilisateur" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Ajouter DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Ajouter DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Instructions à suivre" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Table pour le suivi des changements SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Création automatique de versions" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Table de stockage des préférences utilisateur" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Table des utilisateurs" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Table des groupes d'utilisateurs" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Table contenant les éléments de navigation masqués" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Utilisateur pour méthode config" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nom à afficher pour ce serveur" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Permettre l'affichage de toutes les lignes" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Afficher le dialogue de changement de mot de passe" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Afficher le formulaire de création de base de données" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Afficher les commentaires de table" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Afficher l'horodatage de création" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Afficher l'horodatage de dernière mise à jour" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Afficher l'horodatage de dernière vérification" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Afficher le jeu de caractères de la table" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Afficher les types de champs" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Afficher les champs de fonctions" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Afficher les astuces" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Afficher un lien vers phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Afficher les informations détaillées sur le serveur MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Afficher les requêtes SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Afficher les statistiques" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Ignorer les tables verrouillées" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Expliquer SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Créer le code source PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Avertissement Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Durée de validité de la connexion en mode cookie" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Taille horizontale pour une zone de texte" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Taille verticale pour une zone de texte" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Titre par défaut" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste des serveurs mandataires de confiance en vue de IP allow/deny" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Répertoire de transfert" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Utiliser la recherche dans toute la base de données" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Activer l'onglet Développeur dans les paramètres" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Vérification de version" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "URL du serveur mandataire" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nom d'utilisateur du serveur mandataire" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Mot de passe du serveur mandataire" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "Zip" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL pour l'API reCAPTCHA v2" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Extrait Content-Security-Policy pour l'API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Paramètre de requête pour l'API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Paramètre de réponse pour l'API reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Clé publique pour reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Clé privée pour reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL pour reCAPTCHA \"siteverify\"" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Envoyer le rapport d'erreurs" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "La touche Entrée exécute les requêtes dans la console" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Activer le mode de Configuration automatique" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Exécuter les requêtes avec Entrée et insérer une nouvelle ligne avec " "Maj+Entrée" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Hauteur de la console de requêtes SQL" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Mode console de requêtes SQL" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Trier par" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Interclassement pour la connexion au serveur" @@ -11807,7 +11806,8 @@ msgstr "Importation compressée impossible, fonction manquante (%s)." msgid "Compressed export will not work due to missing function %s." msgstr "Exportation compressée impossible, fonction manquante (%s)." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -11841,7 +11841,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Feuilles de tableur OpenDocument" @@ -11849,7 +11849,7 @@ msgstr "Feuilles de tableur OpenDocument" msgid "OpenDocument Text" msgstr "Texte OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV en utilisant LOAD DATA" @@ -12015,7 +12015,7 @@ msgstr "" "La %1$scompression et décompression GZip%2$s requièrent des fonctions (%3$s) " "non disponibles sur ce serveur." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Serveur %d" @@ -12300,7 +12300,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Erreur lors du chargement des extensions d'exportation, merci de vérifier " @@ -12440,7 +12440,7 @@ msgid "Success!" msgstr "Succès !" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12507,7 +12507,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Merci de rafraîchir la page." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Type incorrect !" @@ -12638,16 +12638,7 @@ msgstr "" "la sécurité de ce serveur pourrait être compromise par le téléchargement de " "la configuration par des personnes non autorisées." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Ce serveur utilise Suhosin. Merci de se référer à la %sdocumentation%s pour " -"connaître les problèmes possibles." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12656,7 +12647,7 @@ msgstr "" "$cfg['TempDir'] (%s) n'est pas accessible. phpMyAdmin est incapable de " "mettre en cache les modèles et de ce fait sera lent." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12666,7 +12657,7 @@ msgstr "" "dysfonctionnement de phpMyAdmin. Merci de se référer à la " "[doc@faq1-46]documentation[/doc] pour les problèmes potentiels." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12677,7 +12668,7 @@ msgstr "" "incapable de gérer correctement les caractères et des problèmes inattendus " "pourraient survenir." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12754,7 +12745,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "L'instruction « DROP DATABASE » est désactivée." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Un ROLLBACK a eu lieu]" @@ -14679,7 +14670,7 @@ msgid "No such column" msgstr "Aucune colonne" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Chaîne de caractères" @@ -15558,7 +15549,7 @@ msgstr "Données incorrectes" msgid "Wrong data or no validation for %s" msgstr "Données erronées ou aucune validation pour %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Le signet %s a été créé." @@ -15636,7 +15627,7 @@ msgstr "Il y a un problème avec votre requête." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL a retourné un résultat vide (c'est à dire aucune ligne)." @@ -16033,27 +16024,27 @@ msgstr "" msgid "The row has been deleted." msgstr "La ligne a été supprimée." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "traitement en %01.4f seconde(s)." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Affichage des lignes %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s au total, %2$s dans la requête" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "total de %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Lien absent !" @@ -16699,11 +16690,11 @@ msgstr "" msgid "web server upload directory:" msgstr "répertoire de transfert du serveur Web :" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Affichage de la requête SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Identifiant de la ligne insérée : %1$d" @@ -17157,39 +17148,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Aucune dépendance partielle trouvée !" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Unifier" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Impossible de déplacer la table sur elle-même !" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Impossible de copier la table sur elle-même !" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "La table %s a été déplacée vers %s. Les privilèges ont été ajustés." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "La table %s a été copiée vers %s. Les privilèges ont été ajustés." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "La table %s a été déplacée vers %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "La table %s a été copiée vers %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Le nom de la table est vide !" @@ -17275,7 +17266,7 @@ msgstr "" "L'authentification à deux facteurs est activée, merci de confirmer votre " "connexion." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Colonnes séparées par :" @@ -17698,7 +17689,7 @@ msgstr "" "Système de base de données ou ancien serveur MySQL pour maximiser la " "compatibilité de sortie avec :" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17723,19 +17714,19 @@ msgstr "" "Mettre à jour les données lorsque des clés dupliquées sont trouvées lors de " "l'importation (ajouter ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Nom de la nouvelle table (facultatif) :" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Nom de la nouvelle base de données (facultatif) :" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importer ce nombre de lignes (facultatif) :" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17743,7 +17734,7 @@ msgstr "" "La première ligne du fichier contient le nom des colonnes de la table (si " "ceci n'est pas coché, la première ligne fait partie des données)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17754,27 +17745,27 @@ msgstr "" "Les noms de colonnes doivent être séparées par une virgule et non entourées " "de guillemets." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nom des colonnes :" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Format invalide pour les données CSV à la ligne %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Nombre de colonnes invalides dans les données CSV à la ligne %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Paramètres invalides pour l'importation CSV : %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18564,11 +18555,11 @@ msgstr "Aucune version stable plus récente n'est disponible" msgid "Using bookmark \"%s\" as default browse query." msgstr "Le signet « %s » a été utilisé comme requête par défaut." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Affichage du code PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18578,7 +18569,7 @@ msgstr "" "d'édition, les cases à cocher ainsi que les liens Éditer, Copier et " "Supprimer ne sont pas disponibles. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18847,22 +18838,22 @@ msgstr "Il faut fournir un nom de table valide !" msgid "You must provide a trigger definition." msgstr "Il faut fournir une définition pour le déclencheur." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "vide" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "non vide" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Un nombre entier de 1 octet. La fourchette des nombres avec signe est de " "-128 à 127. Pour les nombres sans signe, c'est de 0 à 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18870,7 +18861,7 @@ msgstr "" "Un nombre entier de 2 octets. La fourchette des nombres avec signe est de " "-32 768 à 32 767. Pour les nombres sans signe, c'est de 0 à 65 535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18878,7 +18869,7 @@ msgstr "" "Un nombre entier de 3 octets. La fourchette des nombres avec signe est de -8 " "388 608 à 8 388 607. Pour les nombres sans signe, c'est de 0 à 16 777 215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18887,7 +18878,7 @@ msgstr "" "147 483 648 à 2 147 483 647. Pour les entiers positifs, c'est de 0 à 4 294 " "967 295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18896,7 +18887,7 @@ msgstr "" "223 372 036 854 775 808 à 9 223 372 036 854 775 807. Pour les nombres sans " "signe, c'est de 0 à 18 446 744 073 709 551 615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18905,7 +18896,7 @@ msgstr "" "65 (10 par défaut), le nombre maximum de décimales (D) est de 30 (0 par " "défaut)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18913,7 +18904,7 @@ msgstr "" "Un petit nombre en virgule flottante. La fourchette des valeurs est " "-3.402823466E+38 à -1.175494351E-38, 0, et 1.175494351E-38 à 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18923,7 +18914,7 @@ msgstr "" "est -1.7976931348623157E+308 à -2.2250738585072014E-308, 0, et " "2.2250738585072014E-308 à 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18931,7 +18922,7 @@ msgstr "" "Synonyme de DOUBLE (exception : dans le mode SQL REAL_AS_FLOAT, c'est un " "synonyme de FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18939,7 +18930,7 @@ msgstr "" "Une colonne contenant des bits (M), stockant M bits par valeur (1 par " "défaut, maximum 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18947,21 +18938,21 @@ msgstr "" "Un synonyme de TINYINT(1), une valeur de zéro signifie faux, une valeur non-" "zéro signifie vrai" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Un alias pour BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Une date, plage valide de %1$s à %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Une combinaison de date et heure, plage valide de %1$s à %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18974,12 +18965,12 @@ msgstr "" "11.5), exprimé en nombre de secondes depuis le moment de référence " "(1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Une heure, plage valide de %1$s à %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18987,7 +18978,7 @@ msgstr "" "Une année à quatre chiffres (4 par défaut) ou à deux chiffres (2), la " "fourchette est de 70 (1970) à 69 (2069) ou 1901 à 2155 ainsi que 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18995,7 +18986,7 @@ msgstr "" "Une chaîne de longueur fixe (0-255, 1 par défaut) qui est toujours complétée " "à droite par des espaces lorsqu'enregistrée" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19004,7 +18995,7 @@ msgstr "" "Une chaîne de longueur variable (%s), la longueur effective réelle dépend de " "la taille maximale d'une ligne" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19013,7 +19004,7 @@ msgstr "" "caractères, stockée avec un préfixe d'un octet indiquant la longueur de la " "valeur en octets" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19022,7 +19013,7 @@ msgstr "" "stockée avec un préfixe de deux octets indiquant la longueur de la valeur en " "octets" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19031,7 +19022,7 @@ msgstr "" "caractères, stockée avec un préfixe de trois octets indiquant la longueur de " "la valeur en octets" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19041,7 +19032,7 @@ msgstr "" "1) caractères, stockée avec un préfixe de quatre octets indiquant la " "longueur de la valeur en octets" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19049,7 +19040,7 @@ msgstr "" "Similaire au type CHAR, mais stocke des chaînes binaires au lieu de chaînes " "non binaires" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19057,7 +19048,7 @@ msgstr "" "Similaire au type VARCHAR, mais stocke des chaînes binaires au lieu de " "chaînes non binaires" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19065,7 +19056,7 @@ msgstr "" "Une colonne BLOB d'une longueur maximale de 255 (2^8 - 1) octets, stockée " "avec un préfixe d'un octet indiquant la longueur de la valeur" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19073,7 +19064,7 @@ msgstr "" "Une colonne BLOB d'une longueur maximale de 16 777 215 (2^24 - 1) octets, " "stockée avec un préfixe de trois octets indiquant la longueur de la valeur" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19081,7 +19072,7 @@ msgstr "" "Une colonne BLOB d'une longueur maximale de 65 535 (2^16 - 1) octets, " "stockée avec un préfixe de quatre octets indiquant la longueur de la valeur" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19090,7 +19081,7 @@ msgstr "" "1), stockée avec un préfixe de quatre octets indiquant la longueur de la " "valeur" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19098,44 +19089,44 @@ msgstr "" "Une énumération, choisie parmi une liste comportant jusqu'à 65 535 valeurs " "ou la valeur spéciale '' indiquant une erreur" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" "Une valeur unique choisie parmi un ensemble comportant jusqu'à 64 membres" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Un type pouvant stocker une valeur géométrique de tout type" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Un point dans un espace à deux dimensions" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Une courbe avec interpolation linéaire entre les points" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Un polygone" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Une collection de points" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Une collection de courbes avec interpolation linéaire entre les points" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Une collection de polygones" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Une collection d'objets de géométrie de tout type" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19143,7 +19134,7 @@ msgstr "" "Stocke et permet un accès efficace aux données dans les documents JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -19151,31 +19142,31 @@ msgstr "" "Destiné au stockage des adresses IPv6, ainsi que des adresses IPv4 en " "supposant un mappage conventionnel des adresses IPv4 en adresses IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "UUID 128-bits (identificateur universellement unique)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numérique" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Date et l'heure" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spatial" @@ -19220,6 +19211,24 @@ msgstr "Erreur rencontrée dans l'archive Zip :" msgid "No files found inside ZIP archive!" msgstr "Aucun fichier présent dans l'archive Zip !" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Désactiver l'avertissement par défaut qui s'affiche sur la page d'accueil " +#~ "si Suhosin est détecté." + +#~ msgid "Suhosin warning" +#~ msgstr "Avertissement Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Ce serveur utilise Suhosin. Merci de se référer à la %sdocumentation%s " +#~ "pour connaître les problèmes possibles." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "" #~ "Exporter une requête libre n'est pas supporté pour cette méthode d'export." diff --git a/resources/po/fy.po b/resources/po/fy.po index 026b40689c..36d86ce88c 100644 --- a/resources/po/fy.po +++ b/resources/po/fy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2015-12-24 23:02+0000\n" "Last-Translator: Robin van der Vliet \n" "Language-Team: Frisian %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3800,7 +3800,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Werom" @@ -3810,7 +3810,7 @@ msgstr "Werom" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Ymportearje" @@ -4140,8 +4140,8 @@ msgstr "SQL-resultaat" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databases" @@ -4165,7 +4165,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4205,17 +4205,17 @@ msgid "Features" msgstr "Opsjes" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-queries" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigaasjepaniel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Haadpaniel" @@ -4704,30 +4704,45 @@ msgstr "" msgid "Check privileges" msgstr "Rjochten" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "SQL query history table" +msgid "Run SQL queries on database \"%s\"." +msgstr "SQL-queryskiednistabel" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Totaal:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Databases statistics" msgid "Enable statistics" msgstr "Databasestatistiken" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Gjin databases" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5784,7 +5799,7 @@ msgid "Current server:" msgstr "Hjoeddeistige server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servers" @@ -5865,7 +5880,7 @@ msgid "Test:" msgstr "Test" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6454,7 +6469,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6540,7 +6555,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Folchoarder" @@ -6601,7 +6616,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6649,7 +6664,7 @@ msgstr "Skiedingsteken" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -7139,7 +7154,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Tabelstruktuer" @@ -7327,32 +7342,32 @@ msgid "Index length" msgstr "Rigelingte" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analysearje" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Kontrolearje" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimalisearje" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Reparearje" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9109,14 +9124,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Barrennamme" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9318,329 +9325,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9648,185 +9655,185 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -9840,293 +9847,287 @@ msgstr "" "Mear ynformaasje op [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA-" "bugtracker[/a] en [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10134,13 +10135,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10148,395 +10149,395 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Ynskeakele" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Papierformaat" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Tabelopmerkings" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Bewarje as triem" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresje" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10544,56 +10545,56 @@ msgstr "Kompresje" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel-edysje" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10603,961 +10604,961 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tabeltitel" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Labelkaai" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Relaasjes" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Eksportearmetoade" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Bewarje op server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export table names" msgid "Export as separate files" msgstr "Tabelnammen eksportearje" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL-kompatibiliteitsmoadus" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Sessywearde" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Eksporteartiid in UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Untwikkelder" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Algemien" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Ymportearje / eksportearje" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "Navigaasjepaniel" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Sidetitels" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Serverkonfiguraasje" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL-queryfjild" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Databasestruktuer" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Tekstfjilden" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekst" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Warskôgings" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Faluta ymportearje ($5.00 nei 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Unthâldlimyt" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Navigaasjepaniel" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Table comments" msgid "Show tables in tree" msgstr "Tabelopmerkings" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Procedures" msgid "Show procedures in tree" msgstr "Prosedueres" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "No databases" msgid "Expand single database" msgstr "Gjin databases" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Natuerlike folchoarder" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational key" msgid "Relational display" msgstr "Relasjonele kaai" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sessywearde" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Blêdwizertabel" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL-queryskiednistabel" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Serverhostnamme" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Export table names" msgid "Export templates table" msgstr "Tabelnammen eksportearje" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "User groups table" msgid "Central columns table" msgstr "Brûkersgroepentabel" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Serverpoarte" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Favorites" msgid "Favorites table" msgstr "Favoriten" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relaasjetabel" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Serversocket" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Brûkerstabel" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Brûkersgroepentabel" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tabelopmerkings" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Tabelopmerkings" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin-warskôging" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Standerttitel" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Ferzjekontrôle" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "Proxy url" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proxy brûkersnamme" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proxy wachtwurd" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Console" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Console" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order" msgid "Order by" msgstr "Folchoarder" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Kollaasje fan de serverferbining" @@ -11590,7 +11591,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -11624,7 +11626,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument-rekkenblêd" @@ -11632,7 +11634,7 @@ msgstr "OpenDocument-rekkenblêd" msgid "OpenDocument Text" msgstr "OpenDocument-tekst" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11753,7 +11755,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12019,7 +12021,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12145,7 +12147,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12203,7 +12205,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -12289,35 +12291,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12382,7 +12377,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14343,7 +14338,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -15083,7 +15078,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -15161,7 +15156,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15538,29 +15533,29 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s tabel" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -16123,11 +16118,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16531,41 +16526,41 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Collapse" msgid "Coalesce" msgstr "Gearteare" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16639,7 +16634,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -17049,7 +17044,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17072,54 +17067,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Kolomnammen: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17826,18 +17821,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18092,97 +18087,97 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Leegje" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18190,170 +18185,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numeryk" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Datum en tiid" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Romtlik" @@ -18400,6 +18395,9 @@ msgstr "" msgid "No files found inside ZIP archive!" msgstr "" +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin-warskôging" + #~ msgid "Version information" #~ msgstr "Ferzje-ynformaasje" diff --git a/resources/po/gl.po b/resources/po/gl.po index fb5cd822d9..3e690994f1 100644 --- a/resources/po/gl.po +++ b/resources/po/gl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Galician %s" msgstr "Gardar no servidor no directorio %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Eliminar o(s) ficheiro(s) xa existente(s)" @@ -3923,7 +3923,7 @@ msgstr "cóllao" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Recuar" @@ -3933,7 +3933,7 @@ msgstr "Recuar" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importar" @@ -4310,8 +4310,8 @@ msgstr "Envorcado de SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Bases de datos" @@ -4337,7 +4337,7 @@ msgid "Recent" msgstr "Recentes" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Táboas favoritas" @@ -4381,17 +4381,17 @@ msgid "Features" msgstr "Funcionalidades" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Consultas SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Panel de navegación" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Panel principal" @@ -4923,13 +4923,28 @@ msgstr "Comprobar os privilexios da base de datos \"%s\"." msgid "Check privileges" msgstr "Comprobar os privilexios" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Executar a(s) consulta(s) de SQL na base de datos %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4937,16 +4952,16 @@ msgstr "" "Nota: De activar as estatísticas da base de datos, ocasionará que se produza " "un tráfico denso entre o servidor web e o de MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Activar as estatísticas" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Non hai ningunha base de datos" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirmar" @@ -6159,7 +6174,7 @@ msgid "Current server:" msgstr "Servidor actual" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servidores" @@ -6255,7 +6270,7 @@ msgid "Test:" msgstr "Proba" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Servidor" @@ -6932,7 +6947,7 @@ msgstr "Mostrar o formulario" msgid "Show hidden messages" msgstr "Mostrar consellos" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tipo de autenticación" @@ -7018,7 +7033,7 @@ msgid "Detailed profile" msgstr "Perfil detallado" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Orde" @@ -7081,7 +7096,7 @@ msgstr "Perfilando os resultados" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "A consulta de SQL executouse sen problemas." @@ -7129,7 +7144,7 @@ msgstr "Delimitador" msgid "Show this query here again" msgstr "Mostrar esta consulta aquí outra vez" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Reter a caixa de consultas" @@ -7654,7 +7669,7 @@ msgid "Delete the view (DROP)" msgstr "Eliminar a táboa (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Estrutura da táboa" @@ -7857,32 +7872,32 @@ msgid "Index length" msgstr "Lonxitude das fileiras" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizar" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Comprobar" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimizar" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Reconstruír" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Arranxar" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -10009,14 +10024,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Nome do ficheiro" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -10208,26 +10215,26 @@ msgstr "todo o anterior" msgid "neither of the above" msgstr "nada do anterior" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Os usuarios non poden estabelecer un valor máis alto" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Se estiver activado, os usuarios poden entrar en calquera servidor de MySQL " "no formulario de rexistro de cookie auth." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 #, fuzzy #| msgid "" #| "Enabling this allows a page located on a different domain to call " @@ -10243,7 +10250,7 @@ msgstr "" "[strong]furado de seguranza[/strong] potencial que permitiría ataques con " "scripts entre molduras" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10255,7 +10262,7 @@ msgstr "" "Contrasinal secreto empregado coas cookies de cifrado na autenticación " "mediante [kbd]cookie[/kbd]s" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -10265,14 +10272,14 @@ msgstr "" "Activar a compresión [a@https://gl.wikipedia.org/wiki/Bzip2]bzip2[/a] nas " "operacións de importación." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" "Introduza a súa chave privada para o servizo de reCaptcha do seu dominio." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -10281,42 +10288,42 @@ msgid "" msgstr "" "Introduza a súa chave privada para o servizo de reCaptcha do seu dominio." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Introduza a súa chave privada para o servizo de reCaptcha do seu dominio." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Introduza a súa chave privada para o servizo de reCaptcha do seu dominio." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" "Introduza a súa chave pública para o servizo de reCaptcha do seu dominio." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" "Introduza a súa chave privada para o servizo de reCaptcha do seu dominio." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" "Introduza a súa chave privada para o servizo de reCaptcha do seu dominio." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 #, fuzzy #| msgid "" #| "Defines which type of editing controls should be used for CHAR and " @@ -10331,7 +10338,7 @@ msgstr "" "CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar a lonxitude da entrada, " "[kbd]textarea[/kbd] - permite que os campos teñan saltos de parágrafo" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 #, fuzzy #| msgid "" #| "Use user-friendly editor for editing SQL queries ([a@https://codemirror." @@ -10343,13 +10350,13 @@ msgstr "" "Empregue un editor amigábel para editar as consultas de SQL ([a@https://" "codemirror.net/]CodeMirror[/a]) con realce da sintaxe e números de liña." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10357,7 +10364,7 @@ msgstr "" "Indica o tamaño mínimo dos campos de entrada xerados para as columnas CHAR e " "VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10365,7 +10372,7 @@ msgstr "" "Indica o tamaño máximo dos campos de entrada xerados para as columnas CHAR e " "VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -10374,7 +10381,7 @@ msgstr "" "memoria; se atopa problemas cos ficheiros gzip/bzip2 que se creen, desactive " "esta funcionalidade." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -10382,21 +10389,21 @@ msgstr "" "Se se debe mostrar un aviso (\"Ten a certeza…\") cando se estea a piques de " "perder datos." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Encerrar os nomes das táboas e das columnas entre aspas invertidas." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -10404,7 +10411,7 @@ msgstr "" "Desactivar as operacións masivas de mantemento das táboas, como optimizar ou " "arranxar as táboas escollidas nunha base de datos." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -10412,12 +10419,12 @@ msgstr "" "Indicar o número de segundos durante o que se permite que un script se " "execute ([kbd]0[/kbd] para non o limitar)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -10430,7 +10437,7 @@ msgstr "" "[kbd]content[/kbd] son os datos referenciados, [kbd]id[/kbd] é o valor da " "chave" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -10444,7 +10451,7 @@ msgstr "" "[doc@cfg_TitleTable]documentación[/doc] para coñecer as cadeas máximas que " "se poden empregar para obter valores especiais." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10452,7 +10459,7 @@ msgstr "" "Lembre que o phpMyAdmin é simplemente unha interface de usuario e que as " "súas funcionalidades non limitan o MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -10460,7 +10467,7 @@ msgstr "" "Configuración avanzada do servidor; non altere estas opcións a non ser que " "saiba o que está a facer." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10469,7 +10476,7 @@ msgstr "" "Configurar o phpMyAdmin para ter acceso a funcionalidades adicionais, vexa " "[doc@linked-tables]infraestrutura de táboas ligadas[/doc] na documentación." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10477,114 +10484,114 @@ msgstr "" "Seguimento de cambios feitos na base de datos. Require o almacenamento de " "configuración de phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Personalizar o modo de navegación." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personalizar as opcións por omisión." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Preferencias para os desenvolvedores de phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Personalizar o modo de edición." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personalizar as opcións de exportación por omisión." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Configuración dalgunhas opcións frecuentes." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personalizar as opcións frecuentes de importación por omisión." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "Designar os directorios de importación e exportación e as opcións de " "compresión." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opcións de exhibición das bases de datos." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Personalizar a aparencia do panel de navegación." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personalizar a árbore de navegación." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opcións de exhibición dos servidores." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opcións de exhibición das táboas." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Configuracións que non cadraban noutra parte." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Configuración da autenticación." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Introduza os parámetros da conexión ao servidor." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Personalizar as ligazóns que aparecen nas caixas de consulta de SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Preferencias das consultas de SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Personalizar a páxina de inicio." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Escolla os detalles que desexe mostrar na estrutura da base de datos (lista " "de táboas)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Configuración da estrutura da táboa (lista de columnas)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Escolla como quere que funcionen as lapelas." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personalizar os campos de entrada de texto." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personalizar as opcións por omisión" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desactiva algúns dos avisos mostrados por phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10594,7 +10601,7 @@ msgstr "" "Activar a compresión [a@https://gl.wikipedia.org/wiki/Gzip]gzip[/a] nas " "operacións de importación e exportación." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10602,7 +10609,7 @@ msgstr "" "Se estiver activado, o phpMyAdmin continúa a calcular as consultas de " "afirmacións múltiplas mesmo se unha destas consultas fallase." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10612,7 +10619,7 @@ msgstr "" "que se achega ao límite de tempo. Isto pode ser unha boa maneira de importar " "ficheiros grandes; porén, pode rachar as transaccións." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10620,15 +10627,15 @@ msgstr "" "Formato por omisión; lembre que esta listaxe depende da localización (base " "de datos, táboa) e só SQL está sempre dispoñíbel." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Actualizar os datos ao atopar chaves duplicadas ao importar" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Número de consultas que se ignoran dende o comezo." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10639,7 +10646,7 @@ msgstr "" "FALSO fai que sexa máis doado esquecer saír dos outros servidores cando se " "estea conectado a varios servidores." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10647,7 +10654,7 @@ msgstr "" "Definir se se debe lembrar ou non o rexistro previo no modo de autenticación " "mediante [kbd]cookies[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10659,12 +10666,12 @@ msgstr "" "existente e que se elimina cando se feche a xanela do navegador. Recoméndase " "isto para os ambientes que non sexan de confianza." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Número máximo de caracteres empregados cando se mostre unha consulta de SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10672,7 +10679,7 @@ msgstr "" "O número de elementos que desexa mostrar en cada páxina do primeiro nivel da " "árbore de navegación." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -10680,7 +10687,7 @@ msgstr "" "O número de elementos que desexa mostrar en cada páxina da árbore de " "navegación." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10689,7 +10696,7 @@ msgstr "" "resultados. Se o conxunto de resultados contén máis fileiras, aparecen as " "ligazóns \"Anterior\" e \"Seguinte\"." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10701,15 +10708,15 @@ msgstr "" "O número de bytes que se permite asignar a un script, p.ex. [kbd]32M[/kbd] " "([kbd]-1[/kbd] para non o limitar and [kbd]0[/kbd] for no change)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -10721,7 +10728,7 @@ msgstr "" "Abrir a páxina ligada na xanela principal ([kbd]principal[/kbd]) ou nunha " "nova ([kbd]nova[/kbd])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10729,7 +10736,7 @@ msgstr "" "Indica o número mínimo de elementos (táboas, vistas, rutinas e " "acontecementos) para mostrar unha caixa de filtro." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10737,75 +10744,75 @@ msgstr "" "Agrupar os elementos na árbore de navegación (determinado polo separador nas " "táboas Bases de datos e Táboas de enriba)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Mostrar os procedementos baixo a base de datos na árbore de navegación" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Mostrar o logotipo no panel de navegación" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "Mostrar o logotipo no panel de navegación." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Mostrar o logotipo no panel de navegación." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL ao que apunta o logotipo do panel de navegación." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" "Mostrar a escolla de servidor na parte superior do panel de navegación." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Cadea que separa as bases de datos en tres niveis distintos." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Cadea que separa as táboas en tres niveis distintos." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Realzar o servidor que estea por baixo do cursor do rato." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show tables under database in the navigation tree" msgstr "Mostrar o logotipo no panel de navegación" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show views under database in the navigation tree" msgstr "Mostrar o logotipo no panel de navegación" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show events under database in the navigation tree" msgstr "Mostrar o logotipo no panel de navegación" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10813,7 +10820,7 @@ msgstr "" "[kbd]INTELIXENTE[/kbd] - isto é, orde descendente para os campos do tipo " "TIME, DATE, DATETIME e TIMESTAMP e ascendente para os demais." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10823,7 +10830,7 @@ msgstr "" "estrutura da base de datos se non foi posíbel atopar algunha das táboas " "requiridas para o almacenamento da configuración do phpMyAdmin." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10831,7 +10838,7 @@ msgstr "" "Desactivar o aviso que por omisión se mostra na páxina da estrutura da base " "de datos se os nomes de columna dunha táboa son palabras reservadas do MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10842,17 +10849,17 @@ msgstr "" "rutinas JS para mostrar o historial de consultas (que se perde cando se " "fecha a xanela)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -10864,7 +10871,7 @@ msgstr "" "Déixeo en branco se non quere a funcionalidade de [a@https://wiki.phpmyadmin." "net/pma/bookmark]bookmark[/a] ; por omisión: [kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10876,7 +10883,7 @@ msgstr "" "Déixeo en branco se non quere comentarios/tipos mime das columnas; suxírese: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -10890,7 +10897,7 @@ msgstr "" "información dispoñíbel no [a@https://wiki.phpmyadmin.net/pma/" "controluser]wiki[/a]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10898,7 +10905,7 @@ msgstr "" "Un servidor alternativo que manteña o almacenamento da configuración; déixeo " "en branco para empregar o servidor xa indicado." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10908,7 +10915,7 @@ msgstr "" "da configuración; déixeo en branco para empregar o servidor por omisión, ou " "o porto xa definido se controlhost for o mesmo que o servidor." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10923,7 +10930,7 @@ msgstr "" "bugs/2606/]Seguidor de erros de PMA[/a] e en [a@https://bugs.mysql." "com/19588]Erros do MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10931,7 +10938,7 @@ msgstr "" "Déixeo en branco se non quere un histórico das consultas SQL; por omisión: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10939,7 +10946,7 @@ msgstr "" "Limita o número de preferencias de táboas que se almacenan na base de datos; " "os rexistros máis antigos elimínanse automaticamente." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10947,7 +10954,7 @@ msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__pdf_pages[/" "kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -10959,7 +10966,7 @@ msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: " "[kbd]pma__table_coords[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10969,14 +10976,14 @@ msgstr "" "empregar os caracteres en si, isto é, empregue [kbd]'my\\_db'[/kbd]' no " "canto de [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: [kbd]pma__pdf_pages[/" "kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@https://" @@ -10992,7 +10999,7 @@ msgstr "" "completa. Déixeo en branco se non lle interesan. Por omisión: " "[kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -11000,7 +11007,7 @@ msgstr "" "Déixeo en branco para eliminar a «persistencia» das táboas utilizadas " "recentemente entre sesións; suxírese: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -11008,7 +11015,7 @@ msgstr "" "Déixeo en branco para eliminar a «persistencia» das táboas utilizadas " "recentemente entre sesións; suxírese: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" @@ -11020,7 +11027,7 @@ msgstr "" "Déixeo en branco se non quere [a@https://wiki.phpmyadmin.net/pma/" "relation]ligazóns de relación[/a]; suxírese: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 #, fuzzy #| msgid "" #| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -11031,7 +11038,7 @@ msgstr "" "Vexa os [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]tipos de " "autenticación[/a] se quere un exemplo." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -11039,7 +11046,7 @@ msgstr "" "Déixeo en branco se non quere PDF schema; por omisión: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -11051,7 +11058,7 @@ msgstr "" "Táboa para describir a presentación dos campos; déixeo en branco para non o " "activar; suxírese: [kbd]pma__table_info[/kbd]" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -11059,7 +11066,7 @@ msgstr "" "Déixeo en branco se non desexa preferencias «persistentes» da interface das " "táboas entre sesións; suxírese: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -11067,7 +11074,7 @@ msgstr "" "Se engadir unha instrución DROP DATABASE IF EXISTS como primeira liña do " "rexistro cando se cree unha base de datos." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -11075,7 +11082,7 @@ msgstr "" "Se engadir unha instrución DROP TABLE IF EXISTS como primeira liña do " "rexistro cando se cree unha táboa." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -11083,13 +11090,13 @@ msgstr "" "Se engadir unha instrución DROP VIEW IF EXISTS como primeira liña do " "rexistro cando se cree unha vista." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Indica a listaxe de instrucións que emprega a creación automática para as " "versións novas." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -11097,7 +11104,7 @@ msgstr "" "Déixeo en branco se non quere a funcionalidade de seguimento das consultas " "de SQL; valor suxerido: [kbd]pma_tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -11105,7 +11112,7 @@ msgstr "" "Se o mecanismo de seguimento crea automaticamente versións das táboas e as " "vistas." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -11113,21 +11120,21 @@ msgstr "" "Déixeo en branco se non quere almacenar as preferencias na base de datos; " "suxerido: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -11135,7 +11142,7 @@ msgstr "" "Déixeo en branco se non quere almacenar as preferencias na base de datos; " "suxerido: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -11143,58 +11150,58 @@ msgstr "" "Unha descrición lexíbel deste servidor. Déixea en branco para que no seu " "canto apareza o nome da máquina." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Déixeo en branco se non o vai empregar." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Déixeo en branco para o predefinido." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Nome de HTTP Basic Auth Realm que mostrar cando se faga a autenticación " "mediante HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Método de autenticación que se quere empregar." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Comprimir a conexión ao servidor de MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Agochar as bases de datos que coincidan cunha expresión regular (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Nome da máquina na que se executa o servidor de MySQL." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Déixeo en branco se non vai empregar config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porto polo que está a escoitar o servidor de MySQL server; déixeo en branco " "para deixar o predefinido." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket polo que está a escoitar o servidor de MySQL; déixeo en branco para " "deixar o predefinido." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Activar a SSL para a conexión ao servidor de MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -11205,27 +11212,27 @@ msgstr "" "configuración; isto non limita a capacidade de executar a mesma orde " "directamente." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da creación de " "todas as táboas." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da última " "actualización de todas as táboas." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da última " "comprobación de todas as táboas." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -11233,7 +11240,7 @@ msgstr "" "Define se os campos tipo deben ser mostrados inicialmente no modo editar/" "inserir." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -11245,18 +11252,18 @@ msgstr "" "Mostra unha ligazón á saída de [a@https://www.php.net/manual/function." "phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Se se lle desexa mostrar un botón «mostrar todas (as filas)» ao usuario." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da creación de " "todas as táboas." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 #, fuzzy #| msgid "Show or hide a column displaying the comments for all tables." msgid "Show or hide a column displaying the charset for all tables." @@ -11264,21 +11271,21 @@ msgstr "" "Mostrar ou agochar unha columna que mostre a marca temporal da creación de " "todas as táboas." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Mostrar os campos de función no modo editar/inserir." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Mostrar axudas ou non." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Indica se se deben mostrar as consultas de SQL xeradas polo phpMyAdmin." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." @@ -11286,23 +11293,14 @@ msgstr "" "Permitir que se mostren as estatísticas das bases de datos e das táboas (p." "ex. o uso do espazo)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marcar as táboas empregadas e permitir que se mostren as bases de datos con " "táboas bloqueadas." -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "A warning is displayed on the main page if Suhosin is detected." -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Na pantalla principal aparece unha advertencia se o Suhosin for detectado." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the Structure page if " @@ -11315,7 +11313,7 @@ msgstr "" "Desactivar o aviso que por omisión se mostra na páxina da estrutura da base " "de datos se os nomes de columna dunha táboa son palabras reservadas do MySQL" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -11328,7 +11326,7 @@ msgstr "" "enfatízase nas áreas de texto das consultas de SQL (*2) e na xanela de " "consultas (*.1,25)" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -11341,7 +11339,7 @@ msgstr "" "enfatízase nas áreas de texto das consultas de SQL (*2) e na xanela de " "consultas (*.1,25)" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -11359,7 +11357,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente do proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -11367,7 +11365,7 @@ msgstr "" "Se está desactivado os usuarios non poden establecer ningunha das opcións " "que hai debaixo, independentemente da caixa da dereita." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -11385,7 +11383,7 @@ msgstr "" "instalado o phpMyAdmin non ten acceso á Internet. O formato é: " "«nome_do_servidor:número_do_porto»." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -11396,7 +11394,7 @@ msgstr "" "Autenticación Básica. De momento non se admite ningún outro tipo de " "autenticación." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -11404,7 +11402,7 @@ msgstr "" "As consultas execútanse ao premer Intro (no canto de Ctrl+Intro). As liñas " "novas insírense con Maiús+Intro." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11412,225 +11410,225 @@ msgid "" "configuration storage tables automatically." msgstr "Faltan as táboas de almacenamento da configuración do phpMyAdmin" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Realzar as fileiras seleccionadas." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Realzar a fila á que apunta o cursor do rato." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Número de columnas das áreas de texto de CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Número de fileiras das áreas de texto de CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "A lapela que aparece cando se entra nunha base de datos." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "A lapela que aparece cando se entra nun servidor." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "A lapela que aparece cando se entra nunha táboa." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Se se desexa agochar as accións da estrutura da táboa." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Se os comentarios das columnas deberían aparecer na vista de estrutura das " "táboas" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" "Mostrar a listaxe dos servidores como listaxe no canto de nun menú " "despregábel." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Emprégase un menú despregábel de haber un número menor de elementos." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Cantas fileiras se poden inserir dunha volta." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Número máximo de caracteres mostrados nunha columna non numérica na vista de " "exploración." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definir o tempo (en segundos) durante o que é válida unha cookie." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Tamaño dobre da área de texto nas columnas tipo LONGTEXT" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Número máximo de táboas que se mostran na listaxe de bases de datos." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Número máximo de táboas que se mostran na listaxe de táboas." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Número máximo de táboas usadas recentemente; 0 para desactivar" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Número máximo de táboas usadas recentemente; 0 para desactivar" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Estas son as ligazóns Editar, Copiar e Eliminar." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Mostrar as ligazóns das filas mesmo na ausencia de chaves únicas." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Desactivar as comprobacións de chaves exteriores" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Empregar a ordenación natural para ordenar os nomes das táboas e as bases de " "datos." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Empregar só iconas, só texto ou ambos os dous." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Empregar un buffer para a saída de GZip para atinxir unha maior velocidade " "nas transferencias mediante HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Empregar conexións persistentes coas bases de datos MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Impedir a edición das columnas BLOB e BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Cantas consultas se gardan no historial." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Escolla as funcións que desexe empregar para a conversión dos conxuntos de " "caracteres." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Ao navegar polas táboas lémbrase a ordenación de cada unha delas." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Orde predeterminada de ordenación das táboas con chave primaria." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repetir os cabezallos cada X celas; [kbd]0[/kbd] desactiva esta " "funcionalidade." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Opcións de exhibición dos servidores" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Directorio no que se poden gravar as exportacións no servidor." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Indica se a caixa de consultas debe permanecer en pantalla despois da súa " "execución." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" "Título da xanela do navegador cando a base de datos estea seleccionada." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Título da xanela do navegador cando non haxa nada seleccionado." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Título da xanela do navegador cando un servidor estea seleccionado." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Título da xanela do navegador cando unha táboa estea seleccionada." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" "Directorio do servidor ao que se poden enviar os ficheiros que importar." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Permitir buscar na base de datos completa." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Activar a comprobación da última versión na páxina principal do phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "O contrasinal para identificarse diante do proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11640,201 +11638,201 @@ msgstr "" "Activar a compresión [a@https://gl.wikipedia.org/wiki/Gzip]gzip[/a] nas " "operacións de importación e exportación." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Escolla a acción predeterminada para enviar informes de fallo." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Permitir rexistrarse en calquera servidor de MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Restrinxir o acceso aoo servidor de MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Permitir as molduras de terceiros" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" "Mostrarlles a ligazón \"Eliminar a base de datos\" aos usuarios normais" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Segredo Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Marcador de fileiras" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Realzar o punteiro" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Edición de columnas CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Activar CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable SQL Validator" msgid "Enable linter" msgstr "Activar o validador de SQL" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Tamaño mínimo do campo de entrada" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Tamaño máximo do campo de entrada" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Columnas de área de texto de CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Fileiras de área de texto de CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Comprobar os permisos do ficheiro de configuración" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Comprimir ao voo" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirmar as consultas tipo DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Tamaño do papel" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Lapela por omisión das bases de datos" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Lapela por omisión dos servidores" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Lapela por omisión das táboas" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Permitir o completado automático dos nomes de táboas e columnas" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Mostrar os comentarios de táboa" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Agochar as accións da estrutura da táboa" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Ordenación por omisión" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Opcións de transformación" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Ordenación por omisión" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Ordenación por omisión" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Opcións de transformación" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Ordenación por omisión" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Opcións de transformación" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Opcións de transformación" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Opcións de transformación" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Mostrar os servidores nunha listaxe" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Desactivar o mantemento de múltiples táboas" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Tempo máximo de execución" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 #, fuzzy msgid "Save as file" msgstr "Gardar como ficheiro" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Conxunto de caracteres do ficheiro" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compresión" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11842,56 +11840,56 @@ msgstr "Compresión" msgid "Put columns names in the first row" msgstr "Pór os nomes das columnas na primeira fila" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Columnas delimitadas por" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Carácter de escape das columnas" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Substituír NULL por" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Eliminar os caracteres CRLF nas columnas" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Columnas terminadas en" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Liñas rematadas en" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Versión do Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Modelo de nome das bases de datos" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Modelo de nome dos servidores" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Modelo de nome dos ficheiros" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11901,941 +11899,941 @@ msgstr "Modelo de nome dos ficheiros" msgid "Dump table" msgstr "Envorcar a táboa" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Incluír o título da táboa" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Título da táboa" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Título da táboa continuado" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Chave da etiqueta" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Relacións" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Método de exportación" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Gravar no servidor" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportar como ficheiros separados" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Lembrar o modelo do nome de ficheiro" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Encerrar os nomes das táboas e das columnas entre aspas invertidas" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Modo de compatiblidade de SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Datas de creación/actualización/comprobación" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Empregar insercións demoradas" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Desactivar as comprobacións de chaves exteriores" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportar as vistas como táboas" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exportar metadatos relacionados do almacenamento de configuración do " "phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Empregar hexadecimal para BINARY e para BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Valor da sesión" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Empregar insercións ignoradas" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "A sintaxe que empregar ao inserir datos" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Lonxitude máxima da busca creada" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tipo de exportación" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Incluír a exportación nunha transacción" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exportar a hora en UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordenación das chaves alleas" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Límite das chaves alleas" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Comprobacións das chaves externas" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Modo de navegación" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Desenvolvedor" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Modo de edición" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Exportar o predeterminado" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Xeral" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Opcións de importación por omisión" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importación / exportación" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Árbore de navegación" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Office da Microsoft" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Outras opcións principais" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Títulos de páxina" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Seguranza" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Configuración básica" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autenticación" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configuración do servidor" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Almacenamento da configuración" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Seguimento de cambios" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Caixa de consultas de SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Inicio" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Estrutura da base de datos" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Lapelas" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Mostrar o esquema relacional" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Campos de texto" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texto para Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avisos" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parámetros extra para iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorar os erros de afirmacións múltiplas" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importación parcial: permitir interromper" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Non interromper nos erros de INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formato do ficheiro importado" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Utilice a palabra chave LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Nomes das columnas na primeira fileira" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Non importar as fileiras baleiras" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importar as moedas ($5.00 a 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importar as porcentaxes como decimais (12.00% a .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importación parcial: ignorar as consultas" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non empregar AUTO_INCREMENT cos valores cero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Fallos de lectura" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Estado inicial dos controis desprazábeis" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Número de fileiras inseridas" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limitar os caracteres das columnas" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Eliminar todas as cookies ao saír" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Lembrar o nome de usuario" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Almacenar as cookies de rexistro" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validez das cookies de rexistro" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Área de texto máis grande para LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Lonxitude máxima de SQL que se mostra" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Bases de datos máximas" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Número máximo de elementos do primeiro nivel" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Número máximo de elementos por galla" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Número máximo de fileiras que se mostran" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Táboas máximas" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Límite da memoria" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Mostrar a navegación polas bases de datos como árbore" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Panel de navegación" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Ligar co panel principal" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Mostrar o logotipo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL da ligazón ao logotipo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Destino da ligazón do logotipo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Mostrar a selección de servidores" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Destino da icona de acceso rápido" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Destino da segunda icona de acceso rápido" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Número mínimo de elementos para mostrar a caixa de filtro" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Número mínimo de bases de datos para mostrar a caixa de filtro" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Agrupar os elementos na árbore" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separador da árbore das bases de datos" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separador da árbore de táboas" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Profundidade máxima das táboas" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Activar o realce" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Activar a expansión da árbore de navegación" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Mostrar as táboas nunha árbore" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Mostrar as vistas nunha árbore" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Mostrar as funcións nunha árbore" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Mostrar os procedementos nunha árbore" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Mostrar os eventos nunha árbore" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "A copiar a base de datos" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Táboas usadas recentemente" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Onde mostrar as ligazóns das fileiras das táboas" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Mostrar as ligazóns das filas de calquera maneira" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Ordenación natural" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Barra de navegación das táboas" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Buffer para a saída de GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ordenación por omisión" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Conexións persistentes" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Faltan as táboas de almacenamento da configuración do phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Advertencia de palabra reservada do MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Como mostrar as lapelas do menú" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Como mostrar diversas ligazóns de acción" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Protexer as columnas binarias" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Historial de consultas permanente" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Lonxitude do historial de consultas" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Motor de recodificación" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Recordar a ordenación da táboa" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Ordenación por omisión" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Repetir os cabezallos" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Edición da grella: activar acción" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Mostrar columna de relación" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Edición da grella: gravar todas as celas editadas inmediatamente" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Directorio de gardado" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Orde de autenticación do servidor" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Regras de autorización do servidor" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Permitir rexistrarse sen contrasinal" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Permitir o rexistro de root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Zona horaria da sesión" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Dominio HTTP (Realm)" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Táboa de marcadores" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Táboa de información das columnas" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Comprimir a conexión" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Contrasinal do usuario de control" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Usuario de control" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Servidor de control" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Porto de control" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Desactivar o uso de INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Agochar as bases de datos" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Táboa do historial de consultas SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nome do servidor" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL de desconexión" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Número máximo de preferencias sobre as táboas que almacenar" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportar a táboa de modelos" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Táboa de columnas centrais" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Mostrar só as bases de datos listadas" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Contrasinal para config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF schema: táboa de páxinas" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Porto do servidor" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Táboa usada recentemente" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Táboa de favoritos" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Táboa de relacións" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nome de sesión de rexistro de entrada" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL de rexistro de entrada" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket do servidor" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Empregar a SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: coordenadas de táboa" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Mostrar a táboa de columnas" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Táboa de preferencias da interface" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Engadir DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Engadir DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Instrucións que seguir" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Táboa de seguimento de consultas de SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Crear versions automaticamente" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Empregar a táboa de almacenamento das preferencias" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Táboa de usuarios" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Táboa de grupos de usuarios" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Táboa de elementos de navegación agochados" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Usuario para config auth" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nome longo deste servidor" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Permitir que se mostren todas as fileiras" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Mostrar o formulario para mudar de contrasinal" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Mostrar o formulario para crear bases de datos" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Mostrar os comentarios de táboa" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Mostrar marca temporal de creación" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Mostrar a última actualización da marca temporal" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show Last check timestamp" msgid "Show last check timestamp" msgstr "Mostrar a última revisión da marca temporal" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Show table comments" msgid "Show table charset" msgstr "Mostrar os comentarios de táboa" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Mostrar os tipos de campo" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Mostrar os campos de función" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Mostrar consellos" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Mostrar a ligazón a phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Mostrar información detallada do servidor de MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Mostrar as consultas de SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Mostrar as estatísticas" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Ignorar as táboas bloqueadas" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Explicar o SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Crear código PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Aviso de Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Validez das cookies de rexistro" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Columnas da área de texto" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Fileiras da área de texto" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Título por omisión" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista de proxies de confianza para permiso/denegación de IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Directorio de envíos" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Empregar buscas na base de datos" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Activar a lapela de desenvolvemento na configuración" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Comprobación da versión" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "URL do proxy" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nome de usuario do proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Contrasinal do proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Chave pública do reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Chave pública do reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Enviar informes de erro" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Intro executa consultas na consola" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "Configuración do servidor" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "" #| "Execute queries on Enter and insert new line with Shift + Enter. To make " @@ -12845,25 +12843,25 @@ msgstr "" "Executar consultas con Intro e inserir un salto de liña con Maiúsculas + " "Intro. Para que isto sexa permanente vexa a configuración." -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Consola" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Consola" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order by:" msgid "Order by" msgstr "Ordenar por:" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Ordenación alfabética (collation) da conexión do servidor" @@ -12896,7 +12894,8 @@ msgstr "A importación comprimida non vai funcionar porque falta a función %s." msgid "Compressed export will not work due to missing function %s." msgstr "A exportación comprimida non vai funcionar porque falta a función %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "máximo %s" @@ -12930,7 +12929,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Folla de cálculo de OpenDocument" @@ -12938,7 +12937,7 @@ msgstr "Folla de cálculo de OpenDocument" msgid "OpenDocument Text" msgstr "Texto de OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV empregando LOAD DATA" @@ -13125,7 +13124,7 @@ msgstr "" "A %scompresión e descompresión con GZip%s require funcións (%s) que non " "están dispoñíbeis neste sistema." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Servidor %d" @@ -13417,7 +13416,7 @@ msgstr "Non se atopou ningún acontecemento co nome %1$s na base de datos %2$s" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Non foi posíbel cargar os engadidos de exportación. Comprobe a instalación!" @@ -13547,7 +13546,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13611,7 +13610,7 @@ msgstr "Se percibe problemas envíe un informe de fallo manualmente." msgid "You may want to refresh the page." msgstr "Pode ser útil cargar de novo a páxina." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Ese tipo é incorrecto!" @@ -13713,30 +13712,21 @@ msgstr "" "servidor poderíase ver comprometida por persoas non autorizadas que " "descargasen a configuración." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"O servidor estáse a executar con Suhosin. Consulte os posíbeis problemas na " -"%sdocumentación%s." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13747,7 +13737,7 @@ msgstr "" "incapaz de partir cadeas correctamente e pode provocar resultados " "inesperados." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13823,7 +13813,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Non se permiten as ordes «DROP DATABASE»." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15862,7 +15852,7 @@ msgid "No such column" msgstr "Mover columna" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Cadea" @@ -16769,7 +16759,7 @@ msgstr "Os datos son incorrectos" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Creouse o marcador %s." @@ -16855,7 +16845,7 @@ msgstr "Hai demasiadas unións sen índices." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "O MySQL retornou un conxunto baleiro (isto é, cero fileiras)." @@ -17296,29 +17286,29 @@ msgstr "" msgid "The row has been deleted." msgstr "A fila foi eliminada." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "A consulta levou %01.4f segundos." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "A mostrar as filas %1s + %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d en total, %2$d en consulta" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d total" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Non se atopou a ligazón!" @@ -17975,11 +17965,11 @@ msgstr "" msgid "web server upload directory:" msgstr "directorio de recepción do servidor web:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Mostrar a consulta de SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Identificador da fileira inserida: %1$d" @@ -18416,43 +18406,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Fechar" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Non se pode mover unha táboa sobre si mesma!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Non se pode copiar unha táboa sobre si mesma!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Moveuse a táboa %s para %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Copiouse a táboa %s para %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Moveuse a táboa %s para %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Copiouse a táboa %s para %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "O nome da táboa está baleiro!" @@ -18538,7 +18528,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Columnas separadas por:" @@ -18992,7 +18982,7 @@ msgstr "" "Sistema de bases de datos ou servidor de MySQL máis vello co que maximizar a " "compatibilidade da saída:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -19015,19 +19005,19 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -19035,7 +19025,7 @@ msgstr "" "A primeira liña do ficheiro contén os nomes das columnas da táboa (se non " "está escollido, a primeira liña convértese en parte dos datos)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -19045,29 +19035,29 @@ msgstr "" "de datos, enumere aquí os nomes das columnas correspondentes. Os nomes das " "columnas teñen que estar separados por vírgulas e non encerrados entre aspas." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Nomes das columnas: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "O formato de entrada de CSV non é válido na liña %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "O número de columnas é incorrecto na entrada do CSV na liña %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Hai un parámetro non válido para a importación de CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19919,11 +19909,11 @@ msgstr "Non existe ningunha versión estábel máis recente" msgid "Using bookmark \"%s\" as default browse query." msgstr "A empregar o marcador «%s» como consulta de navegación por omisión." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Mostrar como código PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format #| msgid "" #| "Table %s does not contain a unique column. Grid edit, checkbox, Edit, " @@ -19936,7 +19926,7 @@ msgstr "" "relacionadas coa edición da grella, caixa de selección, editar, copiar e " "eliminar non están dispoñíbeis." -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format #| msgid "" #| "Table %s does not contain a unique column. Grid edit, checkbox, Edit, " @@ -20217,26 +20207,26 @@ msgstr "Debe indicar un nome de táboa válido" msgid "You must provide a trigger definition." msgstr "Debe indicar unha definición do disparador." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Baleirar" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "non está presente" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Un enteiro de un byte; o intervalo asinado é desde -128 até 127; o intervalo " "sen asinar é desde 0 até 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -20244,7 +20234,7 @@ msgstr "" "Un enteiro de dous bytes; o intervalo asinado é desde -32.768 até 32.767; o " "intervalo sen asinar é desde 0 até 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -20252,7 +20242,7 @@ msgstr "" "Un enteiro de tres bytes; o intervalo asinado é desde -8.388.608 até " "8.388.607; o intervalo sen asinar é desde 0 até 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -20260,7 +20250,7 @@ msgstr "" "Un enteiro de catro bytes; o intervalo asinado é desde -2.147.483.648 até " "2.147.483.647; o intervalo sen asinar é desde 0 até 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -20269,7 +20259,7 @@ msgstr "" "-9.223.372.036.854.775.808 até 9.223.372.036.854.775.807; o intervalo sen " "asinar é desde 0 até 18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -20277,7 +20267,7 @@ msgstr "" "Un número de punto fixo (M, D) - o número máximo de díxitos (M) é 65 (por " "omisión, 10); o número máximo de decimais (D) é 30 (por omisión, 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -20286,7 +20276,7 @@ msgstr "" "-3,402823466E+38 até -1,175494351E-38, 0 e 1,175494351E-38 até " "3,402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -20296,7 +20286,7 @@ msgstr "" "son-1,7976931348623157E+308 até -2,2250738585072014E-308, 0 " "e2,2250738585072014E-308 até 1,7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -20304,7 +20294,7 @@ msgstr "" "Sinónimo de DOUBLE (excepción: no modo de SQL REAL_AS_FLOAT é sinónimo de " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -20312,7 +20302,7 @@ msgstr "" "Un tipo de campo de bits (M) que almacena M bits por valor (por omisión é 1; " "o máximo é 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -20320,22 +20310,22 @@ msgstr "" "Un sinónimo de TINYINT(1); o valor cero considérase falso; os valores " "diferentes de cero considéranse verdadeiros" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Un alias de BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Unha data; o intervalo aceptado é desde %1$s até %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" "Unha combinación de data e hora; o intervalo aceptado é desde %1$s até %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -20350,12 +20340,12 @@ msgstr "" "2038-01-09 03:14:07 UTC, almacenado como o número de segundos desde a época " "(1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Unha hora; o intervalo é desde %1$s até %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -20363,7 +20353,7 @@ msgstr "" "Un ano nos formatos de catro díxitos (4, por omisión) ou dous díxitos (2); " "os valores permitidos son 70 (1970) a 69 (2069) ou 1901 a 2155 e 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -20371,7 +20361,7 @@ msgstr "" "Unha cadea de lonxitude fixa (0-255, 1 por omisión) que sempre se enche á " "dereita con espazos até a lonxitude indicada cando se almacena" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -20380,7 +20370,7 @@ msgstr "" "Unha cadea de lonxitude variábel (%s); a lonxitude efectiva máxima está " "suxeita ao tamaño máximo da fileira" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -20388,7 +20378,7 @@ msgstr "" "Unha columna tipo TEXTO cunha lonxitude máxima de 255 (2^8 - 1) caracteres, " "almacenada nun prefixo de un byte que indica a lonxitude do valor en bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -20397,7 +20387,7 @@ msgstr "" "caracteres, almacenada nun prefixo de un byte que indica a lonxitude do " "valor en bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -20406,7 +20396,7 @@ msgstr "" "caracteres, almacenada nun prefixo de un byte que indica a lonxitude do " "valor en bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -20416,7 +20406,7 @@ msgstr "" "(2^32 - 1) caracteres, almacenada nun prefixo de un byte que indica a " "lonxitude do valor en bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -20424,7 +20414,7 @@ msgstr "" "Semellante ao tipo CHAR, mais almacena cadeas de bytes binarios no canto de " "cadeas de caracteres non binarios" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -20432,7 +20422,7 @@ msgstr "" "Semellante ao tipo VARCHAR, mais almacena cadeas de bytes binarios no canto " "de cadeas de caracteres non binarios" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -20440,7 +20430,7 @@ msgstr "" "Unha columna tipo BLOB cunha lonxitude máxima de 255 (2^8 - 1) bytes, " "almacenada nun prefixo de un byte que indica a lonxitude do valor" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -20448,7 +20438,7 @@ msgstr "" "Unha columna tipo BLOB cunha lonxitude máxima de 16,777,215 (2^24 - 1) " "bytes, almacenada nun prefixo de tres bytes que indica a lonxitude do valor" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -20456,7 +20446,7 @@ msgstr "" "Unha columna tipo BLOB cunha lonxitude máxima de 65,535 (2^16 - 1) bytes, " "almacenada nun prefixo de dous bytes que indica a lonxitude do valor" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -20465,7 +20455,7 @@ msgstr "" "(2^32 - 1) bytes, almacenada nun prefixo de catro bytes que indica a " "lonxitude do valor" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -20473,43 +20463,43 @@ msgstr "" "Unha enumeración escollida da lista de até 65.535 valores do valor especial " "''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Un único valor escollido dun conxunto de até 64 membros" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Un tipo que pode almacenar unha xeometría de calquera tipo" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Un punto nun espacio bidimensonal" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Unha curva con interpolación lineal entre puntos" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Un polígono" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Unha colección de puntos" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Unha colección de curvas con interpolación lineal entre puntos" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Unha colección de polígonos" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Unha colección de obxectos xeométricos de calquera tipo" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -20517,39 +20507,39 @@ msgstr "" "Almacena e permite o acceso eficiente a datos nos documentos en JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Almacena un identificador único universal (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numérico" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Data e hora" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Espacial" @@ -20596,6 +20586,25 @@ msgstr "Produciuse un erro no ficheiro ZIP:" msgid "No files found inside ZIP archive!" msgstr "Non se atoparon ficheiros dentro do arquivo ZIP!" +#, fuzzy +#~| msgid "A warning is displayed on the main page if Suhosin is detected." +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Na pantalla principal aparece unha advertencia se o Suhosin for detectado." + +#~ msgid "Suhosin warning" +#~ msgstr "Aviso de Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "O servidor estáse a executar con Suhosin. Consulte os posíbeis problemas " +#~ "na %sdocumentación%s." + #~ msgid "Version information" #~ msgstr "Información sobre a versión" diff --git a/resources/po/gu.po b/resources/po/gu.po index e3776a8672..88683dce20 100644 --- a/resources/po/gu.po +++ b/resources/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2019-04-27 17:19+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Gujarati %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3602,7 +3602,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3612,7 +3612,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3924,8 +3924,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3947,7 +3947,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3983,17 +3983,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4441,28 +4441,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5468,7 +5482,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5541,7 +5555,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6102,7 +6116,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6184,7 +6198,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6245,7 +6259,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6291,7 +6305,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6761,7 +6775,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6923,32 +6937,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8602,14 +8616,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8787,329 +8793,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9117,478 +9123,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9596,13 +9596,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9610,391 +9610,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10002,56 +10002,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10061,924 +10061,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11011,7 +11011,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11045,7 +11046,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11053,7 +11054,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11174,7 +11175,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11436,7 +11437,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11560,7 +11561,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11618,7 +11619,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11704,35 +11705,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11795,7 +11789,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13597,7 +13591,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14329,7 +14323,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14407,7 +14401,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14778,27 +14772,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15355,11 +15349,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15757,39 +15751,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15863,7 +15857,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16259,7 +16253,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16280,52 +16274,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17012,18 +17006,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17276,95 +17270,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17372,170 +17366,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/he.po b/resources/po/he.po index 7365a04210..aa952afc19 100644 --- a/resources/po/he.po +++ b/resources/po/he.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-23 02:09+0000\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew %s" msgstr "שמירה בשרת בתיקיית %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "שכתוב על קבצים קיימים" @@ -3756,7 +3756,7 @@ msgstr "קח זאת" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "חזרה" @@ -3766,7 +3766,7 @@ msgstr "חזרה" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "ייבוא" @@ -4093,8 +4093,8 @@ msgstr "תוצאת SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "מסדי נתונים" @@ -4116,7 +4116,7 @@ msgid "Recent" msgstr "אחרונות" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "טבלאות מועדפות" @@ -4154,17 +4154,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "שאילתות SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "חלונית ניווט" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "חלונית ראשית" @@ -4643,13 +4643,28 @@ msgstr "בדיקת הראשות עבור מאגר נתונים \"%s\"." msgid "Check privileges" msgstr "בדיקת הרשאות" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "הרצת את שאילתה/שאילתות על מסד הנתונים %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "סה״כ:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4657,17 +4672,17 @@ msgstr "" "הערה: הפעלת סטטיסטיקות מאגר נתונים כאן יכולות לגרום לתעבורה כבדה בין השרת " "האינטרנט לשרת MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy msgid "Enable statistics" msgstr "הפעלת סטטיסטיקה" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "אין מאגרי נתונים" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "אימות" @@ -5724,7 +5739,7 @@ msgid "Current server:" msgstr "שרת" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "שרתים" @@ -5803,7 +5818,7 @@ msgid "Test:" msgstr "בדיקה" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "שרת" @@ -6398,7 +6413,7 @@ msgstr "הצגת טופס" msgid "Show hidden messages" msgstr "הצגת פריטים מוסתרים" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6482,7 +6497,7 @@ msgid "Detailed profile" msgstr "פרופיל מפורט" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "סידור" @@ -6544,7 +6559,7 @@ msgstr "תוצאות החקירה" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "שאילתת ה־SQL שלך רצה בהצלחה." @@ -6591,7 +6606,7 @@ msgstr "" msgid "Show this query here again" msgstr "הראה את שאילתה כאן שוב" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "שימור תוכן תיבת השאילתה" @@ -7087,7 +7102,7 @@ msgid "Delete the view (DROP)" msgstr "מחיקת התצוגה (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "מבנה טבלה" @@ -7269,32 +7284,32 @@ msgid "Index length" msgstr "אורך אינדקס" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "בדיקה" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "תיקון" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9009,14 +9024,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "וייטנאמי" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9204,73 +9211,73 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "אם האפשרות פעילה, המשתמש יכול להיכנס לכל שרת MySQL דרך טופס הכניסה לטובת " "אימות באמצעות עוגיות." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "מילת צופן שמשמשת להצפנת עוגיות באימות עם [kbd]עוגיות[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "הפעלת דחיסת bzip2 לפעולות ייבוא." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9280,7 +9287,7 @@ msgstr "" "(תווים באורך משתנה קיצונית);‏ [kbd]input[/kbd] - מאפשר את הגבלת אורך הקלט, " "[kbd]textarea[/kbd] - מאפשר שורות חדשות בעמודות." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9288,25 +9295,25 @@ msgstr "" "שימוש בעורך ידידותי למשתמש לטובת עריכת שאילתות SQL‏ (CodeMirror) עם הדגשת " "תחביר ומספור שורות." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "איתור שגיאות בשאילתה בטרם הרצתה. דורש את הפעלת CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "הגדרת הגודל המזערי לשדות קלט שנוצרו עבור עמודות CHAR ו־VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "הגדרת הגודל המרבי לשדות קלט שנוצרו עבור עמודות CHAR ו־VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9314,190 +9321,190 @@ msgstr "" "ניתן לדחוס נתונים מיוצאים עם gzip על הדרך מבלי לצרוך הרבה זיכרון, אם נתקלת " "בבעיות עם קובצי gzip שנוצרו דרך כאן יש להשבית את התכונה הזו." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "האם יש להציג אזהרה כשעלול להתרחש אובדן נתונים." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "השלמה אוטומטית של שמות העמודות והטבלאות בשאילתות ה־SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" "נא לשים לב כי phpMyAdmin הוא מנשק משתמש והתכונות שלו אינן מגבילות את MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "הגדרות שרת מתקדמות, אינן לשנות אפשרויות אלא אלמלא ידוע לך מה מטרתן." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "מעקב אחר שינויים שנערכים במסד הנתונים. נדרש אחסון הגדרות של phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "התאמת מצב עיון." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "התאמת אפשרויות בררת המחדל." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "הגדרות למפתחי phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "התאמת מצב עריכה." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "התאמת אפשרויות בררת המחדל לייצוא." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "הגדרת מגוון אפשרויות נפוצות." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "התאמת אפשרויות בררת המחדל לייצוא." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "הגדרת תיקיות ייבוא וייצוא לרבות אפשרויות דחיסה." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "אפשרויות תצוגת מסדי נתונים." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "התאמת תצוגת חלונית הניווט." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "התאמת עץ הניווט." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "אפשרויות הצגת שרתים." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "אפשרויות הצגת טבלאות." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "הגדרות שאינן מתאימות לאף סיווג אחר." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "הגדרות אימות." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "נא להכניס משתני חיבור לשרת." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "התאמת הקישורים שמופיעים בתיבות שאילתות SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "הגדרות שאילתות SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "התאמת דף הפעלה." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "נא לבחור אילו פרטים יופיעו במבנה מסד הנתונים (רשימת טבלאות)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "הגדרת מבנה הטבלה (רשימת עמודות)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "נא לבחור כיצד יעבדו הטאבים." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "התאמת שדות קלט טקסט." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "התאמת אפשרויות בררת המחדל" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "השבתת חלק מהאזהרות שמוצגות על ידי phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "הפעלת דחיסת gzip לפעולות ייבוא וייצוא." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9505,41 +9512,41 @@ msgstr "" "אם אפשרות זו פעילה, phpMyAdmin ימשיך לחשב שאילתות מרובות משפטים אפילו אם אחת " "מהשאילתות נכשלה." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9547,414 +9554,414 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy msgid "Whether to expand single database in the navigation tree automatically." msgstr "האם להציג אירועים תחת מסד הנתונים בעץ הניווט" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "יש להגדיר ל־0 כדי לכווץ את לוח הניווט." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "הצגת לוגו בחלונית הניווט." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "האם להציג טבלאות תחת מסד נתונים בעץ הניווט" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "האם להציג תצוגות תחת מסד נתונים בעץ הניווט" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "האם להציג אירועים תחת מסד הנתונים בעץ הניווט" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "שיטת אימות לשימוש." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "דחיסת חיבור לשרת MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "הפעלת SSL לחיבור לשרת MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -9962,67 +9969,61 @@ msgstr "" "הצגת קישור אל הפלט של [a@https://php.net/manual/function.phpinfo." "php]phpinfo()‎[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "לאפשר הצגת סטטיסטיקה של מסד נתונים ושל טבלה (ניצול מקום למשל)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10030,7 +10031,7 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10038,7 +10039,7 @@ msgstr "" "כאשר האפשרות מושבתת, משתמשים לא יכולים להגדיר אף אחת מהאפשרויות שלהלן, ללא " "תלות בתיבת הסימון שמימין." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10046,391 +10047,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "הדגשת השורות הנבחרות." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "הדגשת שורות עליהן סמן העכבר מצביע." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "תיעוד שאילתות SQL ואת זמן ההפעלה שלהן, יוצג במסוף" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "לשונית שמופיעה בעת כניסה למסד הנתונים." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "לשונית שמוצגת בעת כניסה לשרת." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "לשונית שמופיעה בעת כניסה לטבלה." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "האם יש להסתיר פעולות על מבנה הטבלה." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "הצגת רישום השרתים כרשימה במקום תפריט נגלל." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "השבתת מקשי קיצור" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "לאפשרויות תצוגה" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "כותרת חלון הדפדפן כאשר נבחר מסד נתונים." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "כותרת חלון הדפדפן כאשר לא נבחר שום דבר." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "כותרת חלון הדפדפן כאשר נבחר שרת." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "כותרת חלון הדפדפן בעת בחירת טבלה." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "לאפשר חיפוש בתוך כל מסד הנתונים." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "הפעלת איתור הגרסה העדכנית ביותר בעמוד הראשי של phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "לאפשר כניסה לכל שרת MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "הגבלת גישה לשרת MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "הצגת קישור „השמטת מסד נתונים” למשתמשים רגילים" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "סוד Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "סמן שורות" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "סמן הדגשה" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "עריכת עמודות CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "הפעלת CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "הפעלת מיישר (linter)" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "גודל מזערי לשדה קלט" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "גודל מרבי לשדה קלט" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "יש לבדוק את הרשאות קובץ ההגדרות" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "דחיסה על הדרך" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "אישור שאילתות השמטה (DROP)" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "גודל דף" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "לשונית בררת מחדל למסדי נתונים" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "לשונית שרת כבררת מחדל" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "לשונית טבלה כבררת מחדל" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "הפעלת השלמה אוטומטית לשמות הטבלאות והעמודות" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "הצגת הערות לעמודה" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "הסתרת פעולות מבנה טבלה" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "התמרות בררת מחדל להקסדצימלי" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "התמרות בררת מחדל לתת‏־מחרוזת" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "התמרות בררת מחדל ל־Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "התמרות בררת מחדל ל־External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "התמרות בררת מחדל ל־PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "התמרות בררת מחדל ל־DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "התמרות בררת מחדל ל־Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "התמרות בררת מחדל ל־TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "התמרות בררת מחדל ל־TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "הצגת שרתים כרשימה" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "השבתת תחזוקה מרובת טבלאות" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "זמן ההרצה המרבי" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "שמירה כקובץ" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "ערכת התווים של הקובץ" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "דחיסה" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10438,56 +10439,56 @@ msgstr "דחיסה" msgid "Put columns names in the first row" msgstr "תיעוד שמות העמודות בשורה הראשונה" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "עמודות מוקפות ע״י" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "עמודות עם ההפרדה" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "החלפת NULL בתו" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "עמודות מסתיימות ב־" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "שורות מסתיימות ב־" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "מהדורת Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "תבנית שם מסד נתונים" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "תבנית שם שרת" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "תבנית שם טבלה" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10497,81 +10498,81 @@ msgstr "תבנית שם טבלה" msgid "Dump table" msgstr "צבירת הטבלה" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "כלול כותרת טבלה" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "כותרת טבלה" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "כותרת טבלה מומשך" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "מפתח תווית" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "יחסים" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "שיטת ייצוא" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "שמירה על השרת" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "ייצוא כקבצים נפרדים" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "שמירת תבנית שם קובץ" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "תחימת שמות טבלאות ועמודות בסימן הטעמה משני (`)" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "מצב תאימות SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "תאריכי יצירה/עדכון/בדיקה" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "שימוש בהכנסות מעוכבות" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "השבתת בדיקות מפתחות זרים" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "ייצוא תצוגות כטבלאות" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "ייצוא נתוני העל הקשורים מאחסון התצורה של phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10579,847 +10580,847 @@ msgstr "" "הוספת „אם לא קיים” - IF NOT EXISTS (פחות יעיל כיוון שהאינדקסים ייווצרו במהלך " "יצירת הטבלה)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format msgid "%s view" msgstr "ערך %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "שימוש בהתעלמות מהכנסות" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "תחביר לשימוש לצורך הוספת נתונים" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "אורך מרבי של שאילתה שנוצרה" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "סוג ייצוא" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "סוג ייצוא ב־UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "מגבלת מפתחות זרים" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "בדיקת מפתחות זרים" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "מצב עיון" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "מפתח" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "מצב עריכה" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "בררות מחדל של ייצוא" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "כללי" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "בררות מחדל של ייבוא" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "ייבוא / ייצוא" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "עץ ניווט" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "הגדרות ליבה אחרות" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "כותרות עמודים" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "אבטחה" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "הגדרות בסיסיות" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "אימות" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "הגדרות שרת" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "אחסון הגדרות" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "מעקב אחר שינויים" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "תיבת שאילתת SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "הפעלה" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "מבנה מסד נתונים" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "טאבים" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "הצגת סכמה יחסית" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "שדות טקסט" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "טקסי! טקסט" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "אזהרות" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "משתנים נוספים ל־iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "התעלמות משגיאות בריבוי משפטים" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "שמות העמודות בשורה הראשונה" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "לא להשתמש ב־AUTO_INCREMENT לערכי אפס" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "כמות הפריטים המרבית ברמה הראשונה" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "מגבלת זיכרון" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "הצגת ניווט בין מסדי נתונים כעץ" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "רוחב לוח ניווט" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "קישור ללוח הראשי" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "הפעלת הרחבת עץ הניווט" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "הצגת טבלאות בעץ" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "הצג תצוגות בעץ" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "הצגת פונקציות בעץ" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "הצגת תהליכים בעץ" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "הצגת אירועים בעץ" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "מסד הנתונים מועתק" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "טבלאות שהיו בשימוש לאחרונה" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "סדר טבעי" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "סרגל ניווט בטבלה" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "שמירת סדר הטבלה" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "אופן סידור המפתח הראשי כבררת מחדל" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "תצוגה יחסית" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "שמירת תיקייה" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "אזור הזמן של ההפעלה" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "מארח בקרה" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "פתחת בקרה" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "הסתרת מסדי נתונים" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "שם המארח לשרת" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "ייצוא טבלת תבניות" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "טבלת עמודות מרכזית" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "פתחת השרת" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "טבלה שהייתה בשימוש לאחרונה" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "טבלת מועדפים" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "טבלת יחסים" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "שקע לשרת" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "הצגת טבלת עמודות" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "טבלת העדפות מנשק משתמש" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "משפטים למעקב" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "יצירת גרסאות אוטומטית" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "טבלת משתמשים" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "הצגת טופס יצירת מסד נתונים" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "הצגת הערות טבלה" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "הצגת חותמת זמן היצירה" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "הצגת חותמת זמן העדכון האחרון" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "הצגת חותמת זמן הבדיקה האחרונה" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "הצגת ערכת התווים של הטבלה" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "הצגת סוגי שדות" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "הצגת רמז" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "הצגת קישור phpinfo()‎" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "הצגת פירוט נרחב על שרת ה־MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "הצגת שאילתות SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "הצגת סטטיסטיקה" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "הסברת SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "יצירת קוד PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "אזהרת Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "עמודות אזורי טקסט" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "כותרת בררת מחדל" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "רשימה של מתווכים מורשים להרשאה/דחייה של IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "העלאת תיקייה" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "שימוש בחיפוש במסד הנתונים" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "הפעלת לשונית המפתח בהגדרות" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "בדיקת גרסה" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy msgid "Proxy URL" msgstr "כתובת מתווך" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "שם משתמש במתווך" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "ססמת המתווך" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "שליחת דוחות שגיאה" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter מפעיל שאילתות במסוף" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "הפעלת מצב אפס תצורה" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "סידור לפי" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "איסוף חיבור שרת" @@ -11452,7 +11453,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11486,7 +11488,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "גיליון של OpenDocument" @@ -11494,7 +11496,7 @@ msgstr "גיליון של OpenDocument" msgid "OpenDocument Text" msgstr "טקסט של OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11615,7 +11617,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "שרת %d" @@ -11882,7 +11884,7 @@ msgstr "לא נמצא אירוע בשם %1$s במסד הנתונים %2$s." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "לא ניתן לייצא תוספים, נא לבדוק את ההתקנה שלך!" @@ -12008,7 +12010,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12066,7 +12068,7 @@ msgstr "אם אתה נתקל בבעיות אנא שלח דוח באגים ידנ msgid "You may want to refresh the page." msgstr "כדאי שתרענן את הדף." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "הסוג שגוי!" @@ -12163,15 +12165,7 @@ msgstr "" "מדריך [code]תצורה[/code], שהשתמש על ידי התקנת סקריפט, עוד קיים במדריך " "הphpMyAdmin שלך. עדיף לך להסיר אותו בסוף מהתצורה phpMyAdmin." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"השרת פעיל עם Suhosin. נא לעיין ב%sתיעוד%s כדי לחקור עוד על תקלות אפשריות." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12180,14 +12174,14 @@ msgstr "" "ההגדרה $cfg['TempDir'] (%s) אינה נגישה. ל־phpMyAdmin אין אפשרות לשמור תבניות " "והמערכת תאט בעקבות כך." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12197,7 +12191,7 @@ msgstr "" "mbstring מותקנת, phpMyAdmin אינו יכול לחלק מחרוזות באופן תקין וזה יכול לגרום " "לתוצאות לא רצויות." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12271,7 +12265,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "הוראות \"DROP DATABASE\" מנוטרלות." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14164,7 +14158,7 @@ msgid "No such column" msgstr "אין כזו עמודה" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "מחרוזת" @@ -14902,7 +14896,7 @@ msgstr "נתונים שגויים" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "הסימנייה %s נוצרה." @@ -14980,7 +14974,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות)." @@ -15361,27 +15355,27 @@ msgstr "" msgid "The row has been deleted." msgstr "השורה נמחקה." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "השאילתה ארכה %01.4f שניות." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "מוצגות שורות %1s‏ - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format msgid "%1$s total, %2$s in query" msgstr "%1$d סה״כ, %2$d בשאילתה" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format msgid "%s total" msgstr "%d סה״כ" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "קישור לא נמצא!" @@ -15952,11 +15946,11 @@ msgstr "" msgid "web server upload directory:" msgstr "תיקיית העלאת השירות המקוון:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16360,39 +16354,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "ליכוד" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "לא ניתן להעתיק טבלה לאותה אחת!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "לא ניתן להעתיק טבלה אל אותה אחת!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "הטבלה %s הועברה ל־%s. ההרשאות עברו התאמה." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "הטבלה %s הועתקה ל־%s. ההרשאות עברו התאמה." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "הטבלה %s הועברה ל־%s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "הטבלה %s הועתקה ל־%s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "שם הטבלה ריק!" @@ -16471,7 +16465,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "הפעלת אימות דו־שלבי, נא לאשר כניסה למערכת." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "עמודות מופרדות ב־:" @@ -16896,7 +16890,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "יצירה" @@ -16918,53 +16912,53 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy msgid "Column names:" msgstr "שמות עמודה" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17691,18 +17685,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17955,96 +17949,96 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy msgid "empty" msgstr "ריקון" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "תאריך, הטווח הנתמך הוא %1$s עד %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18052,170 +18046,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "שעה, הטווח הוא %1$s עד %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "מצולע" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "תאריך ושעה" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "מרחבי" @@ -18260,6 +18254,16 @@ msgstr "שגיאה בארכיון ZIP:" msgid "No files found inside ZIP archive!" msgstr "לא נמצאו קבצים בתוך ארכיון ה־ZIP!" +#~ msgid "Suhosin warning" +#~ msgstr "אזהרת Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "השרת פעיל עם Suhosin. נא לעיין ב%sתיעוד%s כדי לחקור עוד על תקלות אפשריות." + #~ msgid "Version information" #~ msgstr "פרטי גרסה" diff --git a/resources/po/hi.po b/resources/po/hi.po index dab1cb17fa..1175e4b4a7 100644 --- a/resources/po/hi.po +++ b/resources/po/hi.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Hindi %s" msgstr "सर्वर पर %sनिर्देशिका में सहेजते" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "मौजूदा फ़ाइल अधिलेखित करें" @@ -4102,7 +4102,7 @@ msgstr "इसे ले लो" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "वापस" @@ -4112,7 +4112,7 @@ msgstr "वापस" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "आयात करें" @@ -4485,8 +4485,8 @@ msgstr "SQL ढेर लगाना" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "डाटाबेस" @@ -4514,7 +4514,7 @@ msgid "Recent" msgstr "रीसेट" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4562,19 +4562,19 @@ msgid "Features" msgstr "विशेषताएँ" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL क्वरी" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "नेविगेशन फ्रेम" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -5107,7 +5107,22 @@ msgstr "डाटाबेस के प्रिविलेज चेक क msgid "Check privileges" msgstr "प्रिविलेज चेक करें" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "डाटाबेस %s में SQL प्रशन चलाइये" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5115,7 +5130,7 @@ msgstr "प्रिविलेज चेक करें" msgid "Total:" msgstr "कुल" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5123,18 +5138,18 @@ msgstr "" "नोट: यहां डाटाबेस के आँकडे Enable करने से webserver और MySQL के बीच में ट्रेफिक बडने की " "संभावना है।" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "आँकडे Enable करें" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "कोइ डाटाबेस नहिं" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "पुष्टि करें" @@ -6286,7 +6301,7 @@ msgid "Current server:" msgstr "मौजूदा सर्वर" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "सर्वर" @@ -6371,7 +6386,7 @@ msgid "Test:" msgstr "जाँच" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "सर्वर" @@ -7039,7 +7054,7 @@ msgstr "फार्म दिखाएँ" msgid "Show hidden messages" msgstr "ग्रिड दिखाओ" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "प्रमाणीकरण पद्धति का उपयोग" @@ -7127,7 +7142,7 @@ msgid "Detailed profile" msgstr "डेटा फ़ाइलें" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7202,7 +7217,7 @@ msgstr "परिणाम का रूपरेखा बन रही है" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7256,7 +7271,7 @@ msgstr "सीमांकक" msgid "Show this query here again" msgstr "यह query वापस यहीं दिखायें" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" @@ -7827,7 +7842,7 @@ msgid "Delete the view (DROP)" msgstr "डेटाबेस को ______ छोड़ें" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8044,32 +8059,32 @@ msgid "Index length" msgstr "रौ की लंबाई" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "विश्लेषण" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "चेक" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "सुधारना" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "फिर से बनाना" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "मरम्मत" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -10027,14 +10042,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "टेबल का नाम" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10240,12 +10247,12 @@ msgstr "ऊपर के दोनों" msgid "neither of the above" msgstr "उपरोक्त में से कोई भी नहीं" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "यूसरओं एक उच्च मूल्य निर्धारित नहीं कर सकते" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 #, fuzzy #| msgid "" #| "If enabled user can enter any MySQL server in login form for cookie auth" @@ -10255,14 +10262,14 @@ msgstr "" "अगर सक्रिय उपयोगकर्ता लॉगिन प्रपत्र में कुकी auth के लिए किसी भी MySQL सर्वर में प्रवेश " "कर सकते है" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 #, fuzzy #| msgid "" #| "Enabling this allows a page located on a different domain to call " @@ -10276,7 +10283,7 @@ msgstr "" "सक्षम करने से यह एक एक अलग डोमेन पर स्थित पृष्ठ को एक सीमा के अंदर phpMyAdmin को कॉल " "की अनुमति देता है, और एक संभावित सुरक्षा छेद है पार-फ्रेम स्क्रीप्टिंग हमला" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10286,7 +10293,7 @@ msgid "" "authentication." msgstr "कुकीज़ प्रमाणीकरण में गुप्त कुकी के लिए कूट शब्द का इस्तेमाल किया गया।" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -10296,37 +10303,37 @@ msgstr "" "आयात और निर्यात के संचालन के लिए सक्षम संपीड़न [a@https://en.wikipedia.org/wiki/" "Bzip2]bzip2[/a]" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 #, fuzzy #| msgid "" #| "Defines which type of editing controls should be used for CHAR and " @@ -10341,37 +10348,37 @@ msgstr "" "इस्तेमाल किया जाना चाहिए; इनपुट - इनपुट की लंबाई को सीमित करने की अनुमति देता है, " "textarea - कोलम में नयी-लाईन की अनुमति देता है" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 #, fuzzy #| msgid "" #| "Whether a warning (\"Are your really sure…\") should be displayed when " @@ -10383,29 +10390,29 @@ msgstr "" "जब आप डेटा खो रहे हो तब एक चेतावनी (\"आपको वास्तव में यकीन हैं ...\") प्रदर्शित किय़ा " "जाएँ ।" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "टेबल और फील्ड के नाम को backquotes से बंद करें" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -10415,12 +10422,12 @@ msgid "" "limit)." msgstr "एक स्क्रिप्ट को चलने की अवधि सेकंड में दें, (शून्य - कोई सीमा नहीं के लिए)" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -10432,7 +10439,7 @@ msgstr "" "एक विदेशी कुंजी ड्रॉपडाउन बॉक्स में आइटम्स के लिए सॉर्ट क्रम; सामग्री संदर्भित डेटा, आईडी है " "महत्वपूर्ण मूल्य है" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -10445,7 +10452,7 @@ msgstr "" "निर्दिष्ट ब्राउज़र की शीर्षक पट्टी पाठ. [doc@cfg_TitleTable]documentation[/doc] " "जादू स्ट्रिंग को विशेष मान पाने के लिए इस्तेमाल किया जा सकता है." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -10456,7 +10463,7 @@ msgid "" msgstr "" "कृपया याद रखें phpMyAdmin एक अंतरफलक है और इसकी विशेषताओं MySQL को सीमित नहीं करती" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -10466,7 +10473,7 @@ msgid "" "what they are for." msgstr "उन्नत सर्वर विन्यास,अगर आप इनके बारे मैं नहीं जानते तो इन्हें मत बदलें" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -10480,161 +10487,161 @@ msgstr "" "phpMyAdmin विन्यास भंडारण अतिरिक्त सुविधाओं तक पहुँच हासिल करने के लिए कॉन्फ़िगर करें, " "ज्यादा जानकारी के लिए [doc@linked-tables]phpMyAdmin configuration storage[/doc]" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "डेटाबेस ट्रैकिंग में किए गए परिवर्तन. phpMyAdmin विन्यास भंडारण की आवश्यकता होती है." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "ब्राउज़ मोड अनुकूलित" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "डिफ़ॉल्ट विकल्प अनुकूलित" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin डेवलपर के लिए सेटिंग्स" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "संपादन मोड अनुकूलित" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "डिफ़ॉल्ट निर्यात विकल्पों को अनुकूलित करें" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "कुछ सामान्यतः प्रयोग किया जाता विकल्प सेट" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "डिफ़ॉल्ट आयात विकल्पों को अनुकूलित करें" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "आयात और निर्यात निर्देशिका और संपीड़न विकल्प सेट करें" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "डेटाबेस प्रदर्शन विकल्प" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "नेविगेशन फ्रेम की दिखावट को अनुकूलित करें" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "नेविगेशन फ्रेम को अनुकूलित करें" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "सर्वर प्रदर्शन विकल्प" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "टेबल प्रदर्शन विकल्प" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "सेटिंग्स जो कहीं भी फिट नहीं थी" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "प्रमाणीकरण सेटिंग्स" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "सर्वर कनेक्शन पैरामीटर दाखिल करें" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL क्वरी बॉक्स में दिखाए गए लिंक्स को अनुकूलित करें" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL क्वेरी सेटिंग्स" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "स्टार्टअप पेज अनुकूलित करें" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "चुनें कि आप टैब्स काम करना चाहते हैं" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "टेक्स्ट फ़ील्ड जानकारी को अनुकूलित करें" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "डिफ़ॉल्ट विकल्प अनुकूलित" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin द्वारा दिखाए चेतावनी निष्क्रिय करें" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10644,7 +10651,7 @@ msgstr "" "आयात और निर्यात के संचालन के लिए सक्षम संपीड़न [a@https://en.wikipedia.org/wiki/" "Gzip]gzip[/a]" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10655,7 +10662,7 @@ msgid "" msgstr "" "अगर सक्रिय है, phpMyAdmin एकाधिक बयान प्रश्नों कंप्यूटिंग जारी भले ही एक प्रश्न का असफल" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10664,7 +10671,7 @@ msgstr "" "मामले लिपि में आयात की अनुमति दें अंतरायन का पता लगाता है यह समय सीमा के करीब है. यह " "अच्छा करने के लिए बड़ी फ़ाइलों आयात तरीका हो, लेकिन यह लेनदेन तोड़ सकते हो सकता है." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10676,17 +10683,17 @@ msgstr "" "डिफ़ॉल्ट स्वरूप; पता होना चाहिए कि इस सूची में स्थान (डेटाबेस, तालिका) पर निर्भर करता है " "और केवल SQL हमेशा उपलब्ध है" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "प्रश्नों की संख्या शुरू से ही छोड़ने के लिए" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10695,7 +10702,7 @@ msgstr "" "अगर TRUE, लोगौत सभी सर्वर की कुकी हटा देगा| अगर FALSE, लोगौत सिर्फ वर्तमान सर्वर से " "होगा| इसे FALSE रखने से सर्वर लोगौत भूल सकते हैं, जब आप ज्यादा सर्वर से कनेक्ट हों।" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -10706,7 +10713,7 @@ msgid "" msgstr "" "परिभाषित करें कि पिछले लॉगइन या याद किया जाना चाहिए कुकी प्रमाणीकरण मोड में या नहीं" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10717,25 +10724,25 @@ msgstr "" "चाहिए. 0 मतलब का मूलभूत है कि यह केवल मौजूदा सत्र के लिए रखा जाएगा, और जैसे ही आप " "ब्राउज़र विंडो को बंद हटा दिया जाएगा. इस गैर विश्वसनीय वातावरण के लिए सिफारिश की है." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL प्रदर्शित अधिकतम अक्षर" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10743,7 +10750,7 @@ msgstr "" "परिणाम सेट में से प्रदर्शित रों की संख्या, अगर सेट में ज्यादा रो हैं तो \"पिछले\" और " "\"अगला\" लिंक दिखाएँ जायेंगे।" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10754,21 +10761,21 @@ msgid "" msgstr "" "एक लिपि को कितने बाइट्स दिए जायेंगे, eg. [kbd]32M[/kbd], [kbd]0[/kbd] मतलब असीमित" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -10776,7 +10783,7 @@ msgid "" "display a filter box." msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -10787,92 +10794,92 @@ msgid "" msgstr "" "केवल प्रकाश संस्करण, एक पेड़ में प्रदर्शित डेटाबेस (नीचे परिभाषित विभाजक द्वारा निर्धारित)" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to expand single database in the navigation tree automatically." msgstr "बाईं फ्रेम में लोगो देखियें" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "बाईं फ्रेम में लोगो देखियें" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "बाईं फ्रेम में लोगो देखियें" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "नेविगेशन फ्रेम में URL यहाँ इंगित" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "बाएं फ्रेम के शीर्ष पर सर्वर विकल्प" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "स्ट्रिंग जो डेटाबेस को अलग स्तरों में बांटती है" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "स्ट्रिंग जो टेबल को अलग स्तरों में बांटती है" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "कर्सर के तहत सर्वर पर प्रकाश डाला" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "बाईं फ्रेम में लोगो देखियें" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "बाईं फ्रेम में लोगो देखियें" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "बाईं फ्रेम में लोगो देखियें" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10886,7 +10893,7 @@ msgstr "" "डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर " "phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10899,24 +10906,24 @@ msgstr "" "डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर " "phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -10927,7 +10934,7 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -10938,7 +10945,7 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -10951,27 +10958,27 @@ msgstr "" "एक विशेष MySQL सर्वर सीमित अनुमति के साथ, ज्यादा जानकारी के लिए [a@https://wiki." "phpmyadmin.net/pma/controluser]wiki[/a]" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -10983,13 +10990,13 @@ msgstr "" "अगर आपको SQL क्वरी इतिहास नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_history[/" "kbd]" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -10999,7 +11006,7 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11009,14 +11016,14 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11025,14 +11032,14 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -11042,7 +11049,7 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -11052,7 +11059,7 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11062,12 +11069,12 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11077,7 +11084,7 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11087,7 +11094,7 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 #, fuzzy #| msgid "blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" @@ -11096,19 +11103,19 @@ msgid "" msgstr "" "अगर आपको PDF समर्थन नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -11116,11 +11123,11 @@ msgstr "" "क्या DROP VIEW IF EXISTS बयान पहली लाइन की तरह जोड़े जायेगा, जब एक दृश्य का लोग बन " "रहा है।" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -11132,13 +11139,13 @@ msgstr "" "अगर आपको SQL क्वरी इतिहास नहीं चाहिए तो इसे खली छोड़ दें, सुझाव: [kbd]pma_history[/" "kbd]" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -11148,21 +11155,21 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -11172,130 +11179,130 @@ msgid "" msgstr "" "कोई डिजाइनर समर्थन के लिए खाली छोड़ दें, सुझाव [kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "इस सर्वर का विवरण, होस्ट नाम दिखने के लिए खाली छोडें।" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "इस्तेमाल नहीं तो खाली छोड़ें" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "डिफ़ॉल्ट के लिए खाली छोड़ें" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "प्रमाणीकरण विधि उपयोग करने के लिए" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL सर्वर कनेक्शन संक्षिप्त करना" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "होस्ट नाम जहाँ MySQL सर्वर चल रहा है" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "अगर विन्यास प्राधिकरण का उपयोग नहीं तो खाली छोड़ दें" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL सर्वर किस port पर सुन रहा है: डिफ़ॉल्ट के लिए खाली छोड़" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL किस गर्तिका पर सुन रहा है: डिफ़ॉल्ट के लिए खाली छोड़" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "MySQL कनेक्शन के लिए SSL सक्षम करने" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "क्या एक उसेर को \"show all (rows)\" बटन दिखाना है" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -11303,26 +11310,18 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "क्या phpMyAdmin द्वारा उत्पन SQL प्रशन प्रदर्शित करनी है" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "डेटाबेस और टेबल आँकड़े प्रदर्शित करने की अनुमति दें" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "A warning is displayed on the main page if Suhosin is detected" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "अगर Suhosin का पता चलता है तो चेतावनी दी जाएगी" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -11336,19 +11335,19 @@ msgstr "" "डेटाबेस पर डिफ़ॉल्ट चेतावनी जो प्रदर्शित की जाती है उसे निष्क्रिय करें. संरचना पृष्ठ अगर " "phpMyAdmin विन्यास भंडारण के लिए आवश्यक टेबल को पाया नहीं जा सका" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11356,13 +11355,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11370,20 +11369,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11391,86 +11390,86 @@ msgid "" "configuration storage tables automatically." msgstr "phpMyAdmin विन्यास भंडारण टेबल लापता" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "चयनित रोयों को उजागर करें." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight row pointed by the mouse cursor." msgstr "माउस द्वारा चयनित रो को उजागर करें" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 #, fuzzy #| msgid "Number of columns for CHAR/VARCHAR textareas" msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR textareas कॉलम की संख्या" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 #, fuzzy #| msgid "Number of rows for CHAR/VARCHAR textareas" msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR textarea रो की संख्या" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 #, fuzzy #| msgid "Tab that is displayed when entering a database" msgid "Tab that is displayed when entering a database." msgstr "टैब जो डेटाबेस में प्रवेश करते प्रदर्शित किया जाता है" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 #, fuzzy #| msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server." msgstr "टैब जो सर्वर में प्रवेश करते प्रदर्शित किया जाता है" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." msgstr "टैब जो सूची में प्रवेश करते प्रदर्शित किया जाता है" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "टेबल संरचना का प्रस्ताव" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "सर्वर लिस्टिंग को ड्रॉपडाउन के बजाय सूची की तरह देखियें." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "अगर कम आइटम मौजूद हैं एक ड्रॉपडाउन का उपयोग किया जाएगा" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "एक समय पर कितनी पक्न्तियों को डाला जा सकता है" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -11480,110 +11479,110 @@ msgid "" msgstr "" "किसी भी गैर सांख्यिक स्तंभ में दिखाया गया है अक्षरों की अधिकतम संख्या पर विचार ब्राउज़" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "परिभाषित करें की एक लोगिन कुकी कितने समय थक मान्य है" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT काँलम के लिए textarea का आकर दुगना करें" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 #, fuzzy #| msgid "These are Edit, Inline edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "ये हैं संपादित करें, इनलाइन संपादन, प्रतिलिपि बनाएँ और हटाएँ लिंक" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "निष्क्रिय विदेशी कुंजी चेक" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "टेबल और डेटाबेस नाम सॉर्ट करने के लिए प्राकृतिक व्यवस्था का उपयोग" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "उपयोग चिह्न, पाठ या दोनों" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "तेज HTTPट्रान्सफर के लिए GZip आउटपुट बफरिंग का उपयोग करें" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL के लिए लगातार कनेक्शन का उपयोग" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB और BINARY काँलम को एडिट नहीं किया जा सकता" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "इतिहास में कितने क्वरी रखने है" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "चरित्र रूपांतरण के लिए functions चुने" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -11591,70 +11590,70 @@ msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "हर सेल्स बाद हेडर दोहराना, [kbd]0[/kbd] इस सुविधा को निष्क्रिय करें" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "सर्वर प्रदर्शन विकल्प" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "निर्देशिका जहां निर्यात सर्वर पर सहेजा जा सकता है" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "ब्राउज़र विंडो का शीर्षक है जब एक डेटाबेस का चयन किया" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी डेटाबेस का चयन नहीं किया है" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "ब्राउज़र विंडो का शीर्षक है जब एक सर्वर का चयन किया" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "ब्राउज़र विंडो का शीर्षक है जब किसी भी सर्वर का चयन नहीं किया है" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "सर्वर पर निर्देशिका जहाँ आप आयात करने के लिए फाइल अपलोड कर सकते हैं" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "संपूर्ण डेटाबेस के अंदर तलाश करने के लिए अनुमति" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "phpMyAdmin के मुख्य पृष्ठ पर नवीनतम संस्करण के लिए जाँच की अनुमति" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11664,211 +11663,211 @@ msgstr "" "आयात और निर्यात के संचालन के लिए सक्षम संपीड़न [a@https://en.wikipedia.org/wiki/" "Gzip]gzip[/a]" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "किसी भी MySQL सर्वर में प्रवेश की अनुमति" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "MySQL सर्वर में प्रवेश नहीं कर सकते" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "तीसरे पक्ष की अनुमति फ्रेमन की अनुमति" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "सामान्य यूसरओं को \"ड्रॉप डेटाबेस\" लिंक शो करें" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "गुप्त blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "रो मार्कर" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "सूचक को उजागर करें" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2(बीजिप2)" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR कॉलम संपादन" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable SQL Validator" msgid "Enable linter" msgstr "SQL मान्य करता सक्षम" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy #| msgid "Customize text input fields" msgid "Minimum size for input field" msgstr "टेक्स्ट फ़ील्ड जानकारी को अनुकूलित करें" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "अस्थायी सोर्ट फ़ाइलों के लिए अधिकतम आकार" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR textarea कॉलम" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR textarea रो" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "अनुमति के लिए कॉन्फिग फ़ाइल को चेक करें" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "जल्दी संक्षिप्त करें" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "ड्रॉप क्वरीों की पुष्टि" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "पेपर आकार" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "डिफ़ॉल्ट डेटाबेस टैब" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "डिफ़ॉल्ट सर्वर टैब" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "डिफ़ॉल्ट सूची टैब" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "टेबल और फील्ड के नाम को backquotes से बंद करें" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "टेबल की टिप्पणी" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "टेबल संरचना का प्रस्ताव" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "डिफ़ॉल्ट सॉर्ट क्रम" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "परिवर्तन के विकल्प" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "डिफ़ॉल्ट सॉर्ट क्रम" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "डिफ़ॉल्ट सॉर्ट क्रम" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "परिवर्तन के विकल्प" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "डिफ़ॉल्ट सॉर्ट क्रम" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "परिवर्तन के विकल्प" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "परिवर्तन के विकल्प" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "परिवर्तन के विकल्प" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "सर्वर सूची की तरह देखें" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "कई टेबल के रखरखाव को अक्षम करे" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "अधिकतम निष्पादन समय" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "फ़ाइल के रूप में सहेजें" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "फ़ाइल का चरित्र सेट" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "संक्षिप्तीकरण" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11876,66 +11875,66 @@ msgstr "संक्षिप्तीकरण" msgid "Put columns names in the first row" msgstr "काँलम नाम प्रथम रो में" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Column names" msgid "Columns enclosed with" msgstr "कोलम के नाम" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Column names" msgid "Columns escaped with" msgstr "कोलम के नाम" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "शून्य की जगह पर" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "CRLF चरित्र को कोलम से हटायें" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "काँलम समाप्त होता है" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "लाईन समाप्त होता है" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "एक्सेल संस्करण" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "डेटाबेस नाम टेम्पलेट" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "सर्वर नाम टेम्पलेट" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "टेबल नाम टेम्पलेट" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11945,402 +11944,406 @@ msgstr "टेबल नाम टेम्पलेट" msgid "Dump table" msgstr "टेबल दुम्प करें" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "टैब शीर्षक में शामिल" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "टेबल शीर्षक" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "टेबल शीर्षक निरंतर" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "लेबल कुंजी" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "संबंध" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "निर्यात प्रकार" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "सर्वर पर सेव करें" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export as %s" msgid "Export as separate files" msgstr "%s के रूप में निर्यात" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "टेम्पलेट फ़ाइल नाम याद रखें" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "टेबल और फील्ड के नाम को backquotes से बंद करें" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL संगतता मोड" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "निर्माण/अद्यतन/जाँच दिनांक" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "विलंबित इनसर्टस" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "निष्क्रिय विदेशी कुंजी चेक" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "\"%s\" डेटाबेस से रो निर्यात" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin विन्यास भंडारण टेबल लापता" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB के लिए hexadecimal का प्रयोग करें" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "सत्र मूल्य" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "आवेषण उपेक्षा का प्रयोग करें" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "डेटा दल्तें समय वाक्यविन्यास का उपयोग करें" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "क्वेरी के अधिकतम लंबाई" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "निर्यात प्रकार" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "एक सौदे में बंद निर्यात" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "UTC में निर्यात समय" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "विदेशी कुंजी ड्रॉपडाउन क्रम" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "विदेशी कुंजी सीमा" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "निष्क्रिय विदेशी कुंजी चेक" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "ब्राउज़ करें" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "डेवलपर" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "संपादन मोड" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "निर्यात डिफ़ॉल्ट" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "सामान्य" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "आयात" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "आयात / निर्यात" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "नेविगेशन फ्रेम" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "माइक्रोसॉफ्ट ऑफिस" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "अन्य मुख्य सेटिंग्स" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "पृष्ठ शीर्षक" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "सुरक्षा" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "मूल सेटिंग्स" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "प्रमाणीकरण" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "सर्वर विन्यास" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "विन्यास भंडारण" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "परिवर्तन ट्रैकिंग" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL क्वरी बॉक्स" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "स्टार्टअप" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "यूसर के लिए डेटाबेस" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "टैब्स" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "PDF स्कीमा दिखाओ" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "पाठ फ़ील्ड" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! टेक्स्ट" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "चेतावनी" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv के लिए अतिरिक्त पैरामीटर" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "कई बयान त्रुटियों उपेक्षा" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "आंशिक आयात दखल की अनुमति" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "इन्सर्ट त्रुटी मैं मत छोड़ों" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "आयात की गई फ़ाइल का प्रारूप" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "कीवर्ड LOCAL का प्रयोग" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "कोलम के नाम पहली रो में" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "खाली रोयाँ आयात नहीं" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "आयात मुद्राओं ($5.00 से 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "प्रतिशत को उचित दशमलव के रूप में आयात करें" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "आंशिक आयात: क्वरीों को छोड़" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "शुन्य मूल्य के लिए AUTO_INCREMENT का प्रयोग न करें" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "गलतियाँ पढ़ें" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "स्लाइडर्स के लिए प्रारंभिक अवस्था" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "डाली गयी पक्न्तियों" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "काँलम वर्ण सीमा" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "लॉगआउट पर सभी कुकीज़ हटाना" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "याद यूसर नाम" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "लॉगिन कुकी भंडार" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "लॉगिन कुकी वैधता" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEST के लिए बड़ा आकर" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "SQL प्रदर्शित अधिकतम लम्बाई" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "डेटाबेस की अधिकतम संख्या" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "अस्थायी सोर्ट फ़ाइलों के लिए अधिकतम आकार" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "प्रदर्शित रो की अधिकतम संख्या" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "अधिकतम सारणी" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "स्मृति सीमा" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "बाईं फ्रेम में लोगो देखियें" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel width" msgstr "नेविगेशन फ्रेम" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12348,632 +12351,628 @@ msgstr "नेविगेशन फ्रेम" msgid "Link with main panel" msgstr "मुख्य फ्रेम को अनुकूलित करें" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "लोगो प्रदर्शन करें" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "लोगो लिंक URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "लोगो लिंक लक्ष्य" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "सर्वर चयन प्रदशित करें" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "त्वरित पहुँच आइकन के लिए लक्ष्य" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "त्वरित पहुँच आइकन के लिए लक्ष्य" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of databases to display the database filter box" msgstr "टेबल फिल्टर बॉक्स प्रदर्शित करने के लिए टेबल की न्यूनतम संख्या" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "डेटाबेस स्तर अलगानेवाला" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "टेबल स्तर अलगानेवाला" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "अधिकतम टेबल स्तर गहराई" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "उजागर सक्षम" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "प्रतिष्ठित नेविगेशन पट्टी" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "टेबल दिखाओ" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "संस्करण दिखाएँ" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "प्रोसेस दिखाओ" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "संस्करण दिखाएँ" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "डॅटाबेस प्रतिलिपिकरण" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "लापता टेबलएं" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "प्राकृतिक आदेश" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "प्रतिष्ठित नेविगेशन पट्टी" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip आउटपुट बफरिंग" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "डिफ़ॉल्ट सॉर्ट क्रम" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "के लिए" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin विन्यास भंडारण टेबल लापता" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "सभी रोयों को प्रदर्शित करने की अनुमति" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "बाइनरी काँलम की रक्षा" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "स्थायी क्वरी इतिहास" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "क्वरी इतिहास लंबाई" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "टेबल का नाम बदलें" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "डिफ़ॉल्ट सॉर्ट क्रम" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "हेडर दोहराना" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "संबंधपरक प्रदर्शन स्तंभ" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "निर्देशिका बचाना" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "होस्ट प्राधिकरण आदेश" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "होस्ट प्राधिकरण नियम" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "पासवर्ड के बिना प्रवेश की अनुमति" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "रूट लॉगिन की अनुमति" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "सत्र मूल्य" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "http दायरे" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "बुकमार्क टेबल" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "काँलम जानकारी टेबल" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "कनेक्शन संक्षिप्त करना" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "यूसर पासवर्ड नियंत्रण" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "नियंत्रण यूसर" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "नियंत्रण यूसर" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "नियंत्रण यूसर" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA का उपयोग असमर्थ करें" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "डेटाबेस छिपाना" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL इतिहास क्वेरी टेबल" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "सर्वर होस्ट नाम" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "लॉगआउट URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "प्रदर्शित टेबल की अधिकतम संख्या" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export templates table" msgstr "\"%s\" डेटाबेस से रो निर्यात" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "केवल सूचीबद्ध डेटाबेस दिखाएँ" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "विन्यास प्राधिकरण के लिए पासवर्ड" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF स्कीमा: पृष्ठों टेबल" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "सर्वर" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "याद यूसर नाम" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "प्रक्रियां" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "संबंध टेबल" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "signon सत्र नाम" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "सर्वर गर्तिका" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL का उपयोग" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "काँलम टेबल दिखाएँ" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "User preferences storage table" msgid "UI preferences table" msgstr "यूसर वरीयताओं की भंडारण टेबल" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "ड्रॉप डेटाबेस जोड़ें" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW जोडें" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "बयान ट्रैक करने के लिए" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL क्वरी ट्रैकिंग टेबल" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "स्वतः संस्करण बनाना" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "यूसर वरीयताओं की भंडारण टेबल" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "टेबल का उपयोग करो" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "होस्ट टेबल का उपयोग करें" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "विन्यास प्राधिकरण के लिए यूसर" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "इस सर्वर का वाचाल नाम" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "सभी रोयों को प्रदर्शित करने की अनुमति" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "पासवर्ड बदलने के फार्म" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "डेटाबेस बनाने का फार्म" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "टेबल की टिप्पणी" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show more actions" msgid "Show creation timestamp" msgstr "अधिक क्रियाएँ दिखाओ" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show master status" msgid "Show last update timestamp" msgstr "मास्टर अवस्था" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show master status" msgid "Show last check timestamp" msgstr "मास्टर अवस्था" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "टेबल की टिप्पणी" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "फ़ील्ड प्रकार दिखाएँ" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "ग्रिड दिखाओ" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "phpinfo() लिंक दिखाएँ" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "विस्तृत mysql सर्वर जानकारी" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL प्रशन दिखाएँ" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "आँकड़े दिखाएँ" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "बंद टेबलओं को छोड़" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL की व्याख्या" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP Code बनाओ" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin चेतावनी" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "लॉगिन कुकी वैधता" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "पाठ क्षेत्रपाठ क्षेत्र कोलम" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "क्षेत्र रोयाँ" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "डिफ़ॉल्ट शीर्षक" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "विश्वसनीय proxies की सूची IP अनुमति / इनकार के लिए" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "अपलोड निर्देशिका" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "डेटाबेस खोज का प्रयोग" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "सेटिंग्स में डेवलपर टैब को सक्रिय करें" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "संस्करण की जांच" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "यूसर नाम" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "पासवर्ड" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "सर्वर" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "सर्वर विन्यास" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "ब्राउज़ करें" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "अन्य" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "MySQL जोडणी मिलान" @@ -13010,7 +13009,8 @@ msgstr "आयात काम नहीं करेगा, function (%s) ल msgid "Compressed export will not work due to missing function %s." msgstr "निर्यात काम नहीं करेगा, function (%s) लापता" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "अधिकतम %s" @@ -13044,7 +13044,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" @@ -13056,7 +13056,7 @@ msgstr "दस्तावेज़ खोलें" msgid "OpenDocument Text" msgstr "दस्तावेज़ खोलें" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -13183,7 +13183,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13488,7 +13488,7 @@ msgstr "डाटाबेस में कोई टेबल नहीं।" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "निर्यात plugins लोड नहीं कर सका, अपने अधिष्ठापन को जांचें!" @@ -13622,7 +13622,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13683,7 +13683,7 @@ msgstr "अगर आपको कोई और परेशानी हो त msgid "You may want to refresh the page." msgstr "आप इस पेज को रिफ़्रेश करना चाहेंगे।" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "खोटा प्रकार!" @@ -13788,28 +13788,21 @@ msgstr "" "हो जाये उसे मिटा दे। वर्ना अनधिकृत लोग जो आपका कॉन्फ़िगरेशन डाउनलोड करेंगे उनसे आपकी " "सर्वर की सुरक्षा खतरेमे आ सकती है।" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "सर्वर Suhosin के साथ चल रहा है. कॄपया %s के प्रलेखन %s को परामर्श करें." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13819,7 +13812,7 @@ msgstr "" "रहे हैं। Mbstring विस्तार के बिना phpMyAdmin सही ढंग से string को विभाजित करने में " "असमर्थ है और इसके अप्रत्याशित परिणाम हो सकते हैं।" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13894,7 +13887,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" बयान अक्षम हैं." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -16083,7 +16076,7 @@ msgid "No such column" msgstr "काँलम हटाना" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16842,7 +16835,7 @@ msgstr "कोइ डाटाबेस नहिं" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "पृष्ठचिन्ह %s बनाया." @@ -16931,7 +16924,7 @@ msgstr "अपलोड करने के लिए फाइल उपलब #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ने एक खाली परिणाम सेट लोताया।" @@ -17374,30 +17367,30 @@ msgstr "" msgid "The row has been deleted." msgstr "रौ को डिलीट कर दिया" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "क्वरी को %01.4f सेकेंड का समय लगा" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "रौ देखिये" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "कुल" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -18015,11 +18008,11 @@ msgstr "सूचकांक %1$s और %2$s बराबर लगने क msgid "web server upload directory:" msgstr "वेब सर्वर अपलोड निर्देशिका" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL क्वेरी शो" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "इनसर्ट रो id: %1$d" @@ -18452,44 +18445,44 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "बंद" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "एक ही टेबल में स्थानांतरित नहीं कर सकते!" -#: src/Operations.php:893 +#: src/Operations.php:889 #, fuzzy msgid "Can't copy table to same one!" msgstr "एक ही टेबल में प्रतिलिपि नहीं कर सकते!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s टेबल को %s में मूव कर दिया." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s टेबल को %s में कापी कर दिया." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s टेबल को %s में मूव कर दिया." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s टेबल को %s में कापी कर दिया." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "टेबल का नाम खाली है!" @@ -18575,7 +18568,7 @@ msgstr "विन्यास में अवैध प्रमाणीकर msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -19039,7 +19032,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -19062,54 +19055,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "कोलम नाम" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "CSV प्रारूप का अवैध इनपुट लाइन %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "CSV इनपुट में अवैध काँलम गिनती लाइन %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV आयात के लिए अमान्य पैरामीटर: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19857,11 +19850,11 @@ msgstr "कोई नए स्थिर संस्करण उपलब् msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP कोड की तरह दिखाएँ" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19873,7 +19866,7 @@ msgstr "" "इस टेबल में कोई भी विशिष्ट (unique) कॉलम नहीं है। इस बात कि सम्भावना है कि ग्रिड " "सम्पादन, टिक-बॉक्स, सम्पादन, प्रतिलिपि एवं मिटाने के लिंक से जुडी सुविधाएँ काम न करें।" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -20168,100 +20161,100 @@ msgstr "अवैध टेबल नाम" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "खाली" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "मौजूद नहीं" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "Create version %s of %s.%s" msgid "A date, supported range is %1$s to %2$s" msgstr "%s संस्करण बनायें %s.%s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -20269,175 +20262,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "टेबल का नाम %1$s से %2$s में बदलने में त्रुटि." -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add column" msgid "A polygon" msgstr "नया काँलम जोडें" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "एक नया इन्डेक्स बनाऐं" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" @@ -20488,6 +20481,22 @@ msgstr "ज़िप संग्रह में त्रुटि:" msgid "No files found inside ZIP archive!" msgstr "ज़िप संग्रह के अंदर कोई फाइल नहीं मिली!" +#, fuzzy +#~| msgid "A warning is displayed on the main page if Suhosin is detected" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "अगर Suhosin का पता चलता है तो चेतावनी दी जाएगी" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin चेतावनी" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "सर्वर Suhosin के साथ चल रहा है. कॄपया %s के प्रलेखन %s को परामर्श करें." + #~ msgid "Version information" #~ msgstr "संस्करण जानकारी" diff --git a/resources/po/hr.po b/resources/po/hr.po index 7a0092613b..837a0555fd 100644 --- a/resources/po/hr.po +++ b/resources/po/hr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" -"PO-Revision-Date: 2023-12-08 16:06+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" +"PO-Revision-Date: 2026-04-15 18:09+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: Croatian \n" @@ -12,9 +12,9 @@ msgstr "" "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 5.3-dev\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 5.17.1-dev\n" #: resources/templates/base.twig:40 resources/templates/login/header.twig:13 #, fuzzy @@ -841,8 +841,8 @@ msgstr "Uredi privilegije" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -863,8 +863,8 @@ msgstr "Ukloni stupac / stupce" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -953,7 +953,7 @@ msgstr "Povrat" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 src/Engines/Pbxt.php:167 #: src/Html/Generator.php:685 src/Html/MySQLDocumentation.php:51 -#: src/Sanitize.php:188 +#: src/Sanitize.php:189 msgid "Documentation" msgstr "Dokumentacija" @@ -1121,7 +1121,7 @@ msgstr "unutar upita" #: resources/templates/setup/home/index.twig:64 #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 -#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:926 +#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:925 #: src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 @@ -1162,7 +1162,7 @@ msgstr "Izbriši" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1174,7 +1174,7 @@ msgstr "Baza podataka" msgid "SQL Query Console" msgstr "SQL upit" -#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:766 +#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:764 msgid "Console" msgstr "" @@ -1208,7 +1208,7 @@ msgid "Bookmarks" msgstr "Zabilježi tablicu" #: resources/templates/console/display.twig:34 -#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:615 +#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "Debugiraj SQL" @@ -1304,7 +1304,7 @@ msgstr "" msgid "Order by:" msgstr "Ostalo" -#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:964 +#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:962 #, fuzzy msgid "Group queries" msgstr "SQL upit" @@ -1340,7 +1340,7 @@ msgstr "" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 #: src/Html/Generator.php:589 msgid "Refresh" msgstr "Osvježi" @@ -1387,17 +1387,17 @@ msgstr "U redu" msgid "Restore default values" msgstr "Vrati zadanu vrijednost" -#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:958 +#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "" -#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:957 +#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:955 #, fuzzy #| msgid "Flush query cache" msgid "Show query history at start" msgstr "Isprazni pohranu upita" -#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:959 +#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "" @@ -1407,7 +1407,7 @@ msgid "" "permanent, view settings." msgstr "" -#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:961 +#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:959 #, fuzzy #| msgid "Switch to copied table" msgid "Switch to dark theme" @@ -1548,8 +1548,8 @@ msgstr "Aktivnost" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -2060,7 +2060,7 @@ msgstr "Opis" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "Oblikovanje" @@ -2164,7 +2164,7 @@ msgstr "Izvoz" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -2173,7 +2173,7 @@ msgstr "Izvoz" #: resources/templates/triggers/list.twig:20 #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 -#: resources/templates/triggers/row.twig:58 src/Operations.php:538 +#: resources/templates/triggers/row.twig:58 src/Operations.php:534 msgid "Drop" msgstr "Ispusti" @@ -2270,7 +2270,7 @@ msgstr "Tablice" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2498,7 +2498,7 @@ msgstr "Kopiraj bazu podataka u" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 #, fuzzy #| msgid "database name" msgid "Database name" @@ -2531,10 +2531,10 @@ msgstr "Prije kopiranja izradi bazu podataka (CREATE DATABASE)" #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, php-format msgid "Add %s" msgstr "Dodaj %s" @@ -2542,7 +2542,7 @@ msgstr "Dodaj %s" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "Dodaj vrijednost AUTO_INCREMENT" @@ -2863,10 +2863,8 @@ msgid "Words are separated by a space character (\" \")." msgstr "Riječi su razdvojene znakom razmaka (\" \")." #: resources/templates/database/search/main.twig:22 src/Database/Search.php:80 -#, fuzzy -#| msgid "at least one of the words" msgid "all of the words" -msgstr "najmanje jedna riječ" +msgstr "sve riječi" #: resources/templates/database/search/main.twig:26 src/Database/Search.php:81 #, fuzzy @@ -2886,10 +2884,8 @@ msgstr "kao regularan izraz" #: resources/templates/database/search/main.twig:36 #: resources/templates/database/structure/copy_form.twig:14 -#, fuzzy -#| msgid "Options" msgid "Options:" -msgstr "Opcije" +msgstr "Opcije:" #: resources/templates/database/search/main.twig:40 msgid "include hex matches" @@ -2902,22 +2898,20 @@ msgstr "Unutar tablica:" #: resources/templates/database/search/main.twig:49 #: resources/templates/server/export/index.twig:11 #: resources/templates/server/replication/database_multibox.twig:8 -#, fuzzy -#| msgid "Unselect All" msgid "Unselect all" msgstr "Ukloni sav odabir" #: resources/templates/database/search/main.twig:67 msgid "Inside column:" -msgstr "Unutar polja:" +msgstr "Unutar stupca:" #: resources/templates/database/search/results.twig:11 -#, fuzzy, php-format -#| msgid "%s match(es) inside table %s" +#, php-format msgid "%1$s match in %2$s" msgid_plural "%1$s matches in %2$s" -msgstr[0] "%s poklapanja unutar tablice %s" -msgstr[1] "%s poklapanja unutar tablice %s" +msgstr[0] "%1$s poklapanje u %2$s" +msgstr[1] "%1$s poklapanja u %2$s" +msgstr[2] "%1$s poklapanja u %2$s" #: resources/templates/database/search/results.twig:25 #: resources/templates/database/structure/structure_table_row.twig:43 @@ -2929,14 +2923,12 @@ msgid "Browse" msgstr "Pretraživanje" #: resources/templates/database/search/results.twig:43 -#, fuzzy, php-format -#| msgid "Total: %s match" -#| msgid_plural "Total: %s matches" +#, php-format msgid "Total: %s match" msgid_plural "Total: %s matches" -msgstr[0] "Ukupno: %s poklapanje" -msgstr[1] "Ukupno: %s poklapanja" -msgstr[2] "Ukupno: %s poklapanja" +msgstr[0] "Ukupno: %s poklapanje" +msgstr[1] "Ukupno: %s poklapanja" +msgstr[2] "Ukupno: %s poklapanja" #: resources/templates/database/structure/add_prefix.twig:4 msgid "Add prefix" @@ -3114,7 +3106,7 @@ msgid "Database:" msgstr "Baza podataka" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "" @@ -3191,7 +3183,7 @@ msgstr "Prikaži pune upite" #: resources/templates/table/relation/common_form.twig:102 #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 -#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:937 +#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:935 #: src/Plugins/Export/ExportXml.php:408 src/Server/Privileges.php:1570 #: src/Server/Privileges.php:1572 msgid "Table" @@ -3536,7 +3528,7 @@ msgstr "Operacije rezultata upita" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "" @@ -3616,43 +3608,32 @@ msgstr "" #: resources/templates/modals/index_dialog_modal.twig:30 #: resources/templates/table/structure/display_structure.twig:352 msgid "Go back" -msgstr "" +msgstr "Idi natrag" #: resources/templates/export/template_options.twig:1 #: resources/templates/export.twig:44 -#, fuzzy -#| msgid "Select Tables" msgid "Select a template" -msgstr "Odaberite tablice" +msgstr "Odaberi predložak" #: resources/templates/export.twig:16 -#, fuzzy msgid "Export templates:" -msgstr "Vrsta izvoza" +msgstr "Izvezi predloške:" #: resources/templates/export.twig:20 -#, fuzzy -#| msgid "File name template" msgid "New template:" -msgstr "Predložak naziva datoteka" +msgstr "Novi predložak:" #: resources/templates/export.twig:23 resources/templates/export.twig:26 -#, fuzzy -#| msgid "Table name" msgid "Template name" -msgstr "Naziv tablice" +msgstr "Ime predloška" #: resources/templates/export.twig:37 -#, fuzzy -#| msgid "File name template" msgid "Existing templates:" -msgstr "Predložak naziva datoteka" +msgstr "Postojeći predlošci:" #: resources/templates/export.twig:40 -#, fuzzy -#| msgid "%s table(s)" msgid "Template:" -msgstr "%s tablica" +msgstr "Predložak:" #: resources/templates/export.twig:53 #, fuzzy @@ -3664,10 +3645,8 @@ msgstr "Ažurirano" #: resources/templates/export.twig:68 #: src/Controllers/JavaScriptMessagesController.php:134 #: src/Html/Generator.php:765 -#, fuzzy -#| msgid "SQL query" msgid "SQL query:" -msgstr "SQL upit" +msgstr "SQL upit:" #. l10n: Button to show the SQL query on the export page #: resources/templates/export.twig:72 @@ -3677,10 +3656,8 @@ msgid "Show SQL query" msgstr "Prikazivanje SQL upita" #: resources/templates/export.twig:102 -#, fuzzy -#| msgid "Export type" msgid "Export method:" -msgstr "Vrsta izvoza" +msgstr "Način izvoza:" #: resources/templates/export.twig:106 msgid "Quick - display only the minimal options" @@ -3732,7 +3709,7 @@ msgid "Save on server in the directory %s" msgstr "Spremi na poslužitelju u mapi %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Prepiši postojeće datoteke" @@ -4150,7 +4127,7 @@ msgstr "Dodijeli" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Nazad" @@ -4160,7 +4137,7 @@ msgstr "Nazad" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Uvoz" @@ -4531,8 +4508,8 @@ msgstr "SQL rezultat" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Baze podataka" @@ -4559,7 +4536,7 @@ msgid "Recent" msgstr "Povrat" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4605,18 +4582,18 @@ msgid "Features" msgstr "Mogućnosti" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "SQL upit" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -5139,7 +5116,22 @@ msgstr "Provjeri privilegije za bazu podataka \"%s\"." msgid "Check privileges" msgstr "Provjeri privilegije" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Pokreni SQL upit na bazi podataka %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5147,7 +5139,7 @@ msgstr "Provjeri privilegije" msgid "Total:" msgstr "Ukupno" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5155,18 +5147,18 @@ msgstr "" "Napomena: Omogućavanja statistika baze podataka može prouzrokovati izuzetno " "velik promet između web poslužitelja i MySQL poslužitelja." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Omogući statistike" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Nema baza podataka" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Potvrdi" @@ -6338,7 +6330,7 @@ msgid "Current server:" msgstr "Poslužitelj" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Poslužitelji" @@ -6419,7 +6411,7 @@ msgid "Test:" msgstr "Test" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Poslužitelj" @@ -7076,7 +7068,7 @@ msgstr "Prikaži boju" msgid "Show hidden messages" msgstr "Prikaži mrežu" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tip autentifikacije" @@ -7169,7 +7161,7 @@ msgid "Detailed profile" msgstr "Veličina porasta datoteke podataka" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7243,7 +7235,7 @@ msgstr "Izrada profila" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7297,7 +7289,7 @@ msgstr "Razgraničavanje" msgid "Show this query here again" msgstr "Ovaj upit ponovno prikaži ovdje" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "SQL upit" @@ -7863,7 +7855,7 @@ msgid "Delete the view (DROP)" msgstr "Nema baza podataka" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8080,32 +8072,32 @@ msgid "Index length" msgstr "Duljina retka" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analiziraj" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Provjeri" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimiziraj" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Ponovno izgradi" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Popravi" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -10068,14 +10060,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Naziv tablice" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10288,318 +10272,318 @@ msgstr "oboje navedeno" msgid "neither of the above" msgstr "ništa od navedenog" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Unesi nazive tablica i polja sa stražnjim navodnicima" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Rad s automatskim povratom" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy msgid "Customize default options." msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy msgid "Customize edit mode." msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy msgid "Customize default export options." msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy msgid "Customize default common import options." msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy msgid "Databases display options." msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize main frame" msgid "Customize appearance of the navigation panel." msgstr "Postavi glavni okvir" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize main frame" msgid "Customize the navigation tree." msgstr "Postavi glavni okvir" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy msgid "Servers display options." msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy msgid "Tables display options." msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy msgid "Authentication settings." msgstr "Replikacija" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "MySQL uspoređivanje veza" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy msgid "SQL queries settings." msgstr "SQL upit" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize main frame" msgid "Customize startup page." msgstr "Postavi glavni okvir" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy msgid "Customize text input fields." msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy msgid "Customize default options" msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 #, fuzzy msgid "" "Allow interrupt of import in case script detects it is close to time limit. " @@ -10610,36 +10594,36 @@ msgstr "" "ograničenja. Ovo bi mogao biti dobar način uvoza velikih datoteka, ali može " "prekinuti transakcije." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Broj zapisa (upita) koje je potrebno preskočiti od početka" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10647,11 +10631,11 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -10659,7 +10643,7 @@ msgid "" "the navigation tree." msgstr "Broj spojeva koji su izveli potpuno pretraživanje prve tablice." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -10667,33 +10651,33 @@ msgid "" "tree." msgstr "Broj spojeva koji su izveli potpuno pretraživanje prve tablice." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -10701,449 +10685,443 @@ msgid "" "display a filter box." msgstr "Broj otvorenih tablica." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Prikaži logo u lijevom okviru" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "Prikaži logo u lijevom okviru" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Prikaži logo u lijevom okviru" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "Prikaži logo u lijevom okviru" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Prikaži logo u lijevom okviru" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Prikaži logo u lijevom okviru" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Prikaži logo u lijevom okviru" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy msgid "Authentication method to use." msgstr "Replikacija" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Compress connection to MySQL server." msgstr "Neuspješno spajanje na MySQL server" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Could not connect to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Neuspješno spajanje na MySQL server" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11151,13 +11129,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11165,442 +11143,442 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Predloži strukturu tablice" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Broj otvorenih tablica." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Broj otvorenih tablica." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Broj otvorenih tablica." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Onemogući provjere stranih znakova" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy #| msgid "Persistent connections" msgid "Use persistent connections to MySQL databases." msgstr "Stalne veze" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 #, fuzzy msgid "Allow login to any MySQL server" msgstr "Prijavljivanje na MySQL poslužitelj nije moguće" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Prijavljivanje na MySQL poslužitelj nije moguće" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable SQL Validator" msgid "Enable linter" msgstr "Omogući SQL Validator" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy msgid "Minimum size for input field" msgstr "Opcije izvoza baze podataka" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "Najveća veličina datoteke za privremeno preslagivanje" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Veličina papira" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 #, fuzzy msgid "Default database tab" msgstr "Preimenuj bazu podataka u" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 #, fuzzy msgid "Default server tab" msgstr "Preimenuj bazu podataka u" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 #, fuzzy msgid "Default table tab" msgstr "Preimenuj bazu podataka u" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Unesi nazive tablica i polja sa stražnjim navodnicima" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Komentari tablice" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Predloži strukturu tablice" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Browser transformation" msgid "Default transformations for Hex" msgstr "Pretvaranje preglednika" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Opcije preoblikovanja" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Bool2Text" msgstr "Opcije preoblikovanja" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for External" msgstr "Opcije preoblikovanja" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Opcije preoblikovanja" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for DateFormat" msgstr "Opcije preoblikovanja" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Opcije preoblikovanja" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Opcije preoblikovanja" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Opcije preoblikovanja" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Održavanje tablice" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Spremi kao datoteku" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 #, fuzzy msgid "Character set of the file" msgstr "Tablica znakova za datoteku:" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresija" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11610,71 +11588,71 @@ msgstr "Kompresija" msgid "Put columns names in the first row" msgstr "Nazive polja stavi u prvi red" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Polja obuhvaćena po" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Polja izostavljena po" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "NULL zamijeni s" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Redovi završeni s" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Redovi završeni s" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Excel izdanje" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 #, fuzzy msgid "Database name template" msgstr "Predložak naziva datoteka" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 #, fuzzy msgid "Server name template" msgstr "Predložak naziva datoteka" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 #, fuzzy msgid "Table name template" msgstr "Predložak naziva datoteka" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11686,425 +11664,429 @@ msgstr "Predložak naziva datoteka" msgid "Dump table" msgstr "%s tablica" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Uključi naslov tablice" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Naslov tablice" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Nastavljeni naslov tablice" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Ključ oznake" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Relacije" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Vrsta izvoza" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Spremi na server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "vodoravno (okrenuta zaglavlja)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Predložak naziva datoteka" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Unesi nazive tablica i polja sa stražnjim navodnicima" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Način rada SQL kompatibilnosti" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Izrada/Ažuriranje/Provjera datuma" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Upotrijebi odgođena umetanja" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Onemogući provjere stranih znakova" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Izradi novu tablicu u bazi podataka %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Za BLOB upotrijebi heksadecimalno" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Vrijednost sesije" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Upotrijebi ignoriranje umetaka" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Najveća duljina izrađenog upita" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy msgid "Export type" msgstr "Vrsta izvoza" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Izvoz uključi u transakciju" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 #, fuzzy msgid "Export time in UTC" msgstr "Vrsta izvoza" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Onemogući provjere stranih znakova" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 #, fuzzy msgid "Export defaults" msgstr "Uvezi datoteke" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Generiraj" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 #, fuzzy msgid "Import defaults" msgstr "Uvezi datoteke" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Uvoz / izvoz" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Customize main frame" msgid "Navigation tree" msgstr "Postavi glavni okvir" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Ostale postavke jezgre" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Broj stranice:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Sigurnost" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Osnovne postavke" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentacija" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Konfiguracija servera" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Pohrana konfiguracije" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "SQL upit" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Stanje" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Baza podataka za korisnika" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Tablica" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Shema relacija" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Upotrijebi tekstualno polje" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekst" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Upozorenja" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Oblikovanje uvezene datoteke" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Upotrijebi lokalnu ključnu riječ" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Nazive polja stavi u prvi red" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Dodaj vrijednost AUTO_INCREMENT" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Propuštena čitanja" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 #, fuzzy msgid "Number of inserted rows" msgstr "Broj presloženih redaka." -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Izbriši svve kolačiće na odlasku" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 #, fuzzy msgid "Maximum databases" msgstr "Nema baza podataka" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Najveća veličina datoteke za privremeno preslagivanje" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 #, fuzzy msgid "Memory limit" msgstr "Ograničenja resursa" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Prikaži logo u lijevom okviru" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Customize main frame" msgid "Navigation panel width" msgstr "Postavi glavni okvir" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12112,646 +12094,642 @@ msgstr "Postavi glavni okvir" msgid "Link with main panel" msgstr "Postavi glavni okvir" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Prikaži logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Broj otvorenih tablica." -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Broj otvorenih tablica." -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 #, fuzzy msgid "Database tree separator" msgstr "Predložak naziva datoteka" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Naslov tablice" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Prikaži tablice" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "Veze od zadnjeg osvježavanja" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Prikaži procese" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "Kopiraj bazu podataka u" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy msgid "Recently used tables" msgstr "Provjeri tablicu" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Izmijeni rasporede tablice po" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Naslov tablice" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Stalne veze" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Preimenuj tablicu u" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Primarni ključ je dodan na %s." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Popravi grane" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Polje za prikaz relacija" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 #, fuzzy msgid "Save directory" msgstr "Osnovna mapa podataka" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Vrijednost sesije" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Zabilježi tablicu" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Komprimiraj vezu" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Kontroliraj korisničke lozinke" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Bilo koje računalo" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Bilo koje računalo" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "Nema baza podataka" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "naziv poslužitelja" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "Izradi novu tablicu u bazi podataka %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Dodaj/Izbriši stupce polja" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 #, fuzzy msgid "Server port" msgstr "ID poslužitelja" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analiziraj tablicu" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Varijable" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Popravi tablicu" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Odabir poslužitelja" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Koristi SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Prikazivanje stupca komentara" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Defragmentiraj tablicu" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Izjave" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Rad s automatskim povratom" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Upotrijebi tablice" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Upotrijebi tablicu poslužitelja" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Prikaži obrazac za stvaranje baze podataka" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentari tablice" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "Prikaži PHP podatke" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy msgid "Show last update timestamp" msgstr "Prikaži stanje potčinjenog" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy msgid "Show last check timestamp" msgstr "Prikaži stanje potčinjenog" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Komentari tablice" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Prikaži otvorene tablice" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Prikaži mrežu" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Prikaži phpinfo() link" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Prikaži detaljne informacije o MySQL serveru" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 #, fuzzy msgid "Show SQL queries" msgstr "Prikaži pune upite" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Statistike redova" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 #, fuzzy msgid "Skip locked tables" msgstr "Prikaži otvorene tablice" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Objasni SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Izradi PHP kod" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Dodaj/Izbriši stupce polja" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy msgid "Default title" msgstr "Preimenuj bazu podataka u" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 #, fuzzy msgid "Upload directory" msgstr "Osnovna mapa podataka" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "Korisničko ime:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Lozinka" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "ID poslužitelja" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL upit" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "Konfiguracija servera" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "Ostalo" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Način upoređivanja kod povezivanja na poslužitelj" @@ -12788,7 +12766,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -12824,7 +12803,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -12836,7 +12815,7 @@ msgstr "Otvori izračunsku tablicu dokumenta" msgid "OpenDocument Text" msgstr "Otvori tekst dokumenta" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV upotrebom LOAD DATA" @@ -12959,7 +12938,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13264,7 +13243,7 @@ msgstr "U bazi podataka nisu pronađene tablice." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Nije moguće učitati dodatke za izvoz. Provjerite svoju instalaciju!" @@ -13396,7 +13375,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13460,7 +13439,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Možda želite osvježiti stranicu." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Pogrešna vrsta!" @@ -13550,30 +13529,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Poslužitelj pokrenut sa Suhosin. Proučite %sdokumentaciju%s radi mogućih " -"problema." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13583,7 +13553,7 @@ msgstr "" "tablicu znakova. Bez proširenja mbstring, phpMyAdmin nije u mogućnosti " "pravilno razdjeljivati naredbe i može doći do neočekivanih rezultata." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13662,7 +13632,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" izjave su onemogućene." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15835,7 +15805,7 @@ msgid "No such column" msgstr "Ukloni stupac / stupce" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16733,7 +16703,7 @@ msgstr "Nema baza podataka" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Knjižna oznaka %s je stvorena." @@ -16823,7 +16793,7 @@ msgstr "Provjeri tablicu" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan komplet rezultata (npr. nula redova)." @@ -17275,30 +17245,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Redak je izbrisan" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Upit je trajao %01.4f sek" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Prikazivanje redaka" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "ukupno" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17960,11 +17930,11 @@ msgstr "" msgid "web server upload directory:" msgstr "mapa učitavanja web poslužitelja" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Prikazivanje SQL upita" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Umetnut ID retka: %1$d" @@ -18418,43 +18388,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Zatvori" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Premještanje u istu tablicu nije moguće!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Kopiranje u istu tablicu nije moguće!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tablica %s premještena je u %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tablica %s kopirana je u %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tablica %s premještena je u %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tablica %s kopirana je u %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Naziv tablice je prazan!" @@ -18541,7 +18511,7 @@ msgstr "Neispravan komplet načina provjere vjerodostojnosti u konfiguraciji:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -19023,7 +18993,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -19047,55 +19017,55 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Nazivi stupaca" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Neispravno oblikovanje u CSV unosu unutar retka %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, fuzzy, php-format #| msgid "Invalid field count in CSV input on line %d." msgid "Invalid column count in CSV input on line %d." msgstr "Neispravan broj polja u CSV unosu unutar retka %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Neispravan parametar za CSV uvoz: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19933,18 +19903,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Prikazivanje kao PHP koda" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -20222,97 +20192,97 @@ msgstr "Neispravan naziv tablice" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Isprazni" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Izradi relaciju" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -20320,175 +20290,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "Pogreška tijekom preimenovanja tablice %1$s u %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add %s field(s)" msgid "A polygon" msgstr "Dodaj %s polja" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Izradi novi indeks" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Log file count" msgctxt "spatial types" @@ -20539,6 +20509,14 @@ msgstr "Pogreška u ZIP arhivi:" msgid "No files found inside ZIP archive!" msgstr "Datoteke nisu pronađene unutar ZIP arhive!" +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Poslužitelj pokrenut sa Suhosin. Proučite %sdokumentaciju%s radi mogućih " +#~ "problema." + #~ msgid "Version information" #~ msgstr "Podaci o verziji" diff --git a/resources/po/hu.po b/resources/po/hu.po index 61ea522acf..d5b655ced3 100644 --- a/resources/po/hu.po +++ b/resources/po/hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-27 09:09+0000\n" "Last-Translator: Andras Varro \n" "Language-Team: Hungarian %s" msgstr "Mentés a kiszolgáló %s könyvtárába" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "A létező fájl(ok) felülírása" @@ -3780,7 +3780,7 @@ msgstr "csináld" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Vissza" @@ -3790,7 +3790,7 @@ msgstr "Vissza" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importálás" @@ -4156,8 +4156,8 @@ msgstr "SQL kiírás" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Adatbázisok" @@ -4181,7 +4181,7 @@ msgid "Recent" msgstr "Legutóbbi" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Kedvenc táblák" @@ -4223,17 +4223,17 @@ msgid "Features" msgstr "Funkciók" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-lekérdezések" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigációs keret" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Fő keret" @@ -4761,13 +4761,28 @@ msgstr "A(z) \"%s\" adatbázis jogainak ellenőrzése." msgid "Check privileges" msgstr "Jogosultságok ellenőrzése" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "SQL lekérdezés(ek) futtatása a(z) %s adatbázison" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Összesen:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4775,16 +4790,16 @@ msgstr "" "Megjegyzés: az adatbázis-statisztika engedélyezése a webszerver és a MySQL " "közti nagy adatforgalomhoz vezethet." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Statisztikák engedélyezése" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Nincs adatbázis" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Megerősítés" @@ -5960,7 +5975,7 @@ msgid "Current server:" msgstr "Jelenlegi kiszolgáló:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Kiszolgálók" @@ -6056,7 +6071,7 @@ msgid "Test:" msgstr "Teszt" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Kiszolgáló" @@ -6710,7 +6725,7 @@ msgstr "Űrlap megjelenítése" msgid "Show hidden messages" msgstr "Rejtett elemek megjelenítése" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Hitelesítés típusa" @@ -6798,7 +6813,7 @@ msgid "Detailed profile" msgstr "Részletes profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Sorrend" @@ -6861,7 +6876,7 @@ msgstr "Eredmények elemzése" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Az SQL-lekérdezés végrehajtása sikerült." @@ -6907,7 +6922,7 @@ msgstr "Elválasztó" msgid "Show this query here again" msgstr "A fenti lekérdezés megjelenítése itt újra" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Lekérdezési doboz megőrzése" @@ -7407,7 +7422,7 @@ msgid "Delete the view (DROP)" msgstr "A nézet törlése (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Táblaszerkezet" @@ -7587,32 +7602,32 @@ msgid "Index length" msgstr "Indexhossz" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Elemzés" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Ellenőrzés" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimalizálás" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Újraépítés" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Javítás" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Kiürítés" @@ -9589,14 +9604,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "vietnámi" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9788,19 +9795,19 @@ msgstr "a fentiekből mindkettő" msgid "neither of the above" msgstr "a fentiekből egyik sem" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "A felhasználók nem adhatnak meg nagyobb értéket" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Ha engedélyezve van, akkor a felhasználó bármilyen MySQL kiszolgálót be tud " "írni a bejelentkezési űrlapon cookie hitelesítéshez." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9811,7 +9818,7 @@ msgstr "" "engedélyezve van a megadott reguláris kifejezésre illeszkedő MySQL " "kiszolgáló IP-címével vagy gépnevével." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9821,7 +9828,7 @@ msgstr "" "phpMyAdmint egy kereten belül, és ez egy potenciális [strong]biztonsági rés[/" "strong], ami lehetővé teszi a keretek közti parancsfájl (XSS) támadásokat." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9829,17 +9836,17 @@ msgstr "" "A [kbd]cookie[/kbd] hitelesítésben a sütik titkosításához használt titkos " "hozzáférési kód." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "A bzip2 tömörítés engedélyezése az importálási műveletekhez." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Adja meg a személyes kulcsát a tartomány reCaptcha szolgáltatásához." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -9847,37 +9854,37 @@ msgid "" "API." msgstr "Adja meg a személyes kulcsát a tartomány reCaptcha szolgáltatásához." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Adja meg a személyes kulcsát a tartomány reCaptcha szolgáltatásához." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Adja meg a személyes kulcsát a tartomány reCaptcha szolgáltatásához." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Adja meg a nyilvános kulcsát a tartomány reCaptcha szolgáltatásához." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Adja meg a személyes kulcsát a tartomány reCaptcha szolgáltatásához." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Adja meg a személyes kulcsát a tartomány reCaptcha szolgáltatásához." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9887,7 +9894,7 @@ msgstr "" "VARCHAR mezőknél; [kbd]input[/kbd] - korlátozhatóvá teszi a bevitel hosszát, " "[kbd]textarea[/kbd] - új sorokat engedélyez az oszlopokban." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9895,7 +9902,7 @@ msgstr "" "Felhasználóbarát szerkesztő használata az SQL-lekérdezések szerkesztéséhez " "(CodeMirror) szintaxiskiemelővel és sorszámozással." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9903,7 +9910,7 @@ msgstr "" "Megkeresi a lekérés hibáit a végrehajtás előtt. Bekapcsolt CodeMirror " "szükséges a működéshez." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9911,7 +9918,7 @@ msgstr "" "Meghatározza a CHAR és a VARCHAR oszlopokhoz előállított beviteli mezők " "legkisebb méretét." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9919,7 +9926,7 @@ msgstr "" "Meghatározza a CHAR és a VARCHAR oszlopokhoz előállított beviteli mezők " "legnagyobb méretét." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9928,28 +9935,28 @@ msgstr "" "tömörítése; ha problémákba ütközik a létrehozott gzip fájlokkal " "kapcsolatban, akkor tiltsa le ezt a funkciót." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" "Kell-e figyelmeztetést („Biztosan…”) megjeleníteni, ha adatvesztésre készül." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Tábla- és oszlopnevek automatikus kiegészítése az SQL lekérdezésekben." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9957,7 +9964,7 @@ msgstr "" "A táblák tömeges karbantartásának, mint az optimalizálás vagy a kijelölt " "táblák kijavításának, a letiltása." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9965,12 +9972,12 @@ msgstr "" "Adja meg a másodpercek számát, amíg egy parancsfájl futása engedélyezett " "([kbd]0[/kbd], ha korlátlan)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9978,7 +9985,7 @@ msgstr "" "Az elemek rendezési sorrendje egy idegen kulcs legördülő panelban; " "[kbd]tartalom[/kbd]: hivatkozott adat, [kbd]id[/kbd]: a kulcs értéke." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9987,7 +9994,7 @@ msgstr "" "[doc@faq6-27]dokumentációra[/doc] a mágikus parancsok végett, amiket " "speciális értékek megjelenítésére használhat." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9995,7 +10002,7 @@ msgstr "" "Ne feledje, hogy a phpMyAdmin csak egy felhasználói kezelőfelület, és " "funkciói nem korlátozzák a MySQL-t." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -10003,7 +10010,7 @@ msgstr "" "Speciális kiszolgáló beállítások, amelyeket ne módosítson, ha nem tudja, " "hogy mire valók." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10013,127 +10020,127 @@ msgstr "" "hozzáférést, nézze meg a [doc@linked-tables]phpMyadmin beállítástárolók[/" "doc] fejezetet a dokumentációban." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "Változások követése az adatbázisban. A phpMyAdmin beállítástárolóját igényli." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "A böngésző mód testreszabása." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Alapértelmezett beállítások testreszabása." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Beállítások phpMyAdmin fejlesztőknek." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "A szerkesztő mód testreszabása." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Az exportálás alapértelmezett beállításainak testreszabása." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Néhány gyakran használt lehetőség beállítása." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Az importálás alapértelmezett, gyakori beállításainak testreszabása." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "Az importálás és exportálás könyvtárainak, illetve a tömörítési lehetőségek " "beállítása." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Az adatbázisok megjelenítésének beállításai." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "A navigációs keret megjelenésének testreszabása." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "A navigációs fa testreszabása." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "A kiszolgálók megjelenítésének beállításai." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "A táblák megjelenítésének beállításai." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "A sehova sem illő beállítások." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Hitelesítés beállításai." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Adja meg a kiszolgáló csatlakozási paramétereit." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" "Az SQL-lekérdezési dobozokban megjelenített hivatkozások testreszabása." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL-lekérdezések beállításai." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "A kezdőlap testreszabása." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Válassza ki, melyik részletek jelenjenek meg az adatbázis szerkezetben " "(táblák listája)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Beállítások a táblaszerkezethez (oszlopok listája)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Válassza ki, hogyan kívánja használni a lapokat." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Szöveges beviteli mezők testreszabása." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Alapértelmezett beállítások testreszabása" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Egyes phpMyAdmin által megjelenített figyelmeztetések letiltása." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "A gzip tömörítés engedélyezése az importálási és exportálási műveletekhez." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10141,7 +10148,7 @@ msgstr "" "Ha engedélyezve van, akkor a phpMyAdmin folytatja a több utasításból álló " "lekérdezések kiszámítását, ha nem sikerült az egyik lekérdezés." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10151,7 +10158,7 @@ msgstr "" "szerint közel van az időkorláthoz. Ez a nagy fájlok importálásának lehet jó " "módja, azonban megszakíthatja a tranzakciókat." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10159,15 +10166,15 @@ msgstr "" "Alapértelmezett formátum. Tartsa szem előtt, hogy ez a lista függ a helytől " "(adatbázis, tábla) és csak az SQL érhető el mindig." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Adatok frissítése, ha kettőzött kulcsok találhatók importáláskor" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Az elejétől kihagyandó lekérdezések száma." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10178,7 +10185,7 @@ msgstr "" "kiszolgáló használata esetén könnyen megfeledkezhet a másik kiszolgálóról " "való kijelentkezésről." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10186,7 +10193,7 @@ msgstr "" "Meghatározza, hogy az előző bejelentkezést kell-e újrahívni vagy sem a " "[kbd]cookie[/kbd] hitelesítési módban." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10198,12 +10205,12 @@ msgstr "" "munkamenetekhez kerül megtartásra, vagyis a böngésző ablakának bezárásakor " "azonnal törlésre kerül. Ez nem megbízható környezetek esetén ajánlott." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Egy SQL-lekérdezés megjelenítésekor használt karakterek legnagyobb száma." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10211,13 +10218,13 @@ msgstr "" "A navigációs faszerkezet első szintjének egyes oldalain megjeleníthető " "elemek száma." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "A navigációs faszerkezet egyes oldalain megjeleníthető elemek száma." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10226,7 +10233,7 @@ msgstr "" "eredményhalmaz több sort tartalmaz, akkor az \"Előző\" és a \"Következő\" " "hivatkozás lesz látható." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10239,16 +10246,16 @@ msgstr "" "[kbd]32M[/kbd] ([kbd]-1[/kbd] esetén nincs korlát és [kbd]0[/kbd] esetén " "nincs változtatás)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "A navigációs panelen lecseréli az adatbázisfát egy kiválasztóra" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Összekapcsolás a fő panellel a jelenlegi adatbázis vagy tábla kiemelésével." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10256,13 +10263,13 @@ msgstr "" "A hivatkozott oldal megnyitása a főablakban ([code]main[/code]) vagy egy " "újban ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "A szűrődoboz megjelenítéséhez szükséges táblák minimális száma." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10270,68 +10277,68 @@ msgstr "" "Elemek csoportosítása a navigációs faszerkezetben (a fenti Adatbázisok és " "táblák lapon megadott elválasztó által meghatározva)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Ajánlja-e fel a fa kiterjesztésének lehetőségét a navigációs panelen." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Jelenítse-e meg az eljárásokat az adatbázis alatt a navigációs fában" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Whether to show events under database in the navigation tree" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Jelenítse-e meg az eseményeket az adatbázis alatt a navigációs fában" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "Logó megjelenítése a navigációs panelen." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Logó megjelenítése a navigációs panelen." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "Az URL, ahová a navigációs panelen lévő logó mutatni fog." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "A választható kiszolgálók megjelenítése a navigációs panel tetején." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Az adatbázisokat különféle fa szintekre elválasztó karakterlánc." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "A táblákat különféle fa szintekre tagoló karakterlánc." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Kiszolgáló kiemelése az egérmutató alatt." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Jelenítse-e meg a táblákat az adatbázis alatt a navigációs fában" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Jelenítse-e meg a nézeteket az adatbázis alatt a navigációs fában" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Jelenítse-e meg a függvényeket az adatbázis alatt a navigációs fában" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Jelenítse-e meg az eseményeket az adatbázis alatt a navigációs fában" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10339,7 +10346,7 @@ msgstr "" "[kbd]SMART[/kbd] - azaz a TIME, DATE, DATETIME és TIMESTAMP típusú oszlopok " "sorrendje csökkenő, egyéb esetben növekvő." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10349,7 +10356,7 @@ msgstr "" "Szerkezet oldalon jelenik meg, ha a phpMyAdmin beállítástároló táblák " "valamelyike nem található." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10357,7 +10364,7 @@ msgstr "" "A Szerkezet oldalon megjelenített alapértelmezett figyelmeztetés letiltása, " "ha a táblában lévő oszlopnevek a MySQL által fenntartott szavak." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10368,11 +10375,11 @@ msgstr "" "eljárásokat használ fel a lekérdezési előzmények megjelenítéséhez (az ablak " "bezárásakor elvesznek)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -10380,7 +10387,7 @@ msgstr "" "Beállítja a tényleges időzónát, valószínűleg eltér az adatbázis-kiszolgáló " "időzónájától" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10388,7 +10395,7 @@ msgstr "" "Hagyja üresen, ha nincs [doc@bookmarks@]könyvjelző[/doc] támogatás, " "javasolt: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10400,7 +10407,7 @@ msgstr "" "Hagyja üresen, ha nincs oszlopmegjegyzés/mime-típus, ajánlott: " "[kbd]pma_column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10408,7 +10415,7 @@ msgstr "" "Korlátozott jogosultságokkal rendelkező, speciális MySQL felhasználó. " "További információk érhetők el a [doc@linked-tables]dokumentációban[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10416,7 +10423,7 @@ msgstr "" "Egy alternatív gép a beállítástároló kezeléséhez; hagyja üresen a már " "megadott gép használatához." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10426,7 +10433,7 @@ msgstr "" "hagyja üresen az alapértelmezett port használatához, vagy a már definiált " "port, ha a kontrollgép és a gép ugyanaz." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10441,7 +10448,7 @@ msgstr "" "hibakövetőben[/a] és a [a@https://bugs.mysql.com/19588]MySQL " "hibabejelentőben[/a] olvashat róla" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10449,7 +10456,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség az SQL-lekérdezések előzményeinek " "támogatására, ajánlott: [kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10457,7 +10464,7 @@ msgstr "" "Korlátozza a táblabeállítások számát, amelyek adatbázisban tárolódnak, a " "legrégebbi rekordok automatikusan törlődnek." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10465,7 +10472,7 @@ msgstr "" "Hagyja üresen, ha nem szeretne sablonexportálás támogatást, ajánlott: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10473,7 +10480,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség központi oszlopok támogatására, ajánlott: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10483,14 +10490,14 @@ msgstr "" "literális formájukat használná, pl. használja a [kbd]'my\\_db'[/kbd] alakot, " "s ne a [kbd]'my_db'[/kbd] alakot." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Hagyja üresen, ha nem szeretne PDF-séma támogatást, ajánlott: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10501,7 +10508,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség a támogatására. Ajánlott: [kbd]phpmyadmin[/" "kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10509,7 +10516,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség a legutóbb használt táblák „állandó” " "tárolására a munkamenetek között, ajánlott: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10517,7 +10524,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség a kedvenc táblák „állandó” tárolására a " "munkamenetek között, ajánlott: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10525,12 +10532,12 @@ msgstr "" "Hagyja üresen, ha nincs [doc@relations@]relációs hivatkozás[/doc] támogatás, " "ajánlott: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "Lásd a [doc@authentication-modes]hitelesítési típusok[/doc] példáját." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10538,7 +10545,7 @@ msgstr "" "Hagyja üresen, ha nincs PDF-séma támogatás, ajánlott: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10546,7 +10553,7 @@ msgstr "" "Tábla a megjelenített oszlopok leírásához, hagyja üresen, ha nem kíván " "megadni leírást; ajánlott: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10554,7 +10561,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség az „állandó” táblák UI beállításaira a " "munkamenetek között, ajánlott: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10562,7 +10569,7 @@ msgstr "" "DROP DATABASE IF EXISTS utasítás hozzá lesz adva a napló első sora ként az " "adatbázis létrehozása során." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10570,7 +10577,7 @@ msgstr "" "DROP TABLE IF EXISTS utasítás hozzá lesz adva a napló első sora ként a tábla " "létrehozása során." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10578,12 +10585,12 @@ msgstr "" "A DROP VIEW IF EXISTS utasítás hozzá legyen-e adva a napló első soraként a " "nézet létrehozása során." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Állítások listájának definiálása az új verziójú automata-létrehozások során." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10591,7 +10598,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség az SQL-lekérdezések követésének " "támogatására, ajánlott: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10599,7 +10606,7 @@ msgstr "" "A követési mechanizmus automatikusan készítsen-e verziót a táblákhoz és a " "nézetekhez." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10607,7 +10614,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség a felhasználói beállítások tárolására az " "adatbázisban, ajánlott: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10617,7 +10624,7 @@ msgstr "" "menük szolgáltatás engedélyezéséhez. Az egyikük üresen hagyása le fogja " "tiltani ezt a szolgáltatást, ajánlott: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10627,7 +10634,7 @@ msgstr "" "szolgáltatás engedélyezéséhez. Az egyikük üresen hagyása le fogja tiltani " "ezt a szolgáltatást, ajánlott: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10635,7 +10642,7 @@ msgstr "" "Hagyja üresen, ha nincs szükség a navigációs elemek megjelenítése/elrejtése " "lehetőségre, ajánlott: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10643,55 +10650,55 @@ msgstr "" "A kiszolgáló felhasználóbarát leírása. Hagyja üresen az állomásnév " "megjelenítéséhez." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Hagyja üresen, ha nem használja." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Hagyja üresen az alapértelmezésekhez." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "A megjelenítendő HTTP Basic Auth Realm neve HTTP hitelesítés közben." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "A használandó hitelesítési mód." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "A MySQL-kiszolgálóhoz való kapcsolat tömörítése." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "A (PCRE) reguláris kifejezésre illeszkedő adatbázisok elrejtése." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "A gépnév, ahol a MySQL-kiszolgáló fut." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Hagyja üresen, ha nem konfigurációs hitelesítést használ." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "A port, melyen a MySQL-kiszolgáló figyel, hagyja üresen az " "alapértelmezetthez." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "A szoftvercsatorna, melyen a MySQL-kiszolgáló figyel, hagyja üresen az " "alapértelmezetthez." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "SSL engedélyezése a MySQL-kiszolgálóhoz való kapcsolathoz." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10701,27 +10708,27 @@ msgstr "" "hitelesítési módra, mert a jelszót a konfigurációs fájl tartalmazza, ami " "közvetlenül nem korlátozza ugyanazon parancs végrehajtásának a lehetőségét." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "A létrehozás időbélyegét megjelenítő oszlop megjelenítése vagy elrejtése " "minden táblánál." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "A legutóbbi frissítés időbélyegét megjelenítő oszlop megjelenítése vagy " "elrejtése minden táblánál." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "A legutóbbi ellenőrzés időbélyegét megjelenítő oszlop megjelenítése vagy " "elrejtése minden táblánál." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10729,7 +10736,7 @@ msgstr "" "Megadja, hogy a típusmezők kezdetben megjelenjenek-e a szerkesztés/beszúró " "módban." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10737,40 +10744,40 @@ msgstr "" "Megjeleníti a [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] kimenetre mutató hivatkozást." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Meg kell-e jeleníteni egy felhasználó számára az \"összes (sor) " "megjelenítése\" gombot." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "A megjegyzéseket megjelenítő oszlop megjelenítése vagy elrejtése minden " "táblánál." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "A karakterkészletet megjelenítő oszlop megjelenítése vagy elrejtése az " "összes táblánál." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "A függvénymezők megjelenítése szerkesztés/beszúrás módban." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Jelenjen-e meg javaslat vagy sem." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Meghatározza, hogy meg kell-e jeleníteni a phpMyAdmin által előállított SQL-" "lekérdezéseket." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." @@ -10778,22 +10785,14 @@ msgstr "" "Adatbázis- és táblastatisztika megjelenítésének engedélyezése (például " "tárhelyhasználat)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "A használt táblák megjelölése, és a zárolt táblákat tartalmazó adatbázisok " "megjelenítésének lehetővé tétele." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Az alapértelmezett figyelmeztetés letiltása, amely a főoldalon jelenik meg, " -"ha Suhosin észlelhető." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10803,7 +10802,7 @@ msgstr "" "session.gc_maxlifetime PHP beállítás értéke kisebb a „LoginCookieValidity” " "értékénél." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10811,7 +10810,7 @@ msgstr "" "Szövegdoboz méret (oszlop) szerkesztés módban, ez az érték lesz kiemelve az " "SQL-lekérdezés szövegdobozainál (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10819,7 +10818,7 @@ msgstr "" "Szövegdoboz méret (sor) szerkesztés módban, ez az érték lesz kiemelve az SQL-" "lekérdezés szövegdobozainál (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10831,7 +10830,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) fejlécben:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10839,7 +10838,7 @@ msgstr "" "Ha le van tiltva, a felhasználók semmit nem állíthatnak be az alábbi " "lehetőségek közül, függetlenül a jobboldalon lévő jelölőnégyzettől." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10857,7 +10856,7 @@ msgstr "" "telepítést tartalmazó kiszolgálónak nincs közvetlen internetelérése. A " "formátum: „gépnév:portszám”." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10867,7 +10866,7 @@ msgstr "" "nincs hitelesítés. Ha egy felhasználónév adott, alapfokú hitelesítés " "történik. Jelenleg nincs más típusú hitelesítés támogatva." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10875,7 +10874,7 @@ msgstr "" "A lekérdezések az Enter lenyomásával (a Ctrl+Enter helyett) lesznek " "végrehajtva. Új sorok a Shift+Enter használatával kerülnek beszúrásra." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10887,416 +10886,416 @@ msgstr "" "Zéró beállítási mód engedélyezése, amely lehetővé teszi a phpMyAdmin " "beállítástároló táblák automatikus beállítását." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "A kijelölt sorok szövegkiemeléssel." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "A sor kiemelése, melyre az egérkurzor mutat." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "A CHAR/VARCHAR szövegdobozok oszlopainak száma." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "A CHAR/VARCHAR szövegdobozok sorainak száma." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Az SQL-lekérdezések és azok végrehajtási idejük naplózása a konzolon való " "megjelenítéshez" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Az adatbázisba belépéskor megjelenített lap." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "A kiszolgálóra belépéskor megjelenített lap." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "A táblába belépéskor megjelenített lap." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Legyenek-e rejtve a táblaszerkezet műveletei." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Meghatározza, hogy az oszlop megjegyzéseket megjelenítse-e a táblázat " "struktúra nézetben" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "A kiszolgálók legördülő helyett listaként történő megjelenítése." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Legördülő lesz használatban, ha kevesebb elem van jelen." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Alapértelmezett érték az idegen kulcs ellenőrzések jelölőnégyzethez néhány " "lekérdezésnél." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Hány sor szúrható be egyszerre." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "A megjelenített karakterek legnagyobb száma nem numerikus oszlop esetén a " "böngésző nézetben." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Meghatározza, hogy meddig érvényes (másodpercben) egy bejelentkezési süti." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "A szövegdoboz méretének duplázása LONGTEXT oszlopoknál." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Az adatbázis-listában megjelenített adatbázisok legnagyobb száma." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "A táblalistában megjelenített táblák legnagyobb száma." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Az utoljára használt táblák legnagyobb száma; állítsa 0-ra a tiltáshoz." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "A kedvenc táblák legnagyobb száma; állítsa 0-ra a tiltáshoz." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Ezek a Szerkesztés, Másolás és Törlés hivatkozások." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Jelenjenek-e meg sorhivatkozások az egyedi kulcs hiányában is." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Gyorsbillentyűk letiltása" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Természetes sorrend használata a tábla- és adatbázisnevek rendezésénél." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Csak ikonok, csak szöveg vagy mindkettő használata." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "A GZip-kimenet pufferelésének használata a HTTP-átvitelek sebességének " "növeléséhez." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Állandó kapcsolatok használata a MySQL adatbázisokhoz." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "A BLOB és BINARY oszlopok módosításának tiltása." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Hány lekérdezés legyen megtartva az előzményekben." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Válassza ki, hogy mely függvények legyenek a karakterkészlet átalakításához " "használva." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "A táblák böngészése során az egyes táblák rendezése megmarad." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" "Alapértelmezett rendezési sorrend az elsődleges kulccsal rendelkező " "tábláknál." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "A fejlécek ismétlése minden X cellánként, a [kbd]0[/kbd] kikapcsolja ezt a " "lehetőséget." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "A beállítások megjelenítéséhez" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "A könyvtár, melybe az exportálások menthetők a kiszolgálón." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Meghatározza, hogy a lekérdezés doboz a képernyőn maradjon-e az űrlap " "elküldése után." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "A böngészőablak címe, amikor egy adatbázis ki van választva." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "A böngészőablak címe, amikor semmi sincs kiválasztva." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "A böngészőablak címe, amikor egy kiszolgáló ki van választva." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "A böngészőablak címe, amikor egy tábla ki van választva." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" "A kiszolgálón lévő könyvtár, ahová fájlokat tölthet fel az importáláshoz." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "A teljes adatbázison belüli keresés engedélyezése." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "A legújabb verzió ellenőrzését engedélyezi a phpMyAdmin főoldalán." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "A jelszó a proxyval való hitelesítéshez." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" "A ZIP tömörítés engedélyezése az importálási és exportálási műveletekhez." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" "Válassza ki az alapértelmezett műveletet, amikor hibajelentéseket küld." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Bármilyen MySQL kiszolgálóra történő bejelentkezés engedélyezése" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Bejelentkezés korlátozása a MySQL kiszolgálóra" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Harmadik fél keret-használatának engedélyezése" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" "Az \"Adatbázis eldobása\" hivatkozás megjelenítése a normál felhasználók " "számára" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish titkosítás" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Sorkiemelő" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "A mutató kiemelése" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR mezők szerkesztése" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror engedélyezése" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Linter engedélyezése" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "A beviteli mező minimum mérete" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "A beviteli mező maximum mérete" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR szövegterület oszlopai" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR szövegterület sorai" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Konfigurációs fájl engedélyeinek ellenőrzése" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Menet közbeni tömörítés" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "A DROP lekérdezések megerősítése" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Papírméret" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Alapértelmezett adatbázis fül" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Alapértelmezett kiszolgáló lap" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Alapértelmezett tábla fül" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Automatikus kiegészítés engedélyezése a tábla- és mezőneveknél" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Oszlopmegjegyzések megjelenítése" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Táblaszerkezet műveletek elrejtése" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Alapértelmezett rendezési mód" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for Substring" msgstr "Bemenet átalakítás beállításai" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Alapértelmezett rendezési mód" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Alapértelmezett rendezési mód" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for PreApPend" msgstr "Bemenet átalakítás beállításai" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Alapértelmezett rendezési mód" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for Inline" msgstr "Bemenet átalakítás beállításai" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for TextImageLink" msgstr "Bemenet átalakítás beállításai" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for TextLink" msgstr "Bemenet átalakítás beállításai" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Kiszolgálók megjelenítése listaként" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Többtáblás karbantartás letiltása" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Végrehajtási idő legfeljebb" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Mentés fájlként" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "A fájl karakterkészlete" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Tömörítés" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11304,56 +11303,56 @@ msgstr "Tömörítés" msgid "Put columns names in the first row" msgstr "A mezőneveket tegye az első sorba" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Oszlopok körbezárása ezzel" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Oszlopok escape-elése ezzel" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL cseréje ezzel" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "A mezőkben lévő CRLF karakterek eltávolítása" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Oszlopok végződése ezzel" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Sorok végződése ezzel" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel változat" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Adatbázisnév sablon" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Kiszolgálónév sablon" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Táblanév sablon" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11363,84 +11362,84 @@ msgstr "Táblanév sablon" msgid "Dump table" msgstr "Tábla kiírása" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Tartalmazza a táblacímet" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Táblacím" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Táblacím folytatása" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Feliratkulcs" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Kapcsolatok" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Exportálás módja" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Mentés a kiszolgálón" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportálás különálló fájlokként" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "A fájlnévsablon megjegyzése" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "Oszlopok eltávolítása a központi listából" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Idézőjelek használata a tábla- és mezőneveknél" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL kompatibilitási mód" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Létrehozás/módosítás/ellenőrzés dátuma" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Késleltetett beszúrások használata" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Az idegen kulcsok ellenőrzésének letiltása" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Nézetek exportálása táblaként" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Kapcsolódó metaadatok exportálása a phpMyAdmin beállítástárolóból" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Hexadecimális értékek használata a BINARY és BLOB értékekhez" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11448,841 +11447,841 @@ msgstr "" "IF NOT EXISTS hozzáadása (kevésbé hatékony, mivel a tábla létrehozása idején " "indexeket generálunk)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "%s value" msgid "%s view" msgstr "%s érték" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Mellőző beszúrások használata" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Adat beillesztésére vonatkozó szintaxis" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "A létrehozott lekérdezés hossza legfeljebb" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Exportálás típusa" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Az exportálás befoglalása egy tranzakcióban" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exportálás időzónája UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Az idegen kulcs legördülő sorrendje" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Idegen kulcs korlátozása" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Idegen kulcs ellenőrzések" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Tallózó mód" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Fejlesztő" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Szerkesztő mód" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Exportálás alapértelmezései" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Általános" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importálás alapértelmezései" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importálás / exportálás" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigációs fa" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Egyéb alapbeállítások" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Oldalcímek" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Biztonság" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Alapbeállítások" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Hitelesítés típusa" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Kiszolgáló beállítások" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Beállítástároló" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Változások követése" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL-lekérdezési panelek" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Indítás" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Adatbázis-szerkezet" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Fülek" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Kapcsolati séma megjelenítése" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Szöveges mezők" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! szöveg" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Figyelmeztetések" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Az iconv funkció extra paraméterei" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Több utasítás hibáinak figyelmen kívül hagyása" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Részleges importálás: a megszakítás engedélyezése" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Ne legyen megszakítás INSERT hiba esetén" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATE hozzáadása" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Az importált fájl formátuma" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL kulcsszó használata" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "A mezőnevek az első sorban" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Ne importálja az üres sorokat" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Valuták importálása ($5.00 helyett 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Százalékos értékek importálása pontos tizedestörtként (12.00% helyett .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Részleges importálás: lekérdezések kihagyása" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne használja az AUTO_INCREMENT-et nulla értékekhez" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Olvasás multibájtként" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Csúszkák kezdeti állapota" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "A beszúrt sorok száma" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Mező-karakterek korlátozása" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Kijelentkezéskor az összes cookie törlése" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "A felhasználónév újrahívása" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "A bejelentkezési cookie tárolása" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "A bejelentkezési cookie érvényessége" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Nagyobb LONGTEXT szövegbeviteli mezők" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "A SQL kijelzett hossza legfeljebb" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Az adatbázisok száma" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Az első szinten lévő legtöbb elem" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Ág maximális elemeinek száma" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "A megjelenítendő sorok száma" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "A táblák száma" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "A memória korlátozása" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Adatbázisok navigációjának megjelenítése faszerkezetként" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Navigációs keret" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Hozzákapcsolás a fő panelhez" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "A logó megjelenítése" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "A logó hivatkozásának URL-címe" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "A logó hivatkozásának célja" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Kiszolgálók kiválasztásának megjelenítése" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "A gyors hozzáférés ikon célja" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "A második gyors hozzáférés ikon célja" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "A szűrődoboz megjelenítéséhez szükséges elemek minimális száma" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "A szűrődoboz megjelenítéséhez szükséges minimális adatbázisok száma" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Elemek csoportosítása a fában" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Az adatbázisfa elválasztója" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Táblafa elválasztó" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "A táblafa mélysége legfeljebb" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "A szövegkiemelés engedélyezése" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Navigációs fa kiterjesztés engedélyezése" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Táblák megjelenítése a fában" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Nézetek megjelenítése a fában" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Függvények megjelenítése a fában" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Eljárások megjelenítése a fában" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Események megjelenítése a fában" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Adatbázis másolása" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Utoljára használt táblák" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Hol legyenek a táblasor linkek" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Sorhivatkozások megjelenítése mindenképp" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Természetes rendezés" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Navigációs sáv" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip-kimenet pufferelése" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Alapértelmezett rendezési mód" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Állandó kapcsolatok" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Hiányzó phpMyAdmin beállítástároló táblák" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL fenntartott kifejezés figyelmeztetés" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Menü fülek megjelenítésének módja" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Hogy jelenjenek meg a különböző műveletek linkjei" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "A bináris mezők védelme" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Állandó lekérdezési előzmények" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "A lekérdezési előzmények hossza" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Átkódoló motor" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Emlékezzen a tábla elrendezésére" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Elsődleges kulcs alapértelmezett rendezési sorrendje" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Fejlécek ismétlése" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Rács szerkesztés: eseményindító művelet" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relációs megjelenítés" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Rács szerkesztés: minden szerkesztett cella mentése egyszerre" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Mentési könyvtár" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Az állomás hitelesítési sorrendje" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Az állomás hitelesítési szabályai" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "A jelszó nélküli bejelentkezés engedélyezése" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "A root bejelentkezés engedélyezése" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Munkamenet időzóna" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP-tartomány" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Könyvjelzők táblája" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Oszlopinformációs tábla" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Kapcsolat tömörítése" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "A kontrollfelhasználó jelszava" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Kontrollfelhasználó" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrollgép" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Kontroll port" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Az INFORMATION_SCHEMA használatának letiltása" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Adatbázisok elrejtése" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL-lekérdezések előzményeinek táblája" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "A kiszolgáló gépneve" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Kijelentkezési URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "A tárolandó táblabeállítások legnagyobb száma" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Sablonok táblájának exportálása" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Központi oszlopok táblája" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Csak a kilistázott adatbázisok megjelenítése" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "A konfigurációs hitelesítés jelszava" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-séma: pages table" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "A kiszolgáló portja" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Utoljára használt tábla" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Kedvencek tábla" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Kapcsolat tábla" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon munkamenet neve" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Signon URL-címe" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "A kiszolgáló szoftvercsatornája" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL használata" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Tervező és PDF-séma: table coordinates" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Oszlopok tábla megjelenítése" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Felhasználói felület beállítások tábla" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE hozzáadása" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW hozzáadása" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Utasítások követésre" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL-lekérdezések követésének táblája" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Verziók automatikus létrehozása" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Felhasználók beállításainak tárolótáblája" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Felhasználók tábla" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Felhasználói csoport tábla" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Rejtett navigációs elemek tábla" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "A konfigurációs hitelesítés felhasználóneve" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "A kiszolgáló részletes neve" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Az összes sor megjelenítésének engedélyezése" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "A jelszómódosító űrlap megjelenítése" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Az adatbázis létrehozása űrlap megjelenítése" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Tábla megjegyzéseinek megjelenítése" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Létrehozás időbélyegének megjelenítése" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Utolsó frissítés időbélyegének megjelenítése" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Utolsó ellenőrzés időbélyegének megjelenítése" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Tábla karakterkészletének megjelenítése" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Mezőtípusok megjelenítése" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "A függvénymezők megjelenítése" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Segítség megjelenítése" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "A phpinfo() hivatkozás megjelenítése" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Részletes MySQL kiszolgáló információk megjelenítése" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Az SQL-lekérdezések megjelenítése" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "A statisztika megjelenítése" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "A zárolt táblák kihagyása" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Az SQL magyarázata" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "PHP-kód létrehozása" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin figyelmeztetés" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Bejelentkezési cookie érvényesség figyelmeztetés" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Szövegdoboz oszlopai" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Szövegdoboz sorai" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Alapértelmezett cím" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "A megbízható proxyk listája az IP engedélyezéshez/elutasításhoz" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Feltöltési könyvtár" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Adatbázis-kereső használata" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Fejlesztő fül engedélyezése a beállításokban" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Verzió-ellenőrzés" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "Proxy URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proxy felhasználónév" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proxy jelszó" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "reCaptcha nyilvános kulcsa" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "reCaptcha nyilvános kulcsa" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Hibajelentések küldése" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Az Enter a parancssorban hajtja végre a lekérdezéseket" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Zéró beállítási mód engedélyezése" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "" #| "Execute queries on Enter and insert new line with Shift + Enter. To make " @@ -12292,25 +12291,25 @@ msgstr "" "Lekérdezések végrehajtása az Enter lenyomásakor, és új sor beszúrása a Shift " "+ Enter használatával. Ennek állandóvá tételéhez nézze meg a beállításokat." -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Konzol" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Konzol" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order by:" msgid "Order by" msgstr "Sorrend:" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Kiszolgálókapcsolat illesztése" @@ -12343,7 +12342,8 @@ msgstr "Tömörített importálás nem fog működni, mert hiányzik a funkció: msgid "Compressed export will not work due to missing function %s." msgstr "Tömörített exportálás nem fog működni, mert hiányzik a funkció: %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -12377,7 +12377,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Open Document munkafüzet" @@ -12385,7 +12385,7 @@ msgstr "Open Document munkafüzet" msgid "OpenDocument Text" msgstr "Open Document szöveges dokumentum" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV a LOAD DATA használatával" @@ -12573,7 +12573,7 @@ msgstr "" "A %sGZip tömörítéshez és kicsomagoláshoz%s olyan függvényekre (%s) van " "szükség, amelyek ezen a rendszeren nem elérhetőek." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Kiszolgáló %d" @@ -12856,7 +12856,7 @@ msgstr "Nem található %1$s nevű esemény a(z) %2$s adatbázisban." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Nem lehetett betölteni az exportáló beépülő modulokat. Kérjük, ellenőrizze a " @@ -12988,7 +12988,7 @@ msgid "Success!" msgstr "Sikerült!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13051,7 +13051,7 @@ msgstr "Ha problémát észlel, kérjük, küldje be a hibajelentést kézzel." msgid "You may want to refresh the page." msgstr "Kérem, frissítse az oldalt." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Rossz típus!" @@ -13153,16 +13153,7 @@ msgstr "" "phpMyAdmin könyvtárában. Távolítsa el a phpMyAdmin beállítása után. " "Máskülönben az illetéktelen behatolás veszélye magas lesz." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"A kiszolgáló Suhosinnal fut. Kérjük, hogy a lehetséges problémáknak nézzen " -"utána a %sdokumentációban%s." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -13171,14 +13162,14 @@ msgstr "" "A $cfg ['TempDir'] (%s 1) nem elérhető. A phpMyAdmin nem képes a sablonok " "elrejtésére és lassú lesz." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13189,7 +13180,7 @@ msgstr "" "tudja megfelelően felosztani a karakterláncokat, mely nem várt eredményhez " "vezethet." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13269,7 +13260,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "A \"DROP DATABASE\" utasítást letiltották." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK történt.]" @@ -15318,7 +15309,7 @@ msgid "No such column" msgstr "Nincs ilyen oszlop" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Karakterlánc" @@ -16210,7 +16201,7 @@ msgstr "Hibás adat" msgid "Wrong data or no validation for %s" msgstr "Hibás adatok vagy nincs ellenőrzés ehhez: %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "A(z) %s könyvjelző létrejött." @@ -16292,7 +16283,7 @@ msgstr "Túl sok kapcsolat van indexek nélkül." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "A MySQL üres eredményhalmazt adott vissza (pl. nulla sorok)." @@ -16703,29 +16694,29 @@ msgstr "" msgid "The row has been deleted." msgstr "A sor törlése megtörtént." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "A lekérdezés %01.4f másodpercig tartott." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Sorok megjelenítése %1s-%2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d összesen, %2$d a lekérdezésben" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "összesen %d" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Nem található a hivatkozás!" @@ -17381,11 +17372,11 @@ msgstr "" msgid "web server upload directory:" msgstr "webszerver feltöltési könyvtár:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Megjelenítés SQL lekérdezésként" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "A beszúrt sor azonosítószáma: %1$d" @@ -17840,43 +17831,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Nem található részleges függőség!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Összefonás" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Nem helyezhető át ugyanabba a tábla!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Nem másolható ugyanabba a tábla!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" "A(z) %s tábla áthelyezésre került ide: %s. A jogosultságok módosítása " "megtörtént." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" "A(z) %s tábla átmásolásra került ide: %s. A jogosultságok módosítása " "megtörtént." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "A(z) %s tábla áthelyezése a(z) %s adatbázisba kész." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "A(z) %s tábla másolása %s néven megtörtént." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Üres a tábla neve!" @@ -17961,7 +17952,7 @@ msgstr "Érvénytelen hitelesítési mód került beállításra a konfiguráci msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Oszlopok elválasztása ezzel:" @@ -18390,7 +18381,7 @@ msgstr "" "Adatbázis rendszer vagy régebbi MySQL szerver a kimenet kompatibilitásának " "maximalizálása ezzel:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18415,19 +18406,19 @@ msgstr "" "Adatok frissítése, ha kettőzött kulcsok találhatók importáláskor (ON " "DUPLICATE KEY UPDATE hozzáadása)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18435,7 +18426,7 @@ msgstr "" "A fájl első sora tartalmazza a tábla oszlopneveit (ha ez nincs " "kiválasztva, az első sor az adat része lesz)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18445,29 +18436,29 @@ msgstr "" "mint az adatbázisban, a megfelelő oszlopneveket listázza itt. Az " "oszlopneveket vesszővel kell elválasztani, nem idézőjellel." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Oszlopnevek: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "A CSV bevitel %d. sorában a formázás érvénytelen." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Érvénytelen oszlopszám a CSV bemenet %d. sorában." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "A CSV importálás paramétere érvénytelen: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19282,11 +19273,11 @@ msgid "Using bookmark \"%s\" as default browse query." msgstr "" "A(z) „%s” könyvjelző használata alapértelmezett tallózás lekérdezésként." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Megjelenítés PHP kódként" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19295,7 +19286,7 @@ msgstr "" "A jelenlegi kijelölés nem tartalmaz egyedi oszlopot. A Rács szerkesztése, " "jelölőnégyzet, Szerkesztés, Másolás és Törlés funkciók nem érhetők el. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19561,26 +19552,26 @@ msgstr "Meg kell adnia egy érvényes táblanevet!" msgid "You must provide a trigger definition." msgstr "Meg kell adnia egy eseményindító meghatározást." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Kiürítés" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "nincs jelen" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1 bájtos integer, signed tartomány -128 és 127 között, unsigned tartomány 0 " "és 255 között" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19588,7 +19579,7 @@ msgstr "" "2 bájtos integer, signed tartomány -32 768 és 32 767 között, unsigned " "tartomány 0 és 65 535 között" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19596,7 +19587,7 @@ msgstr "" "3 bájtos integer, signed tartomány -8 388 608 és 8 388 607 között, unsigned " "tartomány 0 és 16 777 215 között" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19604,7 +19595,7 @@ msgstr "" "4 bájtos integer, signed tartomány -2 147 483 648 és 2 147 483 647 közt, " "unsigned tartomány 0 és 4 294 967 295 közt" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19613,7 +19604,7 @@ msgstr "" "036 854 775 807 között, unsigned tartomány 0 és 18 446 744 073 709 551 615 " "között" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19621,7 +19612,7 @@ msgstr "" "Tizedestört szám - az egész jegyek maximális száma 65 (alapértelmezett a " "10), a törtek maximális száma 30 (alapértelmezett a 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19629,7 +19620,7 @@ msgstr "" "Small floating-point szám, értéktartománya -3.402823466E+38 és " "-1.175494351E-38 között, 0, 1.175494351E-38 és 3.402823466E+38 között" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19639,7 +19630,7 @@ msgstr "" "-1.7976931348623157E+308 és -2.2250738585072014E-308 között, 0, " "2.2250738585072014E-308 és 1.7976931348623157E+308 között" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19647,35 +19638,35 @@ msgstr "" "DOUBLE-lal egyenértékű (kivéve: REAL_AS_FLOAT SQL módban a FLAT-tal " "egyenértékű)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "Bit-field típus (M), értékenként M darab bit (alapértelmezett: 1, maximum 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" "TINYINT(1)-gyel egyenértékű, zéró esetén false, nemzéró esetén true érték" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Egy dátum, a támogatott tartomány %1$s és %2$s között van" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Dátum és idő kombináció, értéktartomány %1$s és %2$s között" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19689,12 +19680,12 @@ msgstr "" "Időbélyeg, tartomány 1970-01-01 00:00:01 UTC és 2038-01-09 03:14:07 UTC " "között, másodpercek számaként tárolva a kezdettől" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Egy idő, a tartomány %1$s és %2$s között van" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19702,7 +19693,7 @@ msgstr "" "4 vagy 2 karakteres évszám, megengedett értékei 70 (1970) és 69 (2069), vagy " "1901 és 2155 között és 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19710,7 +19701,7 @@ msgstr "" "Fix hosszúságú (0-255, alapértelmezett 1) sztring, amely szóközökkel van " "jobbról kitöltve a meghatározott hossz eléréséhez" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19719,7 +19710,7 @@ msgstr "" "Változó hosszúságú (%s) sztring, a tényleges maximális hossz függ a " "maximális sormérettől" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19727,7 +19718,7 @@ msgstr "" "TEXT oszlop, maximális hossz 255 karakter, tárolása 1 bájt előtaggal, amely " "az érték hosszát tartalmazza bájtokban" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19735,7 +19726,7 @@ msgstr "" "TEXT oszlop maximum 65 535 karakterhosszúsággal, 2 bájtos előtaggal tárolva, " "amely az érték hosszát tartalmazza bájtokban" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19743,7 +19734,7 @@ msgstr "" "TEXT oszlop 16 777 215 maximális hosszúsággal, három bájt előtaggal tárolva, " "amely az érték hosszát tartalmazza bájtokban" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19752,7 +19743,7 @@ msgstr "" "TEXT oszlop maximum 4 294 967 295 vagy 4 GB hosszal, 4 bájtos előtaggal " "tárolva, amely az érték hosszát tartalmazza bájtokban" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19760,7 +19751,7 @@ msgstr "" "Hasonló a CHAR típushoz, de bináris bájtláncot tárol nem-bináris " "karakterláncok helyett" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19768,7 +19759,7 @@ msgstr "" "Hasonló a VARCHAR típushoz, de bináris bájtláncot tárol nem-bináris " "karakterláncok helyett" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19776,7 +19767,7 @@ msgstr "" "BLOB oszlop maximális hossza 255 (2 ^ 8 - 1) bájt, tárolt érték hosszát " "jelző egybájtos előtaggal" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19784,7 +19775,7 @@ msgstr "" "BLOB-oszlop 16 777 215 maximális hosszal (2 ^ 24 - 1), tárolt érték hosszát " "jelző három byte-os előtaggal" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19792,7 +19783,7 @@ msgstr "" "BLOB oszlop maximális hossza a 65 535 (2 ^ 16 - 1) bájt, tárolt érték " "hosszát jelző két byte-os előtaggal" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19800,50 +19791,50 @@ msgstr "" "BLOB oszlop 4 294 967 295 vagy 4 GB maximális hosszal (2 ^ 32 - 1), tárolt " "érték hosszát jelző négybájtos előtaggal" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" "Felsorolás, legfeljebb 65 535 értékkel vagy a speciális '' hibaértékkel" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Egyetlen érték egy 64 tagú készletből" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Típus, amely bármely típus geometriáját tudja tárolni" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Pont 2 dimenziós pozícióban" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Görbe lineáris interpolációval a pontjai között" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Egy sokszög" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Pontok összessége" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Görbék összessége lineáris interpolációval a pontjaik közt" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Sokszögek összessége" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Bármely típusú geometriai tárgyak összessége" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19851,39 +19842,39 @@ msgstr "" "Eltárolja és bekapcsolja a hatékony hozzáférést a JSON (JavaScript Object " "Notation) dokumentumok adataihoz" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Tárolja az univerzálisan egyedi azonosítót (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "numerikus" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Dátum és idő" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Térbeli" @@ -19928,6 +19919,24 @@ msgstr "Hiba a ZIP archívumban:" msgid "No files found inside ZIP archive!" msgstr "Nem található fájl a ZIP archívumban!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Az alapértelmezett figyelmeztetés letiltása, amely a főoldalon jelenik " +#~ "meg, ha Suhosin észlelhető." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin figyelmeztetés" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "A kiszolgáló Suhosinnal fut. Kérjük, hogy a lehetséges problémáknak " +#~ "nézzen utána a %sdokumentációban%s." + #~ msgid "Version information" #~ msgstr "Verziószám" diff --git a/resources/po/hy.po b/resources/po/hy.po index 2243925a78..bf7c801066 100644 --- a/resources/po/hy.po +++ b/resources/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-03 06:36+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Armenian %s" msgstr "%1$s համընկնում %2$s-ում" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3783,7 +3783,7 @@ msgstr "կիրառել" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Հետ" @@ -3793,7 +3793,7 @@ msgstr "Հետ" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Ներմուծում" @@ -4137,8 +4137,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Տվյալների բազաներ" @@ -4162,7 +4162,7 @@ msgid "Recent" msgstr "Վերջինները" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Ընտրյալ աղյուսակներ" @@ -4202,17 +4202,17 @@ msgid "Features" msgstr "Հատկություններ" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL հարցումներ" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Նավարկման փեղկ" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Հիմնական փեղկ" @@ -4726,13 +4726,28 @@ msgstr "Ստուգել արտոնությունները \"%s\" տվյալներ msgid "Check privileges" msgstr "Ստուգել արտոնությունները" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Կատարել SQL հարցում(ներ)ը %s տվյալների բազային" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Ընդամենը՝" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4740,16 +4755,16 @@ msgstr "" "Նշում՝ տվյալների բազաների վիճակագրության գործունացումը կարող է պատճառել " "մեծածավալ փոխանակում՝ վեբ սպասարկչի և MySQL սպասարկչի միջև։" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Միացնել վիճակագրումը" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Տվյալների բազաներ չկան" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Հաստատել" @@ -5885,7 +5900,7 @@ msgid "Current server:" msgstr "Ընթացիկ սպասարկիչը՝" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Սպասարկիչներ" @@ -5971,7 +5986,7 @@ msgid "Test:" msgstr "Փորձարկում" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Սպասարկիչ" @@ -6594,7 +6609,7 @@ msgstr "Ցուցադրել ձևը" msgid "Show hidden messages" msgstr "Ցուցադրել թաքնված տարրերը" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Վավերացման տեսակը" @@ -6680,7 +6695,7 @@ msgid "Detailed profile" msgstr "Մանրակրկիտ հատկագիր" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Հետթականություն" @@ -6743,7 +6758,7 @@ msgstr "Հարցումների հսկման արդյունքներ" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Ձեր SQL հարցումը հաջողությամբ կատարվեց։" @@ -6789,7 +6804,7 @@ msgstr "Բաժանիչ" msgid "Show this query here again" msgstr "Կրկին ցուցադրել տվյալ հարցումը" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Թողնել հարցման դաշտը" @@ -7283,7 +7298,7 @@ msgid "Delete the view (DROP)" msgstr "Ջնջել ներկայացումը (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Աղյուսակի կառուցվածքը" @@ -7461,32 +7476,32 @@ msgid "Index length" msgstr "Ցուցակագրի երկարությունը" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Վերլուծել" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Ստուգում" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Բարելավվում" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Վերակառուցում" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9256,14 +9271,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Վիետնամերեն" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9456,37 +9463,37 @@ msgstr "Վերևի երու տարբերակն էլ" msgid "neither of the above" msgstr "նշվածներից ոչ մեկը" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -9496,44 +9503,44 @@ msgstr "" "Միացնել [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] սեղմումը՝ " "մերմուծման գորխողությունների համար։" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 #, fuzzy #| msgid "" #| "Use user-friendly editor for editing SQL queries ([a@https://codemirror." @@ -9546,7 +9553,7 @@ msgstr "" "codemirror.net/]CodeMirror[/a])՝ շարահյուսության գունանշումով և տողերի " "համարներով։" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9554,7 +9561,7 @@ msgstr "" "Ստուգել ամեն հարցումը առկա սխալների համար՝ այն կատարելուց առաջ։ Պահանջում է " "CodeMirror-ի միացրած լինելը։" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9562,7 +9569,7 @@ msgstr "" "Սահմանում է CHAR և VARCHAR սյունակների համար ստեղծվող ներածման դաշտերի " "նվազագույն չափը։" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9570,13 +9577,13 @@ msgstr "" "Սահմանում է CHAR և VARCHAR սյունակների համար ստեղծվող ներածման դաշտերի " "առավելագույն չափը։" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9584,27 +9591,27 @@ msgstr "" "Արդյո՞ք զգուշացումները (\"Իսկապե՞ս եք ցանկանում…\") պետք է ցուցադրվեն՝ " "տվյալների կորսուստը նախատեսող դեպքերում։" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "SQL հարցումներում աղյուսակի և սյունակների անվանումների ինքնալրացումը։" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9612,24 +9619,24 @@ msgstr "" "Նշեք վայրկյանների քանակը, որոնց ընթացքում սցենարը կարող է աշխատել ([kbd]0[/" "kbd] - առանց սահմանափակման)։" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9637,129 +9644,129 @@ msgstr "" "Ի նկատի ունեցեք, որ phpMyAdmin-ը՝ ընդամենը օգտվողի միջերես է, և դրա " "կայանքները չեն սահմանափակում MySQL-ի հատկությունները։" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Կազմաձևել լռելյայն կայանքները։" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Կայանքներ՝ phpMyAdmin-ի մշակողների համար։" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Կարգավորեք խմբագրման եղանակը։" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Կազմաձևել արտահանման լռելյայն կայանքները։" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Կազմաձևել հաճախակի օգտագործվող կայանքները։" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Կազմաձևել լռելյայն ներմուծման կայանքները։" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Նշանակել ներմուծման և արտահանման պանակները և սեղման կայանքները։" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Տվյալների բազայների ցանկի ցուցադրման կայանքները։" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Կազմաձևել նավարկման փեղկի արտաքին տեսքը։" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Կազմաձևել նավարկման ծառը։" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Սպասարկիչների ցանկի ցուցադրվման կայանքները։" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Աղյուսակների ցանկի ցուցադրման կայանքները։" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Վավերացման կայանքներ։" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Մուտքագրեք սպասարկչի հետ կապ հաստատելու հարաչափերը։" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Կազմաձևել SQL հարցման տուփերում ցուցադրվող հղումները։" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL հարցումների կայանքները։" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Կարգավորեք սկզբնական էջի տեսքը։" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Կազմաձևեք ներդիրների աշխատանքը։" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Կարգավորել գրվածքի ներածման դաշտերը։" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Կազմաձևել լռելյայն կայանքները" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -9769,48 +9776,48 @@ msgstr "" "Միացնել [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] սեղմումը՝ " "մերմուծման գորխողությունների համար։" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Արդիացնել տվյալները, եթե ներմուծման ժամանակ հայտնաբերվեն կրկնվող բանալիներ" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Սկզբից բաց թողնելու հարցումների քանակը։" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9818,30 +9825,30 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "SQL հարցումը ցուցադրելու ժամանակ օգտագործվող նշանների առավելագույն քանակը։" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "Մեկ էջում նավարկման ծառի առաջին աստիճանում ցուցադրվող տարրերի քանակը։" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Մեկ էջում նավարկման ծառում ցուցադրվող տարրերի քանակը։" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -9853,29 +9860,29 @@ msgstr "" "Նշեք վայրկյանների քանակը, որոնց ընթացքում սցենարը կարող է աշխատել ([kbd]0[/" "kbd] - առանց սահմանափակման)։" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Նավարկման փեղկում փոխարինում է ՏԲ-ների ծառը ընտրիչով" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Համակցել հիմնական փեղկի հետ՝ գունանշելով ընթացիկ տվյալների բազան կան " "աղյուսակը։" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9883,235 +9890,235 @@ msgstr "" "Խմբավորել տարրերը նավարկման ծառում (սահմանվում է վերևի տվյալների բազաների և " "աղյուսակների ներդիրներում նշված բաժանիչով)։" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Whether to show events under database in the navigation tree" msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Արդյո՞ք ցուցադրել իրադարձությունները նավարկման ծառում՝ տվյալների բազայի տակ" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "Ցուցադրել լոգոն նավարկման գոտում։" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Ցուցադրել լոգոն նավարկման գոտում։" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "Նավարկման փեղկի լոգոյի հղման URL-ը։" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Աչդյո՞ք ցուցադրել աղյուսակները նավարկման ծառում՝ տվյալների բազայի տակ" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" "Աչդյո՞ք ցուցադրել ներակայցումները նավարկման խառում՝ տվյալների բազայի տակ" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" "Արդյո՞ք ցուցադրել իրադարձությունները նավարկման ծառում՝ տվյալների բազայի տակ" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10119,7 +10126,7 @@ msgstr "" "Արդյո՞ք մատյանում առաջին տողով պետք է ավելացվի DROP TABLE IF EXISTS " "արտահայտությունը՝ աղյուսակը ստեղծելու ժամանակ։" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10127,17 +10134,17 @@ msgstr "" "Արդյո՞ք մատյանում առաջին տողով պետք է ավելացվի DROP VIEW IF EXISTS " "արտահայտությունը՝ ներկայացումը ստեղծելու ժամանակ։" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10145,179 +10152,171 @@ msgstr "" "Արդյո՞ք հետագծման սցենարը պետք է ինքնաշխատ կերպով ստեղծի աղյուսակների և " "ներկայացումների տարբերակները։" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Թողեք դատարկ, թեթ չի օգտագործվում։" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Թողեք դատարկ՝ լռելյայնը օգտագործելու համար։" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Օգտագողծվող վավերացման եղանակը։" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Սեղմել տվյալները՝ MySQL սպասարկչին փոխարինելու ժամանակ։" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Օգտագործել SSL՝ MySQL սպասարկչին միանալու համար։" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Արդյո՞ք ցուցադրել հուշումները։" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Սահմանում է, արդյո՞ք phpMyAdmin-ի կողմից ստեղծված SQL հարցումները պետք է " "ցուցադրվեն։" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Անջատել Suhosin-ը բացահայտելու դեպքում գլխավոր էջում ցուցադրվող լռելյայն " -"զգուշացումը։" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10325,13 +10324,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10339,414 +10338,414 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Գունանշել ընտրած տողերը։" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Գունանշել մկնիկի նշորդի տակ գտնվող տողը։" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR ներածման դաշտերի սյունակների քանակը։" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR ներածման դաշտերի տողերի քանակը։" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Գրանցել SQL հարցումները և դրանց կատարման ժամանակը՝ կառավարակետում " "ցուցադրելու համար" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Տվյալների բազան մտնելու ժամանակ ցուցադրելու ներդիրը։" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Սպասարկիչը մտնելու ժամանակ ցուցադրելու ներդիրը։" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Աղյուսակը մտնելու ժամանակ ցուցադրելու ներդիրը։" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Աղյուսակների ցանկում ցուցադրվող աղյուսակների առավելագույն քանակը։" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Խմբագրման, կրկնապատկման և ջնջման հղումները։" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Անջատել արտաքին բանալիների ստուգումը" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Օգտագործել միայն պատկերակները, միայն գրվածքը, կամ երկուսը միասին։" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Օգտագործել մշտական միացումները MySQL տվյալների բազաներին։" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Արգելել BLOB և BINARY տեսակների սյունակներում փոփոխումները։" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Պատմության մեջ պահվող հարցումների քանակը։" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Ընտրեք գործառույթներ՝ կոդավորումը փոխարկելու ժամանակ օգտագործելու համար։" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Ցուցադրման կայանքների համար" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Պրոքսիի միջոցով վավերացման գաղնտաբառը։" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Ընտրել լռելյայն գործողությունը՝ սխալների զեկույցը ուղարկելու ժամանակ։" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Թույլատրել միացումները ցակնացած MySQL սպասարկչին" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Սահմանափակել MySQL սպասարկչի մուտքը" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Ցուցադրել «Ջնջել տվյալների բազան» հղումը՝ հասարակ օգտվողներին" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish գաղտնի բանալի" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Գունանշել նշորդը" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR տեսակի սյունակների խմբագրում" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Միացնել CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Միացնել linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Ներածման դաշտերի նվազագույն չափը" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Ներածման դաշտի առավելագույն չափը" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR-ի գրվածքի դաշտի լայնությունը" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR-ի գրվածքի դաշտի բարձրությունը" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Ստուգել config ֆայլի արտորնությունները" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Թռուցիկ սեղմում" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Հաստատել DROP հարցումները" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Տվյալների բազայի լռելյայն ներդիրը" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Սպասարկչի լռելյայն ներդիրը" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Աղյուսակի լռելյայն ներդիրը" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Ցուցադրել սյունակի մեկնաբանությունները" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Լռելյայն դասակարգումը" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for Substring" msgstr "Ներածման ձևափոխման կայանքներ" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Լռելյայն դասակարգումը" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Լռելյայն դասակարգումը" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for PreApPend" msgstr "Ներածման ձևափոխման կայանքներ" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Լռելյայն դասակարգումը" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for Inline" msgstr "Ներածման ձևափոխման կայանքներ" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for TextImageLink" msgstr "Ներածման ձևափոխման կայանքներ" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for TextLink" msgstr "Ներածման ձևափոխման կայանքներ" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Ցուցադրել սպասարկիչների ցանկի տեսքով" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Անջատել բազմակի աղյուսակների սպասարկման գործողությունները" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Կատարման առավելագույն ժամանակը" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Պահպանել որպես ֆայլ" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Ֆայլի կոդավորում" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Սեղմում" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10754,56 +10753,56 @@ msgstr "Սեղմում" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Սյունակները շրջապատված են" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel տարբերակ" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Տվյալների բազայի անվան ձևանմուշը" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Սպասարկչի անվան ձևանմուշ" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Աղյուսակի անվան ձևանմուշը" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10813,922 +10812,922 @@ msgstr "Աղյուսակի անվան ձևանմուշը" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Աղյուսակի վերնագիրը" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Պիտակի բանալի" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Կապակցումներ" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Արտահանման եղանակ" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Պահպանել սպասարկչում" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Արտահանել առանձին ֆայլերի տեսքով" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Server name template" msgid "Remember filename template" msgstr "Սպասարկչի անվան ձևանմուշ" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL համատեղելիության եղանակ" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Օգտագործել ուշացվող (DELAYED) զետեղումներ" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Անջատել արտաքին բանալիների ստուգումը" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Օգտագործել տասնվեցերորդական ցուցադրումը BINARY-ի և BLOB-ի համար" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "%s value" msgid "%s view" msgstr "%sի արժեքը" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Օգտագործել անտեսող (IGNORE) զետեղումներ" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Տվյալների զետեղման ժամանակ օգտագործել շարահյուսությունը" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Ստեղծվող հարցման առավելագույն երկարությունը" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Արտահանման տեսակ" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Արտաքին բանալիների ստուգումներ" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Զննման եղանակը" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Խմբագրման եղանակ" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Արտահանման լռելյայն կայանքներ" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Ընդհանուր" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Ներմուծման լռելյայն կայանքներ" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Ներմուծում / արտահանում" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Նավարկման ծառ" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Հենքի այլ կայանքներ" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Էջերի վերնագրեր" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Անվտանգություն" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Հիմնական կայանքներ" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Վավերացում" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Սպասարկչի կազմաձևը" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Կազմաձևի պահպանումը" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Փոփոխությունների հետագծում" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL հարցման տուփ" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Գլխավոր" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Տվյալների բազաների կառուցվածքը" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Ներդիրներ" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Գրվածքի դաշտեր" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Զգուշացումներ" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Անտեսել բաղկացած հարցումների սխալները" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Մասնակի ներմուծում՝ թույլատրել խզումները" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Չընդհատել INSERT-ի ժամանակ առաջացած սխալների դեպքում" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Ավելացնել ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Ներմուծվող ֆայլի ձևաչափը" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Օգտագործել LOCAL հիմնաբառը" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Սյունակների անունները առաջին տողում" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Չներմուծել դատարկ տողերը" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Ներմուծել տոկոսները՝ ճշգրիտ տասնորդականների տեսքով (12.00%-ից դարձնելով .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Մասնակի ներմուծում՝ զանցել հարցումները" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Չօգտագործել AUTO_INCREMENT-ը՝ զրոյական արժեքների դեպքում" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Զետեղվող տողերի քանակը" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Ջնջել բոլոր թխունկերը ելք գործելու ժամանակ" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Ժամանակաշրջանի թխուկի պահպանումը" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Ժամանակաշրջանի թխուկի վավերականությունը" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Ցուցադրվող SQL-ի առավելագույն երկարությունը" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Տվյալների բազաների առավելագույն քանակը" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Առաջին աստիճանում տարրերի առավելագույն քանակը" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Ճյուղում տարրերի առավելագույն քանակը" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Ցուցադրելու տողերի առավելագույն քանակը" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Աղյուսակների առավելագույն քանակը" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Հիշողության սահմանաչափը" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Ցուցադրել տվյալների բազայի նավարկումը ծառի տեսքով" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Նավարկման փեղկ" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Կապել հիմնական փեղկին" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Ցուցադրել լոգոն" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Լոգոյի URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Լոգոյի հղման նպատակը" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Արագ մատչման պատկերակի նպատակը" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Արագ մատչման երկրորդ պատկերակի նպատակը" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Խմբավորել տարրերը ծառում" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Տվյալների բազաների ծառի բաժանիչը" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Աղյուսակների ծառի բաժանիչը" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Միացնել գունանշումը" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Միացնել նավարկման ծառի ընդարձակումը" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Ցուցադրել աղյուսակները ծառում" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Ցուցադրել ներկայացումները ծառում" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Ցուցադրել գործառույթներ ծառում" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Ցուցադրել ընթացակարգեր ծառում" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Ցուցադրել իրադարձությունները ծառում" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Տվյալների բազայի կրկնապատկում" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Վերջերս օգտագործված աղյուսակները" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Որտե՞ղ ցուցադրել աղյուսակի տողերի հղումները" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Բնական դասակարգում" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Աղյուսակի նավարկման գոտին" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Արտածման GZip պահնակում" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Լռելյայն դասակարգումը" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Մշտական միացումներ" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL-ի ամրագրված բառի վերաբերյալ զգուշացումը" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Պաշտպանել երկուական սյունակները" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Հարցումների պատմության երկարությունը" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Վերակոդավորման տեսակը" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Պահպանման պանակ" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Խնամորդի նունյացման հերթականությունը" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Խնամորդի նունյացման կանոնները" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Թույլատրել միացումները առանց գաղտնաբառերի" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Թույլատրել root-ով մուտքը" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Աշպատաշրջանի ժամային գոտին" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Էջանշել աղյուսակը" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Սյունակների վերաբերյալ տեղեկությունների աղյուսակը" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Սեղմել միացումը" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Հսկիչ օգտվողի գաղտնաբառը" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Հսկիչ օգտվող" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Հսկիչ խնամորդ" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Հսկիչ միացք" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Անջատել INFORMATION_SCHEMA-ի օգտագործումը" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Թաքցնել տվյալների բազաները" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL հարցումների պատմության աղյուսակը" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Սպասարկչի խնամորդի անունը" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Ելքի URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Արտահանել ձևանմուշների աղյուսակը" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Սպասարկչի միացք" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Վերջերս օգտագործված աղյուսակը" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Ընտրյալների աղյուսակ" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Կապակցումների աղյուսակ" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon-ի աշխատաշրջանի անունը" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Signon-ի URL-ը" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Սպասարկչի բնակը" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Օգտագործել SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Միջերեսի նախընտրանքների պահպանման աղյուսակ" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Ավելացնել DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Ավելացնել DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Հետագծելու արտահայտությունները" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL հարցումների հետագծման աղյուսակը" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Տարբերակների ինքնաշխատ ստեղծում" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Օգտվողների նախընտրանքների պահպանման աղյուսակը" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Օգտվողների աղյուսակ" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Օգտվողների խմբերի աղյուսակ" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Թույլատրել բոլոր տողերի ցուցադրումը" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Ցուցադրել գաղտնաբառը փոխելու ձևը" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Ցուցադրել տվյալների բազայի ստեղծման ձևը" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Ցուցադրել աղյուսակի մեկնաբանությունները" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Ցուցադրել ստեղծման ժամանակը" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Ցուցադրել վերջին արդիացման ժամանակը" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Ցուցադրել վերջին ստուգման ժամանակը" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Show table comments" msgid "Show table charset" msgstr "Ցուցադրել աղյուսակի մեկնաբանությունները" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Ցուցադրել դաշտերի տեսակները" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Ցուցադրել գործառույթների դաշտերը" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Ցուցադրել հուշակը" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Ցուցադրել phpinfo() հղումը" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Ցուցադրել SQL հարցումները" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Ցուցադրել վիճակագրությունը" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Զանցել կողպված աղյուսակները" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL-ի վերլուծում" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Ստեղծել PHP կոդը" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin-ի վերաբերյալ զգուշացումը" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Թխուկի վավերացման վերաբերյալ զգուշացումը" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Գրվածքի դաշտի սյունակները" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Գրվածքի դաշտի տողերը" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Լռելյայն վերնագիր" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Ներմուծման պանակը" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Տարբերակի ստուգում" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Private key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "reCaptcha-ի գաղտնի բանալին" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Ուղարկել սխալների զակույցները" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "" #| "Execute queries on Enter and insert new line with Shift + Enter. To make " @@ -11738,25 +11737,25 @@ msgstr "" "Կատարել հարցումը՝ Enter սեղմելով, և զետեղել նոր տող՝ Shift + Enter " "սեղմելով։ Այս հնարավորությունը մշտական դարձնելու համար՝ դիմեք կայանքներին։" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Կառավարակետ" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Կառավարակետ" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order by:" msgid "Order by" msgstr "Դասակարգել ըստ՝" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Սպասարկչի կապի համադրումը" @@ -11791,7 +11790,8 @@ msgid "Compressed export will not work due to missing function %s." msgstr "" "Սեղմած տվյալների արտահանումը չի գործելու՝ բացակայող %s գործառույթի պատճառով։" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "առավելագույն %s" @@ -11825,7 +11825,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11833,7 +11833,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "OpenDocument-ի ձևաչափ" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV, օգտագործելով LOAD DATA" @@ -11975,7 +11975,7 @@ msgstr "" "%sGZip սեղմումը և արձակումը%s պահանջում է %s գործառույթներ, որոնք ձեր " "համակարգի կողմից չեն աջակցվում։" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Սպասարկիչ %d" @@ -12257,7 +12257,7 @@ msgstr "%2$s տվյալների բազայում %1$s անունով իրադա #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12388,7 +12388,7 @@ msgid "Success!" msgstr "Հաջողում" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12455,7 +12455,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Ցանկալի է թարմացնել էջը։" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Անվավեր տեսակ" @@ -12557,30 +12557,21 @@ msgstr "" "կարգավորելուց անմիջապես հետո, հակառակ դեպքում ձեր սպասարկիչը կարող է " "վտանգվել՝ կազմաձևի ֆայլը ոչ իրավազոր անձանց կողմից ներբեռնելու միջոցով։" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Սպասարկչում օգտագործվում է Suhosin պաշտպանիչ համակարգը։ Խնդիրների առաջացման " -"դեպում դիմեք %sպաշտոնական ուղեցույցներին%s։" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12591,7 +12582,7 @@ msgstr "" "ը ի վիճակի չէ տրոհել տողերը ճիշտ կերպով, ինչը կարող է հանգեցնել անսպասելի " "արդյունքներին։" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12667,7 +12658,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" արտահայտությունները կասեցված են։" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Տեղի է ունեցել ՀԵՏԴԱՐՁ]" @@ -14694,7 +14685,7 @@ msgid "No such column" msgstr "Նման սյունակ չկա" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -15443,7 +15434,7 @@ msgstr "Սխալ տվյալներ" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "%s էջանիշը ստեղծվեց։" @@ -15523,7 +15514,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15943,29 +15934,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Տողը ջնջվեց։" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Հարցումը տևեց %01.4f վայրկյան։" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "%1s -ից %2s տողերի ցուցադրում" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "Ընդամենը %1$d,%2$d հարցման մեջ" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "Ընդամենը %d" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Հղումներ չեն գտնվել։" @@ -16562,11 +16553,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL հարցման ցուցադրում" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Զետեղված տողի id՝ %1$d" @@ -16968,39 +16959,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Միավորել" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Հնարավոր չէ տեղափոխել աղյուսակն իր մեջ։" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Հնարավոր չէ կրկնապատկել աղյուսակն իր մեջ։" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s աղյուսակը տեղափոխվել է %s։" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s աղյուսակը կրկնապատկվել է %s։" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Աղյուսակի անունը նշված չէ։" @@ -17077,7 +17068,7 @@ msgstr "Կազմաձևի ֆայլում նշված վավերացման եղան msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -17485,7 +17476,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17508,54 +17499,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Սյունակների անունները՝ " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18270,18 +18261,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP կոդի տեսքով ցուցադրում" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18537,24 +18528,24 @@ msgstr "Դուք պետք է տրամադրեք աղյուսակի վավերա msgid "You must provide a trigger definition." msgstr "Դուք պետք է տրամադրեք ձգանի սահմանումը։" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Դատարկել" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1-բայթանոց ամբողջական թիվ, ընդգրկույթը ստորագրումով՝ -128-ից 127, առանց " "ստորագրման՝ 0-ից 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18562,7 +18553,7 @@ msgstr "" "2-բայթանոց ամբողջական թիվ, ընդգրկույթը ստորագրումով՝ -32,768-ից 32,767, " "առանց ստորագրման՝ 0-ից 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18570,7 +18561,7 @@ msgstr "" "3-բայթանոց ամբողջական թիվ, ընդգրկույթը ստորագրումով՝ -8,388,608-ից " "8,388,607, առանց ստորագրման՝ 0-ից 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18578,7 +18569,7 @@ msgstr "" "4-բայթանոց ամբողջական թիվ, ընդգրկույթը ստորագրումով՝ -2,147,483,648-ից " "2,147,483,647, առանց ստորագրման՝ 0-ից 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18587,26 +18578,26 @@ msgstr "" "-9,223,372,036,854,775,808-ից 9,223,372,036,854,775,807, առանց ստորագրման՝ 0-" "ից 18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18614,13 +18605,13 @@ msgstr "" "Հոմանիշ՝ DOUBLE-ի համար (բացառություն. REAL_AS_FLOAT SQL եղանակում այն " "հանդիսանում է FLOAT-ի հոմանիշ)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18628,21 +18619,21 @@ msgstr "" "Հոմանիշ՝ TINYINT(1)-ի համար, զրոյական արժեքը ենթադրում է false, ոչ-" "զրոյականները ենթադրում են true" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Այլանուն՝ BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Ամսաթիվ, աջակցվող ընդգրկույթը՝ %1$s-ից %2$s է" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Ամսաթվի և ժամանակի համակցություն, աջակցվող ընդգրկույթը՝ %1$s-ից %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18656,12 +18647,12 @@ msgstr "" "Ժամադրոշմ, ընդգրկույթը՝ 1970-01-01 00:00:01-ից 2038-01-09 03:14:07 (UTC), " "պահպանվում է 1970-01-01 00:00:00-ից անցած վայրկյանների քանակի տեսքով" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Ժամանակ, ընդգրկույթը՝ %1$s-ից %2$s է" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18669,81 +18660,81 @@ msgstr "" "Տարին՝ չորսթվային (4, լռելիությամբ) կամ երկթվային (2) ձևաչափով, թույլատրելի " "արժեքներն են՝ 70-ից (1970) 69-ը (2069), կամ 1901-ից 2155-ը, և 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18751,79 +18742,79 @@ msgstr "" "Թվարկում, որի արժեքը ընտրվում է մինչև 65,535 արժեքներ պարունակող ցանկից կամ " "պարունակում '' հատուկ սխալի արժեքը" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Այս տեսակը կարող է պահպանել ցանկացած գծագրային տվյալներ" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Կետ՝ երկչափ տարածության մեջ" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Բազմանկյուն" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Կետերի հավաքակազմ" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Բազմակնկյունների հավաքակազմ" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Ցանկացած տեսակների երկրաչափական առարկաների հավաքակազմ" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Թվային" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Ամսաթիվ և ժամանակ" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Տարածական" @@ -18870,6 +18861,24 @@ msgstr "ZIP ֆայլի սխալ՝" msgid "No files found inside ZIP archive!" msgstr "" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Անջատել Suhosin-ը բացահայտելու դեպքում գլխավոր էջում ցուցադրվող լռելյայն " +#~ "զգուշացումը։" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin-ի վերաբերյալ զգուշացումը" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Սպասարկչում օգտագործվում է Suhosin պաշտպանիչ համակարգը։ Խնդիրների " +#~ "առաջացման դեպում դիմեք %sպաշտոնական ուղեցույցներին%s։" + #~ msgid "Version information" #~ msgstr "Տեղեկություններ տարբերակի վերաբերյալ" diff --git a/resources/po/ia.po b/resources/po/ia.po index 664da4db21..046588b3ab 100644 --- a/resources/po/ia.po +++ b/resources/po/ia.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Interlingua %s" msgstr "Salveguarda sur servitor in le directorio %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Superscribe file(s) existente" @@ -3683,7 +3683,7 @@ msgstr "Prende lo" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Retro" @@ -3693,7 +3693,7 @@ msgstr "Retro" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importa" @@ -4040,8 +4040,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Base de datos" @@ -4065,7 +4065,7 @@ msgid "Recent" msgstr "Recente" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tabellas favorite" @@ -4102,17 +4102,17 @@ msgid "Features" msgstr "Characteristicas" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Queries de SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Pannello de navigation" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Pannello principal" @@ -4602,13 +4602,28 @@ msgstr "Verifica le privilegios de base de datos \"%s\"." msgid "Check privileges" msgstr "Verifica le privilegios" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on table %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Executa query/queries de SQL sur tabella %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4616,16 +4631,16 @@ msgstr "" "Nota: habilitar ci le statisticas de base de datos poterea causar traffico " "intense inter le servitor web e le servitor de MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Habilita statisticas" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Necun base de datos" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirma" @@ -5674,7 +5689,7 @@ msgid "Current server:" msgstr "Servitor currente:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servitores" @@ -5747,7 +5762,7 @@ msgid "Test:" msgstr "Essaya:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Servitor" @@ -6348,7 +6363,7 @@ msgstr "Monstra forma" msgid "Show hidden messages" msgstr "Monstra messages celate" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Typo de authentication" @@ -6434,7 +6449,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ordine" @@ -6497,7 +6512,7 @@ msgstr "Exitos del profiling" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Le demanda (query) SQL ha essite executate con successo." @@ -6543,7 +6558,7 @@ msgstr "Delimitator" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Cela quadro de query" @@ -7023,7 +7038,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Structura de tabella" @@ -7185,32 +7200,32 @@ msgid "Index length" msgstr "Longessa de Indice" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analysa" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Verifica" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimiza" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Reconstrue" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Repara" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Trunca" @@ -8898,14 +8913,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamese" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9098,19 +9105,19 @@ msgstr "ambes del precedentes" msgid "neither of the above" msgstr "necun del precedentes" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Usatores non pote fixar un valor major" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Si habilitate, le usator potera insertar ulle servitor MySQL in le forma de " "accesso per autorisation de cookie." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9120,7 +9127,7 @@ msgstr "" "accesso a un servitor MySQL arbitrari es habilitate per equalar le IP o le " "nomine de hospite del servitor MySQL a le date expression regular." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9130,7 +9137,7 @@ msgstr "" "appellar phpMyAdmin intra un quadro, e il es un potential [strong]error de " "securitate[/strong] permittente attaccos de cross-frame scripting (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9138,15 +9145,15 @@ msgstr "" "Le passphrase (phrase de cryptation)secrete usate pro cryptar cookies in le " "authentication [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Il habilita le compression bzip2 per operationes de importation." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Inserta le URL per tu API de reCAPTCHA v2 comptibile." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9154,30 +9161,30 @@ msgstr "" "Inserta le fragmento de Politica-de-Securitte-de-Conteto per tu API de " "reCaptcha v2 compatibile." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Inserta le parametro de requesta usate per tu API de reCaptcha v2 " "compatibile." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Inserta tu parametro de responsa uste per tu API de reCaptcha v2 compatibile." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Inserta tu clave public pro le servicio de reCaptcha sur tu dominio." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Inserta tu clave private pro tu servicio de dominio reCAPTCHA." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Inserta tu verifica de sito pro tu servicio de reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9188,7 +9195,7 @@ msgstr "" "ingresso, [kbd]textarea[/kbd] - permitte insertar characteres de nove linea " "in columnas." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9196,7 +9203,7 @@ msgstr "" "Usa editor facile pro usatores per modificar queries SQL CodeMirror) con " "evidentia de syntaxe e numeros de rango." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9204,7 +9211,7 @@ msgstr "" "Trova ulle errores in le query ante executar lo. Il require que CodeMirror " "esseva habilitate." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9212,7 +9219,7 @@ msgstr "" "Il defini le grandor minime del campos de insertar generate pro columnas de " "CHAR e de VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9220,7 +9227,7 @@ msgstr "" "Il defini le grandor maxime del campos generate pro columnas de CHAR e " "VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9229,7 +9236,7 @@ msgstr "" "multe memoria, si tu incontra problemas con le files create gzip, tu " "dishabilita iste characteristica." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9237,15 +9244,15 @@ msgstr "" "Si on deberea monstrar un message de aviso (\"Tu es vermente secur…\") " "quando tu es eliminante datos." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Auto completion del nomines de tabella e columna in le queries de SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9254,7 +9261,7 @@ msgstr "" "esseran superscribite si le transformationes es completate in le pagina de " "structura." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9262,7 +9269,7 @@ msgstr "" "Dishabilita le operationes massive de mantenentia de tabella, como optimisar " "o reparar le tabellas seligite de un base de datos." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9270,12 +9277,12 @@ msgstr "" "Fixa le numero de secundas pro le qual un script es permittite executar " "([kbd]0[/kbd] pro nulle limite)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Exclude definition del usator currente" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9283,7 +9290,7 @@ msgstr "" "Ordina elementos in le menu a rolar del claves externe, [kbd]content[/kbd] " "es le datos de referentia,[kbd]id[/kbd] es le valor del clave." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9292,7 +9299,7 @@ msgstr "" "[doc@faq6-27]documentation[/doc] pro vider catenas que on pote utilisar pro " "obtener valores special (magic strings)." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9300,7 +9307,7 @@ msgstr "" "Pro favor tu nota que phpMyAdmin es solo un interfacie e su characteristicas " "non limita MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9308,7 +9315,7 @@ msgstr "" "Configuration avantiate de servitor, non modificar iste optiones a minus que " "tu sape lo que illos face." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9318,7 +9325,7 @@ msgstr "" "characteristicas additional, tu vide [doc@linked-tables]phpMyAdmin " "configuration storage[/doc] in documentation." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9326,117 +9333,117 @@ msgstr "" "Traciamento de modificationes facite in le base de datos. Isto require " "immagazinage de configuration de phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Personalisa modo de navigation." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personalisa optiones predefinite." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Preferentias pro disveloppatores de phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Personalisa le modo de modificar." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personalisa le optiones de exportar predefinite." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Fixa alcun optiones usate communemente." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personalisa le optiones commun de importar predefinite." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Fixa le optiones de compression e le dossiers de importar e exportar." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Optiones pro monstrar base de datos." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Personalisa apparentia del pannello de navigation." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personalisa le arbore de navigation." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Optiones pro monstrar servitores." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Optiones pro monstrar tabellas." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Altere preferentias que on non pote poner in altere loco." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Preferentias de authentication." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Inserta parametros de connexion del servitor." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Personalisa ligamines monstrate in le quadros de Query de SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Preferentias de queries de SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Personalisa le pagina de initiar." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Selige qual detalios monstrar in le structura de base de datos (lista de " "tabellas)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Preferentias del structura de tabella (lista de columnas)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Selige como tu vole que le schedas functiona." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personalisa le campos de ingresso de texto." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personalisa optiones predefinite" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Dishabilita alcun avisos monstrate per phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "Il habilita le compression gzip per operationes de importation e exportation." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9444,7 +9451,7 @@ msgstr "" "Si habilitate, phpMyAdmin continua computar queries de instruction-multiple " "anque si un query es fallente." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9454,7 +9461,7 @@ msgstr "" "al limite de tempore. Isto poterea esser un bon modo pro importar files " "grande, totevia il pote interrumper transactiones." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9462,16 +9469,16 @@ msgstr "" "Formato predefinite, tu nota que iste lista depende del location (base de " "datos, tabella) e solmente SQL es sempre disponibile." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Actualisa datos quando on trova claves duplicate durante le importation" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Numero de queries de saltar ab initio." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9482,7 +9489,7 @@ msgstr "" "servitor currente, Si on fixa isto a FALSE il es facile oblidar de abandonar " "(logout) altere servitores quando on connecte a servitores multiple." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9490,7 +9497,7 @@ msgstr "" "Defini si le previe session de authentication deberea esser restaurate o non " "quando in modo de authentication de [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9502,11 +9509,11 @@ msgstr "" "essera delite quando tu claude le fenestra del navigator. Isto es " "recommendate pro ambiente non digne de fide." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maxime numero de characteres usate quando on monstra un query de SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9514,7 +9521,7 @@ msgstr "" "Le numero de elementos que on pote monstrar sur cata pagina super le prime " "nivello del arbore de navigation." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9522,7 +9529,7 @@ msgstr "" "Le numero de elementos que on pote monstrar sur cata pagina del arbore de " "navigation." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9531,7 +9538,7 @@ msgstr "" "insimul de exito contine plure rangos, ligamine de \"Previe\" e \"proxime\" " "essera monstrate." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9540,19 +9547,19 @@ msgstr "" "[kbd]32M[/kbd] ([kbd]-1[/kbd] pro nulle limite) e [kbd]0[/kbd] pro nulle " "modification)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "In le pannello de navigation, reimplacia le arbore de base de datos con un " "selector" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Ligamine con le pannello principal pro evidentiar le base de datos o tabella " "currente." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9560,7 +9567,7 @@ msgstr "" "Aperi le pagina de ligamine in le fenestra principal ([code]main[/code]) o " "in un nove ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9568,7 +9575,7 @@ msgstr "" "Define le minime numero de elementos (tabellas, vistas, routines e eventos) " "de monstrar in le quadro de filtro." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9576,68 +9583,68 @@ msgstr "" "Elementos de gruppo in le arbore de navigation (determinate per le separator " "definite in le base de datos e schedas de tabellas de supra)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Si offerer le possibilitate de expansion de un arbore in le pannello de " "navigation." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Si monstrar proceduras sub base de datos in le arbore de navigation" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Si expander singule base de datos in le arbore de navigation automaticamente." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Fixa a 0 per collapsar le pannello de navigation." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Monstra logo in le pannello de navigation." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL ubi le logo in le pannello de navigation punctara." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" "Selection de servitor de monstrator al culmine del pannello de navigation." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Catena que separa base de datos in nivellos differente de arbore." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Catena que separa tabellas in differente nivellos de arbore." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Evidentia servitor sub le cursor del mus." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Si monstrar tabellas sub base de datos in le arbore de navigation" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Si monstrar vistas sub base de datos in le arbore de navigation" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Si monstrar functiones sub base de datos in le arbore d navigation" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Si monstrar eventos sub base de datos in le arbore de navigation" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9645,7 +9652,7 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. ordine descendente pro columnas de typo TIME, DATE, " "DATETIME and TIMESTAMP, ordine ascendente in altere modo." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9655,7 +9662,7 @@ msgstr "" "de detalios de base de datos si alcun del tabella requirite pro le " "immagazinage de configuration de phpMyAdmin non poterea esser trovate." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9663,7 +9670,7 @@ msgstr "" "Dishabilita le aviso predefinite que es monstrate sur le pagina de Structura " "si le nomines de columna in un tabella es parolas reservate de MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9674,11 +9681,11 @@ msgstr "" "utilisa functiones JS pro monstrar le chronologia de query (perdite quando " "on claude le fenestra)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9686,7 +9693,7 @@ msgstr "" "Fixa le effective fuso horari; possibilemente differente de lo que on ha sur " "tu servitor de base de datos" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9694,7 +9701,7 @@ msgstr "" "Lassa vacue pro nulle [doc@bookmarks@]bookmark[/doc] supporto, suggerite: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9702,7 +9709,7 @@ msgstr "" "Lassa vacue pro nulle commentos/typos de media de columna, proponite: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9710,7 +9717,7 @@ msgstr "" "Un usator special de MySQL configurate con permissiones limitate, ulterior " "information disponibile sur [doc@linked-tables] 1documentation[/doc] 2." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9718,7 +9725,7 @@ msgstr "" "Un hospite alternative pro mantener le configuration de immagazinage: lassa " "vacue pro usar un hopite ja definite." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9728,7 +9735,7 @@ msgstr "" "de configuration; lassa vacue pro usar le porto predefinite, o un porto ja " "definite, si le hospite de controlo equala se a le hospite." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9738,7 +9745,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9746,7 +9753,7 @@ msgstr "" "Lassa vacue pro nulle supporto de historia de query SQL, proponite: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9754,7 +9761,7 @@ msgstr "" "Il limita le numero de preferentias de tabella que es immagazinate in le " "base de datos, le registros plus vetere essera removite automaticamente." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9762,7 +9769,7 @@ msgstr "" "Lassa vacue pro nulle supporto de patrono de exportation, proponite: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9770,7 +9777,7 @@ msgstr "" "Lassa vacue pro necun supporto central de columnas, proponite: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9780,14 +9787,14 @@ msgstr "" "ante los si tu vole usar lor instantia litteral,i.e. usa [kbd]'my\\_db'[/" "kbd] e non [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lassa vacue pro nulle supporto de scheda PDF, proponite: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9797,7 +9804,7 @@ msgstr "" "de PDF. Vide [doc@linked-tables] 1pmadb[/doc] 2 pro le information complete. " "Lassa vacue pro nulle supporto. Suggerite: [kbd] 3phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9805,7 +9812,7 @@ msgstr "" "Lassa vacue pro necun \"persistente\" recentemente usava tabellas trans " "sessiones, proponite: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9813,7 +9820,7 @@ msgstr "" "Lassa vacue pro necun \"persistente\" tabellas favorite trans sessiones, " "proponite: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9821,14 +9828,14 @@ msgstr "" "Lassa vacue pro nulle supporto [doc@relations@] relation-links[/doc] , " "suggerite: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Vide [doc@authentication-modes] typos de authentication [/doc] pro un " "exemplo." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9836,7 +9843,7 @@ msgstr "" "Lassa vacue pro necun supporto de schema PDF, proponite: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9844,7 +9851,7 @@ msgstr "" "Tabella pro describer le columnas de monstrar, lassa vacue pro nulle " "supporto; suggerite: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9852,7 +9859,7 @@ msgstr "" "Lassa vacue pro necun preferentias de UI de tabellas \"persistente\" trans " "sessiones, proponite: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9860,7 +9867,7 @@ msgstr "" "Si on adde un declaration DROP DATABASE IF EXISTS sur le prime rango del " "registro quando on crea un base de datos." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9868,7 +9875,7 @@ msgstr "" "Si on adde un declaration DROP TABLE IF EXISTS sur le prime rango del " "registro quando on crea un tabella." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -9876,13 +9883,13 @@ msgstr "" "Si on adde un declaration DROP VIEW IF EXISTS sur le prime rango del " "registro quando on crea un vista." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Il defini le lista de declarationes que le auto-creation usa per nove " "versiones." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -9890,7 +9897,7 @@ msgstr "" "Lassa vacue pro necun supporto de traciar query SQL, proponite: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -9898,7 +9905,7 @@ msgstr "" "Si le mechanismo de traciar crea automaticamente versiones pro tabellas e " "vistas." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -9906,7 +9913,7 @@ msgstr "" "Lassa vacue pro necun preferentias de usator per immagazinage in le base de " "datos, proponite: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -9917,7 +9924,7 @@ msgstr "" "vacue on dishabilitara iste characteristica, suggerite: [kbd]pma__users[/" "kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -9927,7 +9934,7 @@ msgstr "" "characteristica del menu configurabile, si on lassa un de lor vacue on " "dishabilitara iste characteristica, suggerite: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -9935,7 +9942,7 @@ msgstr "" "Lassa vacue pro dishabilitar characteristica de celar e monstrar elementos " "de navigation, proponite: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -9943,57 +9950,57 @@ msgstr "" "Un description de uso facile pro le usator de iste servitor. Lassa vacue pro " "monstrar , in loco, le nomine de hospite." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Lassa vacue si non usate." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Lassa vacue pro definition." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Nomine de HTTP Basic Auth Realm (Dominio de auyhorisation basic de Http) " "quando on face HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Methodo de authentication de usar." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Comprime connexion a servitor MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Cela base de datos coincidente con le expression regular (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Nomine de hospite ubi le servitor de MySQL es executante." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Lassa vacue si non es usante config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porto sur le qual le servitor MySQL es ascoltante, lassa vacue pro le valor " "predefinite." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket sur le qual le servitor MySQL es ascoltante, lassa vacue pro le valor " "predefinite." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Habilita SSL pro le connexion a servitor MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10004,27 +10011,27 @@ msgstr "" "fortemente in le file de configuration; isto non limita le habilitate de " "executar directemente le mesme commando." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Monstra o cela un columna monstrante le marca de tempore de creation pro " "omne tabellas." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Monstra o cela un columna monstrante le marca de tempore de ultime " "actualisation pro omne tabellas." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Monstra o cela un columna monstrante le marca de tempore de ultime verifica " "pro omne tabellas." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10032,7 +10039,7 @@ msgstr "" "Il defini si o non campos de typo deberea esser monstrate initialmente in le " "modo de modifica/inserta." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10040,58 +10047,50 @@ msgstr "" "Monstra ligamine a exito[a@https://www.php.net/manual/en/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Si un usator deberea esser monstrate como un button de \"monstra omne " "(rangos)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Monstra o cela un columna monstrante le commentos pro omne tabellas." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Monstra o cela un columna monstrante le insimul de characteres pro omne " "tabellas." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Monstra le campos de function in le modo de modifica/inserta." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Si monstrar o celar adjutas." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Il defini si queries SQL generate per PhpMyAdmin deberea esser monstrate." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Permitte monstrar statisticas de base de datos e tabellas (p.ex. uso de " "spatio)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marca tabellas usate e face possibile monstrar base de datos con tabellas " "blocate." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Dishabilita le aviso predefinite que es monstrate sur le pagina principal si " -"on releva Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10101,7 +10100,7 @@ msgstr "" "le valor de le arrangiamento de PHP session.gc_maxlifetime es minor que le " "valor de `LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10109,7 +10108,7 @@ msgstr "" "Grandor de area de texto (columnas) in modo de modifica, iste valor essera " "evidentiate per areas de texto (*2) de query SQL.." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10117,7 +10116,7 @@ msgstr "" "Grandor de area de texto (rangos) in modo de modifica, iste valor essera " "evidentiate per areas de texto (*2) de query SQL." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10129,7 +10128,7 @@ msgstr "" "(X-Forwarded-For) veniente ex le proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10137,7 +10136,7 @@ msgstr "" "Quando illo es dishabilitate, usatores non pote fixar alcun optiones a " "basso, sin reguardo del quadrato de selection a dextera." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10149,7 +10148,7 @@ msgstr "" "necessita illos si le servitor ubi phpMyAdmin es installate non ha accesso " "directe a internet. Le formato es: \"nomine_de_hospite:numero_de_porto\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10160,7 +10159,7 @@ msgstr "" "le Authentication Basic. Necun altere typos de authentication nunc es " "supportate." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10168,7 +10167,7 @@ msgstr "" "Queries es executate per pressar Enter (in loco de Ctrl+Enter). Nove lineas " "essera insertate con Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10177,397 +10176,397 @@ msgstr "" "e. le configuration de tabellas de immagazinage de phpMyAdmin " "automaticamente." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Evidentia rangos selectionate." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Evidentia rangos punctate per le cursor del mus." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Numero de columnas pro areas de texto de campos CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Numero de rangos pro areas de texto de CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "queries de registro de SQL e lor tempore de execution, que on debe esser " "monstrate in le console" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" "Tabulation que on monstra quando on inserta un elemento de base de datos." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Tabulation que on monstra quando on inserta un servitor." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Tabulation que on monstra quando on inserta un tabella." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Si le actiones de structura de tabella deberea esser celate." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Si commentos de columna deberea esser monstrate in vista de structura de " "tabella" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Monstra le servitor in un lista in loco de un menu a rolar." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Un menu a rolar essera usate si on ha minus elementos presente." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Valor predefinite pro le checkbox del controlo de clave externe pro alcun " "query." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Dismarca le quadrato de selection per dishabilitar le importation de traher " "e deponer" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Quante rangos on debe insertar in un vice." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Numero maxime de characteres monstrate in omne columna non numeric sur le " "vista de navigar." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Defini quanto il debe esser longe (in secundas) le validitate de un cookie " "de authentication." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Duple grandor de textarea (area de texto) pro columnas de LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maxime numero de base de datos monstrate in le lista de base de datos." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Maxime numero de tabellas monstrate in le lista de tabella." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maxime numero de tabellas usate de recente;pone 0 pro dishabilitar lo." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maxime numero de tabellas favorite; pone 0 pro dishabilitar lo." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Istos es le ligamines pro Modificar, Copiar e Deler." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Si monstrar ligamines de rango anque in le absentia de un clave univoc." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Dishabilita claves de via breve" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Usa le ordine natural pro ordinar nomines de tabella e nomines de base de " "datos." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Usa solo icones, solmente texto o ambes." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Usa buffering de exito de GZip pro augmentar le velocitate in transferentias " "de HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Usa connexiones persistente per base de datos de MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Leva le permission de columnas BLOB e BINARI pro esser modificate." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Quante queries es mantenite in historia." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Selige qual function on debe usar pro le conversion del insimul de " "characteres." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Quando on naviga per tabellas, le ordine de cata tabella es memorate." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Modo de ordinar predefinite pro tabellas con un clave primari." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repite le capites omne X cellas, [kbd]0[/kbd] deactiva iste characteristica." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Optiones pro monstrar" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Directorio ubi exportationes pote esser salveguardate sur le servitor." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Il defini si le quadro de query deberea star sur-schermo post su submission." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titulo de fenestra de navigation quando un base de datos es seligite." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titulo de fenestra de navigation quando nihil es seligite." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titulo del fenestra de navigation quando un servitor es seligite." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titulo de fenestra de navigation quando un tabella es seligite." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Directorio sur le servitor ubi tu pote incargar files de importar." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Permitte cerca intra le integre base de datos." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Habilita le verifica del ultime version sur le pagina principal de " "phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Le contrasigno per authenticar se con le proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" "Il habilita le compression ZIP per operationes de importation e exportation." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Selige le action predefinite quando on invia reportos de error." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Permitte le accesso de authentication a ulle servitor MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Limita le accesso de authentication a servitor MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Il permitte le inquadrar ab tertie partes" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Monstra le ligamine \"Drop database\" a usatores normal" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Secreto Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Marcator de rango" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Evidentia le punctator" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Modifica columnas de CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Habilita CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Habilita linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Grandor minime del campo de insertar" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maxime grandor del campo de insertar" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Columnas de area de texto CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Rangos de area de texto de CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Verifica permissiones de file de configuration" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Comprime immediatemente (al volo)" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirma queries de DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Grandor de papiro" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Tabulation predefinite pro base de datos" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Tabulation de servitor predefinite" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Tabulation predefinite de tabella" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Habilita autocompletion pro nomines de tabella e columna" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Monstra le commentos de columna" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Cela actiones de structura de tabella" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Transformationes predefinite per Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Transformationes predefinite per Substring (subcatenas)" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Transformationes predefinite per Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Transformationes predefinite per External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Transformationes predefinite per PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Transformationes predefinite per DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Transformationes predefinite per Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Transformationes predefinite per TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Transformationes predefinite per TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Monstra servitores como un lista" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Dishabilita le mantenentia multiple de tabella" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maxime tempore de execution" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Salveguarda como file" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Insimul de characteres del file" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compression" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10575,56 +10574,56 @@ msgstr "Compression" msgid "Put columns names in the first row" msgstr "Mitte nomines de columnas in le prime rango" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Columnas includite per" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Columnas prefixate per" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Reimplacia NULL con" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Remove characteres de CRLF intra columnas" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Columnas terminate per" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Rangos terminate per" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Edition de Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Patrono de nomine de base de datos" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Patrono de nomine de servitor" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Patrono de nomine de tabella" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10634,81 +10633,81 @@ msgstr "Patrono de nomine de tabella" msgid "Dump table" msgstr "Dump (discargamento) de tabella" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Include subtitulo de tabella" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Subtitulo de tabella" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Subtitulo continuate de tabella" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Clave de etiquetta" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relationes" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Methodo de exportation" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Salveguarda sur le servitor" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exporta como files separate" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Memora patrono de nomine de file" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Include nomines de tabellas e columnas con virgulettas" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Modo de compatibilitate de SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Creation/Actualisation/Controlo datos" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Usa insertiones retardate" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Dishabilita le verificationes sur le clave estranie" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exporta vistas como tabellas" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exporta metadata referite ex immagazinage de configuration de phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Usa hexadecimal pro BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10716,848 +10715,848 @@ msgstr "" "Adde IF NOT EXISTS (minus efficiente proque indices essera generate durante " "le creation del tabella)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s vista" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Usa ignore inserts (ignora insertiones)" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Syntaxe de usar quando on inserta datos" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Longitude maxime de un query create" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Typo de exportation" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Include exportation in un transaction" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exporta tempore in UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordine del clave externe del menu a rolar" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limite de clave externe" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Verificationes de clave externe" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Prime die de calendario" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Modo de navigation" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Disveloppator" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Modo de modificar" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Exporta le valores predefinite" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "General" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importa valores predefinite" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importa / exporta" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Arbore de navigation" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Altere preferentias principal" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Titulos de pagina" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Securitate" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Preferentias basic" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Authentication" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configuration del servitor" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Immagazinage de configuration" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Traciamento de modificationes" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Quadro de Query de SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Initiar" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Structura de base de datos" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Schedas" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Monstra le schema relational" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Campos de texto" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! texto" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avisos" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parametros extra pro iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignora errores de instruction multiple" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Habilita le importation de traher e deponer" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importation partial: permitte interruption" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Non aborta quando on ha un error de INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Adde ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formato del file importate" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Usa parola clave LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Nomines de columna in le prime rango" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Non importa rangos vacue" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa numerarios ($5.00 a 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa percentages como proprie decimales (2.00% a .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importation partial: salta queries" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non usa AUTO_INCREMENT pro le valor zero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Lege como multibytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Stato initial pro glissatores" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Numero de rangos insertate" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limita characteres de columna" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Dele omne cookies quando on exi (logout)" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Recorda nomine de usator" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Memora cookie de authentication" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validitate de cookie de authentication de accesso" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Un area de texto plus grande pro LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maxime longor monstrate de SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maxime numero de base de datos" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maxime elementos sur le prime nivello" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maxime elementos in un ramo" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Le maxime numero de rangos de monstrar" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maxime numero de tabellas" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Limite de memoria" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "monstra navigation de base de datos como arbore" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Largessa de pannello de navigation" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Ligamine con pannello principal" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Monstra logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL del ligamine de logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Objectivo de ligamine de logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Monstra selection d servitores" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Objectivo pro icone de accesso rapide" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Objectivo pro icone de secunde accesso rapide" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minime numero de elementos de monstrar in le quadro de filtro" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Le numero minime de base de datos pro monstrar le quadro de filtrar base de " "datos" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Elementos de gruppo in le arbore" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separator de arbore de base de datos" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separator de arbore de tabellas" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maxime profunditate de arbore de tabellas" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Habilita evidentiar" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Habilita expansion de navigation de arbore" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Monstra tabellas in le arbore" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Monstra vistas in le arbore" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Monstra functiones in arbore" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Monstra proceduras in arbore" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Monstra eventos in arbore" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Expande singule base de datos" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tabellas usate recentemente" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Ubi monstrar le ligamines de rango de tabellas" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Monstra ligamines de rango de omne modo" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Ordine natural" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Barra de navigation de tabella" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Buffering de exito de GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Modo de ordinar predefinite" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Connexiones persistente" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabellas de immagazinage de configuration de phpMyAdmin es mancante" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Aviso de parola reservate de MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Como monstrar le schedas de menu" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Comom monstrar varie ligamines de action" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Protege columnas binari" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Historia permanente de query" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Longitude de historia de query" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Motor de recodificar" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Memora ordine de tabellas" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Modo de ordinar predefinite per le clave primari" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Repite capites" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Action discatenante modifica de grillia" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Monstra de modo relational" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Modification de grillia: salveguarda omne cellas modificate in un vice" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Salveguarda dossier" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Ordine de autorisation o permission de hospite" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Regulas de autorisation o permission de hospite" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Permitte accessos sin un contrasigno" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Permitte accesso de nivello root (radice)" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Fuso horari de session" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Sphera HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabella de marcatores de libro" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabella de information de columna" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Comprime connexion" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Contrasigno de usator de controlo" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Usator de controlo" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Hospite de controlo" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Porto de controlo" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Dishabilita uso de INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Cela base de datos" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabella de chronologia de query de SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nomine de hospite servitor" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL de logout (abandono)" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maxime numero de preferentias de immagazinar" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exporta tabella de patronos" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabella central de columnas" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Monstra solmente base de datos ab le lista" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Contrasigno pro config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Schema PDF: tabella de paginas" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Porto de servitor" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Tabella usate recentemente" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabellas favorite" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabella de relation" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nomine de session de signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL de signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket del servitor" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Usa SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Designator e Schema PDF: coordinatas de tabella" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Monstra tabella de columnas" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabella de preferentias de UI (Interfacie usator)" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Adde DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Adde DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Declarationes de traciar" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabella pro traciar le query SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Crea automaticamente versiones" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabella de immagazinage de preferentias de usator" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabula de usatores" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabella de gruppos de usator" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabella de elementos de navigation celate" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Usator pro config auth" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nomine verbose de iste servitor" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Permitte monstrar omne rangos" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Monstra modulo de modification de contrasigno" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Monstra modulo pro crear base de datos" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Monstra le commentos de tabella" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Monstra marca de tempore de creation" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Monstra marca de tempore de ultime actualisation" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Monstra marca de tempore de ultime verifica" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Monstra le insimul de characteres de tabella" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Monstra typos de campo" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Monstra campos de function" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Monstra adjuta" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Monstra un ligamine a phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Monstra information detaliate del servitor MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Monstra queries de SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Monstra statisticas" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Ignora tabellas blocate" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Explica SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Crea codice PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Aviso de Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Avis de validitate de cookie de authentication de accesso" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Columnas de area de texto" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Rangos de area de texto" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Titulo predefinite" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista de proxy digne de fide pro filtrar IP, accepta/refusa" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Directorio de incargar" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Usa cerca de base de datos" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Habilita le scheda del Disveloppator in preferentias" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Verifica de version" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "URL de proxy" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nomine de usator de proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Contrasigno de proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Clave public pro reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Clave private pro reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Invia reportos de errores" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Inserta queries de executar in console" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Habilita modo de Configuration Zero" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Executa queries si on pressa Enter e on inserta nove rango con Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Altessa de console" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Modo de console" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Ordina per" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Colliger de connexion de servitor" @@ -11593,7 +11592,8 @@ msgid "Compressed export will not work due to missing function %s." msgstr "" "Le exportation comprimite non functionara debite al function mancante %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maxime %s" @@ -11627,7 +11627,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Folio de computo (SpreadSheet) de OpenDocument" @@ -11635,7 +11635,7 @@ msgstr "Folio de computo (SpreadSheet) de OpenDocument" msgid "OpenDocument Text" msgstr "Texto OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV usante LOAD DATA" @@ -11801,7 +11801,7 @@ msgstr "" "Le compression %1$sGZip e decompression%2$s require functiones (%3$s) que " "non es disponibile sur iste systema." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Servitor %d" @@ -12086,7 +12086,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Il non pote cargar plugins de exportar, pro favor verifica tu installation!" @@ -12213,7 +12213,7 @@ msgid "Success!" msgstr "Successo!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12281,7 +12281,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Tu poterea voler refrescar le pagina." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Mal typo!" @@ -12389,16 +12389,7 @@ msgstr "" "le securitate de tu servbitor poterea esser compromittite per personas non " "authorisate discargante tu configuration." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Servitor executante con Suhosin. Tu refere al %sdocumentation%s pro " -"possibile problemas." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12407,14 +12398,14 @@ msgstr "" "Le dossier $cfg['TempDir'] (%s) non es accessibile. phpMyAdmin non es habile " "a pre.memorisar le patronos e essera relentate per isto." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12424,7 +12415,7 @@ msgstr "" "insimul de characteres multibyte. Sin le extension mbstring phpMyAdmin non " "pote divider catenas correctemente e on poterea obtener exitos inexpectate." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12502,7 +12493,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Commandos \"DROP DATABASE\" es dishabilitate." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK occurreva.]" @@ -14535,7 +14526,7 @@ msgid "No such column" msgstr "Necun tal columna" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Catena" @@ -15277,7 +15268,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Marcator de libro %s create." @@ -15355,7 +15346,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL retornava un insimul de exito vacue (i.e. zero rangos)." @@ -15757,29 +15748,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Le rango ha essite delite." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Query prendeva %01.4f secundas." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Monstrante rangos %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d total, %2$d in query" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d total" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Ligamine non trovate!" @@ -16434,11 +16425,11 @@ msgstr "" msgid "web server upload directory:" msgstr "directorio de incargamento de servitor web:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Monstrante query de SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Insertate id de rango: %1$d" @@ -16890,39 +16881,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Il non trovava alcun dependentia partial!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Uni" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "On non pote mover tabella sur se mesme!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "On non pote copiar tabella sur se mesme!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabella %s ha essite movite in %s. Privilegios ha essite adaptate." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabella %s ha essite copiate in %s. Privilegios ha essite adaptate." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabella %s ha essite movite in %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabella %s ha essite copiate in %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Le nomine de tabella es vacue!" @@ -17004,7 +16995,7 @@ msgstr "Methodo de authentication invalide fixate in le configuration:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Columnas separate per:" @@ -17428,7 +17419,7 @@ msgstr "" "Le systema de base de datos o servitor MySQL plus vetere per maximisar " "compatibilitate de exito con:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17453,19 +17444,19 @@ msgstr "" "Actualisa datos quando il ha trovate claves duplicate quando on importa " "(adde ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17473,7 +17464,7 @@ msgstr "" "Le prime rango del file contine le nomines de columna de tabella (si " "iste option non es marcate, le prime rango devenira parte del datos) " -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17483,27 +17474,27 @@ msgstr "" "de datos, tu specifica hic le nomines de columna correspondente. Nomines de " "columna debe esser separate per virgulas e non includite in citationes." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nomines de columna:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Formato invalide de ingresso CSV al rango %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Conto de columna Invalide in ingresso de CSV al rango %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Parametro invalide per le importation de CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18207,11 +18198,11 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18220,7 +18211,7 @@ msgstr "" "Selection currente non contine un unic columna. Functionalitates ligate al " "modificar grillia, modificar, copiar, marcar, deler non es disponibile %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18484,24 +18475,24 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Vacua" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Le extension de un integer de 1 byte, signate es ex -128 a 127, si non " "signate es ex 0 a 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18509,7 +18500,7 @@ msgstr "" "Le extension de un integer de 2 bytes signate es ex -32,768 a 32,767, si non " "signate es ex 0 a 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18517,7 +18508,7 @@ msgstr "" "Le extension de un integer de 3 bytes signate es ex -8,388,608 a 8,388,607, " "si non signate es ex 0 a 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18525,7 +18516,7 @@ msgstr "" "Le extension de un integer de 4 bytes signate es ex -2,147,483,648 a " "2,147,483,647, si non signate es ex 0 a 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18534,7 +18525,7 @@ msgstr "" "--9,223,372,036,854,775,808 a 9,223,372,036,854,775,807, si non signate es " "ex 0 a 18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18543,7 +18534,7 @@ msgstr "" "es 65 (predefinite 10), le maxime numero de decimales (D) es 30 (predefinite " "0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18552,7 +18543,7 @@ msgstr "" "-3.402823466E+38 a -1.175494351E-38, 0, e ex 1.175494351E-38 a " "3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18562,7 +18553,7 @@ msgstr "" "disponibile es ex -1.7976931348623157E+308 a -2.2250738585072014E-308, 0, e " "ex 2.2250738585072014E-308 a 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18570,7 +18561,7 @@ msgstr "" "Synonymo de DOUBLE (exception in modo REAL_AS_FLOAT illo es un synonymo de " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18578,7 +18569,7 @@ msgstr "" "Un typo de campo bit (M), immagazinante M bits per valor (predefinite 1, " "maxime es 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18586,22 +18577,22 @@ msgstr "" "Un synonymo de TINYINT(1), un valor de zero es considerate false (false), " "valores de non zero es considerate ver (true)" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Un alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Un data, le extension supportate es ex %1$s a %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" "Un combination de data e tempore, extension supportate es ex %1$s a %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18616,12 +18607,12 @@ msgstr "" "03:14:07 UTC, immagazinate como le numero de secundas ex le epocha " "(1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Un tempore, extension es ab %1$s a %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18629,7 +18620,7 @@ msgstr "" "Un anno in le formato de quatro cifras (4, per definition) o duo cifras, le " "valores permittite es ex 70 (1970) a 69 (2069) o ex 191 a 2155 e 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18637,7 +18628,7 @@ msgstr "" "Un catena de longitude fixate (0-255, 1 predefinite) que es sempre plenate a " "dextera con spatios al longor specificate quando on immagazinava" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18646,7 +18637,7 @@ msgstr "" "Un catena de longitude variabile (%s), le effective maxime longor depende ex " "le maxime grandor de rango" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18654,7 +18645,7 @@ msgstr "" "Un columna de TEXT con un longor maxime de 255 (2^8 - 1) characteres, " "immagazinate con un prefixo de 1 byte indicante le valores in bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18662,7 +18653,7 @@ msgstr "" "Un columna de TEXT con un longor maxime de 65,535 (2^16 - 1) characteres, " "immagazinate con un prefixo de 2 bytes indicante le valores in bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18671,7 +18662,7 @@ msgstr "" "characteres, immagazinate con un prefixo de 3 bytes indicante le valores in " "bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18681,7 +18672,7 @@ msgstr "" "characteres, immagazinate con un prefixo de 4 bytes indicante le valores in " "bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18689,7 +18680,7 @@ msgstr "" "Como pro le typo CHAR, ma immagazina catenas de byte binari plus tosto que " "catenas de character non binari" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18697,7 +18688,7 @@ msgstr "" "Como pro le typo VARCHAR, ma immagazina catenas de byte binari plus tosto " "que catenas de character non binari" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18705,7 +18696,7 @@ msgstr "" "Un columna de BLOB con un longitude maxime de 255 (2^8 - 1) bytes, " "immagazinate con un prefixo indicante le longor del valor" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18713,7 +18704,7 @@ msgstr "" "Un columna de BLOB con un longitude maxime de 16,777,215 (2^24 - 1) bytes, " "immagazinate con un prefixo de 3 bytes indicante le longor del valor" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18721,7 +18712,7 @@ msgstr "" "Un columna de BLOB con un longitude maxime de 65,535 (2^16 - 1) bytes, " "immagazinate con un prefixo de duo bytes indicante le longor del valor" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18729,7 +18720,7 @@ msgstr "" "Un columna de BLOB con un longitude maxime de 4,294,967,295 or 4GiB (2^32 - " "1) bytes, immagazinate con un prefixo de 4bytes indicante le longor del valor" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18737,43 +18728,43 @@ msgstr "" "Un enumeration,seligite ex le lista usque calores de 65,535 o le valor " "special de error \"" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Un singule valor, seligite ex un insimul usque 64 membros" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Un typo pote immagazinar un geometria de omne typo" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Un puncto in un spatio a duo dimensiones" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Un curva con interpolation linear inter punctos" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Un polygono" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Un collection de punctos" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Un collection de curvas con interpolation linear inter punctos" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Un collection de polygonos" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Un collection de objectos de geometria de omne typo" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18781,13 +18772,13 @@ msgstr "" "Immagazina e habilita accesso efficiente al datos in documentos de JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" @@ -18795,27 +18786,27 @@ msgstr "" "Immagazina un Identificator Unic Universal - Universally Unique Identifier " "(UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numeric" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Data e tempore" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spatial" @@ -18860,6 +18851,24 @@ msgstr "" msgid "No files found inside ZIP archive!" msgstr "" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Dishabilita le aviso predefinite que es monstrate sur le pagina principal " +#~ "si on releva Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Aviso de Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Servitor executante con Suhosin. Tu refere al %sdocumentation%s pro " +#~ "possibile problemas." + #~ msgid "Version information" #~ msgstr "Information de version" diff --git a/resources/po/id.po b/resources/po/id.po index 59ebf2a587..52b286b86e 100644 --- a/resources/po/id.po +++ b/resources/po/id.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" -"PO-Revision-Date: 2026-04-06 02:09+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" +"PO-Revision-Date: 2026-04-13 01:11+0000\n" "Last-Translator: Zahid Rizky Fakhri \n" "Language-Team: Indonesian \n" @@ -760,8 +760,8 @@ msgstr "Sesuaikan hak istimewa" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -780,8 +780,8 @@ msgstr "Pindahkan kolom" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -852,7 +852,7 @@ msgstr "Reset" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 src/Engines/Pbxt.php:167 #: src/Html/Generator.php:685 src/Html/MySQLDocumentation.php:51 -#: src/Sanitize.php:188 +#: src/Sanitize.php:189 msgid "Documentation" msgstr "Dokumentasi" @@ -1020,7 +1020,7 @@ msgstr "Kueri ulang" #: resources/templates/setup/home/index.twig:64 #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 -#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:926 +#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:925 #: src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 @@ -1061,7 +1061,7 @@ msgstr "Hapus" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1072,7 +1072,7 @@ msgstr "Basis data" msgid "SQL Query Console" msgstr "Konsol Kueri SQL" -#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:766 +#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:764 msgid "Console" msgstr "Konsol" @@ -1101,7 +1101,7 @@ msgid "Bookmarks" msgstr "Bookmark" #: resources/templates/console/display.twig:34 -#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:615 +#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "Men-Debug SQL" @@ -1173,7 +1173,7 @@ msgstr "Waktu yang dibutuhkan" msgid "Order by:" msgstr "Urutkan berdasarkan:" -#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:964 +#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:962 msgid "Group queries" msgstr "Kueri grup" @@ -1201,7 +1201,7 @@ msgstr "Waktu yang dipakai:" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 #: src/Html/Generator.php:589 msgid "Refresh" msgstr "Segarkan" @@ -1239,15 +1239,15 @@ msgstr "Oke" msgid "Restore default values" msgstr "Kembalikan nilai bawaan" -#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:958 +#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "Selalu tampilkan pesan kueri" -#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:957 +#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:955 msgid "Show query history at start" msgstr "Tampilkan riwayat kueri di awal" -#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:959 +#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "Tampilkan kueri penelusuran saat ini" @@ -1259,7 +1259,7 @@ msgstr "" "Jalankan kueri pada Enter dan masukkan baris baru dengan Shift+Enter. Untuk " "membuatnya permanen, lihat pengaturan." -#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:961 +#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:959 msgid "Switch to dark theme" msgstr "Beralih ke tema gelap" @@ -1380,8 +1380,8 @@ msgstr "Tindakan" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -1807,7 +1807,7 @@ msgstr "Definisi" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "Format" @@ -1907,7 +1907,7 @@ msgstr "Ekspor" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -1916,7 +1916,7 @@ msgstr "Ekspor" #: resources/templates/triggers/list.twig:20 #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 -#: resources/templates/triggers/row.twig:58 src/Operations.php:538 +#: resources/templates/triggers/row.twig:58 src/Operations.php:534 msgid "Drop" msgstr "Hapus" @@ -2001,7 +2001,7 @@ msgstr "Tabel:" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2191,7 +2191,7 @@ msgstr "Salin basis data ke" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 msgid "Database name" msgstr "Nama basis data" @@ -2222,10 +2222,10 @@ msgstr "CREATE DATABASE sebelum menyalin" #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, php-format msgid "Add %s" msgstr "Tambahkan %s" @@ -2234,7 +2234,7 @@ msgstr "Tambahkan %s" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "Tambahkan nilai AUTO_INCREMENT" @@ -2737,7 +2737,7 @@ msgid "Database:" msgstr "Basis data:" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "Tambahkan DROP TABLE" @@ -2803,7 +2803,7 @@ msgstr "Menampilkan kueri create" #: resources/templates/table/relation/common_form.twig:102 #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 -#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:937 +#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:935 #: src/Plugins/Export/ExportXml.php:408 src/Server/Privileges.php:1570 #: src/Server/Privileges.php:1572 msgid "Table" @@ -3119,7 +3119,7 @@ msgstr "Operasi hasil kueri" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "Salin ke clipboard" @@ -3285,7 +3285,7 @@ msgid "Save on server in the directory %s" msgstr "Simpan di server di direktori %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Timpa berkas yang ada" @@ -3643,7 +3643,7 @@ msgstr "Ambil ini" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Kembali" @@ -3653,7 +3653,7 @@ msgstr "Kembali" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Impor" @@ -4000,8 +4000,8 @@ msgstr "Unggahan SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Basis data" @@ -4023,7 +4023,7 @@ msgid "Recent" msgstr "Terbaru" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tabel favorit" @@ -4062,17 +4062,17 @@ msgid "Features" msgstr "Fitur" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Kueri SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Panel navigasi" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Panel utama" @@ -4540,13 +4540,27 @@ msgstr "Periksa hak akses untuk basis data \"%s\"." msgid "Check privileges" msgstr "Periksa hak istimewa" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "Jalankan perintah SQL pada basis data \"%s\"." + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4554,16 +4568,16 @@ msgstr "" "Perhatian: Pengaktifan statistik basis data dapat mengakibatkan lalu lintas " "besar antara webserver dan server MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Aktifkan Statistik" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Basis data tidak ditemukan" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Konfirmasi" @@ -5626,7 +5640,7 @@ msgid "Current server:" msgstr "Server saat ini:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Server" @@ -5711,7 +5725,7 @@ msgid "Test:" msgstr "Uji:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6313,7 +6327,7 @@ msgstr "Tampilkan formulir" msgid "Show hidden messages" msgstr "Tampilkan pesan tersembunyi" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Jenis autentikasi" @@ -6395,7 +6409,7 @@ msgid "Detailed profile" msgstr "Profil terperinci" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Urutkan" @@ -6456,7 +6470,7 @@ msgstr "Bagan pai dengan hasil profil." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Kueri SQL Anda berhasil dieksekusi." @@ -6502,7 +6516,7 @@ msgstr "Pembatas" msgid "Show this query here again" msgstr "Tampilkan ulang kueri ini di sini" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Menahan kotak kueri" @@ -6980,7 +6994,7 @@ msgid "Delete the view (DROP)" msgstr "Hapus tampilan (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Struktur tabel" @@ -7149,32 +7163,32 @@ msgid "Index length" msgstr "Panjang indeks" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analisis" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Periksa" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimalkan" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Bangun ulang" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Perbaiki" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Kosongkan" @@ -9056,14 +9070,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnam" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9241,19 +9247,19 @@ msgstr "keduanya dari yang di atas" msgid "neither of the above" msgstr "tidak keduanya dari yang di atas" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Pengguna tidak dapat menetapkan nilai yang lebih tinggi" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Jika diaktifkan, pengguna bisa memasuki server MySQL manapun pada formulir " "masuk untuk autentikasi cookie." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9263,7 +9269,7 @@ msgstr "" "MySQL sewenang-wenang diaktifkan dengan mencocokkan IP atau nama host dari " "server MySQL untuk ekspresi reguler yang diberikan." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9274,7 +9280,7 @@ msgstr "" "[strong]lubang keamanan[/strong] yang memungkinkan serangan scripting lintas-" "frame." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9282,15 +9288,15 @@ msgstr "" "Kunci rahasia passphrase digunakan untuk enkripsi cookie dalam otentikasi " "[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Aktifkan kompresi bzip2 untuk operasi impor." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Masukkan URL untuk API Anda yang kompatibel dengan reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9298,31 +9304,31 @@ msgstr "" "Masukkan cuplikan Kebijakan Keamanan Konten untuk API Anda yang kompatibel " "dengan reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Masukkan parameter permintaan yang digunakan oleh API Anda yang kompatibel " "dengan reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Masukkan parameter respons yang digunakan oleh API Anda yang kompatibel " "dengan reCAPTCHA v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Masukkan kunci publik Anda untuk layanan reCAPTCHA di domain Anda." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Masukkan kunci pribadi Anda untuk layanan reCAPTCHA domain Anda." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Masukkan URL siteverify Anda untuk layanan reCAPTCHA Anda." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9332,7 +9338,7 @@ msgstr "" "[kbd]input[/kbd] - mengizinkan pembatasan panjang masukan, [kbd]textarea[/" "kbd] - mengizinkan baris baru dalam kolom." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9340,7 +9346,7 @@ msgstr "" "Gunakan editor user-friendly (CodeMirror) untuk mengedit kueri SQL " "dilengkapi dengan penyorotan sintak dan nomor baris." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9348,19 +9354,19 @@ msgstr "" "Mencari kesalahan dalam query sebelum menjalankannya. Membutuhkan CodeMirror " "harus diaktifkan." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "Tentukan besar minimum isian masukan untuk kolom CHAR dan VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "Tentukan besaran maksimum isian masukan untuk kolom CHAR dan VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9368,7 +9374,7 @@ msgstr "" "Kompres ekspor gzip dengan cepat tanpa perlu banyak memori, jika Anda " "mengalami masalah dengan berkas hasil gzip, nonaktifkan fitur ini." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9376,15 +9382,15 @@ msgstr "" "Sebuah peringatan (\"Apakah Anda benar-benar yakin …\") akan ditampilkan " "ketika Anda akan kehilangan data." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Pelengkapan otomatis pada tabel dan nama kolom didalam SQL query." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9392,7 +9398,7 @@ msgstr "" "Nilai untuk daftar pilihan untuk transformasi default. Ini akan ditimpa jika " "transformasi terisi pada halaman struktur tabel." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9400,7 +9406,7 @@ msgstr "" "Nonaktifkan operasi pemeliharaan tabel massa, seperti mengoptimalkan atau " "memperbaiki tabel yang dipilih dari database." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9408,12 +9414,12 @@ msgstr "" "Atur jumlah detik yang diperbolehkan untuk menjalankan script ([kbd]0[/kbd] " "untuk tak terbatas)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Kecualikan definisi dari pengguna sekarang" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9421,7 +9427,7 @@ msgstr "" "Urutkan agar item dalam kotak dropdown foreign-key, [kbd]konten[/kbd] adalah " "data direferensikan, [kbd]id[/kbd] adalah nilai kunci." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9429,7 +9435,7 @@ msgstr "" "Tentukan judul teks pada browser. Mengacu pada[doc@faq6-27] dokumentasinya[/" "doc] untuk String ajaib yang bisa digunakan untuk mendapatkan nilai spesial." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9437,7 +9443,7 @@ msgstr "" "Sebagai catatan bahwa phpMyAdmin hanyalah antarmuka pengguna dan fitur-" "fiturnya tidak membatasi MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9445,7 +9451,7 @@ msgstr "" "Konfigurasi mahir server, jangan mengubah pilihan-pilihan berikut kecuali " "Anda tahu untuk apa penggunaannya." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9455,7 +9461,7 @@ msgstr "" "akses ke berbagai fitur tambahan, lihat dokumentasi [doc@linked-" "tables]konfigurasi penyimpanan phpMyAdmin[/doc]." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9463,114 +9469,114 @@ msgstr "" "Pelacakan perubahan yang dilakukan dalam database. Membutuhkan penyimpanan " "konfigurasi phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Atur mode jelajah." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Sesuaikan opsi bawaan." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Pengaturan untuk para pengembang phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Atur mode edit." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Atur opsi bawaan ekspor." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Atur beberapa opsi yang umum dipakai." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Atur opsi impor umum bawaan." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Tetapkan opsi kompresi dan direktori impor dan ekspor." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opsi tampilan basis data." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Atur tampilan panel navigasi." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Atur panel navigasi." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opsi tampilan server." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opsi tampilan tabel." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Pengaturan yang tidak masuk di mana pun." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Pengaturan otentikasi." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Masukkan parameter untuk koneksi server." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Atur tautan yang ditampilkan di kotak Kueri SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Pengaturan kueri SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Atur halaman awal." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "Pilih detail mana untuk menampilkan struktur database (daftar tabel)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Pengaturan untuk struktur tabel (daftar kolom)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Pilih cara kerja tab yang Anda inginkan." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Sesuaikan isian masukan teks." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Sesuaikan opsi bawaan" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Nonaktifkan beberapa peringatan dari phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Aktifkan kompresi gzip untuk operasi import dan export." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9578,7 +9584,7 @@ msgstr "" "Jika diaktifkan, phpMyAdmin terus menjalankan multi-statmen kueri bahkan " "jika salah satu query gagal." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9588,7 +9594,7 @@ msgstr "" "ini cara yang baik ketika mengimpor file yang besar, sehingga transaksi " "dapat dibatalkan." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9596,15 +9602,15 @@ msgstr "" "Format standar, sadari bahwa daftar ini tergantung pada lokasi (database, " "tabel) dan hanya ketika SQL tersedia." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Memperbarui data saat duplikat kunci ditemukan pada impor" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Jumlah kueri yang dilewati dari awal." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9615,7 +9621,7 @@ msgstr "" "membuatnya mudah untuk melupakan log out dari server lain ketika terhubung " "ke beberapa server." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9623,7 +9629,7 @@ msgstr "" "Tentukan apakah login sebelumnya harus dipanggil kembali atau tidak dalam " "mode otentikasi [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9635,25 +9641,25 @@ msgstr "" "dan akan dihapus segera setelah Anda menutup jendela browser. Hal ini " "direkomendasikan untuk lingkungan tak terpercaya." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Jumlah maksimum karakter yang dipakai sewaktu menampilkan kueri SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" "Jumlah item yang dapat ditampilkan pada setiap halaman dari cabang navigasi." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Jumlah item yang dapat ditampilkan pada setiap halaman dari pohon navigasi." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9661,7 +9667,7 @@ msgstr "" "Jumlah baris yang ditampilkan saat browsing hasil set. Jika hasil set berisi " "lebih dari satu baris, tautan \"Previous\" and \"Next\" akan ditampilkan." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9670,17 +9676,17 @@ msgstr "" "([kbd]-1[/kbd] jika tidak ada batas dan [kbd]0[/kbd] jika tidak ada " "perubahan)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "di panel navigasi, timpa cabang database serta selectornya" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Menghubungkan dengan panel utama untuk menyoroti database atau tabel yang " "saat ini." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9688,7 +9694,7 @@ msgstr "" "Buka halaman tertaut di jendela utama ([code]utama[/code]) atau di jendela " "baru ([code]baru[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9696,7 +9702,7 @@ msgstr "" "Tentukan jumlah minimum item (tabel, view, routines dan event) untuk " "menampilkan kotak filter." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9704,66 +9710,66 @@ msgstr "" "Mengelompokkan barang di cabang navigasi (ditentukan oleh pemisah yang " "didefinisikan di tab Database dan Tabel di atas)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Apakah akan menonaktifkan kemungkinan ekspansi database atau tidak." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Apakah akan menampilkan prosedur di bawah database di pohon navigasi" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Apakah akan memperluas basis data tunggal di pohon navigasi secara otomatis." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Setel ke 0 untuk menutup panel navigasi." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Tampilkan logo di panel navigasi." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "Arahkan URL untuk logo pada panel navigasi." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Tampilkan pilihan server di bagian atas panel navigasi." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" "String yang memisahkan basis data ke dalam tingkat hierarki yang berbeda." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "String yang memisahkan tabel ke dalam tingkat hierarki yang berbeda." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Sorot server yang dikenai kursor." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Apakah akan menampilkan tabel di bawah database di pohon navigasi" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Apakah menampilkan views di bawah database di navigation tree" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Apakah akan menampilkan fungsi di bawah database di navigation tree" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Entah untuk menampilkan events di bawah database di navigation tree" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9771,7 +9777,7 @@ msgstr "" "[kbd]SMART[/kbd] - yaitu urutan untuk kolom jenis TIME, DATE, DATETIME dan " "TIMESTAMP, urutan ascending dan sebaliknya." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9781,7 +9787,7 @@ msgstr "" "jika kebutuhan tabel untuk penyimpanan konfigurasi phpMyAdmin tidak " "ditemukan." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9789,7 +9795,7 @@ msgstr "" "Nonaktifkan peringatan bawaan yang ditampilkan di halaman Struktur sewaktu " "nama kolom dalam tabel telah dipesan oleh MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9799,12 +9805,12 @@ msgstr "" "konfigurasi phpMyAdmin). Jika dinonaktifkan, ini menggunakan JS-routines " "untuk menampilkan riwayat query(hilang ketika jendela ditutup)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Izinkan pengguna membuat penanda yang tersedia untuk semua pengguna lain" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9812,7 +9818,7 @@ msgstr "" "Menetapkan zona waktu yang efektif; mungkin berbeda dengan yang dari server " "database Anda" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9820,7 +9826,7 @@ msgstr "" "Biarkan kosong untuk no [doc@bookmarks@]bookmark[/doc], disarankan: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9828,7 +9834,7 @@ msgstr "" "Biarkan kosong jika tidak ada komentar kolom/jenis media, disarankan: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9836,7 +9842,7 @@ msgstr "" "Seorang pengguna khusus MySQL dikonfigurasi dengan hak akses terbatas, " "informasi lebih lanjut tersedia di [doc@linked-tables]documentation[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9844,7 +9850,7 @@ msgstr "" "Sebuah host alternatif untuk memegang penyimpanan konfigurasi; biarkan " "kosong untuk menggunakan host yang telah ditetapkan." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9854,7 +9860,7 @@ msgstr "" "biarkan kosong untuk menggunakan port bawaan, atau port yang telah " "ditentukan, jika controlhost adalah host yang sama." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9864,7 +9870,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] dan [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9872,7 +9878,7 @@ msgstr "" "Biarkan kosong untuk tanpa dukungan riwayat kueri SQL, saran: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9880,7 +9886,7 @@ msgstr "" "Batas jumlah preferensi tabel yang disimpan dalam database, catatan terlama " "akan dihapus secara otomatis." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9888,7 +9894,7 @@ msgstr "" "Biarkan kosong agar tidak mendukung templat ekspor apapun, saran: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9896,7 +9902,7 @@ msgstr "" "Biarkan kosong untuk tanpa dukungan kolom utama, saran: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9906,14 +9912,14 @@ msgstr "" "ingin menggunakan contoh literal, sebagai contohnya gunakan [kbd]'my\\_db'[/" "kbd] dan bukan [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Biarkan kosong agar tidak mendukung skema PDF, saran: [kbd]pma__pdf_pages[/" "kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9923,7 +9929,7 @@ msgstr "" "tables[/doc] untuk informasi lengkap. Biarkan kosong agar tanpa dukungan " "tersebut. Disarankan: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9931,7 +9937,7 @@ msgstr "" "Biarkan kosong jika tidak ada tabel \"persisten\" yang baru saja digunakan " "di seluruh sesi, disarankan: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9939,7 +9945,7 @@ msgstr "" "Biarkan kosong jika tidak ada tabel favorit yang \"berkelanjutan\" di " "seluruh sesi, disarankan: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9947,12 +9953,12 @@ msgstr "" "Biarkan kosong jika tidak ada dukungan [doc@relations@]relation-links[/doc], " "disarankan: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "Lihat [doc@authentication-modes]jenis autentikasi[/doc] untuk contoh." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9960,7 +9966,7 @@ msgstr "" "Biarkan kosong jika tidak ada dukungan skema PDF, disarankan: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9968,7 +9974,7 @@ msgstr "" "Tabel untuk mendeskripsikan kolom tampilan, biarkan kosong jika tidak " "mendukung; disarankan: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9976,7 +9982,7 @@ msgstr "" "Biarkan kosong jika tidak ada preferensi UI tabel yang \"persisten\" di " "seluruh sesi, disarankan: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9984,7 +9990,7 @@ msgstr "" "Apakah pernyataan DROP DATABASE IF EXISTS akan ditambahkan sebagai baris " "pertama ke log saat membuat basis data." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9992,7 +9998,7 @@ msgstr "" "Apakah pernyataan DROP TABLE IF EXISTS akan ditambahkan sebagai baris " "pertama ke log saat membuat tabel." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10000,13 +10006,13 @@ msgstr "" "Apakah pernyataan DROP VIEW IF EXISTS akan ditambahkan sebagai baris pertama " "ke log saat membuat tampilan." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Mendefinisikan daftar pernyataan yang dipakai penciptaan otomatis untuk " "versi baru." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10014,7 +10020,7 @@ msgstr "" "Biarkan kosong jika tidak ada dukungan pelacakan kueri SQL, disarankan: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10022,7 +10028,7 @@ msgstr "" "Apakah mekanisme pelacakan membuat versi untuk tabel dan tampilan secara " "otomatis." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10030,7 +10036,7 @@ msgstr "" "Biarkan kosong jika tidak ada penyimpanan preferensi pengguna dalam basis " "data, disarankan: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10040,7 +10046,7 @@ msgstr "" "fitur menu yang dapat dikonfigurasi; membiarkan salah satunya kosong akan " "menonaktifkan fitur ini, disarankan: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10050,7 +10056,7 @@ msgstr "" "menu yang dapat dikonfigurasi; membiarkan salah satunya kosong akan " "menonaktifkan fitur ini, disarankan: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10058,7 +10064,7 @@ msgstr "" "Biarkan kosong untuk menonaktifkan fitur untuk menyembunyikan dan " "menampilkan item navigasi, disarankan: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10066,53 +10072,53 @@ msgstr "" "Deskripsi server yang lebih jelas. Biarkan kosong untuk menampilkan nama " "inang saja." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Biarkan kosong jika tidak digunakan." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Biarkan kosong untuk menggunakan bawaan." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "nama HTTP Basic Auth Realm untuk ditampilkan ketika melakukan HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Metode autentikasi yang dipakai." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Kompres koneksi ke server MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Sembunyikan pencocokan ekspresi reguler database(PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Nama host yang menjalankan server MySQL." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Biarkan kosong jika tidak menggunakan config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port di server MySQL sedang mendengarkan, biarkan kosong untuk default." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Soket tempat server MySQL mendengarkan, biarkan kosong untuk default." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Aktifkan SSL untuk koneksi ke server MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10123,27 +10129,27 @@ msgstr "" "permanen di dalam file konfigurasi; hal ini tidak membatasi kemampuan untuk " "menjalankan perintah yang sama secara langsung." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Menampilkan atau menyembunyikan sebuah kolom yang menampilkan timestamp " "pembuatan untuk semua tabel." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Menampilkan atau menyembunyikan kolom yang menampilkan timestamp Terakhir " "diperbaharui untuk semua tabel." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Menampilkan atau menyembunyikan kolom yang menampilkan cek timestamp " "terakhir untuk semua tabel." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10151,7 +10157,7 @@ msgstr "" "Menentukan apakah bidang tipe akan ditampilkan pada mode edit/sisipkan atau " "tidak." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10159,59 +10165,51 @@ msgstr "" "Tampilkan tautan sebagai keluaran [a@https://www.php.net/manual/function." "phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Apakah pengguna harus diperlihatkan tombol \"tampilkan semua (baris)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Menampilkan atau menyembunyikan sebuah kolom yang menampilkan komentar untuk " "semua tabel." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Menampilkan atau menyembunyikan kolom yang menampilkan charset untuk semua " "tabel." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Menampilkan fungsi fields pada mode edit/tambah." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Apakah menampilkan petunjuk atau tidak." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Menentukan apakah kueri SQL yang dihasilkan oleh phpMyAdmin akan ditampilkan." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Izinkan untuk menampilkan statistik basis data dan tabel (misalnya " "penggunaan ruang)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Tandai tabel yang digunakan dan buat memungkinkan untuk menampilkan basis " "data dengan tabel yang terkunci." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Nonaktifkan peringatan bawaan yang ditampilkan di halaman utama jika Suhosin " -"terdeteksi." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10221,7 +10219,7 @@ msgstr "" "pengaturan PHP session.gc_maxlifetime kurang dari nilai " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10229,7 +10227,7 @@ msgstr "" "Ukuran textarea (kolom) dalam mode edit, nilai ini akan ditekankan untuk " "textarea kueri SQL (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10237,7 +10235,7 @@ msgstr "" "Ukuran textarea (baris) dalam mode edit, nilai ini akan ditekankan untuk " "textarea kueri SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10249,7 +10247,7 @@ msgstr "" "Forwarded-For) yang berasal dari proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10257,7 +10255,7 @@ msgstr "" "Ketika dinonaktifkan, pengguna tidak dapat mengatur pilihan apapun di bawah " "ini, lepas centang kotak di sebelah kanan." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10269,7 +10267,7 @@ msgstr "" "jika server tempat phpMyAdmin diinstal tidak memiliki akses langsung ke " "Internet. Formatnya adalah: \"hostname:portnumber\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10279,7 +10277,7 @@ msgstr "" "otentikasi yang dilakukan. Jika nama pengguna diberikan, otentikasi dasar " "akan dilakukan. Tidak ada jenis otentikasi lain yang didukung saat ini." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10287,7 +10285,7 @@ msgstr "" "Query dijalankan dengan menekan Enter (bukan Ctrl + Enter). Baris baru akan " "disisipkan dengan Shift + Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10295,384 +10293,384 @@ msgstr "" "Aktifkan mode Konfigurasi Zero yang memungkinkan Anda mengatur tabel " "penyimpanan konfigurasi phpMyAdmin secara otomatis." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Sorot baris terpilih." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Sorot baris yang ditunjuk dengan kursor mouse." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Jumlah kolom textarea CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Jumlah baris textarea CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Log SQL query dan waktu eksekusi mereka, yang akan ditampilkan di konsol" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Tab tersebut ditampilkan sewaktu memasuki suatu basis data." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Tab tersebut ditampilkan ketika memasuki suatu server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Tab tersebut ditampilkan ketika memasuki suatu tabel." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Sebaiknya stuktur aksi tabel disembunyikan." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Kolom komentar seharusnya ditampilkan dalam tabel tampilan struktur" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Tampilkan daftar server dalam bentuk daftar dan bukan tarik-turun." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Sebuah dropdown akan digunakan jika sedikit item yang ditampilkan." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Nilai default untuk kunci luar untuk mencentang kotak centang pada suatu " "pertanyaan." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Hilangkan centang pada kotak centang untuk menonaktifkan impor seret dan " "lepas" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Jumlah baris yang dapat ditambahkan dalam satu waktu." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Jumlah maksimum karakter yang ditunjukkan pada kolom non-angka pada mode " "jelajah." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Tentukan berapa lama (dalam detik) cookie login valid." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Ukuran Double textarea untuk kolom LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Jumlah maksimum database yang ditampilkan dalam daftar database." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Jumlah maksimum tabel yang ditampilkan pada daftar tabel." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Jumlah maksimum tabel yang terakhir digunakan; atur 0 untuk menonaktifkannya." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Jumlah maksimum tabel favorit; atur 0 untuk menonaktifkannya." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Berikut ini adalah tautan Edit, Salin, dan Hapus." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Apakah untuk menampilkan link baris bahkan tanpa adanya unique key." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Nonaktifkan tombol shortcut" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Gunakan urutan alami untuk pengurutan nama tabel dan basis data." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Gunakan hanya ikon, hanya teks, atau keduanya." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Gunakan gzip output buffering untuk meningkatkan kecepatan dalam transfer " "HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Gunakan koneksi persisten ke basis data MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Nonaktifkan pengeditan kolom BLOB dan BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Jumlah query yang disimpan dalam riwayat." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Pilih fungsi yang akan digunakan untuk konversi set karakter." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Saat browsing tabel, penyortiran setiap tabel akan diingat." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Urutan default untuk tabel dengan primary key." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Ulangi header setiap X sel, [kbd]0[/kbd] menonaktifkan fitur ini." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Untuk pengaturan tampilan" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Direktori penyimpanan hasil ekspor di server." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Menentukan apakah kotak pertanyaan akan tetap ditampilkan di layar setelah " "dikirimkan." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Judul jendela peramban saat basis data dipilih." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Judul jendela peramban saat tidak ada yang dipilih." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Judul jendela peramban sewaktu server dipilih." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Judul jendela peramban ketika tabel dipilih." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Direktori server tempat mengunggah berkas ekspor." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Mengizinkan pencarian terhadap seluruh basis data." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktifkan pemeriksaan versi terbaru pada halaman utama phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Password untuk otentikasi proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Aktifkan kompresi ZIP untuk operasi impor dan ekspor." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Pilih aksi default saat mengirim laporan kesalahan." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Izinkan masuk ke server MySQL mana pun" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Gagal masuk ke MySQL server" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Izinkan pembingkaian pihak ketiga" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Tampilkan tautan \"Hapus basis data\" kepada pengguna biasa" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "rahasia Blow fish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Penanda baris" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Sorot penunjuk" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Pengeditan kolom CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Aktifkan CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Aktifkan linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Besar minimum isian masukan" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Besar maksimum isian masukan" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Kolom textarea CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Baris textarea CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Periksa izin berkas config" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Pampatkan sambil jalan" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Konfirmasi kueri DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Ukuran kertas" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Tab basis data bawaan" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Tab server bawaan" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Tab tabel bawaan" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Aktifkan pelengkapan otomatis untuk nama tabel dan kolom" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Menampilkan komentar tabel" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Sembunyikan stuktur aksi tabel" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Urutan bawaan untuk Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Pilihan transformasi untuk cabang inputan" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Urutan bawaan untuk Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Urutan bawaan untuk Eksternal" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Pilihan transformasi untuk PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Urutan bawaan untuk DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Transformasi default untuk Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Pilihan transformasi untuk TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Transformasi standar untuk TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Tampilkan server dalam bentuk daftar" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Nonaktifkan pemeliharaan banyak tabel" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Waktu eksekusi maksimum" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Gunakan pernyataan [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Simpan sebagai berkas" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Set karakter berkas" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresi" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10680,56 +10678,56 @@ msgstr "Kompresi" msgid "Put columns names in the first row" msgstr "Masukkan nama kolom pada baris pertama" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Kolom diapit oleh" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Kolom diloloskan oleh" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Ganti NULL dengan" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Hapus karakter CRLF dalam kolom" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Kolom diakhiri oleh" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Baris diakhir dengan" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Versi Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Templat nama basis data" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Templat nama server" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Templat nama tabel" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10739,80 +10737,80 @@ msgstr "Templat nama tabel" msgid "Dump table" msgstr "Tabel dump" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Masukkan judul halaman tabel" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Judul halaman" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Lanjutan dari judul halaman tabel" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Kunci nama" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relasi" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Metode ekspor" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Simpan di server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Ekspor sebagai file terpisah" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Ingat templat nama berkas" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Hapus klausa DEFINER dari definisi" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Apit nama tabel dan kolom dengan tanda petik balik" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Modus kompatibilitas SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Tanggal Pembuatan/Pembaruan/Pemeriksaan" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Gunakan sisipan tertunda" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Tanpa pemeriksaan kunci asing" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Mengekspor tampilan sebagai tabel" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Ekspor metadata terkait dari penyimpanan konfigurasi phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Gunakan heksadesimal untuk BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10820,845 +10818,845 @@ msgstr "" "Tambahkan IF NOT EXIST(kurang efisien sebagai indeks akan dihasilkan selama " "pembuatan tabel)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "tampilan %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Gunakan sisipan abaikan" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintaks yang digunakan sewaktu menambahkan data" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Panjang maksimum kueri yang dibuat" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Jenis ekspor" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Jalankan ekspor dalam transaksi" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Ekspor waktu dalam UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Urutan tarik turun foreign key" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Batas kunci luar" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Pemeriksaan kunci asing" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Hari pertama di kalender" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Modus jelajah" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "Data CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Pengembang" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Modus edit" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Bawaan ekspor" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Umum" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Bawaan impor" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Impor / ekspor" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Panel navigasi" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Pengaturan utama lain" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Judul halaman" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Keamanan" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Pengaturan dasar" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autentikasi" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Konfigurasi server" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Penyimpanan konfigurasi" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Pelacakan perubahan" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Kotak Kueri SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Awal" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Stuktur basis data" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Tab" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Tampilkan skema relasi" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Isian teks" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Teks Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Peringatan" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parameter tambahan untuk iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Abaikan galat perintah jamak" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Aktifkan impor seret dan lepas" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Impor parsial: izinkan interupsi" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Jangan gugurkan sewaktu galat INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "Impor nilai kosong sebagai NULL" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Tambahkan ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format berkas impor" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Gunakan kata kunci LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Nama kolom pada baris pertama" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Jangan impor baris kosong" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Impor mata uang ($5.00 menjadi 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Impor persentase menjadi nilai desimal (12.00% menjadi .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Impor parsial: lewati kueri" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Jangan gunakan AUTO_INCREMENT untuk nilai nol" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Baca sebagai multibytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Kondisi awal slider" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Jumlah baris tambahan" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Batas karakter kolom" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Hapus semua kuki sewaktu keluar" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Ingat nama pengguna" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Penyimpanan kuki masuk" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validitas kuki masuk" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Textarea lebih besar untuk LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Panjang SQL maksimum yang ditayangkan" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Basis data maksimum" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Item maksimum di tingkat pertama" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Item maksimal di cabang" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Jumlah maksimum baris yang ditampilkan" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Tabel maksimum" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Limit memori" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Tampilkan cabang navigasi databases" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Lebar panel navigasi" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Link ke panel utama" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Tampilkan logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL tautan logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Sasaran tautan logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Tampilkan pilihan server" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Target ikon akses cepat" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Target buat ikon akses cepat kedua" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Jumlah minimum item yang ditampilkan di kotak tabel filter" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Jumlah minimum database yang ditampilkan di kotak tabel filter" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Item Group di pohon" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Pemisah hierarki basis data" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Pemisah hierarki tabel" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Kedalaman hierarki tabel maksimum" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Aktifkan penyorotan" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Bolehkan perluasan pohon navigasi" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Tampilkan tabel pada cabang" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Tampilkan Views dalam bentuk bercabang" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Tampilkan Fungsi dalam bentuk bercabang" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Tampilkan prosedur di percabangan" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Tunjukkan events dalam pohon" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Kembangkan satu basis data" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tabel yang terakhir digunakan" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Tempat menampilkan tautan baris tabel" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Tampilkan link baris bagaimanapun" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Urutan alami" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Bar tabel navigasi" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Penyanggaan keluaran GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Urutan bawaan" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Koneksi persisten" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabel penyimpanan konfigurasi phpMyAdmin tidak ditemukan" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Peringatan! kata telah digunakan MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Atur tampilan tab menu" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Bagaimana menampilkan berbagai link tindakan" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Lindungi kolom biner" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Riwayat kueri permanen" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Panjang riwayat kueri" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Izinkan penanda bersama antar pengguna" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Mesin pengode ulang" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Ingat urutan tabel" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Urutan bawaan Primary Key" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Ulangi judul" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Pengeditan Grid: trigger action" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Tampilan berelasi" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Pengeditan Grid: Simpan semua sel yang diedit sekaligus" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Direktori penyimpanan" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Urutan otorisasi inang" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Aturan otorisasi inang" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Izinkan masuk tanpa sandi" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Izinkan masuk root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Sesi zona waktu" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabel markah" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabel informasi kolom" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Pampatkan koneksi" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Sandi pengguna pengendali" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Pengguna pengendali" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Inang pengendali" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Port kontrol" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Noaktifkan penggunaan INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Sembunyikan basis data" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabel riwayat kueri SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nama inang server" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL keluar" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Jumlah maksimal preferensi tabel untuk menyimpan" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Mengekspor templates sebagai tabel" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Kolom tengah tabel" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Tampilkan hanya basis data terdaftar" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Sandi untuk autentikasi config" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Skema PDF: tabel halaman" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Porta server" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Tabel yang baru digunakan" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabel favorit" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabel relasi" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nama sesi Signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL Signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket server" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Gunakan SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Desainer dan skema PDF: koordinat tabel" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Tabel kolom tampilan" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabel preferensi UI" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Tambahkan DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Tambahkan DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Statement untuk dilacak" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabel pelacakan kueri SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Buat versi secara otomatis" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabel penyimpanan preferensi pengguna" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabel pengguna" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabel grup pengguna" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabel item navigasi tersembunyi" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Pengguna autentikasi config" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nama deskriptif server" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Izinkan tampilan semua baris" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Tampilkan formulir penggantian sandi" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Tampilkan formulir pembuatan basis data" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Tampilkan komentar tabel" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Tampilkan timestamp pembuatan" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Tampilkan stempel waktu pembaruan terakhir" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Tampilkan cek timestamp terakhir" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Tampilkan tabel set karakter" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Tampilkan jenis isian" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Tampilkan isian fungsi" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Tampilkan petunjuk" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Tampilkan tautan phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Tampilkan informasi detail server MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Tampilkan kueri SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Tampilkan statistik" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Lewati tabel terkunci" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Jelaskan SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Buat kode PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Peringatan Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Peringatan validitas kuki masuk" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Kolom textarea" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Baris textarea" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Judul bawaan" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Daftar proksi tepercaya untuk allow/deny IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Direktori unggahan" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Gunakan pencarian basis data" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Aktifkan tab pengembang dalam pengaturan" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Pemeriksaan versi" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "URL proksi" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nama Pengguna Proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Password proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL untuk API reCAPTCHA v2" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Cuplikan Kebijakan Keamanan Konten untuk API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parameter permintaan untuk API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parameter respons untuk API reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Kunci publik untuk reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Kunci pribadi untuk reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL untuk reCAPTCHA siteverify" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Kirim laporan kesalahan" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter mengeksekusi kueri di konsol" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Aktifkan mode Konfigurasi Nol" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Jalankan kueri pada Enter dan masukkan baris baru dengan Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Tinggi konsol" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Mode konsol" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Urutkan berdasarkan" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Penyortiran koneksi server" @@ -11691,7 +11689,8 @@ msgstr "proses impor terkompres tidak akan berjalan karena fungsi %s hilang." msgid "Compressed export will not work due to missing function %s." msgstr "proses ekspor terkompres tidak akan berjalan karena fungsi %s hilang." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -11725,7 +11724,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Lembar sebar OpenDocument" @@ -11733,7 +11732,7 @@ msgstr "Lembar sebar OpenDocument" msgid "OpenDocument Text" msgstr "Teks OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV menggunakan LOAD DATA" @@ -11898,7 +11897,7 @@ msgstr "" "%1$sGZip compression and decompression%2$s membutuhkan fungsi (%3$s) yang " "tidak tersedia pada sistem ini." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12177,7 +12176,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Tidak dapat memuat plugin export, harap periksa instalasi Anda!" @@ -12308,7 +12307,7 @@ msgid "Success!" msgstr "Sukses!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12375,7 +12374,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Anda mungkin perlu menyegarkan halaman." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Tipe yang buruk!" @@ -12494,16 +12493,7 @@ msgstr "" "phpMyAdmin dikonfigurasi. Jika tidak, keamanan server Anda bisa dirusak oleh " "orang yang tidak berhak yang mengunduh konfigurasi Anda." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server berjalan dengan Suhosin. Harap baca %sdokumentasi%s untuk kemungkinan " -"masalah." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12512,7 +12502,7 @@ msgstr "" "$cfg['TempDir'] (%s) tidak dapat diakses. phpMyAdmin tidak bisa meng-cache " "templat-templat dan akan lambat karena ini." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12522,7 +12512,7 @@ msgstr "" "tidak berfungsi dengan baik. Silakan merujuk ke [doc@faq1-46]dokumentasi[/" "doc] untuk kemungkinan masalah." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12533,7 +12523,7 @@ msgstr "" "baris-baris dengan benar. Hal ini mampu mengakibatkan hasil yang tidak " "diinginkan." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12608,7 +12598,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Perintah \"DROP DATABASE\" dinonaktifkan." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Terjadi ROLLBACK.]" @@ -14512,7 +14502,7 @@ msgid "No such column" msgstr "Tidak ada kolom seperti itu" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "String" @@ -15374,7 +15364,7 @@ msgstr "Data salah" msgid "Wrong data or no validation for %s" msgstr "Data salah atau tidak ada validasi untuk %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Markah %s telah dibuat." @@ -15451,7 +15441,7 @@ msgstr "Ada masalah dengan permintaan Anda." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL memberikan hasil kosong (atau nol baris)." @@ -15834,27 +15824,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Baris telah dihapus." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Pencarian dilakukan dalam %01.4f detik." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Menampilkan baris %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "Total %1$s, %2$s dalam kueri" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "Jumlah total %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Tautan tidak ditemukan!" @@ -16481,11 +16471,11 @@ msgstr "" msgid "web server upload directory:" msgstr "direktori unggahan server web:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Menampilkan kueri SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Nomor baris baru: %1$d" @@ -16936,39 +16926,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Tidak ditemukan dependensi parsial!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Bersatu" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Penyalinan tabel pada diri-sendiri tidak bisa dilakukan!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s telah dipindahkan ke %s. Hak istimewa telah disesuaikan." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabel %s telah disalin ke %s. Hak istimewa telah disesuaikan." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabel %s telah dipindahkan ke %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabel %s telah disalin ke %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Nama tabel kosong!" @@ -17051,7 +17041,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Anda mengaktifkan otentikasi 2 langkah, silahkan konfirmasi login anda." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolom dipisahkan oleh:" @@ -17472,7 +17462,7 @@ msgstr "" "Sistem database atau server MySQL yang lebih tua untuk memaksimalkan output " "kompatibilitas dengan:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "Indentasi:" @@ -17495,19 +17485,19 @@ msgstr "" "Memperbarui data ketika duplikat kunci ditemukan saat impor (add ON " "DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Nama dari tabel baru (tidak wajib):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Nama dari database baru (pilihan):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Impor seberapa banyak baris ini (opsional):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17515,7 +17505,7 @@ msgstr "" "Baris pertama dari file berisi nama kolom tabel (jika ini tidak " "dicentang, baris pertama akan menjadi bagian dari data)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17525,27 +17515,27 @@ msgstr "" "basis data, cantumkan nama kolom yang sesuai di sini. Nama kolom harus " "dipisahkan dengan koma dan tidak boleh diapit tanda kutip." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nama kolom:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Format masukan CSV tidak valid pada baris %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Perhitungan CSV tidak valid pada baris %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Parameter yang tidak valid untuk impor CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18325,11 +18315,11 @@ msgstr "Tidak ada versi stabil baru yang tersedia" msgid "Using bookmark \"%s\" as default browse query." msgstr "Menggunakan markah \"%s\" sebagai kueri penjelajahan bawaan." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Tampilkan sebagai kode PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18338,7 +18328,7 @@ msgstr "" "Pilihan saat ini tidak berisi kolom yang unik. Fitur edit kisi, kotak " "centang, Sunting, Salin, dan Hapus tidak tersedia. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18603,22 +18593,22 @@ msgid "You must provide a trigger definition." msgstr "Anda harus memasukkan definisi trigger." # Imperative menu -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "kosong" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "tidak kosong" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1-byte integer, berkisar antara -128 sampai 127, unsigned berkisar antara 0 " "sampai 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18626,7 +18616,7 @@ msgstr "" "2-byte integer, berkisar antara -32,768 sampai 32,767, unsigned berkisar " "antara 0 sampai 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18634,7 +18624,7 @@ msgstr "" "3-byte integer, signed berkisar antara -8,388,608 sampai 8,388,607, unsigned " "berkisar antara 0 sampai 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18642,7 +18632,7 @@ msgstr "" "4-byte integer, signed berkisar antara -2,147,483,648 sampai 2,147,483,647, " "unsigned berkisar antara 0 sampai 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18651,7 +18641,7 @@ msgstr "" "9,223,372,036,854,775,807, unsigned berkisar antara 0 sampai " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18659,7 +18649,7 @@ msgstr "" "Sebuah Nomor fixed-point (M, D) - Jumlah maksimum digit (M) adalah 65 " "(standar 10), nomor maksimal desimal (D) adalah 30 (standar 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18667,7 +18657,7 @@ msgstr "" "small floating-point number, mengizinkan nilai dari -3.402823466E+38 sampai " "-1.175494351E-38, 0, dan 1.175494351E-38 sampai 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18677,7 +18667,7 @@ msgstr "" "-1.7976931348623157E+308 sampai -2.2250738585072014E-308, 0, dan " "2.2250738585072014E-308 sampai 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18685,7 +18675,7 @@ msgstr "" "Sinonim untuk DOUBLE (kecuali: dalam mode REAL_AS_FLOAT SQL adalah sinonim " "untuk FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18693,7 +18683,7 @@ msgstr "" "Sebuah tipe bit-field (M), menyimpan M dari bit tiap nilai (standar adalah " "1, maksimum adalah 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18701,21 +18691,21 @@ msgstr "" "Sinonim untuk TINYINT(1), nilai nol dianggal false, nilai selain nol " "dianggap true" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Sebuah alias untuk BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Sebuah Tanggal, Didukung pada kisaran %1$s sampai %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Kombinasi tanggal dan waktu, didukung pada kisaran %1$s sampai %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18728,12 +18718,12 @@ msgstr "" "yang lebih baru), disimpan sebagai jumlah detik sejak epoch (1970-01-01 " "00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Waktu, berkisar %1$s sampai %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18741,7 +18731,7 @@ msgstr "" "Format tahun dalam 4-digit (4, standar) atau 2 digit (2), mengizinkan nilai " "dari 70 (1970) sampai 69 (2069) atau 1901 sampai 2155 dan 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18749,7 +18739,7 @@ msgstr "" "Sebuah panjang tetap (0-255, standar 1) string yang selalu benar-diisi " "dengan spasi dengan panjang tertentu bila disimpan" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18758,7 +18748,7 @@ msgstr "" "Sebuah pangjang-variabel(%s) string, panjang maksimum efektif tunduk pada " "ukuran baris" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18766,7 +18756,7 @@ msgstr "" "kolom TEXT dengan panjang maksimum karakter 255 (2^8 - 1), disimpan dengan " "awalan satu-byte menunjukkan panjang nilai dalam byte" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18774,7 +18764,7 @@ msgstr "" "Kolom TEXT dengan panjang maksimum karakter 65,535 (2^16 - 1), disimpan " "dengan awalan dua-byte menunjukan panjang nilai dalam byte" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18782,7 +18772,7 @@ msgstr "" "Kolom TEXT dengan panjang maksimum karakter 16,777,215 (2^24 - 1), disimpan " "awalan tiga-byte menunjukan pajang nilai dalam byte" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18792,7 +18782,7 @@ msgstr "" "karakter, disimpan dengan awalan empat byte menunjukkan panjang nilai dalam " "byte" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18800,7 +18790,7 @@ msgstr "" "Serupa dengan tipe CHAR, tetapi string menyimpan karakter string biner byte " "daripada non-biner" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18808,7 +18798,7 @@ msgstr "" "Serupa dengan tipe VARCHAR, tetapi string menyimpan karakter string biner " "byte daripada non-biner" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18816,7 +18806,7 @@ msgstr "" "Sebuah kolom BLOB dengan panjang maksimum 255 (2^8 - 1) byte, disimpan " "dengan awalan satu-byte menunjukkan panjang nilai" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18824,7 +18814,7 @@ msgstr "" "Sebuah kolom BLOB dengan panjang maksimum 16,777,215 (2^24 - 1) byte, " "disimpan dengan awalan tiga byte yang menunjukkan panjang nilai" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18832,7 +18822,7 @@ msgstr "" "Sebuah kolom BLOB dengan panjang maksimum 65,535 (2^16 - 1) byte, disimpan " "dengan awalan dua-byte menunjukkan panjang nilai" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18840,7 +18830,7 @@ msgstr "" "Sebuah kolom BLOB dengan panjang maksimum 4,294,967,295 atau 4GiB (2^32 - 1) " "byte, disimpan dengan awalan empat byte menunjukkan panjang nilai" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18848,43 +18838,43 @@ msgstr "" "Sebuah pencacahan, nilai dipilih dari daftar hingga 65,535 atau nilai khusus " "'' error" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Sebuah nilai tunggal dipilih dari satu set hingga 64 anggota" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Suatu jenis yang dapat menyimpan geometri dari jenis apa pun" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Sebuah titik dalam ruang 2-dimensi" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Kurva dengan interpolasi linier antara titik" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Sebuah poligon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Sebuah koleksi poin" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Sebuah koleksi kurva dengan interpolasi linier antara titik" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Sebuah koleksi poligon" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Sebuah koleksi objek geometri dari jenis apa pun" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18892,7 +18882,7 @@ msgstr "" "Menyimpan dan memungkinkan akses efisien untuk data dalam dokumen JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18900,11 +18890,11 @@ msgstr "" "Ditujukan untuk penyimpanan alamat IPv6, serta alamat IPv4 dengan asumsi " "pemetaan konvensional alamat IPv4 menjadi alamat IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "UUID (Pengidentifikasi Unik Universal) 128-bit" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" @@ -18912,21 +18902,21 @@ msgstr "" "Menyimpan data vektor yang dioptimalkan untuk operasi seperti pencarian " "kemiripan dan aplikasi pembelajaran mesin" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "Ditujukan untuk penyimpanan data XML" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numerik" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Tanggal dan waktu" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spasial" @@ -18971,6 +18961,24 @@ msgstr "Galat pada arsip ZIP:" msgid "No files found inside ZIP archive!" msgstr "Tidak ada berkas ditemukan dalam arsip ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Nonaktifkan peringatan bawaan yang ditampilkan di halaman utama jika " +#~ "Suhosin terdeteksi." + +#~ msgid "Suhosin warning" +#~ msgstr "Peringatan Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server berjalan dengan Suhosin. Harap baca %sdokumentasi%s untuk " +#~ "kemungkinan masalah." + #~ msgid "The fullscreen request was denied." #~ msgstr "Permintaan layar penuh ditolak." diff --git a/resources/po/ig.po b/resources/po/ig.po index 056147cc8d..24413c5e59 100644 --- a/resources/po/ig.po +++ b/resources/po/ig.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2016-09-01 17:40+0000\n" "Last-Translator: CHINONSO \n" "Language-Team: Igbo %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3640,7 +3640,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3650,7 +3650,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3962,8 +3962,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3985,7 +3985,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4021,17 +4021,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4485,28 +4485,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5522,7 +5536,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5597,7 +5611,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6160,7 +6174,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6242,7 +6256,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6303,7 +6317,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6349,7 +6363,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6829,7 +6843,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6991,32 +7005,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8672,14 +8686,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8857,329 +8863,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9187,478 +9193,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9666,13 +9666,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9680,391 +9680,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10072,56 +10072,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10131,926 +10131,926 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "No tables found in database." msgid "Expand single database" msgstr "Ọ dịghị tebụl dị na nchekwa data." -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11083,7 +11083,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11117,7 +11118,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11125,7 +11126,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11246,7 +11247,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11516,7 +11517,7 @@ msgstr "Ọ dịghị tebụl dị na nchekwa data." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11643,7 +11644,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11703,7 +11704,7 @@ msgstr "Ọ bụrụ na ị na-enwe nsogbu ọ bụla biko nyefee a ahụhụ na msgid "You may want to refresh the page." msgstr "Nwere ike ị chọrọ ka ume na peeji nke." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Ajo ụdị!" @@ -11789,35 +11790,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11893,7 +11887,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13709,7 +13703,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14441,7 +14435,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Bookmark %s e kere." @@ -14519,7 +14513,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14898,27 +14892,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15481,11 +15475,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15884,39 +15878,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15990,7 +15984,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16386,7 +16380,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16407,54 +16401,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "kọlụm" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17141,18 +17135,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17405,95 +17399,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17501,170 +17495,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/it.po b/resources/po/it.po index 39f7ebdd13..626ed20103 100644 --- a/resources/po/it.po +++ b/resources/po/it.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-06-27 04:54+0000\n" "Last-Translator: Marcel \n" "Language-Team: Italian %s" msgstr "Salva sul server nella cartella %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Sovrascrivi file(s) esistente/i" @@ -3658,7 +3658,7 @@ msgstr "Prendilo" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Indietro" @@ -3668,7 +3668,7 @@ msgstr "Indietro" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importa" @@ -4017,8 +4017,8 @@ msgstr "Upload SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Database" @@ -4040,7 +4040,7 @@ msgid "Recent" msgstr "Recente" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tabelle preferite" @@ -4078,17 +4078,17 @@ msgid "Features" msgstr "Caratteristiche" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Query SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Pannello di navigazione" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Pannello principale" @@ -4567,13 +4567,28 @@ msgstr "Controlla i privilegi per il database \"%s\"." msgid "Check privileges" msgstr "Controlla i privilegi" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Esegui la/e query SQL sul database %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Totale:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4581,16 +4596,16 @@ msgstr "" "N.B.: Abilitare qui le statistiche del Database potrebbe causare del " "traffico intenso fra il server web e MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Abilita le statistiche" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Nessun database" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Conferma" @@ -5659,7 +5674,7 @@ msgid "Current server:" msgstr "Server attuale:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Server" @@ -5745,7 +5760,7 @@ msgid "Test:" msgstr "Test:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6374,7 +6389,7 @@ msgstr "Visualizza form" msgid "Show hidden messages" msgstr "Mostra messaggi nascosti" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tipo di autenticazione" @@ -6456,7 +6471,7 @@ msgid "Detailed profile" msgstr "Profilo dettagliato" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ordine" @@ -6517,7 +6532,7 @@ msgstr "Grafico a torta con i risultati del profiling." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "La query SQL è stata eseguita con successo." @@ -6563,7 +6578,7 @@ msgstr "Delimitatori" msgid "Show this query here again" msgstr "Mostra di nuovo questa query" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Conserva il riquadro della query" @@ -7042,7 +7057,7 @@ msgid "Delete the view (DROP)" msgstr "Elimina la vista (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Struttura della tabella" @@ -7211,32 +7226,32 @@ msgid "Index length" msgstr "Lunghezza indice" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizza" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Controlla" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Ottimizza" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Ricrea" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Ripara" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Tronca" @@ -9161,14 +9176,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamese" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9346,19 +9353,19 @@ msgstr "entrambi i precedenti" msgid "neither of the above" msgstr "nessuno dei precedenti" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Gli utenti non possono impostare un valore maggiore" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Se abilitato, l'utente potrà utilizzare l'autenticazione per mezzo di cookie " "con qualsiasi server MySQL inserito nel modulo di login." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9368,7 +9375,7 @@ msgstr "" "collegamento a qualsiasi server MySQL, a quelli ottenuti confrontando l'IP o " "il nome host del server MySQL con l'espressione regolare data." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9379,7 +9386,7 @@ msgstr "" "[strong]falla di sicurezza[/strong] che permetterebbe attacchi di cross-" "frame scripting (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9387,15 +9394,15 @@ msgstr "" "La passphrase segreta utilizzata per crittografare i cookie " "nell'autenticazione via [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Abilita la compressione bzip2 per le operazioni di importazione." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Inserisci l'URL della propria API compatibile reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9403,33 +9410,33 @@ msgstr "" "Inserisci lo snippet Content-Security-Policy della propria API compatibile " "reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Inserisci il parametro di richiesta usato dalla propria API compatibile " "reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Inserisci il parametro di risposta usato dalla propria API compatibile " "reCAPTCHA v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" "Inserisci la tua chiave pubblica per il servizio reCAPTCHA sul tuo dominio." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" "Inserisci la tua chiave privata per il servizio reCAPTCHA sul tuo dominio." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Inserisci l'URL di verifica sito per il tuo servizio reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9439,7 +9446,7 @@ msgstr "" "VARCHAR; [kbd]input[/kbd] - permette di limitare la lunghezza dell'input, " "[kbd]textarea[/kbd] - permette di inserire caratteri newline (andare a capo)." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9447,7 +9454,7 @@ msgstr "" "Usa un editor user-friendly per modificare le query SQL (CodeMirror) con " "evidenziazione della sintassi e numeri di riga." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9455,7 +9462,7 @@ msgstr "" "Trova gli errori nella query prima di eseguirla. Richiede CodeMirror per " "essere abilitato." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9463,7 +9470,7 @@ msgstr "" "Definisce la dimensione minima per i campi di input generati per le colonne " "CHAR e VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9471,7 +9478,7 @@ msgstr "" "Definisce la dimensione massima per i campi di input generati per le colonne " "CHAR e VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9480,7 +9487,7 @@ msgstr "" "memoria; disattivare questa opzione in caso di problemi nella creazione di " "file gzip/bzip2." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9488,16 +9495,16 @@ msgstr "" "Mostra un messaggio di conferma (\"Sei veramente sicuro…\") in caso di " "lancio di comandi che eliminano dati." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" "Completamento automatico dei nomi di tabella e colonna nelle query SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9506,7 +9513,7 @@ msgstr "" "saranno sovrascritti se la trasformazione è definita nella pagina struttura " "della tabella." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9514,7 +9521,7 @@ msgstr "" "Disabilita le operazioni di manutenzione delle tabelle, come " "l'optimizzazione o la riparazione delle tabelle selezione nel database." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9522,12 +9529,12 @@ msgstr "" "Imposta il numero di secondi concessi per l'esecuzione di uno script([kbd]0[/" "kbd] = nessun limite)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Esclude la definizione dell'utente corrente" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9536,7 +9543,7 @@ msgstr "" "[kbd]content[/kbd] sono i dati di rifereimento, [kbd]id[/kbd] é il valore " "della chiave." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9545,7 +9552,7 @@ msgstr "" "[doc@faq6-27]documentation[/doc] per vedere delle stringhe che possono " "essere utilizzate per ottenere dei valori speciali." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9553,7 +9560,7 @@ msgstr "" "Si prega di notare che phpMyAdmin é solo un'interfaccia e le sue " "funzionalità non limitano MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9561,7 +9568,7 @@ msgstr "" "Configurazione avanzata del server, non cambiare queste opzioni se non sai a " "cosa servono." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9571,7 +9578,7 @@ msgstr "" "alle funzionalitá supplementari, vedi [doc@linked-tables]memorizzazione " "della configurazione di phpMyAdmin[/doc] nella documentazione." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9579,120 +9586,120 @@ msgstr "" "Monitoraggio dei cambiamenti effettuati al database. Richiede la " "memorizzazione della configurazione di phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Personalizza modalità di navigazione." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personalizza le opzioni predefinite." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Impostazioni per gli sviluppatori di phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Personalizza la modalitá di modifica." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personalizza le opzioni di esportazione predefinite." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Imposta delle opzioni utilizzate abitualmente." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personalizza le opzioni di importazione predefinite." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "Imposta le opzioni di compressione e le cartelle per l'esportazione e " "l'importazione." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opzioni di visualizzazione dei database." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Personalizza l'aspetto del pannello di navigazione." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personalizza l'albero di navigazione." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opzioni di visualizzazione dei server." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opzioni di visualizzazione delle tabelle." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Altre impostazioni." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Impostazioni di autenticazione." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Inserisci i parametri di connessione al server." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Personalizza i collegamenti mostrati nei riquadri per query SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Impostazioni query SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Personalizza la pagina benvenuto." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Seleziona quali dettagli mostrare nella struttura del database (lista delle " "tabelle)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Impostazioni per la struttura delle tabelle (lista delle colonne)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Seleziona il funzionamento delle tabulazioni." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personalizza le opzioni dei campi di input." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personalizza le opzioni predefinite" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Disabilita alcuni degli avvisi mostrati da phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "Abilita la compressione gzip per le operazioni di importazione ed " "esportazione." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9700,7 +9707,7 @@ msgstr "" "Se impostato, phpMyAdmin continuerá a processare le query con istruzioni " "multiple anche se una di queste fallisce." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9711,7 +9718,7 @@ msgstr "" "buon modo di importare grandi file, tuttavia potrebbe interrompere le " "transazioni." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9719,17 +9726,17 @@ msgstr "" "Formato predefinito; notare che questa lista dipende dalla posizione " "(database, tabella) e solo SQL é sempre disponibile." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Aggiorna i dati quando vengono trovate chiavi duplicate durante il processo " "di importazione" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Numero di query da saltare dall'inizio." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9740,7 +9747,7 @@ msgstr "" "opzione é impostata a FALSE è facile dimenticare di uscire anche dagli altri " "server, quando si é connessi a multipli server." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9748,7 +9755,7 @@ msgstr "" "Stabilisci se il login precedente deve essere ricordato o meno, nel modo di " "autenticazione [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9760,12 +9767,12 @@ msgstr "" "solo per la sessione esistente, e verrá rimorro al momento della chiusura " "della finestra del browser. Questo é consigliato per ambienti di sfiducia." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Il numero massimo di caratteri utilizzati per visalizzare una query SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9773,7 +9780,7 @@ msgstr "" "Il numero di elementi che possono essere visualizzati in ogni pagina al " "primo livello dell'albero di navigazione." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9781,7 +9788,7 @@ msgstr "" "Il numero di elementi che possono essere visualizzati in ogni pagina " "dell'albero di navigazione." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9790,7 +9797,7 @@ msgstr "" "risultati contengono ulteriori righe i collegamenti \"Precedente\" e " "\"Seguente\" saranno mostrati." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9798,19 +9805,19 @@ msgstr "" "Il numero massimo di byte che uno script può allocare, ad esempio [kbd]32M[/" "kbd] ([kbd]-1[/kbd] per nessun limite e [kbd]0[/kbd] per nessun cambiamento)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "Nel pannello di navigazione, sostituisce l'albero del database con un " "selettore" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Collegamento con il pannello principale evidenziando il database o la " "tabella correnti." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9818,7 +9825,7 @@ msgstr "" "Apri i link nella finestra principale ([code]main[/code]) o in una finestra " "nuova ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9826,7 +9833,7 @@ msgstr "" "Numero minimo di elementi (tabelle, viste, procedure ed eventi) per " "visualizzare il riquadro di filtraggio." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9834,69 +9841,69 @@ msgstr "" "Raggruppa gli elementi nell'albero della navigazione (determinato dal " "separatore definito nella sezione Database e Tabelle qui sopra)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Se consentire la possibilità di espandere l'albero nel pannello di " "navigazione." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Se mostrare le procedure sotto il database nell'albero di navigazione" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Se espandere automaticamente il singolo database nell'albero di navigazione." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Imposta a 0 per richiudere il pannello di navigazione." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Mostra logo nel pannello di navigazione." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL a cui punta il logo del logo nel pannello di navigazione." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" "Visualizza la scelta del server nella parte superiore del pannello di " "navigazione." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Stringa che separa i database in diversi livelli dell'albero." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Stringa che separa le tabelle in diversi livelli dell'albero." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Evidenzia il server sotto il cursore del mouse." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Se mostrare le tabelle sotto il database nell'albero di navigazione" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Se mostrare le view sotto il database nell'albero di navigazione" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Se mostrare le funzioni sotto il database nell'albero di navigazione" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Se mostrare gli eventi sotto il database nell'albero di navigazione" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9904,7 +9911,7 @@ msgstr "" "[kbd]SMART[/kbd] - ad esempio ordine decrescente per i campi di tipo TIME, " "DATE, DATETIME e TIMESTAMP, ordine crescente altrimenti." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9914,7 +9921,7 @@ msgstr "" "dettagli della Struttura dei database, se qualche tabella necessaria per " "memorizzare la configurazione di phpMyAdmin non viene trovata." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9923,7 +9930,7 @@ msgstr "" "Struttura se una tabella contiene campi i cui nomi sono parole riservate in " "MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9934,11 +9941,11 @@ msgstr "" "disabilitata, questa utilizzera funzioni JS per visualizzare la cronologia " "delle query (persa alla chiusura della finstra)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9946,7 +9953,7 @@ msgstr "" "Imposta la timezone effettiva, potrebbe essere diversa da quella del tuo " "server database" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9954,7 +9961,7 @@ msgstr "" "Lascia vuoto per disattivare il supporto per i [doc@bookmarks@]segnalibri[/" "doc], consigliato: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9962,7 +9969,7 @@ msgstr "" "Lascia vuoto per disattivare i campi di tipo commenti/media, consigliato: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9971,7 +9978,7 @@ msgstr "" "ulteriori informazioni disponibili nella [doc@linked-tables]documentazione[/" "doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9979,7 +9986,7 @@ msgstr "" "Un host alternativo per memorizzare la configurazione; lasciare in bianco " "per utilizzare l'host già definito." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9989,7 +9996,7 @@ msgstr "" "configurazione; lasciare in bianco per usare la porta di default, ovvero la " "porta già definita, se controlhost è posto uguale a host." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9999,7 +10006,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] e [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10007,7 +10014,7 @@ msgstr "" "Lascia vuoto per disabilitare il supporto per la cronologia delle query SQL, " "consigliato: [kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10015,7 +10022,7 @@ msgstr "" "Limita il numero delle preferenze di tabella che sono memorizzate nel " "database, i record più vecchi sono rimossi automaticamente." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10023,7 +10030,7 @@ msgstr "" "Lascia vuoto per disabilitare il supporto all'esportazione dei template, " "consigliato: [kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10031,7 +10038,7 @@ msgstr "" "Lascia vuoto per disabilitare il supporto dei campi centrali, consigliato: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10041,14 +10048,14 @@ msgstr "" "rovesciata '\\' se vuoi utilizzarli nel loro senso letterale, ad esempio " "[kbd]'my\\_db'[/kbd] e non [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lascia vuoto disabilitare il supporto per PDF schema, consigliato: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10058,7 +10065,7 @@ msgstr "" "[doc@linked-tables]pmadb[/doc] per tutti dettagli. Lascia vuoto per " "disabilitarne il supporto. Consigliato: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10067,7 +10074,7 @@ msgstr "" "recente tra una sessione di lavoro e l'altra, consigliato: [kbd]pma__recent[/" "kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10075,7 +10082,7 @@ msgstr "" "Lascia vuoto per disabilitare la memorizzazione delle tabelle preferite tra " "una sessione di lavoro e l'altra, consigliato: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10083,13 +10090,13 @@ msgstr "" "Lascia vuoto per disabilitare il supporto per [doc@relations@]relation-" "links[/doc], consigliato: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Vedi [doc@authentication-modes]tipi di autenticazione[/doc] per un esempio." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10097,7 +10104,7 @@ msgstr "" "Lascia vuoto per disabilitare il supporto dello schema PDF, consigliato: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10105,7 +10112,7 @@ msgstr "" "Tabella che descrive i campi di visualizzazione, lascia vuoto per " "disabilitarne il supporto; consigliato: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10114,7 +10121,7 @@ msgstr "" "dell'interfaccia utenti tra le sessioni di lavoro, consigliato: " "[kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10122,7 +10129,7 @@ msgstr "" "Se aggiungere un instruzione DROP DATABASE IF EXISTS sulla prima linea del " "log quando viene creato un database." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10130,7 +10137,7 @@ msgstr "" "Se aggiungere un instruzione DROP TABLE IF EXISTS sulla prima linea del log " "quando viene creato una tabella." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10138,13 +10145,13 @@ msgstr "" "Se aggiungere un instruzione DROP VIEW IF EXISTS sulla prima linea del log " "quando viene creata una vista." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definisce la lista delle istruzioni the l'auto-creazione utilizza per le " "nuove versioni." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10152,7 +10159,7 @@ msgstr "" "Lascia vuoto per disabilitare il supporto per il monitoraggio delle query " "SQL, consigliato: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10160,7 +10167,7 @@ msgstr "" "Se il meccanismo di monitoraggio crea versioni per tabelle e viste " "automaticamente." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10168,7 +10175,7 @@ msgstr "" "Lascia vuoto per disabilitare la memorizzazione delle preferenze degli " "utenti nel database, consigliato: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10178,7 +10185,7 @@ msgstr "" "abilitare la funzione menu configurabile; lasciando uno dei due vuoto si " "disattiva questa funzione, suggerito: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10188,7 +10195,7 @@ msgstr "" "funzione menu configurabile; lasciando uno dei due vuoto si disattiva questa " "funzione, suggerito: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10196,7 +10203,7 @@ msgstr "" "Lascia vuoto per disabilitare la possibilità di nascondere/mostrare gli " "elementi di navigazione, consigliato: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10204,56 +10211,56 @@ msgstr "" "Una descrizione di facile utilizzo di questo server. Lascia vuoto per " "visualizzare il nome host, invece." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Lasciare vuoto se non usato." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Lasciare vuoto per i valori predefiniti." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Il nome del Basic Auth Realm da visualizzare quando si esegue HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Metodo di autenticazione da usare." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Comprimi la connessione al server MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Nascondi i database corrispondenti all'espressione regolare (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Il nome dell'host su cui è in esecuzione il server MySQL." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Lascia vuoto se non è utilizzato config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porta su cui il server MySQL è in ascolto, lascia vuoto per il valore " "predefinito." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket sul quale il server MySQL è in ascolto, lascia vuoto per il valore " "predefinito." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Abilita SSL per la connessione al server MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10264,27 +10271,27 @@ msgstr "" "codificata nel file di configurazione; questo non limita la possibilità di " "eseguire lo stesso comando direttamente." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostra o nascondi un campo che visualizza la marcatura temporale (timestamp) " "di Creazione per tutte le tabelle." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostra o nascondi un campo che visualizza la marcatura temporale (timestamp) " "di Ultimo aggiornamento per tutte le tabelle." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostra o nascondi un campo che visualizza la marcatura temporale (timestamp) " "di Ultimo controllo per tutte le tabelle." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10292,7 +10299,7 @@ msgstr "" "Stabilisce se i tipi dei campi dovrebbero essere visualizzati inizialmente " "nella modalitá di inserimento/modifica." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10300,59 +10307,51 @@ msgstr "" "Mostra il collegamento all'output di [a@https://php.net/manual/function." "phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Se visualizzare all'utente un pulsante \"mostra tutte le (righe)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Mostra o nascondi un campo che visualizza i commenti per tutte le tabelle." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Mostra o nascondi un campo che visualizza i set di caratteri per tutte le " "tabelle." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" "Visualizza i campi delle funzioni nelle modalità di inserimento/modifica." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Se mostrare il suggerimento o meno." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Definisce se le query SQL generate da phpMyAdmin dovrebbero essere " "visualizzate." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Consenti la visualizzazione delle statistiche dei database e tabelle (ad " "esempio, lo spazio utilizzato)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Segna le tabelle utilizzate e consenti la visualizzazione dei database con " "tabelle bloccate." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Disabilita l'avviso predefinito che è visualizzato sulla pagina principale " -"se viene rilevato Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10362,7 +10361,7 @@ msgstr "" "principale se il valore del parametro PHP session.gc_maxlifetime è inferiore " "al valore di `LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10370,7 +10369,7 @@ msgstr "" "Dimensione TextArea (colonne) in modalità di modifica, questo valore verrà " "sottolineato per SQL query textareas (* 2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10378,7 +10377,7 @@ msgstr "" "Dimensione dell'area di testo (righe) in modalitá di modifica, questo valore " "viene incrementato per le aree di testo delle query SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10390,7 +10389,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) proveniente dal proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10398,7 +10397,7 @@ msgstr "" "Quando disabilitato, gli utenti non possono impostare nessuna delle opzioni " "sottostanti, indipendentemente dalla casella di controllo sulla destra." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10410,7 +10409,7 @@ msgstr "" "di questo se il server in cui è installato phpMyAdmin non ha accesso diretto " "a Internet. Il formato è: \"hostname:portnumber\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10421,7 +10420,7 @@ msgstr "" "utente, verrà eseguita l'autenticazione di base. Nessun altro tipo di " "autenticazione è attualmente supportato." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10429,7 +10428,7 @@ msgstr "" "Le query verranno eseguite premendo Invio (invece di Ctrl+Invio). Le nuove " "linee saranno inserite con MAIUSC+INVIO." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10437,397 +10436,397 @@ msgstr "" "Abilitare la modalità configurazione Zero che consente di configurare " "automaticamente tabelle di memorizzazione di phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Evidenzia le righe selezionate." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Evidenzia le righe al passaggio del mouse." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Numero di colonne per caselle textarea di campi CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Numero di righe per caselle textarea di campi CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Query Log SQL e loro tempo di esecuzione, da visualizzare nella console" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Tab da mostrare quando si entra in un database." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Tab da mostrare quando si entra in un server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Tab da mostrare quando si entra in una tabella." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Nascondi le azioni relative alla struttura della tabella." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Attiva la visualizzazione dei commenti ai campi nella vista struttura di " "tabella" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Mostra i server in una lista invece di un menu a tendina." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Un menu a tendina verrá utilizzato in caso ci siano meno elementi." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Valore di default per il checkbox dei controlli di chiave esterna per alcune " "query." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Togli la spunta per disabilitare l'importazione drag and drop" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Il numero massimo di righe che è possibile inserire in una volta." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Il numero massimo di caratteri mostrati in qualsiasi campo non-numerico " "nella vista di navigazione." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Stabilisce per quanto tempo (in secondi) un cookie di login è valido." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Raddoppia la dimensione dell'area di testo per campi LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" "Il numero massimo di database da visualizzare nella lista dei database." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Il numero massimo di tabelle da visualizzare nella lista di tabelle." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Numero massimo di tabelle usate di recente; imposta 0 per disabilitare." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Numero massimo di tabelle preferite; imposta 0 per disabilitare." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Questi sono i collegamenti per Modifica, Copia ed Elimina." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Se visualizzare i link di riga anche in assenza di una chiave univoca." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Disabilita le scorciatoie da tastiera" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Utilizza l'ordine naturale per ordinare i nomi delle tabelle e dei database." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Usa solo icone, solo testo o entrambi." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Usa il buffer di uscita GZip per una maggiore velocità nei trasferimenti via " "HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Usa connessioni persistenti per i database MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Disabilita l'opzione di modifica dei campi BLOB e BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Numero di query conservate in cronologia." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Seleziona le funzioni che saranno usate per la conversione dell'insieme di " "caratteri." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "L'ordine delle tabelle é memorizzato durante la navigazione delle tabelle." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" "Criterio di ordinamento predefinito per le tabelle con chiave primaria." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Ripeti le intestazioni ogni X celle, [kbd]0[/kbd] disattiva questa " "funzionalità." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Per le Opzioni di visualizzazione" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Cartella in cui le esportazioni possono essere salvate sul server." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Definisce se la finestra della query deve stare sullo schermo dopo la " "conferma." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titolo della finestra del browser quando un database è selezionato." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titolo della finestra del browser quando niente è selezionato." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titolo della finestra del browser quando un server è selezionato." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titolo della finestra del browser quando una tabella è selezionata." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" "La cartella sul server dove è possibile caricare i file per l'importazione." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Consenti la ricerca all'interno di un intero database." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Abilita la verifica della versione più recente sulla pagina principale di " "phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "La password per l'autenticazione con il proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" "Abilita la compressione ZIP per le operazioni di importazione ed " "esportazione." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Scegli l'azione di default quando invii i rapporti d'errore." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Permette il login a qualsiasi server MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Limita il login al server MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Consenti inquadratura da terze parti" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Mostra il link \"Drop database\" agli utenti normali" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Segreto Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Evidenziatore per le righe" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Evidenzia il puntatore" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Modifica dei campi CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Abilita CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Abilita linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Dimensione minima per il campo di input" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Dimensione massima per il campo di input" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Campi con aree di testo CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Righe con aree di testo CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Controlla i permessi di accesso al file di configurazione" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Comprimi al volo" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Conferma query DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Dimensioni carta" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Tabulazione predefinita per i database" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Tabulazione predefinita per il server" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Tabulazione predefinita per le tabelle" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Attivare il completamento automatico per i nomi di tabella e colonna" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Mostra i commenti al campo" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Nascondi le azioni relative alla struttura della tabella" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Trasformazioni predefinite per Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Trasformazioni predefinite per le Sottostringhe" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Trasformazioni predefinite per Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Trasformazioni predefinite per External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Trasformazioni predefinite per PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Trasformazioni predefinite per DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Trasformazioni predefinite per Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Trasformazioni predefinite per TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Trasformazioni predefinite per TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Visualizza i server in una lista" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Disabilita la manutenzione multipla di tabelle" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Massimo tempo di esecuzione" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Usa l'istruzione [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Salva con nome" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Codifica dei caratteri del file" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compressione" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10835,56 +10834,56 @@ msgstr "Compressione" msgid "Put columns names in the first row" msgstr "Metti i nomi dei campi nel primo rigo" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Campi limitati da" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Campi prefissati con" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Sostituisci NULL con" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Rimuovi i caratteri CRLF dai campi" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Campi terminati da" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Linee terminate con" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Edizione Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Modello per nomi dei database" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Modello per nomi dei server" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Modello per nomi delle tabelle" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10894,82 +10893,82 @@ msgstr "Modello per nomi delle tabelle" msgid "Dump table" msgstr "Dump delle tabelle" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Includi sottotitolo della tabella" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Sottotitolo della tabella" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Sottotitolo della tabella, continuato" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Chiave etichetta" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relazioni" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Metodo di esportazione" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Salva sul server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Esporta come file separati" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Ricorda il modello per i nomi dei file" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Rimuovi la clausola DEFINER dalle definizioni" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Racchiudi i nomi di tabelle e di campi con virgolette" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Modalità di compatibilità SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Creazione/Aggiornamento/Controllo dati" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Usa inserimenti ritardati" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Disabilita i controlli sulle chiavi straniere" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Esporta le viste come tabelle" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Esporta i metadati correlati prelevandoli dall'area di configurazione di " "phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Usa notazione esadecimale per i BINARI e i BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10977,848 +10976,848 @@ msgstr "" "Aggiungi IF NOT EXISTS (meno efficiente in quanto gli indici sono generati " "durante la creazione della tabella)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "Vista %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Usa ignore inserts" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintassi da utilizzare nell'inserimento dei dati" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Lunghezza massima di una query creata" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tipo di esportazione" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Includi esportazione in una transazione" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Esporta l'orario in UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordinamento delle chiavi esterne nel menu a tendina" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limite di chiavi esterne" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Controllo delle chiavi esterne" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Primo giorno del calendario" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Modalitá di navigazione" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Sviluppatore" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Modalitá di modifica" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Esporta i predefiniti" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Generale" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importa i predefiniti" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importa / esporta" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Albero di navigazione" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Altre opzioni principali" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Titoli delle pagine" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Sicurezza" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Impostazioni di base" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autenticazione" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configurazione del server" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Configurazione di memorizzazione" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Monitoriaggio dei cambiamenti" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Riquadro per query SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Avvio" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Struttura del database" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Schede" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Visualizza lo schema relazionale" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Campi di testo" # I think "Texy" is a mistake because on KB "y" is close to "t" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Testo! testo" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avviso" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parametri aggiuntivi per iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignore errori delle istruzioni multiple" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Abilita l'importazione drag and drop (trascina e rilascia)" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importazione parziale: consenti interruzione" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Non interrompere su errore durante un operazione di INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Aggiungi ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formato del file importato" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Usa parola chiave LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "I nomi dei campi sulla prima riga" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Non importare righe vuote" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa valute ($5.00 a 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa percentuali come valori decimali (12.00% a .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importazione parziale: ignora query" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Non usare AUTO_INCREMENT per il valore zero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Letto come multybyte" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Stato iniziale per i dispositivi di scorrimento" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Il numero di righe inserite" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limita i caratteri dei campi" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Elimina tutti i cookie al logout" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Ricorda nome utente" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Store del cookie di login" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validitá per il cookie di login" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Un area di testo piú grande per LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Lunghezza massima per visualizzazione SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Massimi numero dei database" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Numero massimo di elementi al primo livello" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Numero massimo di elementi nel ramo" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Il massimo numero di righe da visualizzare" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Il massimo numero di tabelle" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Limite memoria" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Mostra la navigazione tra i database in forma di albero" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Larghezza pannello di navigazione" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Collega al pannello principale" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Visualizza logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL del collegamento per il logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Destinazione del collegamento per il logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Visalizza la selezione dei server" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Destinazione per l'icona di accesso veloce" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Destinazione per la seconda icona di accesso veloce" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Numero minimo di elementi per visualizzare il riquadro di filtraggio" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Numero minimo di database per visualizzare il riquadro di filtraggio dei " "database" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Raggruppa elementi nell'albero" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separatore dell'albero database" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separatore dell'albero di tabelle" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Massima profonditá per l'albero delle tabelle" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Abilita evidenziamento" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Abilita l'espansione dell'albero di navigazione" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Mostra le tabelle nell'albero" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Mostra le view nell'albero" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Mostra le funzioni nell'albero" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Mostra le procedure nell'albero" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Mostra gli eventi nell'albero" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Espandi il singolo database" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tabelle utilizzate recentemente" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Dove mostrare i collegamenti per le righe delle tabelle" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Mostra comunque i link di riga" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Ordine naturale" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Barra di navigazione delle tabelle" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "buffer di uscita GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ordinamento predefinito" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Connessione persistente" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Mancano le tabelle di configurazione di phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Avviso parola riservata in MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Come visualizzare le linguette dei menu" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Come visualizzare i collegamenti a diverse azioni" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Proteggi campi binari" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Cronologia delle query permanente" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Lunghezza per la cronologia delle query" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Motore di registrazione" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Ricorda l'ordine delle tabelle" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Ordinamento predefinito per la chiave primaria" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Ripeti intestazioni" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Modifica griglia: azione di innesco" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Visualizzazione relazionale" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Modifica griglia: salva all'istante tutte le celle modificate" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Salva cartella" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Ordine dei permessi del host" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Regole dei permessi del host" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Consenti login senza la parola chiave" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Consenti login per utenti root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Timezone della sessione" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Realm HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabella dei segnalibri" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabella delle informazioni sui campi" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Comprimi la connessione" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Parola chiave per l'utente di controllo" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Utente di controllo" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Host di controllo" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Porta di controllo" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Disabilita l'utilizzo di INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Nascondi i database" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabella di cronologia delle query SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nome host del server" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Url di logout" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Numero massimo di preferenze di tabella da memorizzare" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Esporta le tabelle template" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabella dei campi centrali" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Mostra solo i database dalla lista" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Parola chiave per config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Schema PDF: tabella delle pagine" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Porta del server" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Tabella utilizzata recentemente" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabelle preferite" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabella relazionale" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nome della sessione di signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "L'URL di signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket del server" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Utilizza SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Designer e schema PDF: coordinate delle tabelle" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Visualizza i campi della tabella" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabella di memorizzazione delle preferenze dell'interfaccia utente" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Aggiungi DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Aggiungi DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Istruzioni da monitorare" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabella de monitoraggio delle query SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Crea versioni automaticamente" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabella di memorizzazione delle preferenze degli utenti" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabella utenti" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabella gruppi utenti" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabella dei dati di navigazione nascosta" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Utente per il config auth" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nome completo di questo server" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Consenti la visualizzazione di tutte le righe" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Mostra il modulo di modifica della parola chiave" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Mostra il modulo di creazione dei database" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Mostra i commenti alla tabella" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Mostra la marcatura temporale (timestamp) di creazione" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Mostra la marcatura temporale (timestamp) dell'ultimo aggiornamento" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Mostra la marcatura temporale (timestamp) dell'ultimo controllo" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Mostra il set di caratteri della tabella" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Mostra i tipi di campi" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Mostra i campi delle funzioni" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Mostra suggerimento" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Mostra un collegamento a phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Mostra informazioni dettagliate del server MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Mostra query SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Mostra statistiche" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Ignora le tabelle bloccate" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Spiega SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Crea il codice PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Avviso Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Avviso validità per il cookie di login" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Campi di aree di testo" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Righe nelle aree di testo" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Titolo Predefinito" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista dei proxy di fiducia per l'accettazione/rifiuto degli IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Cartella di upload" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Utilizza la ricerca dei database" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Abilita la tabulazione per Sviluppatori nelle impostazioni" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Controllo versione" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Proxy URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nome utente Proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Password Proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL per reCAPTCHA v2 API" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Snippet Content-Security-Policy per reCAPTCHA v2 API" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parametro di richiesta per reCAPTCHA v2 API" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parametro di risposta per reCAPTCHA v2 API" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Chiave pubblica per reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Chiave privata per reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL per verifica sito reCAPTCHA" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Invia rapporti di errore" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "INVIO esegue query in console" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Abilita la modalità Zero Configuration" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Esegui le query con INVIO e inserisci la nuova riga con MAIUSC+INVIO" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Altezza della console" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Modalità console" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Ordina per" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Collation della connessione del server" @@ -11853,7 +11852,8 @@ msgid "Compressed export will not work due to missing function %s." msgstr "" "L'esportazione con compressione non funzionerà, funzione (%s) mancante." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "massimo %s" @@ -11887,7 +11887,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Foglio di calcolo OpenDocument" @@ -11895,7 +11895,7 @@ msgstr "Foglio di calcolo OpenDocument" msgid "OpenDocument Text" msgstr "Testo OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" @@ -12062,7 +12062,7 @@ msgstr "" "%1$sLa compressione e decompressione GZip%2$s richiedono alcune funzioni " "(%3$s) che non sono disponibili su questo sistema." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12347,7 +12347,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Non è stato possibile di caricare i plugin di esportazione, controlla la tua " @@ -12482,7 +12482,7 @@ msgid "Success!" msgstr "Successo!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12548,7 +12548,7 @@ msgstr "In caso di problemi inviare il rapporto manualmente." msgid "You may want to refresh the page." msgstr "Si consiglia di aggiornare la pagina." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Tipo errato!" @@ -12678,16 +12678,7 @@ msgstr "" "caso contrario la sicurezza del vostro server potrebbe essere compromessa da " "persone non autorizzate che scaricano la vostra configurazione." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Sul server è in esecuzione Suhosin. Controlla la documentazione: " -"%sdocumentation%s per possibili problemi." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12696,14 +12687,14 @@ msgstr "" "La cartella $cfg['TempDir'] (%s) non è accessibile. phpMyAdmin non è in " "grado di pre-memorizzare i template e subirà un rallentamento a causa di ciò." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12714,7 +12705,7 @@ msgstr "" "phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri " "e questo può portare a risultati inaspettati." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12792,7 +12783,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "I comandi \"DROP DATABASE\" sono disabilitati." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[è stato fatto un ROLLBACK.]" @@ -14735,7 +14726,7 @@ msgid "No such column" msgstr "Campo inesistente" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Stringa" @@ -15623,7 +15614,7 @@ msgstr "Dati errati" msgid "Wrong data or no validation for %s" msgstr "Dati errati o non convalidati per %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Segnalibro %s creato." @@ -15702,7 +15693,7 @@ msgstr "C'è un problema con la tua richiesta." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ha restituito un insieme vuoto (i.e. zero righe)." @@ -16113,27 +16104,27 @@ msgstr "" msgid "The row has been deleted." msgstr "La riga è stata eliminata." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "La query ha impiegato %01.4f secondi." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Mostro le righe %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format msgid "%1$s total, %2$s in query" msgstr "%1$d totali, %2$d nella query" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format msgid "%s total" msgstr "%d del totale" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Link non trovato!" @@ -16777,11 +16768,11 @@ msgstr "" msgid "web server upload directory:" msgstr "directory di upload del web-server:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Visualizzo la query SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Inserita riga id: %1$d" @@ -17236,39 +17227,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Dipendenze parziali non trovate!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Fondi" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Impossibile spostare la tabella su se stessa!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Impossibile copiare la tabella su se stessa!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "La tabella %s è stata spostata in %s. I privilegi sono stati adattati." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "La tabella %s è stata copiata su %s. I privilegi sono stati adattati." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "La tabella %s è stata spostata in %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "La tabella %s è stata copiata su %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Il nome della tabella è vuoto!" @@ -17354,7 +17345,7 @@ msgstr "Metodo di autenticazione impostato nella configurazione non valido:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "Hai abilitato l'autenticazione a due fattori, conferma il login." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Campi terminati con:" @@ -17785,7 +17776,7 @@ msgstr "" "Sistema di database o server MySQL un po' vecchio per massimizzare la " "compatibilitá con:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17810,19 +17801,19 @@ msgstr "" "Aggiorna i dati quando vengono trovate chiavi duplicate durante " "l'importazione (aggiungi ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Nome della nuova tabella (opzionale):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Nome del nuovo database (opzionale):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importa fino a questo numero di righe (opzionale):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17830,7 +17821,7 @@ msgstr "" "La prima linea del file contiene i nomi dei campi della tabella (se " "quest'opzione non é attivata, la prima linea diventerá parte dei dati)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17840,27 +17831,27 @@ msgstr "" "specifica i campi corrspondenti qui. I nomi dei campi devono essere separati " "da virgole e non racchiusi in virgolette." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nomi dei campi:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Formato non valido per l'input CSV alla linea %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Il numero dei campi non é valido nell'input CSV alla linea %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Parametro non valido per importazione CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18648,11 +18639,11 @@ msgstr "Non é disponibile nessuna nuova versione stabile" msgid "Using bookmark \"%s\" as default browse query." msgstr "Usa il segnalibro \"%s\" come la query di navigazione predefinita." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Visualizzo comel codice PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18661,7 +18652,7 @@ msgstr "" "La selezione corrente non contiene un campo unico. Modifica griglia, " "checkbox, Modifica, Copia ed Elimina potrebbero non essere disponibili. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18930,26 +18921,26 @@ msgstr "Devi fornire un nome valido di tabella!" msgid "You must provide a trigger definition." msgstr "È necessario fornire una definizione per il trigger." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Svuota" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "non presente" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Intero di un byte, con segno l'intervallo va da -128 a 127, senza segno " "l'intervallo va da 0 a 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18957,7 +18948,7 @@ msgstr "" "Intero di due byte, con segno l'intervallo va da -32.768 a 32767, senza " "segno l'intervallo va da 0 a 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18965,7 +18956,7 @@ msgstr "" "Intero di 3 byte, con segno l'intervallo va da -8.388.608 a 8.388.607, senza " "segno l'intervallo va da 0 a 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18973,7 +18964,7 @@ msgstr "" "Intero di 4 byte, con segno l'intervallo va da -2.147.483.648 a " "2.147.483.647, senza segno l'intervallo va da 0 a 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18982,7 +18973,7 @@ msgstr "" "9.223.372.036.854.775.807, senza segno l'intervallo va da 0 a " "18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18990,7 +18981,7 @@ msgstr "" "Un numero in virgola fissa (M, D) - il numero massimo di cifre (M) è 65 " "(default 10), il numero massimo di decimali (D) è 30 (default 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18999,7 +18990,7 @@ msgstr "" "-3.402823466E+38 a -1.175494351E-38, 0, e da 1.175494351E-38 a " "3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19009,7 +19000,7 @@ msgstr "" "-1.7976931348623157E+308 a -2.2250738585072014E-308, 0, e da " "2.2250738585072014E-308 a 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19017,14 +19008,14 @@ msgstr "" "Sinonimo per DOUBLE (eccezione: in modalità REAL_AS_FLOAT SQL è sinonimo per " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "Un campo tipo bit (M), memorizza M bit per valore (default 1, massimo 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19032,22 +19023,22 @@ msgstr "" "Sinonimo di TINYINT(1), lo zero è considerato false, i valori diversi da " "zero sono considerati true" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Alias per BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Una data, l'intervallo supportato va da %1$s a %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" "Una combinazione di data e ora, l'intervallo supportato va da %1$s a %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19061,12 +19052,12 @@ msgstr "" "Un timestamp compreso tra 1970-01-01 00:00:01 UTC e 2038-01-09 03:14:07 UTC, " "memorizzato come numero di secondi dal 1970-01-01 00:00:00 UTC" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Un orario, l'intervallo va da %1$s a %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19074,7 +19065,7 @@ msgstr "" "Un anno in formato quattro o due numeri (4 di default), i valori accettati " "vanno da 70 (1970) a 69 (2069) o tra 1901 a 2155 e 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19083,7 +19074,7 @@ msgstr "" "è sempre riempita a destra con spazi bianchi per raggiungere la lunghezza " "specificata" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19092,7 +19083,7 @@ msgstr "" "Una stringa a lunghezza variabile (%s), la lunghezza massima effettiva è " "subordinata alla larghezza massima della riga" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19101,7 +19092,7 @@ msgstr "" "memorizzata con un prefisso di 1 byte che indica la lunghezza della stringa " "in byte" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19110,7 +19101,7 @@ msgstr "" "memorizzata con un prefisso di 2 byte che indica la lunghezza della stringa " "in byte" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19119,7 +19110,7 @@ msgstr "" "memorizzata con un prefisso di 3 byte che indica la lunghezza della stringa " "in byte" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19129,14 +19120,14 @@ msgstr "" "o 4GiB , memorizzata con un prefisso di 4 byte che indica la lunghezza della " "stringa in byte" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" "Come il tipo CHAR, ma memorizza stringhe binarie anziché stringhe non-binarie" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19144,7 +19135,7 @@ msgstr "" "Come il tipo VARCHAR, ma memorizza stringhe binarie anziché stringhe non-" "binarie" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19152,7 +19143,7 @@ msgstr "" "Una colonna tipo BLOB con una lunghezza massima di 255 (2^8 - 1) byte, " "memorizzata con un prefisso di 1 byte che indica la lunghezza del valore" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19161,7 +19152,7 @@ msgstr "" "byte, memorizzata con un prefisso di 3 byte che indica la lunghezza del " "valore" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19169,7 +19160,7 @@ msgstr "" "Una colonna tipo BLOB con una lunghezza massima di 65,535 (2^16 - 1) byte, " "memorizzata con un prefisso di 2 byte che indica la lunghezza del valore" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19178,7 +19169,7 @@ msgstr "" "byte o 4Gb, memorizzata con un prefisso di 4 byte che indica la lunghezza " "del valore" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19186,43 +19177,43 @@ msgstr "" "Una enumerazione, scelta fra una lista contenente fino a 65,535 valori " "oppure il valore speciale ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Un valore singolo scelto da un set con un massimo di 64 membri" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Un tipo che può archiviare una geometria qualsiasi" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Un punto in uno spazio bidimensionale" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Una curva con interpolazioni lineari tra punti" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Un poligono" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Una collezione di punti" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Una collezione di curve con interpolazioni lineari tra punti" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Una collezione di poligoni" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Una collezione di oggetti geometrici di qualsiasi tipo" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19230,7 +19221,7 @@ msgstr "" "Memorizza e abilita un accesso efficiente ai dati nei documenti di tipo JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -19239,31 +19230,31 @@ msgstr "" "IPv4 assumendo la mappattura convenzionale degli indirizzi IPv4 all'interno " "di indirizzi IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bit UUID (Identificatore Univoco Universale)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numerico" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Data e ora" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spaziale" @@ -19308,6 +19299,24 @@ msgstr "Errore nell'archivio ZIP:" msgid "No files found inside ZIP archive!" msgstr "Non sono stati trovati file ZIP all'interno dell'archivio!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Disabilita l'avviso predefinito che è visualizzato sulla pagina " +#~ "principale se viene rilevato Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Avviso Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Sul server è in esecuzione Suhosin. Controlla la documentazione: " +#~ "%sdocumentation%s per possibili problemi." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "" #~ "L'export di una query in modalità raw non è supportato per questo metodo " diff --git a/resources/po/ja.po b/resources/po/ja.po index 304ac82006..81982692f6 100644 --- a/resources/po/ja.po +++ b/resources/po/ja.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-04-07 06:09+0000\n" "Last-Translator: Sandra Swift \n" "Language-Team: Japanese %s" msgstr "サーバ上のディレクトリ %s に保存する" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "既存のファイルは上書きする" @@ -3624,7 +3624,7 @@ msgstr "これにする" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "戻る" @@ -3634,7 +3634,7 @@ msgstr "戻る" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "インポート" @@ -3978,8 +3978,8 @@ msgstr "SQL アップロード" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "データベース" @@ -4001,7 +4001,7 @@ msgid "Recent" msgstr "最近" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "お気に入りのテーブル" @@ -4041,17 +4041,17 @@ msgid "Features" msgstr "機能" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL クエリ" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "ナビゲーションパネル" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "メインパネル" @@ -4520,13 +4520,28 @@ msgstr "データベース「%s」の権限を確認します。" msgid "Check privileges" msgstr "権限をチェックする" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "データベース %s 上でクエリを実行する" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "合計:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4534,16 +4549,16 @@ msgstr "" "注意: データベースの統計を有効にするとウェブサーバと MySQL サーバの間の通信量" "が激増することがあります。" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "統計を有効にする" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "データベースが存在しません" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "確認" @@ -5593,7 +5608,7 @@ msgid "Current server:" msgstr "現在のサーバ:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "サーバ" @@ -5676,7 +5691,7 @@ msgid "Test:" msgstr "判断基準:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "サーバ" @@ -6271,7 +6286,7 @@ msgstr "フォームを表示する" msgid "Show hidden messages" msgstr "非表示メッセージを再表示" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "認証タイプ" @@ -6353,7 +6368,7 @@ msgid "Detailed profile" msgstr "詳細なプロフィール" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "順序" @@ -6414,7 +6429,7 @@ msgstr "プロファイリング結果の円グラフ。" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL は正常に実行されました。" @@ -6460,7 +6475,7 @@ msgstr "デリミタ" msgid "Show this query here again" msgstr "実行したクエリをここに表示する" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "クエリボックスを保持する" @@ -6936,7 +6951,7 @@ msgid "Delete the view (DROP)" msgstr "ビューを削除する (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "テーブルの構造" @@ -7104,32 +7119,32 @@ msgid "Index length" msgstr "インデックスの長さ" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "分析" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "確認" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "最適化" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "再構築" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "修復" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "切り捨て" @@ -9022,14 +9037,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "ベトナム語" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9207,19 +9214,19 @@ msgstr "上の両方を行う" msgid "neither of the above" msgstr "上のどちらでもない" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "ユーザはこれより高い値を設定することはできません" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "有効にすると、クッキー認証の場合にログインフォームにおいて、ユーザが任意の " "MySQL サーバを入力できるようになります。" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9228,7 +9235,7 @@ msgstr "" "MySQLサーバのIPアドレスまたはホスト名を指定した正規表現によりユーザがログイン" "出来るサーバを制限されます。" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9238,7 +9245,7 @@ msgstr "" "す。このことは、クロスフレームスクリプト攻撃(XSS)を可能にする潜在的な[strong]" "セキュリティホール[/strong]にもなりえます。" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9246,15 +9253,15 @@ msgstr "" "[kbd]cookie[/kbd] 認証においてクッキーの暗号化に使用される非公開パスフレー" "ズ。" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "インポート操作に対して bzip2 圧縮を有効にします。" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "reCAPTCHA v2 対応 API の URL を入力してください。" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9262,27 +9269,27 @@ msgstr "" "reCAPTCHA v2 互換 API の Content-Security-Policy スニペットを入力してくださ" "い。" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "reCAPTCHA v2 互換 API で使用されるリクエスト引数を入力してください。" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "reCAPTCHA v2 互換 API のレスポンス引数を入力してください。" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "ドメインの reCAPTCHA サービスの公開鍵を入力してください。" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "ドメインの reCAPTCHA サービスの秘密鍵を入力してください。" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "reCAPTCHA サービスのサイト認証 URL を入力してください。" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9292,7 +9299,7 @@ msgstr "" "す。[kbd]input[/kbd] は入力文字数を制限することができます。[kbd]textarea[/" "kbd] は改行を入力すことができます。" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9300,26 +9307,26 @@ msgstr "" "SQL クエリの編集に、構文の強調や行番号表示があるユーザフレンドリなエディタ " "(CodeMirror) を使用します。" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" "実行前にクエリのエラーを検出します。コードミラーを有効化する必要があります。" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "CHAR および VARCHAR カラムに対する入力項目の最小サイズを定義します。" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "CHAR および VARCHAR カラムに対する入力項目の最大サイズを定義します。" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9328,7 +9335,7 @@ msgstr "" "のメモリを必要とはしません。gzip ファイル作成で問題が発生した場合、この機能は" "無効になります。" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9336,15 +9343,15 @@ msgstr "" "データを失う作業をしようとしたとき、「本当に実行しますか?…」という警告を出す" "かどうか。" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "SQLクエリ内のテーブル名とカラム名のオートコンプリート。" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9352,7 +9359,7 @@ msgstr "" "変換オプションのデフォルトです。テーブル構造ページで設定した場合、オーバーラ" "イドされます。" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9360,19 +9367,19 @@ msgstr "" "データベースで選択したテーブルを最適化や修復するというような、大量操作する" "テーブルメンテナンスを無効にします。" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" "スクリプトの実行が許されている秒数を設定します([kbd]0[/kbd] で制限なし)。" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "現在のユーザの定義を除外する" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9380,7 +9387,7 @@ msgstr "" "外部キーのドロップダウンボックス内のソート順。[kbd]content[/kbd] は参照してい" "るデータ、[kbd]id[/kbd] はキー値を表しています。" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9388,7 +9395,7 @@ msgstr "" "ブラウザのタイトルバーのテキストの指定を行います。使用可能な特別な埋め込み変" "数は[doc@faq6-27]ドキュメント[/doc]を参照してください。" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9396,7 +9403,7 @@ msgstr "" "phpMyAdmin は、ユーザインタフェースだけであり、その機能は MySQL を制限するも" "のではないことをご了承ください。" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9404,7 +9411,7 @@ msgstr "" "高度なサーバ設定。これらのオプションは、よく知らないのであれば変更しないでく" "ださい。" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9413,7 +9420,7 @@ msgstr "" "追加された機能にアクセスするには phpMyAdmin 環境保管領域を設定してください。" "ドキュメントの [doc@linked-tables]phpMyAdmin 環境保管領域[/doc]参照。" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9421,116 +9428,116 @@ msgstr "" "データベースで行われた変更の追跡機能です。これには、phpMyAdmin 環境保管領域が" "必要です。" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "表示モードの詳細設定。" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "デフォルトオプションの詳細設定。" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin 開発者用の設定。" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "編集モードの詳細設定." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "デフォルトのエクスポートオプション詳細設定。" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "共通に使われるオプションの設定。" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "デフォルトの共通インポートオプションの詳細設定。" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" "インポートとエクスポートのディレクトリおよび圧縮オプションを設定してくださ" "い。" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "データベースの表示オプション。" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "ナビゲーションパネルの外観をカスタマイズ。" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "ナビゲーションツリーをカスタマイズ。" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "サーバの表示オプション。" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "テーブル表示オプション." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "どこにも該当しない設定。" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "認証設定。" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "サーバの接続パラメータを入力してください。" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "SQL クエリボックスに表示されるリンクの詳細設定。" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL クエリの設定。" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "スタートアップページの詳細設定。" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "データベースの構造 (テーブルの一覧) で詳細に表示させるかの選択。" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "テーブルの構造 (カラムの一覧) における設定。" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "タブの動作を選択してください。" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "テキスト入力項目の詳細設定。" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "デフォルトオプションの詳細設定" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin で表示される警告の抑制。" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "インポートおよびエクスポートの操作に対してgzip圧縮を有効にします。" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9538,7 +9545,7 @@ msgstr "" "有効にした場合、クエリの 1 つが失敗しても phpMyAdmin はマルチクエリの実行を続" "けます。" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9548,7 +9555,7 @@ msgstr "" "大きなファイルをインポートする場合には便利ですが、トランザクションが壊れるこ" "ともあります。" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9556,15 +9563,15 @@ msgstr "" "デフォルトの形式。このリストは対象(データベース、テーブル)に依存しているの" "で注意してください。SQL は常に利用可能です。" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "インポート中に重複したキーが見つかった場合も更新する" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "先頭から数えたスキップするクエリの数。" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9575,7 +9582,7 @@ msgstr "" "を外すと、複数のサーバに接続している時、他のサーバからのログアウト作業を忘れ" "やすくなります。" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9583,7 +9590,7 @@ msgstr "" "[kbd]クッキー[/kbd]認証モードの場合に、前回ログインしたときの状態に戻すかどう" "かを定義します。" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9595,23 +9602,23 @@ msgstr "" "のウィンドウが閉じられるとすぐに削除されます。これは、信頼されていない環境で" "使う場合に推奨します。" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL クエリが表示されているときに使用される文字の最大数。" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "ナビゲーションツリーの最初のレベルの各ページに表示できる項目の数。" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "ナビゲーションツリーの各ページに表示できる項目数。" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9619,7 +9626,7 @@ msgstr "" "結果セットの表示行数。結果セットの行数の方が多い場合は「前へ/次へ」のリンク" "が表示されます。" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9627,16 +9634,16 @@ msgstr "" "スクリプトが割り当てを許可されているバイト数。例:[kbd]32M[/kbd](制限なしの" "場合は[kbd]-1[/kbd]、変更なしの場合は[kbd]0[/kbd])。" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "ナビゲーションパネル内のデータベースツリーをセレクタで置き換えます" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "現在のデータベースまたはテーブルを強調表示してメインパネルとリンクします。" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9644,7 +9651,7 @@ msgstr "" "リンク先のページをメイン ウィンドウ ([code]main[/code]) または新しいウィンド" "ウ ([code]new[/code]) で開く。" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9652,7 +9659,7 @@ msgstr "" "入力欄を表示します (テーブル、ビュー、ルーチンおよびイベント) の項目の最小数" "を定義します。" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9660,64 +9667,64 @@ msgstr "" "ナビゲーションツリーの項目をグループ化します(上のデータベースタブとテーブル" "タブで定義されている区切り記号によって決まります)。" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "ナビゲーションパネルでツリー展開の設定。" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "ナビゲーションツリーのデータベース下のプロシージャを表示するかどうか" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "ナビゲーションツリーで1つデータベースを自動的に展開するかどうか。" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "ナビゲーションパネルを折りたたむには、0に設定します。" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "ナビゲーションパネル内にロゴを表示します。" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "ナビゲーションパネルのロゴが指す URL。" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "ナビゲーションパネルの上部にサーバ選択を表示します。" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "ツリーレベルにデータベースを区切るための文字列。" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "ツリーレベルにテーブルを区切るための文字列。" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "マウスカーソルの下のサーバ名を強調表示します。" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "ナビゲーションツリーのデータベース下のテーブルを表示" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "ナビゲーションツリーのデータベース下のビューを表示" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "ナビゲーションツリーのデータベース下の関数を表示するかどうか" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "ナビゲーションツリーのデータベース下のイベントを表示" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9725,7 +9732,7 @@ msgstr "" "[kbd]SMART[/kbd] とは TIME、DATE、DATETIME、TIMESTAMP 型のカラムに対しては降" "順、それ以外は昇順の並び順にします。" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9734,7 +9741,7 @@ msgstr "" "phpMyAdmin 環境保管領域に必要なテーブルを見つけることができなかった場合、デー" "タベースの構造詳細ページに表示されるデフォルトの警告を無効にします。" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9742,7 +9749,7 @@ msgstr "" "テーブル内のカラム名がMySQL予約語である場合、構造ページに表示されるデフォルト" "の警告を無効にします。" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9752,18 +9759,18 @@ msgstr "" "環境保管領域の設定が必要です)。無効にした場合、クエリ履歴の表示に JavaScript " "を利用します (ウィンドウを閉じると履歴は消えます)。" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "ユーザが他のすべてのユーザに利用できるブックマークを作成できるようにする" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "タイムゾーンを設定します。(サーバのタイムゾーンと異なっても可能)" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9771,7 +9778,7 @@ msgstr "" "[doc@bookmarks@]ブックマーク[/doc]機能を使わない場合は空欄にします。" "[kbd]pma__bookmark[/kbd] としておくのがいいでしょう" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9779,7 +9786,7 @@ msgstr "" "カラムのコメントと メディア タイプ機能を使わない場合は空欄にします。" "[kbd]pma__column_info[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9787,7 +9794,7 @@ msgstr "" "権限を制限して設定しておいた特別な MySQL ユーザを使います。詳細は " "[doc@linked-tables]ドキュメント[/doc] を参照してください。" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9795,7 +9802,7 @@ msgstr "" "環境保管領域に対しての代替ホスト。空欄で既に定義されているホストを使用しま" "す。" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9805,7 +9812,7 @@ msgstr "" "トを使用する場合は空白のままにし、環境保管領域のhostがhostと同じの場合、既に" "定義されているポートを使用します。" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9814,7 +9821,7 @@ msgstr "" "詳細は [a@https://github.com/phpmyadmin/phpmyadmin/issues/8970]phpMyAdmin " "issue tracker[/a] と [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9822,7 +9829,7 @@ msgstr "" "SQL クエリの履歴機能を使わない場合は空欄にします。[kbd]pma__history[/kbd] と" "しておくのがいいでしょう。" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9830,7 +9837,7 @@ msgstr "" "データベースに保管されるテーブル環境設定の上限。古いものから自動的に削除され" "ます。" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9838,7 +9845,7 @@ msgstr "" "テンプレートエクスポートを使用しない場合は空欄のままにします。" "[kbd]pma__export_templates[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9846,7 +9853,7 @@ msgstr "" "主要カラムを使用しない場合は空欄にします。[kbd]pma__central_columns[/kbd] と" "しておくのがいいでしょう。" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9856,14 +9863,14 @@ msgstr "" "実際の文字として使いたい場合はエスケープします。すなわち、[kbd]'my_db'[/kbd] " "ではなく [kbd]'my\\_db'[/kbd] と記述します。" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF スキーマを使用しない場合は空欄のままにします。[kbd]pma__pdf_pages[/kbd] " "としておくのがいいでしょう。" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9873,7 +9880,7 @@ msgstr "" "ては[doc@linked-tables]pmadb[/doc] を参照してください。これらの機能を使わない" "場合は空欄にします。[kbd]phpmyadmin[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9881,7 +9888,7 @@ msgstr "" "最近使用したテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし" "ます。[kbd]pma__recent[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9889,7 +9896,7 @@ msgstr "" "お気に入りのテーブルをセッションを跨いで「永続的に」記憶しない場合は空欄にし" "ます。[kbd]pma__favorite[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9897,12 +9904,12 @@ msgstr "" "[doc@relations@]リレーションリンク[/doc]機能を使わない場合は空欄にします。" "[kbd]pma__relation[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "設定例は[doc@authentication-modes]認証タイプ[/doc]を参照してください。" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9910,7 +9917,7 @@ msgstr "" "PDF スキーマを使用しない場合は空欄にします。[kbd]pma__table_coords[/kbd] とし" "ておくのがいいでしょう。" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9918,7 +9925,7 @@ msgstr "" "表示するカラムを記述するためのテーブル。使用しない場合は空欄にします。" "[kbd]pma__table_info[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9926,7 +9933,7 @@ msgstr "" "テーブルに対する環境設定をセッションを跨いで「永続的に」記憶しない場合は空欄" "にします。[kbd]pma__table_uiprefs[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9934,7 +9941,7 @@ msgstr "" "データベースを作成するときにログの最初の行に DROP DATABASE IF EXISTS 文を追加" "するかどうか。" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9942,7 +9949,7 @@ msgstr "" "テーブルを作成するときにログの最初の行に DROP TABLE IF EXISTS 文を追加するか" "どうか。" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -9950,11 +9957,11 @@ msgstr "" "ビューを作成するときにログの最初の行に DROP VIEW IF EXISTS 文を追加するかどう" "か。" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "使用されたときに新しい版を自動生成する文のリストを定義します。" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -9962,7 +9969,7 @@ msgstr "" "SQL コマンドの追跡機能を使わない場合は空欄にします。[kbd]pma__tracking[/kbd] " "としておくのがいいでしょう。" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -9970,7 +9977,7 @@ msgstr "" "SQL コマンドの追跡機能が、テーブルやビューに対して自動的に版を作成するかどう" "か。" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -9978,7 +9985,7 @@ msgstr "" "データベースにユーザ設定の保存しない場合は空欄にします。" "[kbd]pma__userconfig[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -9988,7 +9995,7 @@ msgstr "" "必要です。いずれか空の状態になっている場合、ユーザメニュー設定機能が無効化さ" "れます。[kbd]pma__users[/kbd]としておくのがいいでしょう。" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -9998,7 +10005,7 @@ msgstr "" "す。いずれか空の状態になっている場合、ユーザメニュー設定機能が無効化されま" "す。[kbd]pma__usergroups[/kbd]としておくのがいいでしょう。" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10006,7 +10013,7 @@ msgstr "" "ナビゲーション項目を表示・非表示する機能を無効化する場合は空欄にします。" "[kbd]pma__navigationhiding[/kbd] としておくのがいいでしょう。" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10014,54 +10021,54 @@ msgstr "" "このサーバのわかりやすい説明。ホスト名をそのまま表示させる場合には、空欄のま" "まにします。" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "使用しない場合は空欄にします。" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "デフォルトにする場合は空欄にします。" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP 認証を行うときに表示される HTTP Basic 認証領域における名称。" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "使用する認証方法。" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "MySQL サーバと圧縮プロトコルで接続します。" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "正規表現 (PCRE) で一致するデータベースを非表示にします。" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "稼働している MySQL サーバのホスト名。" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "config 認証を使用しない場合は空欄のままにします。" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "MySQL サーバで開いているポート。デフォルトにしたい場合は空欄のままにします。" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "MySQL サーバで開いているソケット。デフォルトにしたい場合は空欄のままにしま" "す。" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL サーバへの接続において SSL を有効にします。" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10072,27 +10079,27 @@ msgstr "" "れはパスワード変更コマンドに対して直接実行する機能を制限するものではありませ" "ん。" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "テーブル一覧において作成日時の列を表示させるかどうか。" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "テーブル一覧において最終更新日時のカラムを表示させるかどうか。" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "テーブル一覧において最終検査日時のカラムを表示させるかどうか。" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "編集/挿入モードでデータ型項目を表示するかどうか定義します。" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10100,52 +10107,44 @@ msgstr "" "[a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] の結果へ" "のリンクを表示します。" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "「(行を) すべて表示」ボタンを表示するかどうか。" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "テーブル一覧においてコメントのカラムを表示させるかどうか。" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "テーブル一覧において文字セットのカラムを表示させるかどうか。" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "編集/挿入モードで関数項目を表示します。" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "操作ヒントを表示するかどうか。" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "phpMyAdmin によって生成される SQL クエリを表示するかどうかを定義します。" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "データベースとーブルの統計(例:領域の使用状況)の表示を許可します。" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "使われているテーブルには印をして、テーブルがロックされていても可能であれば" "データベースを閲覧します。" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Suhosin が検出された場合、警告をメインページに表示します。チェックを入れると" -"この警告の表示が無効化されます。" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10154,7 +10153,7 @@ msgstr "" "PHP設定session.gc_maxlifetimeの値が `LoginCookieValidity`の値より小さい場合、" "メインページに表示されるデフォルトの警告を無効にします。" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10162,7 +10161,7 @@ msgstr "" "編集モードにおける textarea の 1 行の文字数。SQL クエリの textarea では 2 倍" "になります。" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10170,7 +10169,7 @@ msgstr "" "編集モードでの textarea の大きさ (行数)。 SQL クエリの textarea では 2 倍にな" "ります。" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10182,7 +10181,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) ヘッダを信頼するように指定することにな" "ります。[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]。" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10190,7 +10189,7 @@ msgstr "" "無効にすると、右端のチェックボックスに関係なく、ユーザが以下のオプションを設" "定することはできません。" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10201,7 +10200,7 @@ msgstr "" "設定です。phpMyAdminが直接にインターネットへ接続が出来ない場合、必要となりま" "す。URL形式:「ホスト名:ポート番号」。" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10211,7 +10210,7 @@ msgstr "" "が与えられた場合は、 Basic 認証が行われます。現在のところ、他の種類の認証には" "対応していません。" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10219,7 +10218,7 @@ msgstr "" "クエリは、Ctrl + Enterの代わりにEnterキーを押して実行されます。新しい行は" "Shift + Enterで挿入されます。" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10227,377 +10226,377 @@ msgstr "" "ゼロコンフィギュレーションモードを有効にします。これによりphpMyAdminのコン" "フィギュレーションストレージテーブルは自動設定されます。" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "選択されている行を目立たせます。" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "マウスカーソルで指し示された行を目立たせます。" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR 用 textarea の 1 行の文字数。" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR 用 textarea の行数。" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "SQLクエリと実行した時間をコンソールに表示する" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "データベースが選択されたときに表示されるタブ。" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "サーバが選択されたときに表示されるタブ。" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "テーブルが選択されたときに表示されるタブ。" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "テーブル構造の操作欄の折り畳みをしないかどうか。" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "コラムのコメントをテーブルの構造に表示するか" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "サーバの一覧をドロップダウンの代わりにリストで表示します。" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "これより少ない項目数であれば、ドロップダウンが使用されます。" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "クエリ実行時の外部キーのチェックボックスのデフォルト値です。" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "ドラッグ&ドロップインポートを無効にするには、チェックボックスからチェックを" "外す" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "1 回で何行まとめて挿入できるか。" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "表示ページにおいて数値でないカラムの表示文字の最大数。" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "ログインクッキーの有効期間 (秒数) を定義します。" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT カラムに対して textarea を 2 倍にします。" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "データベースリストに表示されるデータベースの最大数。" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "テーブルのリストに表示されるテーブルの最大数。" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "最近使用したテーブルの最大数。0 で無効になります。" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "お気に入りのテーブルの最大数。0 で無効になります。" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "編集、コピー、削除のリンクことです。" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "ユニークキーがなくても、テーブルの行リンクを表示する。" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "ショートカットキーを無効にする" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "テーブルやデータベースの名前のソートを人間が行うような手法で行います。" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" "「アイコンのみ表示」または「テキストのみ表示」または「アイコン/テキスト両方表" "示」。" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP 転送の高速化のために GZip の出力バッファリングを使用します。" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL データベースへの永続的な接続を使用します。" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB および BINARY カラムへの編集を禁止します。" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "履歴に残るクエリの件数。" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "文字セットの変換に使用される関数を選択します。" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "表示している各テーブルのソートが記憶されます。" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "プライマリキーあるテーブルのデフォルト並び順。" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "カラム名を何行おきに挿入するか。[kbd]0[/kbd] でこの機能は無効になります。" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "表示のオプション" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "エクスポートをサーバ上に保存できるディレクトリ。" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "送信後もクエリボックスを画面上に残しておくかどうかを定義します。" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "データベース選択時のブラウザのウィンドウタイトル。" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "何も選択していないときのブラウザのウィンドウタイトル。" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "サーバ選択時のブラウザのウィンドウタイトル。" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "テーブル選択時のブラウザのウィンドウタイトル。" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "インポート用ファイルをアップロードできるサーバ上のディレクトリ。" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "全てのデータベース内を検索することを許可します。" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "phpMyAdmin のメインページ上で最終バージョンチェックを有効にします。" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "プロキシサーバへログインするためのパスワード。" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "インポートおよびエクスポートの操作に対してZIP圧縮を有効にします。" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "エラーレポートを送信する際の既定の動作を選択してください。" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "任意の MySQL サーバにログインすることを許可する" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "MySQLサーバへのログインの制限" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "サードパーティフレームの許可" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "一般ユーザに「データベースを削除する」リンクを表示する" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish 暗号" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "行のマーカ" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "ポインタを目立たせる" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR 系カラムの編集" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror を有効にする" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "SQL 検証を有効にする" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "入力項目の最小サイズ" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "入力項目の最大サイズ" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "文字入力用 textarea の 1 行の文字数" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "文字入力用 textarea の行数" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "設定ファイルのパーミッションをチェックする" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "逐次圧縮" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP クエリの確認" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "用紙サイズ" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "デフォルトのデータベースタブ" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "デフォルトのサーバタブ" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "デフォルトのテーブルタブ" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "テーブル名とカラム名のオートコンプリートを有効にする" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "カラムのコメントを表示" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "テーブル構造の操作欄を折り畳む" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "16進数(Hex)のデフォルト変換" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "部分文字列のデフォルト変換" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Bool2Textのデフォルト変換" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "External(外部)のデフォルト変換" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "PreApPendのデフォルト変換" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "DateFormatのデフォルト変換" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Inlineのデフォルト変換" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "TextImageLinkのデフォルト変換" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "TextLinkのデフォルト変換" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "サーバをリストで表示する" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "複数のテーブルに対してのメンテナンスを無効にする" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "最大実行時間" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "[code]LOCK TABLES[/code] 文を使用してください" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "ファイルに保存する" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "ファイルの文字セット" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "圧縮" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10605,56 +10604,56 @@ msgstr "圧縮" msgid "Put columns names in the first row" msgstr "1 行目にカラム名を追加する" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "カラム囲み記号" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "カラムのエスケープ記号" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL の代替文字列:" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "カラムに含まれている CRLF 文字を取り除く" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "カラムの終端記号" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "行の終端記号" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel のエディション" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "データベース名のテンプレート" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "サーバ名のテンプレート" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "テーブル名のテンプレート" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10664,80 +10663,80 @@ msgstr "テーブル名のテンプレート" msgid "Dump table" msgstr "ダンプするテーブル" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "テーブルのキャプションを含める" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "テーブルのキャプション" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "テーブルのキャプション (続き)" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "ラベルキー" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "関係" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "エクスポート方法" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "サーバ上に保存する" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "別々のファイルとしてエクスポート" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "ファイル名のテンプレートを記憶" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "DEFINER 句を定義から削除してください" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "テーブル名やカラム名を逆クォートで囲む" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL 互換モード" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "作成/更新/検査日" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "遅延インサートを使用する" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "外部キーのチェックを無効にする" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "ビューをテーブルとしてエクスポートする" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "PhpMyAdminの環境保管領域から関連するメタデータをエクスポートする" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "BINARYおよびBLOB に 16 進数表記を利用する" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10745,845 +10744,845 @@ msgstr "" "IF NOT EXISTSを追加(テーブル作成中にインデックスが生成されるので、効率が悪" "い)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s ビュー" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "INSERT IGNORE を使用する" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "データを挿入するときに使う構文" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "作成するクエリの最大長" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "エクスポート形式" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "エクスポートをトランザクションで囲む" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "エクスポート時間を UTC (協定世界時) にする" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "外部キーのドロップダウンの順番" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "外部キー制限" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "外部キーのチェック" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "カレンダーの最初の曜日" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "表示モード" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "開発者向け" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "編集モード" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "エクスポートのデフォルト" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "一般" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "インポートのデフォルト" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "インポート/エクスポート" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "ナビゲーションツリー" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "他の中心的な設定" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "ページタイトル" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "セキュリティ" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "基本設定" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "認証" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "サーバ設定" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "環境保管領域" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "変更追跡機能" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL クエリボックス" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "スタートアップ" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "データベースの構造" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "タブ" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "リレーショナルスキーマを表示する" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "テキスト入力項目" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! テキスト" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "警告" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv のための追加パラメータ" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "マルチクエリのエラーを無視する" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "ドラッグ&ドロップインポートを有効にする" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "部分インポート(割り込みの許可)" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "INSERT エラーで中断しない" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATEを追加する" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "インポートするファイルの形式" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL キーワードを使用する" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "1 行目にカラム名を追加する" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "空の行はインポートしない" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "金額は単位を取り除く (例:$5.00 を 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "パーセントは適切な小数に変換する (例:12.00% を .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "部分インポート(クエリのスキップ)" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "値がゼロのものに対して AUTO_INCREMENT を使用しない" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "マルチバイトとして読み込む" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "折り畳みに対しての初期値" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "挿入する行数" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "カラムの文字制限" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "ログアウト時にすべてのクッキーを削除する" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "ログインしたときの状態に戻す" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "ログインクッキーの保存期間" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "ログインクッキーの有効期間" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT に対しては大きな textarea を使う" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "表示できる SQL 文の最大の長さ" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "データベースの最大数" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "最初のレベルで最大項目数" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "項目の最大数" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "行の最大表示数" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "テーブルの最大数" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "メモリ制限" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "データベースナビゲーションをツリーとして表示する" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "ナビゲーションパネル幅" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "メインパネルへのリンク" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "ロゴを表示する" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "ロゴのリンク URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "ロゴリンクのターゲット" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "サーバ選択を表示する" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "クイックアクセスアイコンのリンク先" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "2番目のクイックアクセスアイコンのリンク先" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "項目表示数を絞るための入力欄が現れる最小の項目数" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "データベース表示数を絞るための入力欄が現れる最小のデータベース数" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "ツリー内項目をグループ化" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "データベースツリーの区切り" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "テーブルツリーの区切り" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "テーブルツリーの最大の深さ" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "強調表示を有効にする" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "ナビゲーションツリーの展開を有効にします" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "ツリーでテーブルを表示" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "ツリーでビューを表示" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "ツリーで関数を表示" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "ツリーでプロシージャを表示" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "ツリーでイベントを表示" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "1つのデータベースを展開する" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "最近使用したテーブル" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "テーブルの行リンクを表示する場所" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "行リンクを表示" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "自然順" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "テーブルナビゲーションバー" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip の出力バッファリング" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "デフォルトの並び順" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "永続的な接続" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin 環境保管領域用のテーブルが不明" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL予約単語警告" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "メニュータブの表示方法" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "操作リンクの表示方法" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "バイナリカラムの保護" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "永続的なクエリの履歴" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "クエリ履歴の長さ" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "ユーザー間の共有ブックマークを許可" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "コード変換エンジン" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "テーブルのソートを記憶する" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "プライマリキーのデフォルトの並び順" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "カラム名の差し込み間隔" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "編集セルのトリガー操作" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "リレーション表示" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "編集したセルを一度にすべて保存する" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "保存ディレクトリ" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "ホストの認証順番" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "ホスト認証のルール" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "パスワードなしログインの許可" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "root ログインの許可" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "セッションタイムゾーン" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP 領域" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "ブックマークテーブル" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "カラム情報テーブル" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "圧縮通信を行う" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "phpMyAdmin ユーザのパスワード" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "phpMyAdmin ユーザ" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "環境保管領域ホスト" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "環境保管領域ポート" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA の使用を無効にする" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "非表示にするデータベース" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL クエリ履歴テーブル" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "サーバのホスト名" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "ログアウト URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "テーブル環境設定の最大保管数" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "テンプレートテーブルをエクスポート" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "主要カラムテーブル" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "リスト化したデータベースだけを表示する" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "config 認証用のパスワード" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF スキーマ:ページテーブル" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "サーバのポート" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "最近使用したテーブル" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "お気に入りのテーブル" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "リレーションテーブル" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "サインオンセッション名" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "サインオン URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "サーバのソケット" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL を使用する" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "デザイナとPDF スキーマ:テーブルの座標" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "表示するカラムためのテーブル" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "テーブルに対する環境設定を保管するテーブル" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE を追加する" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW を追加する" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "追跡するコマンド" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL コマンド追跡テーブル" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "世代の自動作成" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "ユーザ環境保管テーブル" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "ユーザテーブル" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "ユーザグループテーブル" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "隠されたナビゲーション項目テーブル" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "config 認証用のユーザ" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "このサーバの詳細な名前" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "すべての行の表示を許可する" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "パスワード変更フォームを表示する" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "「データベースを作成する」の部分を表示する" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "テーブルのコメントを表示" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "作成日時を表示" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "最終更新日時を表示" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "最終検査日時を表示" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "テーブルの文字セットを表示" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "フィールドのデータ型を表示" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "関数項目を表示する" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "操作ヒントを表示する" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "phpinfo() リンクを表示する" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "詳細な MySQL サーバ情報を表示する" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL クエリを表示する" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "統計を表示する" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "ロックされているテーブルをスキップする" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "EXPLAIN で確認" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "PHP コードの作成" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin 警告" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "ログインクッキーの有効期間警告" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "textarea の 1 行の文字数" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "textarea の行数" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "デフォルトタイトル" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "信頼されたプロキシのリスト(IP アドレスの許可/拒否)" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "アップロードディレクトリ" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "データベース検索を使用する" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "設定に開発者向けタブを追加する" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "バージョンの確認" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "プロキシURL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "プロキシユーザ名" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "プロキシパスワード" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API の URL" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API の Content-Security-Policy スニペット" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API のリクエスト引数" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API のレスポンス引数" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "reCAPTCHA の公開鍵" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "reCAPTCHA の秘密鍵" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "reCAPTCHA サイト認証の URL" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "エラーレポートを送信する" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enterでコンソールのクエリを実行します" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "ゼロコンフィギュレーションモードを有効" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Enterでクエリを実行し、Shift + Enterで新しい行を挿入します" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "コンソールの高さ" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "コンソールモード" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "並び順" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "サーバ接続の照合順序" @@ -11616,7 +11615,8 @@ msgstr "圧縮されたインポートが行えません。関数 %s があり msgid "Compressed export will not work due to missing function %s." msgstr "圧縮エクスポートが行えません。関数 %s がありません。" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "最大 %s" @@ -11650,7 +11650,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument スプレッドシート" @@ -11658,7 +11658,7 @@ msgstr "OpenDocument スプレッドシート" msgid "OpenDocument Text" msgstr "OpenDocument テキスト" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "LOAD DATA 文を使用した CSV の読み込み" @@ -11818,7 +11818,7 @@ msgstr "" "%1$sGZipの圧縮と解凍%2$sには関数 (%3$s) が必要です。それらがこのシステムでは" "使用できません。" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "サーバ %d" @@ -12086,7 +12086,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "エクスポートプラグインをロードできません。正しくインストールされているか確認" @@ -12221,7 +12221,7 @@ msgid "Success!" msgstr "成功!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12281,7 +12281,7 @@ msgstr "問題が発生する場合は、バグ報告を手動で送信してく msgid "You may want to refresh the page." msgstr "このページを再ロードすることがほしいみたい。" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "エクスポート形式が正しくありません!" @@ -12407,16 +12407,7 @@ msgstr "" "ことを強くお勧めします。削除しない場合、誰でも認証なしでサーバの設定をダウン" "ロードすることができるため、サーバのセキュリティが低下します。" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Suhosin が稼働しているため問題が発生する可能性があります。詳しくは%sドキュメ" -"ント%sをご覧ください。" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12425,7 +12416,7 @@ msgstr "" "$cfg['TempDir'] (%s) にアクセスできません。phpMyAdmin はテンプレートをキャッ" "シュすることができないため、低速になります。" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12435,7 +12426,7 @@ msgstr "" "あります。発生しうる問題は [doc@faq1-46]documentation[/doc] を参照してくださ" "い。" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12445,7 +12436,7 @@ msgstr "" "いるようですが、mbstring 拡張がないと phpMyAdmin は文字列を正しく分割できない" "ため予期しない結果になることがあります。" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12519,7 +12510,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "DROP DATABASE 文は無効にされています。" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ロールバックが発生しました。]" @@ -14406,7 +14397,7 @@ msgid "No such column" msgstr "カラムはありません" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "文字列" @@ -15243,7 +15234,7 @@ msgstr "データが正しくありません" msgid "Wrong data or no validation for %s" msgstr "「%s」のデータが間違っているか、検証されていません" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "ブックマーク %s を作成しました。" @@ -15321,7 +15312,7 @@ msgstr "リクエストに問題があります。" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "返り値が空でした (行数 0)。" @@ -15701,27 +15692,27 @@ msgstr "" msgid "The row has been deleted." msgstr "行を削除しました。" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "クエリの実行時間: %01.4f 秒。" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "行 %1s - %2s の表示" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "合計 %1$s, クエリで %2$s" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "合計 %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "リンクが見つかりません!" @@ -16348,11 +16339,11 @@ msgstr "" msgid "web server upload directory:" msgstr "ウェブサーバ上のアップロードディレクトリ:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL クエリを表示" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "id %1$d の行を挿入しました" @@ -16782,39 +16773,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "部分的な依存が見つかりませんでした!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "合体" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "同じテーブルには移動できません!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "同じテーブルにはコピーできません!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "テーブル %s が %s に移動されました。 権限が変更されました。" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "テーブル %s を %s にコピーしました。権限が変更されました。" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "テーブル %s を %s に移動しました。" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "テーブル %s を %s にコピーしました。" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "テーブル名が空です!" @@ -16897,7 +16888,7 @@ msgstr "設定ファイルに無効な認証方法が指定されています:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "二要素認証が有効化しています。認証コードを入力してください。" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "カラムの区切り記号:" @@ -17307,7 +17298,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "他のデータベースシステムまたは古い MySQL サーバとの互換性:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17332,19 +17323,19 @@ msgstr "" "インポート中に重複したキーが見つかった場合も更新する(「ON DUPLICATE KEY " "UPDATE」を追加)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "新しいテーブル名(必須ではない):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "新しいデータベース名(必須ではない):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "次の行の数をインポートする(必須ではない):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17352,7 +17343,7 @@ msgstr "" "ファイルの最初の行にテーブルのカラム名が含まれている。(これをチェックしな" "かった場合、最初の行はデータの一部と見なされます。)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17362,27 +17353,27 @@ msgstr "" "ここに記述します。カラム名は、カンマで区切る必要があり、引用符では囲みませ" "ん。" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "カラム名:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "CSV 入力の書式が不正です (行: %d)。" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "CSV 入力のカラム数が不正です (行: %d)。" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV インポートのパラメータが不正です: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18157,11 +18148,11 @@ msgstr "入手可能な新しい安定バージョンはありません" msgid "Using bookmark \"%s\" as default browse query." msgstr "デフォルトの表示クエリとしてブックマーク \"%s\" を使用する。" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP コードとして表示" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18170,7 +18161,7 @@ msgstr "" "現在の選択には、ユニークなカラムが含まれていません。グリッド編集、チェック" "ボックス、編集、コピー、削除機能は利用できません。%s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18438,26 +18429,26 @@ msgstr "有効なテーブル名を指定してください!" msgid "You must provide a trigger definition." msgstr "トリガの定義は必須です。" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "空" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "空ではない" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "1 バイト整数、符号付きは -128 から 127、符号なしは 0 から 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "2 バイト整数、符号付きは -32,768 から 32,767、符号なしは 0 から 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18465,7 +18456,7 @@ msgstr "" "3 バイト整数、符号付きは -8,388,608 から 8,388,607、符号なしは 0 から " "16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18473,7 +18464,7 @@ msgstr "" "4 バイト整数、符号付きは -2,147,483,648 から 2,147,483,647、符号なしは 0 か" "ら 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18481,7 +18472,7 @@ msgstr "" "8 バイト整数、符号付きは -9,223,372,036,854,775,808 から " "9,223,372,036,854,775,807、符号なしは 0 から 18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18489,7 +18480,7 @@ msgstr "" "固定小数点数 (M, D) - 整数部の最大桁数 M は 65 (デフォルトは 10)、小数部の最" "大桁数 D は 30 (デフォルトは 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18497,7 +18488,7 @@ msgstr "" "単精度浮動小数点数、有効範囲は -3.402823466E+38 から -1.175494351E-38、0、" "1.175494351E-38 から 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18507,7 +18498,7 @@ msgstr "" "-2.2250738585072014E-308、0、2.2250738585072014E-308 から " "1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18515,7 +18506,7 @@ msgstr "" "DOUBLE と同義 (例外:REAL を FLOAT として扱うモード (REAL_AS_FLOAT) では、" "FLOAT と 同義になります)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18523,29 +18514,29 @@ msgstr "" "ビットフィールドタ型 (M)。値ごとに M ビットを保管します(デフォルトは 1、最大" "は 64 です)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "TINYINT(1) と同義、0 が FALSE と見なされ、0 以外が TRUE と見なされます" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE の別名 (BIGINT、符号なし、" "NULL なし、AUTO_INCREMENT、ユニークキー)" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "日付、有効範囲は %1$s から %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "日時 (日付と時刻)、有効範囲は %1$s から %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18559,12 +18550,12 @@ msgstr "" "タイムスタンプ、範囲は 1970-01-01 00:00:01 UTC から 2038-01-09 03:14:07 UTC " "で、1970-01-01 00:00:00 UTC からの経過秒数を示しています" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "時刻、範囲は %1$s から %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18572,7 +18563,7 @@ msgstr "" "年、4 桁 (デフォルト) または 2 桁、有効な値は 2 桁が 70 (1970) から 69 " "(2069)、4 桁が 1901 から 2155 および 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18580,7 +18571,7 @@ msgstr "" "固定長文字列 (長さは 0-255、デフォルトは 1)、満たない分は右側が空白で埋められ" "ます" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18588,7 +18579,7 @@ msgid "" msgstr "" "可変長文字列 (長さは %s)、長さの有効上限は行の最大サイズの制約を受けます" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18596,7 +18587,7 @@ msgstr "" "TEXT カラム、最大長 255 (2^8 - 1)、バイト単位で長さを示す 1 バイトの接頭辞つ" "きで格納されます" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18604,7 +18595,7 @@ msgstr "" "TEXT カラム、最大長 65,535 (2^16 - 1)、バイト単位で長さを示す 2 バイトの接頭" "辞つきで格納されます" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18612,7 +18603,7 @@ msgstr "" "TEXT カラム、最大長 16,777,215 (2^24 - 1)、バイト単位で長さを示す 3 バイトの" "接頭辞つきで格納されます" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18621,14 +18612,14 @@ msgstr "" "TEXT カラム、最大長 4,294,967,295 または 4GiB (2^32 - 1)、バイト単位で長さを" "示す 4 バイトの接頭辞つきで格納されます" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" "CHAR 型と似ていますが、非バイナリ文字列ではなくバイナリ文字列で保存されます" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18636,7 +18627,7 @@ msgstr "" "VARCHAR 型と似ていますが、非バイナリ文字列ではなくバイナリ文字列で保存されま" "す" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18644,7 +18635,7 @@ msgstr "" "BLOB カラム、最大 255 (2^8 - 1) バイト、バイト単位で長さを示す 1 バイトの接頭" "辞つきで格納されます" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18652,7 +18643,7 @@ msgstr "" "BLOB カラム、最大 16,777,215 (2^24 - 1) バイト、バイト単位で長さを示す 3 バイ" "トの接頭辞つきで格納されます" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18660,7 +18651,7 @@ msgstr "" "BLOB カラム、最大 65,535 (2^16 - 1) バイト、バイト単位で長さを示す 2 バイトの" "接頭辞つきで格納されます" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18668,7 +18659,7 @@ msgstr "" "BLOB カラム、最大 4,294,967,295 バイトまたは 4GiB (2^32 - 1)、バイト単位で長" "さを示す 4 バイトの接頭辞つきで格納されます" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18676,43 +18667,43 @@ msgstr "" "列挙型、最大 65,535 個の列挙値または特殊な値 (エラー値 '') を取ることができま" "す" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "最大 64 メンバに対しての有無を一括で扱う単一の値" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "任意の型の幾何データが保存できるデータ型" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "2 次元空間の点" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "多点間の線形補間による曲線" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "ポリゴン" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "座標の集合" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "多点間の線形補間による曲線の集合" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "ポリゴンの集合" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "任意の型の幾何物体の集合" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18720,7 +18711,7 @@ msgstr "" "JSON (JavaScript Object Notation) 文書内のデータを格納し、効率的にデータにア" "クセスする" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18728,31 +18719,31 @@ msgstr "" "従来の IPv 4 アドレスから IPv 6 アドレスへのマッピングを想定した IPv 6 アドレ" "スおよび IPv 4 アドレスの格納を目的としています" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128 ビット UUID (Universally Unique Identifier)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "XMLデータの保存を目的としています" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "数値" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "日付・時刻" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "空間データ" @@ -18797,6 +18788,24 @@ msgstr "ZIP アーカイブにエラーがあります:" msgid "No files found inside ZIP archive!" msgstr "ZIP アーカイブにファイルが含まれていません!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Suhosin が検出された場合、警告をメインページに表示します。チェックを入れる" +#~ "とこの警告の表示が無効化されます。" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin 警告" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Suhosin が稼働しているため問題が発生する可能性があります。詳しくは%sドキュ" +#~ "メント%sをご覧ください。" + #~ msgid "The fullscreen request was denied." #~ msgstr "フルスクリーンリクエストは却下されました。" diff --git a/resources/po/ka.po b/resources/po/ka.po index 827c6ece90..f021a893a6 100644 --- a/resources/po/ka.po +++ b/resources/po/ka.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-31 15:09+0000\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian %s" msgstr "შეინახება სერვერზე საქაღალდეში %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3604,7 +3604,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "უკან" @@ -3614,7 +3614,7 @@ msgstr "უკან" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "შემოტანა" @@ -3927,8 +3927,8 @@ msgstr "SQL ატვირთვა" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "მონაცემთა ბაზები" @@ -3950,7 +3950,7 @@ msgid "Recent" msgstr "ახლახანს" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "რჩეული ცხრილები" @@ -3986,17 +3986,17 @@ msgid "Features" msgstr "თვისებები" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL მოთხოვნები" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "ნავიგაციის პანელი" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "მთავარი პანელი" @@ -4444,28 +4444,43 @@ msgstr "" msgid "Check privileges" msgstr "შეამოწმეთ პრივილეგიები" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on table %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "SQL მოთხოვნ(ებ)-ის გაშვება ცხრილზე %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "სულ:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "სტატისტიკის ჩართვა" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "მონაცემთა ბაზები არაა" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "დადასტურება" @@ -5474,7 +5489,7 @@ msgid "Current server:" msgstr "მიმდინარე სერვერი:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "სერვერები" @@ -5547,7 +5562,7 @@ msgid "Test:" msgstr "ტესტი:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "სერვერი" @@ -6109,7 +6124,7 @@ msgstr "ფორმის ჩვენება" msgid "Show hidden messages" msgstr "დამალული შეტყობინებების ჩვენება" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "ავთენტიფიკაციის ტიპი" @@ -6191,7 +6206,7 @@ msgid "Detailed profile" msgstr "დეტალური პროფილი" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "დალაგება" @@ -6252,7 +6267,7 @@ msgstr "გრაფიკი პროფილირების შედე #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "თქვენი SQL მოთხოვნა წარმატებით შესრულდა." @@ -6298,7 +6313,7 @@ msgstr "გამყოფი" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "მოთხოვნის ფანჯრის შენარჩუნება" @@ -6768,7 +6783,7 @@ msgid "Delete the view (DROP)" msgstr "ხედის წაშლა (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "ცხრილის სტრუქტურა" @@ -6930,32 +6945,32 @@ msgid "Index length" msgstr "ინდექსის სიგრძე" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "ანალიზი" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "შემოწმება" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "ოპტიმიზება" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "თავიდან აგება" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "აღდგენა" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "გასუფთავება" @@ -8639,14 +8654,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "ვიეტნამური" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8824,71 +8831,71 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "შემოტანის ოპერაციებისთვის bzip2 შეკუმშვის ჩართვა." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -8899,98 +8906,98 @@ msgstr "" "საშუალებას გაძლევთ, [kbd]ტექსტის ადგილი[/kbd] კი სვეტებში ახალი ხაზების " "ჩასმისას." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "SQL მოთხოვნებში ცხრილისა და სვეტების სახელების ავტომატური დასრულება." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9000,160 +9007,160 @@ msgstr "" "იხილეთ [doc@linked-tables]phpMyAdmin-ის კონფიგურაციის საცავი[/doc] " "დოკუმენტაციაში." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "დათვალიერების რეჟიმის მორგება." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "ნაგულისხმები პარამეტრების მორგება." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "ჩასწორების რეჟიმის მორგება." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "გატანის ნაგულისხმები პარამეტრების მორგება." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "ნაგულისხმები საერთო შემოტანის პარამეტრების მორგება." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "ბაზების ჩვენების მორგება." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "ნავიგაციის პანელის გარეგნობის მორგება." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "ნავიგაციის ხის მორგება." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "სერვერების ჩვენების მორგება." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "ცხრილების ჩვენების მორგება." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "ავთენტიფიკაციის მორგება." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "შეიყვანეთ სერვერთან მიერთების პარამეტრები." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL მოთხოვნების მორგება." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "საწყისი გვერდის მორგება." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "ტექსტის შეყვანის ველების მორგება." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "ნაგულისხმები პარამეტრების მორგება" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "შემოტანისა და გატანის ოპერაციებისთვის gzip შეკუმშვის ჩართვა." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "დასაწყისიდან გამოსატოვებელი მოთხოვნების რაოდენობა." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9161,50 +9168,50 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "SQL მოთხოვნის ჩვენებისას გამოყენებული სიმბოლოების მაქსიმალური რაოდენობა." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9212,70 +9219,70 @@ msgstr "" "აღწერს ფილტრის ველში საჩვენებელ მინიმალური რაოდენობის ელემენტებს (ცხრილები, " "ხედები, პროცედურები და მოვლენები)." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "ერთი ბაზის შემთხვევაში ნავიგაციის ხის ავტომატური გაშლა." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "ნავიგაციის პანელის ასაკეცად დააყენეთ 0." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "ნავიგაციის პანელში ლოგოს ჩვენება." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL, სადაც ნავიგაციის პანელში ნაჩვენები ლოგო მიუთითებს." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "აჩვენებს თუ არა ცხრილებს მონაცემთა ბაზის ქვეშ ნავიგაციის ხეში" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "აჩვენებს თუ არა ნახვებს მონაცემთა ბაზის ქვეშ ნავიგაციის ხეში" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "აჩვენებს თუ არა მოვლენებს მონაცემთა ბაზის ქვეშ ნავიგაციის ხეში" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9283,20 +9290,20 @@ msgstr "" "[kbd]ჭკვიანი[/kbd] - ანუ TIME, DATE, DATETIME და TIMESTAMP-ის ტიპის სვეტების " "დაღმავალი დალაგემა. არადა პირიქით." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9306,17 +9313,17 @@ msgstr "" "phpMyAdmin-ის კონფიგურაციის საცავი). თუ გათიშულია, ეს მოთხოვნების ისტორიის " "საჩვენებლად JS-ს იყენებს (დაიკარგება ფანჯრის დახურვისას)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9324,7 +9331,7 @@ msgstr "" "დატოვეთ ცარიელი, რომ [doc@bookmarks@]სანიშნეების[/doc] მხარდაჭერის გარეშე " "იმუშაოთ. გირჩევთ: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9332,33 +9339,33 @@ msgstr "" "სვეტის კომენტარების/მედიის ტიპების გამოსართავად ცარიელი დატოვეთ. რჩევა:" "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9366,13 +9373,13 @@ msgstr "" "SQL მოთხოვნების ისტორიის მხარდაჭერის გამოსართავად ცარიელი დატოვეთ. რჩევა: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9380,7 +9387,7 @@ msgstr "" "დატოვეთ ცარიელი გატანის შაბლონების მხარდაჭერის გამოსართავად. რჩევა: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9388,7 +9395,7 @@ msgstr "" "ცენტრალური სვეტების მხარდაჭერის გამოსართავად ცარიელი დატოვეთ. რჩევა: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9398,21 +9405,21 @@ msgstr "" "სპეციალურ მიმდევრობებში, როცა ზუსტად ის სიმბოლოები გჭირდებათ. ანუ, " "გამოიყენეთ [kbd]'my\\_db'[/kbd] და არა [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF-ის სქემის მხარდაჭერის გამოსართავად ცარიელი დატოვეთ. რჩევა: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9420,7 +9427,7 @@ msgstr "" "სესიებს შორის მუდმივი ახლახანს გამოყენებული ცხრილების მხარდაჭერის " "გამოსართავად ცარიელი დატოვეთ. რჩევა: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9428,7 +9435,7 @@ msgstr "" "სესიებს შორის მუდმივი რჩეული ცხრილების მხარდაჭერის გამოსართავად ცარიელი " "დატოვეთ. რჩევა: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9436,12 +9443,12 @@ msgstr "" "დატოვეთ ცარიელი [doc@relations@]relation-links[/doc]-ის მხარდაჭერის " "გასათიშად. გირჩევთ: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9449,7 +9456,7 @@ msgstr "" "PDF-ის სქემის მხარდაჭერის გამოსართავად ცარიელი დატოვეთ. რჩევა: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9457,7 +9464,7 @@ msgstr "" "საჩვენებელი სვეტების აღწერის ცხრილის მხარდაჭერის გამოსართავად ცარიელი " "დატოვეთ. რჩევა: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9465,29 +9472,29 @@ msgstr "" "სესიებს შორის მუდმივი ცხრილების ინტერფეისის პარამეტრების მხარდაჭერის " "გამოსართავად ცარიელი დატოვეთ. რჩევა: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -9495,13 +9502,13 @@ msgstr "" "SQL მოთხოვნის ტრეკინგის მხარდაჭერის გამოსართავად ცარიელი დატოვეთ. რჩევა: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -9509,21 +9516,21 @@ msgstr "" "ბაზაში მომხმარებლის პარამეტრების შენახვის მხარდაჭერის გამოსართავად ცარიელი " "დატოვეთ. რჩევა: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -9531,149 +9538,143 @@ msgstr "" "ნავიგაციის ელემენტების ჩვენება/დამალვის ფუნქციის გამოსართავად ცარიელი " "დატოვეთ. რჩევა: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "ავთენტიკაციის მეთოდის გამოყენება." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "MySQL სერვერთან კავშირის შეკუმშვა." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "SSL კავშირის ჩართვა MySQL სერვერზე." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "მომხმარებლისთვის \"ყველა მწკრივის ჩვენების\" ღილაკის ჩვენება." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9681,13 +9682,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9695,394 +9696,394 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "დამალული იქნება ცხრილის სტრუქტურა, თუ არა." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "ხედის დათვალიერებისას არა-რიცხვით სვეტებში ნაჩვენები სიმბოლოების მაქსიმალური " "რაოდენობა." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "ბაზების სიაში ნაჩვენები ბაზების მაქსიმალური რაოდენობა." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "ცხრილების სიაში ნაჩვენები ცხრილების მაქსიმალური რაოდენობა." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "ახლახანს გამოყენებული ცხრილების მაქსიმალური რაოდენობა. გასათიშად 0 დააყენეთ." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "რჩეული ცხრილების მაქსიმალური რაოდენობა. გასათიშად 0 დააყენეთ." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "მალსახმობის ღილაკების გამორთვა" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL-ის ბაზებთან მუდმივი მიერთების გამოყენება." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB და BINARY სვეტების ჩასწორების აკრძალვა." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "ჩვენების პარამეტრებისთვის" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "შემოტანა/გატანის ოპერაციებისთვის ZIP შეკუმშვის ჩართვა." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "MySQL სერვერზე შესვლის აკრძალვა" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "სტრიქონის ნიშანი" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR სვეტების ჩასწორება" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror-ის ჩართვა" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Linter-ის ჩართვა" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "შეყვანის ველის მინიმალური ზომა" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "შეყვანის ველის მაქსიმალური ზომა" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "გვერდის ზომა" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "ცხრილისა და სვეტების სახელების ავტომატური დასრულება" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "სვეტის კომენტარების ჩვენება" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "ცხრილის სტრუქტურის ქმედებების დამალვა" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "ნაგულისხმები გარდაქმნა თექვსმეტობითისთვის" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "გარდაქმნის პარამეტრები ქვესტრიქონისთვის" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "გარდაქმნის პარამეტრები Bool2Text-სთვის" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "გარდაქმნის პარამეტრები გარესთვის" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "გარდაქმნის პარამეტრები PreApPend-სთვის" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "გარდაქმნის პარამეტრები თარიღის ფორმატისთვის" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "გარდაქმნის პარამეტრები Inline-სთვის" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "გარდაქმნის პარამეტრები TextImageLink-სთვის" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "გარდაქმნის პარამეტრები TextLink-სთვის" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "სერვერების სიის სახით ჩვენება" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "მრავალცხრილიანი რემონტის გამორთვა" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "ფაილის სახის შენახვა" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "სომბოლოთა ნაკრები ფაილისათვის" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "შეკუმშვა" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10090,56 +10091,56 @@ msgstr "შეკუმშვა" msgid "Put columns names in the first row" msgstr "სვეტის სახელები პირველ მწკრივში ჩასმა" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "სვეტები ჩასმულია" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "სვეტებს შუა სიმბოლო" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL-ის ჩანაცვლება" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "სვეტები სრულდება" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "ხაზები მთავრდება" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel-ის ვერსია" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10149,924 +10150,924 @@ msgstr "" msgid "Dump table" msgstr "ცხრილის დამპი" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "ურთიერთობები" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "გატანის მეთოდი" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "სერვერზე შენახვა" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "ცა-ცალკე ფაილებად გატანა" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "ფაილის სახელის შაბლონის დამახსოვრება" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "ცხრილისა და სვეტების სახელების ბრჭყალებში ჩასმა" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "ხედების ცხრილის სახით გატანა" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s ხედი" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "გატანის ტიპი" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "ექსპორტის დრო UT- ში" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "უცხრო გასაღების შემოწმება" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "დათვალიერების რეჟიმი" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "პროგრამისტი" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "რედაქტირების რეჟიმი" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "ზოგადი" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "იმპორტი / ექსპორტი" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "ნავიგაციის ხე" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "გვერდის სათაურები" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "უსაფრთხოება" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "ძირითადი პარამეტრები" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "ავთენტიფიკაცია" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "სერვერის კონფიგურაცია" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "კონფიგურაციის საცავი" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "გაშვება" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "მონაცემთა ბაზის სტრუქტურა" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "დაფები" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "ურთიერთობის სქემის ჩვენება" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "ტექსტური ველები" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! text" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "გაფრთხილებები" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "შემოტანილი ფაილების ფორმატი" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "სვეტის სახელები პირველ მწკრივში" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "არ გამოიყენოთ AUTO_INCREMENT ნულოვანი მნიშვნელობებისთვის" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "ჩასმული სტრიქონების რაოდენობა" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "მაქსიმალური ელემენტები პირველ დონეზე" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "მეხსიერების შეზღუდვა" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "ბაზების ნავიგაციის ხის სახით ჩვენება" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "ნავიგაციის პანელის სიგანე" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "მთავარ პანელზე მიბმა" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "ლოგოს ჩვენება" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logo link URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "ფილტრის ფანჯარაში საჩვენებელი ელემენტების მინიმალური რაოდენობა" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "ბაზის ფილტრის ფანჯარაში ნაჩვენები ბაზების მინიმალური რაოდენობა" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "ნავიგაციის ხის გაფართოების ჩართვა" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "ცხრილების ჩვენება ხეში" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "ხედების ჩვენება ხეზე" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "ხეში ფუნქციების ჩვენება" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "აჩვენეთ პროცედურები ხეში" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "მოვლენების ჩვენება ხეზე" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "ერთი მონაცემთა ბაზის გაფართოება" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "ახლახანს გამოყენებული ცხრილები" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "ბუნებრივი მიმდევრობა" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "ცხრილის ნავიგაციის პანელი" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "ბინარული სვეტების დაცვა" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "ცხრილის დალაგების დამახსოვრება" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "თავსართების გამეორება" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "ურთიერთობის ჩვენება" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "დირექტორიის შენახვა" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "ჰოსტის ავტორიზაციის მიმდევრობა" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "ჰოსტის ავტორიზაციის წესები" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "\"root\"-ით შესვლის ნებართვა" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "სესიის დროის სარტყელი" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "ცხრილის ჩანიშვნა" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "კავშირის შეკუმშვა" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "კონტროლის ჰოსტი" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "კონტროლის პორტი" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA-ის გამოყენების აკრძალვა" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "მონაცემთა ბაზების დამალვა" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "სერვერის ჰოსტის სახელი" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "შენახული ცხრილის პარამეტრების მაქსიმალური რაოდენობა" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "შაბლონების ცხრილის გატანა" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "ცენტრალური სვეტების ცხრილი" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "სერვერის პორტი" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "ახლახანს გამოყენებული ცხრილი" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "რჩეული ცხრილი" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "სერვერის სოკეტი" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL-ის გამოყენება" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "სვეტების ცხრილის ჩვენება" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI პარამეტრების მაგიდა" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "დასატრეკი გამოსახულებები" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL მოთხოვნის ტრეკინგის ცხრილი" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "ვერსიების ავტომატური შექმნა" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "მომხმარებელთა ცხრილი" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "პაროლის შეცვლის ფორმის ჩვენება" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "მონაცემთა ბაზის შექმნის ფორმის ჩვენება" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "ცხრილის კომენტარების ჩვენება" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "შექმნის დროის შტამპის ჩვენება" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "უკანასკნელი განახლების დროის შტამპის ჩვენება" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "უკანასკნელი სემოწმების დროის შტამპის ჩვენება" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "ცხრილის კოდირების ჩვენება" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "ველის ტიპების ჩვენება" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "ფუნქციების ველების ჩვენება" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "მინიშნების ჩვენება" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "\"phpinfo()\"-ის ბმულის ჩვენება" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "MySQL სერვერის შესახებ დეტალური ინფორმაციის ჩვენება" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL მოთხოვნების ჩვენება" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "სტატისტიკის ჩევნება" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "დაბლოკილი ცხრილების გამოტოვება" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL-ის ახსნა" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "PHP კოდის შექმნა" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Textarea სვეტები" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Textarea მწკრივები" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "ნაგულისხმები სათაური" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "ატვირთვის დირექტორია" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "ვერსიის შემოწმება" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "პროქსის მომხმარებელი" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "პროქსის პაროლი" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "შეცდომის ანგარიშების გაგზავნა" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "ნულოვანი კონფიგურაციის რეჟიმის ჩართვა" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "კონსოლის რეჟიმი" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "სერვერის კავშირის კოლაცია" @@ -11099,7 +11100,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "მაქსიმალური %s" @@ -11133,7 +11135,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument ელცხრილი" @@ -11141,7 +11143,7 @@ msgstr "OpenDocument ელცხრილი" msgid "OpenDocument Text" msgstr "OpenDocument Text" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11288,7 +11290,7 @@ msgstr "" "%1$sGZip-ით შეკუმშვას და გაშლას%2$s სჭირდება ფუნქცია (%3$s), რომელიც ამ " "სისტემაზე ხელმისაწვდომი არაა." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "სერვერი %d" @@ -11556,7 +11558,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11680,7 +11682,7 @@ msgid "Success!" msgstr "წარმატება!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11738,7 +11740,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "არასწორი ტიპი!" @@ -11826,28 +11828,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -11858,7 +11853,7 @@ msgstr "" "არ შეუძლია სტრიქონების სწორად დაყოფა რის გამოც შეიძლება მიიღოთ მოულოდნელი " "შედეგი." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11920,7 +11915,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13720,7 +13715,7 @@ msgid "No such column" msgstr "ასეთი სვეტი არ არსებობს" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "სტრიქონი" @@ -14453,7 +14448,7 @@ msgstr "არასწორი მონაცემები" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "სანიშნე %s შეიქმნა." @@ -14530,7 +14525,7 @@ msgstr "პრობლემა თქვენს მოთხოვნას #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14903,27 +14898,27 @@ msgstr "" msgid "The row has been deleted." msgstr "წკრივი წაიშალა." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "მოთხოვნას %01.4f წმ დასჭირდა." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s სულ" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "ბმული ვერ მოიძებნა!" @@ -15485,11 +15480,11 @@ msgstr "" msgid "web server upload directory:" msgstr "ვებსერერის ატვირთვის საქაღალდე:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "ჩამატებული სტრიქონის id: %1$d" @@ -15883,39 +15878,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "შეერთება" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "ცხრილი %s გადატანილია %s-ში. პრივილეგიები გასწორდა." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "ცხრილი %s კოპირებულია %s-ში. პრივილეგიები გასწორებულია." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "ცხრილის სახელი ცარიელია!" @@ -15989,7 +15984,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "სვეტები გამოყოფილია:" @@ -16385,7 +16380,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "სწორება:" @@ -16406,52 +16401,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "სვეტის სახელები:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "არასწორი სვეტების რაოდენობა CSV-ში შეყვანაში ხაზზე %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17144,18 +17139,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP კოდის სახით ჩვენება" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17408,95 +17403,95 @@ msgstr "აუცილებელია ცხრილის სწორი msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "ცარიელი" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "თარიღი, რომელიც მხარს უჭერს დიაპაზონს %1$s-დან %2$s-მდე" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17504,170 +17499,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "დრო. დიაპაზონია %1$s-დან %2$s-მდე" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "მრავალკუთხედი" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "რიცხვობრივი" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "თარიღი და დრო" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "სივრცითი" diff --git a/resources/po/kab.po b/resources/po/kab.po index 3b8124b183..92a3894e6a 100644 --- a/resources/po/kab.po +++ b/resources/po/kab.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-20 22:11+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Kabyle %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3808,7 +3808,7 @@ msgstr "Ṭṭef-d tuddma n wegdil i kra n teɣzut" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 #, fuzzy msgid "Back" @@ -3819,7 +3819,7 @@ msgstr "Ɣeṛ &deffir" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 #, fuzzy msgid "Import" @@ -4150,8 +4150,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Taffiwin n isefka" @@ -4174,7 +4174,7 @@ msgid "Recent" msgstr "Melmi kan" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4214,17 +4214,17 @@ msgid "Features" msgstr "Caractéristiques" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4692,30 +4692,45 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +#, fuzzy +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy msgid "Total:" msgstr "Asemday" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 #, fuzzy msgid "No databases" msgstr "Taffa n isefka" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 #, fuzzy msgid "Confirm" @@ -5772,7 +5787,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 #, fuzzy msgid "Servers" msgstr "Iqeddacen..." @@ -5850,7 +5865,7 @@ msgid "Test:" msgstr "Sekyed" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 #, fuzzy msgid "Server" msgstr "Aqeddac" @@ -6429,7 +6444,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6518,7 +6533,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy msgid "Order" msgstr "Amizzwer" @@ -6584,7 +6599,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6631,7 +6646,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -7133,7 +7148,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7300,34 +7315,34 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 #, fuzzy msgid "Analyze" msgstr "sleḍ" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 #, fuzzy msgid "Check" msgstr "Ṛrcem" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9057,15 +9072,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Tavyiṭnamit" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -#, fuzzy -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9257,329 +9263,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9587,478 +9593,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10066,13 +10066,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10080,393 +10080,393 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 #, fuzzy msgid "Paper size" msgstr "Teɣzi n lkaɣeḍ:" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 #, fuzzy msgid "Compression" msgstr "Asekkussem" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10474,56 +10474,56 @@ msgstr "Asekkussem" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10533,943 +10533,943 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Azwel n tfelwit" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 #, fuzzy msgid "Developer" msgstr "Nermes akked uneflay" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 #, fuzzy msgid "Edit mode" msgstr "Askar n teẓrigt" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy msgid "General" msgstr "Amatu" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 #, fuzzy msgid "Import / export" msgstr "Kter/Sifeḍ" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 #, fuzzy msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 #, fuzzy msgid "Security" msgstr "Taɣellist" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy msgid "Authentication" msgstr "Asesteb" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Di tnekra:" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Iccaren" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy msgid "Text fields" msgstr "Cochez la case Le curseur clignote dans les champs texte." -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 #, fuzzy msgid "Warnings" msgstr "Icaɣliyen" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "No tables found in database." msgid "Expand single database" msgstr "Ulac tifelwiyin yettwafen di taffa n isefka" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "Asenneftaɣ aqeddac" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 #, fuzzy msgid "Use SSL" msgstr "Seqdec SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy msgid "Proxy password" msgstr "%w - Awal n uɛeddi Proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "Tangalt n lpusṭa" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy msgid "Console height" msgstr "Tadiwent" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy msgid "Console mode" msgstr "Tadiwent" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy msgid "Order by" msgstr "Amizzwer" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11503,7 +11503,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11538,7 +11539,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy msgid "OpenDocument Spreadsheet" msgstr "Ambellez OpenDocument" @@ -11547,7 +11548,7 @@ msgstr "Ambellez OpenDocument" msgid "OpenDocument Text" msgstr "Aḍris OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11668,7 +11669,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11940,7 +11941,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12067,7 +12068,7 @@ msgid "Success!" msgstr "Yedda!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12126,7 +12127,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Tawsit mačči d tameɣtut !" @@ -12212,35 +12213,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12303,7 +12297,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14191,7 +14185,7 @@ msgid "No such column" msgstr "% seg tgejdit" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy msgctxt "string types" msgid "String" @@ -14927,7 +14921,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -15005,7 +14999,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15383,27 +15377,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "Aɣrud %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15969,11 +15963,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16390,39 +16384,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16496,7 +16490,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16894,7 +16888,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "Orientation" @@ -16923,53 +16917,53 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy msgid "Column names:" msgstr "Tigejda" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17677,18 +17671,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17942,96 +17936,96 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy msgid "empty" msgstr "Ilem" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18039,172 +18033,172 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy msgid "A polygon" msgstr "Ɣer u~geddis" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 #, fuzzy msgctxt "numeric types" msgid "Numeric" msgstr "Umḍin" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Azemz d wakud" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/kk.po b/resources/po/kk.po index 2a18467a12..6d46b21eb3 100644 --- a/resources/po/kk.po +++ b/resources/po/kk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2021-01-22 17:26+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Kazakh %s" msgstr "Serverdegi %s katalogynda saqtaý" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Qoldanysta bar faıl(dar)dy qaıta jazý" @@ -3741,7 +3741,7 @@ msgstr "Mynany alyńyz" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Artqa" @@ -3751,7 +3751,7 @@ msgstr "Artqa" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Import" @@ -4134,8 +4134,8 @@ msgstr "SQL júktep salý" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Derekqorlar" @@ -4159,7 +4159,7 @@ msgid "Recent" msgstr "Jýyktaǵy" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tańdaýly kesteler" @@ -4197,17 +4197,17 @@ msgid "Features" msgstr "Múmkindikter" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-saýaldar" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Sharlaý taqtasy" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Negizgi taqta" @@ -4730,13 +4730,28 @@ msgstr "«%s» derekqory úshin artyqshylyqtar tekserilsin." msgid "Check privileges" msgstr "Artyqshylyqtardy tekserý" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "«%s» derekqorynda SQL-saýal(dar)dy iske qosý" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Qorytyndy:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4744,16 +4759,16 @@ msgstr "" "Eskerim: Osynda derekqor statıstıkasy qosylǵan kezde ýeb-server men MySQL " "server arasynda aýyr trafıkti týdyrýy múmkin." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Statıstıkany qosý" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Derqorlar joq" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Rastaý" @@ -5911,7 +5926,7 @@ msgid "Current server:" msgstr "Aǵymdyq server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serverler" @@ -6007,7 +6022,7 @@ msgid "Test:" msgstr "Synaq" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6656,7 +6671,7 @@ msgstr "Pishindi kórsetý" msgid "Show hidden messages" msgstr "Jasyryn habarlardy kórsetý" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Túpnusqalyq rastama túri" @@ -6742,7 +6757,7 @@ msgid "Detailed profile" msgstr "Egjeıli profaıl" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Reti" @@ -6805,7 +6820,7 @@ msgstr "Nátıjelerdi profaıldaý" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL-saýalyńyz sátti oryndaldy." @@ -6851,7 +6866,7 @@ msgstr "Bólgish" msgid "Show this query here again" msgstr "Bul saýaldy qaıtadan kórsetý" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Saýal uıasyn saqtap qalý" @@ -7348,7 +7363,7 @@ msgid "Delete the view (DROP)" msgstr "Kórinisti joıý (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Keste qurylymy" @@ -7528,32 +7543,32 @@ msgid "Index length" msgstr "Index uzyndyǵy" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Taldaý" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Tekserý" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Ońtaılandyrý" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Qaıta qurý" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Jóndeý" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Bosatý" @@ -9494,14 +9509,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vetnam" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9693,19 +9700,19 @@ msgstr "joǵarydaǵy ekeýi de" msgid "neither of the above" msgstr "joǵarydaǵy bireýi de joq" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Paıdalanýshylar joǵarylaý mándi ornata almaıdy" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Eger qosylsa, paıdalanýshy cookie-faıl túpnusqalyq rastamsy úshin kirý " "pishinine kezkelgen MySQL serverdi engize alady." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9715,7 +9722,7 @@ msgstr "" "sáıkestigi arqyly qosylǵan kezdeısoq MySQL serverge kirý kezde paıdalanýshy " "kire alatyn MySQL serverlerin shekteıdi." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9726,7 +9733,7 @@ msgstr "" "shabýyldarǵa ruqsat etetin [strong]qaýipsizdik sańylaý[/strong] bolýy " "yqtımal." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9734,17 +9741,17 @@ msgstr "" "Cookie-faıldar ([kbd]cookie[/kbd]) arqyly túpnusqalyq rastamasynda cookie-" "faıldaryn shıfrlaý úshin paıdalanylatyn qupıa sóılemi." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Importtaý áreketteri úshin bzip2 qysylýyn qosý." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Domenińizdegi reCaptcha qyzmeti úshin jabyq kiltti engizińiz." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -9752,37 +9759,37 @@ msgid "" "API." msgstr "Domenińizdegi reCaptcha qyzmeti úshin jabyq kiltti engizińiz." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Domenińizdegi reCaptcha qyzmeti úshin jabyq kiltti engizińiz." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Domenińizdegi reCaptcha qyzmeti úshin jabyq kiltti engizińiz." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Domenińizdegi reCaptcha qyzmeti úshin ashyq kiltti engizińiz." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Domenińizdegi reCaptcha qyzmeti úshin jabyq kiltti engizińiz." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Domenińizdegi reCaptcha qyzmeti úshin jabyq kiltti engizińiz." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9793,7 +9800,7 @@ msgstr "" "shekteýge ruqsat etedi, [kbd]textarea[/kbd] - baǵandarda jańa joldarǵa " "ruqsat etedi." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9801,7 +9808,7 @@ msgstr "" "Sıntaksısti bólekteý jáne jol nómirlerimen SQL saýaldaryn (CodeMirror) óńdeý " "úshin yńǵaıly óńdegish paıdalanylsyn." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9809,7 +9816,7 @@ msgstr "" "Ony oryndamas buryn saýaldaǵy kezkelgen qatelerdi tabyńyz. Qosý úshin " "CodeMirror qajet." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9817,7 +9824,7 @@ msgstr "" "CHAR jáne VARCHAR baǵandary úshin jasap shyǵarylǵan engizý óristeriniń eń az " "ólshemin anyqtaıdy." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9825,7 +9832,7 @@ msgstr "" "CHAR jáne VARCHAR baǵandary úshin jasalyp shyǵarylǵan óristerdiń eń úlken " "ólshemin anyqtaıdy." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9833,7 +9840,7 @@ msgstr "" "Kóp jadyǵa qajet etpeıtin gzip eksporttardy naqty ýaqytta qysý. Eger " "jasalǵan gzip-faıldarynda aqaýlar kezdesse, bul múmkindikti óshirińiz." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9841,15 +9848,15 @@ msgstr "" "Derekterdi joǵaltý bola jazdaǵandaǵy eskertý («Shynymen senimdiz be…») " "beınelensin be." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "SQL-saýaldar ishindegi keste men baǵan ataýlaryn avtomatty toltyrý." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9857,7 +9864,7 @@ msgstr "" "Ádepki túrlendirýlerge arnalǵan opsıalar tizimi úshin mánder. Eger " "túrlendirý kesteniń qurylymy betinde toltyrylsa, olar qaıta jazylady." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9865,7 +9872,7 @@ msgstr "" "Derekqordy jóndeý nemese bólektelgen kestelerin ońtaılandyrý sıaqty " "kestelerge qyzmet kórsetý jappaı áreketterin óshirý." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9873,12 +9880,12 @@ msgstr "" "Skrıptke ruqsat etilgen sekýntpen alǵanaǵy iske qosylý uzaqtyǵyn ornatyńyz " "(shekteý úshin [kbd]0[/kbd])." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Aǵymdyq paıdalanushynyń anyqtamasyn qospaý" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9886,7 +9893,7 @@ msgstr "" "Syrtqy kilttiń ashylmaly tizimindegi elementter úshin suryptaý reti; " "[kbd]content[/kbd] - silteme jasalǵan derekter, [kbd]id[/kbd] - kilt máni." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9895,7 +9902,7 @@ msgstr "" "paıdalanýǵa bolatyn sıqyrly joldar týraly [doc@faq6-27]qujattamany[/doc] " "qarańyz." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9903,7 +9910,7 @@ msgstr "" "PhpMyAdmin - tek paıdalanýshy ınterfeısi jáne onyń múmkindikteri MySQL-dy " "shektemeıdi." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9911,7 +9918,7 @@ msgstr "" "Serverdiń keńeıtilgen konfıgýrasıasy, olar úshin ne ekenin bilmeseńiz osy " "opsıalardy ózgertpeńiz." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9921,7 +9928,7 @@ msgstr "" "saqtaýyshyn teńsheńiz, qujattamada [doc@linked-tables]phpMyAdmin " "konfıgýrasıasynyń saqtaýyshy[/doc] týraly qarańyz." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9929,115 +9936,115 @@ msgstr "" "Derekqorda istelgen ózgeristerdi qadaǵalaý. phpMyAdmin konfıgýrasıa " "saqtaýyshyn qajet etedi." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Sharlaý rejimin teńsheý." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Ádepki opsıalardy teńsheý." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin ázirleýshiler úshin parametrler." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Óńdeý rejimin teńsheý." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Ádepki eksport opsıalaryn teńsheý." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Keıbir jalpy paıdalanylatyn opsıalardy ornatý." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Ádepki jalpy ımport opsıalaryn retteý." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Import pen eksporttaý katalogtaryn jáne qysý opsıalaryn ornatý." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Derekqorlardy beıneleý opsıalary." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Sharlaý tarmaǵy kórinisin teńsheý." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Sharlaý tarmaǵyn teńsheý." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Serverlerdi beıneleý opsıalary." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Kestelerdi beıneleý opsıalary." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Eshteńege saı kelmeıtin parametrler." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Túpnusqalyq rastama parametrleri." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Server qosylymynyń parametrlerin engizý." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "SQL-saýal óristerinde kórsetiletin siltemelerdi teńsheý." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL-saýaldar parametrleri." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Iske qosý betin teńsheý." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Derekqor qurylymynda (kesteler tizimi) kórsetiletin egjeılerdi tańdańyz." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Keste qurylymy úshin parametrler (baǵandardyń tizimi)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Qoıyndylar qalaı jumys isteıtinin tańdaý." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Mátin engizý óristerin teńsheý." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Ádepki opsıalardy teńsheý" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "pPhpMyAdmin arqyly kórsetiletin keıbir eskertýlerdi óshirý." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Importtaý jáne eksporttaý áreketteri úshin gzip qysýyn qosý." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10045,7 +10052,7 @@ msgstr "" "Eger qosylsa, phpMyAdmin saýaldardyń bireýi oryndalmasa da, birneshe-" "nusqaýly saýaldar esepteýin jalǵastyrady." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10055,7 +10062,7 @@ msgstr "" "ruqsat etý. Bul úlken faıldardy ımporttaýdyń jaqsy tásili bolýy múmkin, " "biraq ol tranzaksıalardy úzýi múmkin." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10063,15 +10070,15 @@ msgstr "" "Ádepki pishim; bul tizim jaıǵasymǵa (derekqor, keste) táýeldi ekenin jáne " "SQL árqashan qoljetimdi ekenin eskerińiz." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Qaıtalanatyn kiltter ımportta tabylǵan kezde derekterdi jańartý" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Bastalýdan ótkiziletin saýal sany." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10082,7 +10089,7 @@ msgstr "" "kúıine ornatý kóptegen serverlerge qosylǵan kezde basqa serverlerden shyǵýdy " "umytyp ketýge jeńildetedi." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10090,7 +10097,7 @@ msgstr "" "Cookie-faıl ([kbd]cookie[/kbd]) túpnusqalyq rastamasynyń rejiminde aldyńǵy " "kirýdi qaıta shaqyrý qajettiligin anyqtaý." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10102,11 +10109,11 @@ msgstr "" "bildiredi jáne sholǵysh terezesin japqannan keıin joıylady. Bul senimdi emes " "ortalarǵa usynylady." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL-saýal beınelenegen kezde paıdalanylatyn tańbanyń eń kóp sany." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10114,13 +10121,13 @@ msgstr "" "Sharlaý tarmaǵynyń birinshi deńgeıindegi árbir bette beınelenetin element " "sany." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Sharlaý tarmaǵynyń árbir bette beınelenetin element sany." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10128,7 +10135,7 @@ msgstr "" "Nátıje jıynyn sholý kezinde beınelenetin jol sany. Eger nátıje jıynynda " "kóbirek joldar bolsa, «Aldyńǵy» jáne «Kelesi» siltemeleri kórsetiledi." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10140,17 +10147,17 @@ msgstr "" "Bólip berýge ruqsat etilgen skrıpt baıtynyń sany, mysal, [kbd]32M[/kbd] " "(shekteýsiz úshin [kbd]-1[/kbd] jáne ózgerissiz úshin [kbd]0[/kbd])." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Sharlaý taqtasynda derekqor tarmaǵyn tańdaýshymen aýystyrady" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Aǵymdyq derekqordy nemese kesteni bólekteý arqyly basty taqtamen " "baılanystyrý." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -10162,7 +10169,7 @@ msgstr "" "Baılanysqan betti negizgi terezede ([code]main[/code]) nemese jańa terezede " "([code]new[/code]) ashý." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10170,7 +10177,7 @@ msgstr "" "Súzgi uıasynda beınelenetin elementtiń (keste, kórinis, rásim jáne oqıǵa) eń " "az sanyn anyqtaıdy." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10178,64 +10185,64 @@ msgstr "" "Sharlaý tarmaǵyndaǵy elementterdi toptastyrý (derekqor men kesteler " "qoıyndylarynda kórsetilgen bólgishpen anyqtalady)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Sharlaý taqtasynda tarmaq keńeıtý yqtımaldyǵy usynylsyn ba." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Sharlaý tarmaǵy ishindegi derekqor astynda rásimder kórsetilsin be" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "Sharlaý tarmaǵy ishindegi jalǵyz derekqor avtomatty keńeıtilsin be." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Sharlaý taqtasyn tasalaý úshin 0 mánine ornatý." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Sharlaý taqtasynda logotıp kórsetý." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "Sharlaý taqtasyndaǵyi logotıp meńzeıtin URL." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Sharlaý taqtasynyń joǵarǵy jaǵynda server tańdaýyn beıneleý." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Derekqorlardy ártúrli tarmaq deńgeılerine bóletin jol." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Kestelerdi ártúrli tarmaq deńgeılerine bóletin jol." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Tintýir kórsetkisi astynda serverdi bólekteý." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Sharlaý tarmaǵy ishindegi derekqordyń astynda kesteler kórsetilsin be" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Sharlaý tarmaǵy ishindegi derekqor astynda kórinister kórsetilsin be" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Sharlaý tarmaǵy ishindegi derekqor astynda fýnksıalar kórsetilsin be" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Sharlaý tarmaǵy ishindegi derekqor astynda oqıǵalar kórsetilsin be" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10243,7 +10250,7 @@ msgstr "" "[kbd]SMART[/kbd] - ıaǵnı TIME, DATE, DATETIME jáne TIMESTAMP túrleriniń " "baǵandary úshin kemý tártibi, basqasha ósý tártibi." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10253,7 +10260,7 @@ msgstr "" "tabylmasa, derekqordyń egjeıleri Qurylym betinde beınelenetin ádepki " "eskertýdi óshirý." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10261,7 +10268,7 @@ msgstr "" "Eger kestede baǵan ataýlary MySQL saqtalǵan sózderi bolsa, Qurylym betinde " "beınelenetin ádepki eskertýdi óshirý." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10271,11 +10278,11 @@ msgstr "" "qajet etedi) qalasańyz, qosyńyz. Eger óshirilse, bul tarıhty beıneleý úshin " "JavaScript paıdalanylady (terezeni japqanda joıylady)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -10283,7 +10290,7 @@ msgstr "" "Jaramdy ýaqyt beldeýin ornatady; derekqor serverińizden góri basqasha bolýy " "yqtımal" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10291,7 +10298,7 @@ msgstr "" "[doc@bookmarks@]Betbelgi[/doc] qoldaýyn óshirý úshin bos qaldyryńyz, " "usynylatyny: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10303,7 +10310,7 @@ msgstr "" "Baǵan túsiniktemelerin/mime-túrlerin óshirý úshin bos qaldyryńyz, " "usynylatyny: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10311,7 +10318,7 @@ msgstr "" "Shekteýli ruqsattarmen teńshelgen arnaıy MySQL paıdalanýshysy, kóbirek " "aqparat úshin [doc@linked-tables]qujattama[/doc] qoljetimdi." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10319,7 +10326,7 @@ msgstr "" "Konfıgýrasıa saqtaýyshyn qamtıtyn balama túın; áldeqashan anyqtalǵan túındi " "paıdalaný úshin bos qaldyryńyz." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10329,7 +10336,7 @@ msgstr "" "portty nemese basqarý túıini bul túıinge teń bolsa, áldeqashan anyqtalǵan " "portty paıdalaný úshin bos qaldyryńyz." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -10339,7 +10346,7 @@ msgstr "" "issues/8970]phpMyAdmin qatelerin qadaǵalaý júıesi[/a] jáne [a@https://bugs." "mysql.com/19588]MySQL Qatelri[/a] boıynsha bar" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10347,7 +10354,7 @@ msgstr "" "SQL-saýal tarıhynyń qoldaýyn óshirý úshin bos qaldyryńyz, usynylatyny: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10355,7 +10362,7 @@ msgstr "" "Kesteniń derekqorda saqtalatyn teńshelim sanyn shekteıdi, eskileý jazbalar " "avtomatty alastalady." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10363,7 +10370,7 @@ msgstr "" "Eksporttaý úlginiń qoldaýyn óshirý úshin bos qaldyryńyz, usynylatyny: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10371,7 +10378,7 @@ msgstr "" "Ortalyq baǵandar qoldaýyn óshirý úshin bos qaldyryńyz, usynylatyny: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10381,14 +10388,14 @@ msgstr "" "lıteral danalaryn qoldanǵyńyz kelse, olardy ekrandańyz, mysaly, " "[kbd]ʼmy\\_dbʼ[/kbd] paıdalanyńyz, al [kbd]ʼmy_dbʼ[/kbd] paıdalanbańyz." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF sulbasynyń qoldaýyn ósirý úshin bos qaldyryńyz, usynylatyny: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10398,7 +10405,7 @@ msgstr "" "Tolyq aqparat alý úshin [doc@linked-tables]pmadb[/doc] qarańyz. Qoldamaý " "úshin bos qaldyryńyz. Usynylǵan: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10406,7 +10413,7 @@ msgstr "" "Seanstar boıynsha «turaqty» emeske jaqynda paıdalanylǵan kestelerdi óshirý " "úshin bos qaldyryńyz, usynylǵany: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10414,7 +10421,7 @@ msgstr "" "Seanstar boıynsha «turaqty» emeske tańdaýly kestelerin óshirý úshin bos " "qaldyryńyz, usynylǵany: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10422,14 +10429,14 @@ msgstr "" "[doc@relations@]relation-links[/doc] emeske qoldaýyn óshirý úshin bos " "qaldyryńyz, usynylǵany: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Mysal úshin, [doc@authentication-modes]túpnusqalyq rastama túrlerin[/doc] " "qarańyz." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10437,7 +10444,7 @@ msgstr "" "PDF sulbasynyń qoldaýyn óshirý úshin bos qaldyryńyz: [kbd]pma__table_coords[/" "kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10445,7 +10452,7 @@ msgstr "" "Beınelenetin baǵandardy sıpattaıtyn keste, qoldaý kórsetpeý úshin bos " "qaldyrylsyn; usynylǵany: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10453,7 +10460,7 @@ msgstr "" "Seanstar boıynsha «turaqty» emes kestelerdiń ınterfeıs teńshelimderin óshirý " "úshin bos qaldyryńyz, ysynylǵany: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10461,7 +10468,7 @@ msgstr "" "Derekqordy jasaý kezinde DROP DATABASE IF EXISTS nusqaýy birinshi jol " "retinde jurnalǵa ústeledi me." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10469,7 +10476,7 @@ msgstr "" "Derekqordy jasaý kezinde DROP TABLE IF EXISTS nusqaýy birinshi jol retinde " "jurnalǵa ústeledi me." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10477,12 +10484,12 @@ msgstr "" "Derekqordy jasaý kezinde DROP VIEW IF EXISTS nusqaýy birinshi jol retinde " "jurnalǵa ústeledi me." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Jańa nusqalar úshin avtomatty jasaý paıdalanatyn nusqaýlar tizimin anyqtaıdy." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10490,7 +10497,7 @@ msgstr "" "SQL-saýal qadaǵalaý qoldaýyn óshirý úshin bos qaldyryńyz, usynylady: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10498,7 +10505,7 @@ msgstr "" "Qadaǵalaý mehanızmy kesteler men kórinister úshin nusqalardy avtomatty " "jasaıdy ma." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10506,7 +10513,7 @@ msgstr "" "Derekqorda paıdalanýshy teńshelimder saqtaýyshyn óshirý úshin bos " "qaldyryńyz, usynylǵany: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10516,7 +10523,7 @@ msgstr "" "múmkindigin qosý úshin qajet; olardyń bireýi bos qaldyrylsa da, bul " "múmkindik óshiriledi, ysynylǵany: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10526,7 +10533,7 @@ msgstr "" "múmkindigin qosý úshin qajet; olardyń bireýi bos qaldyrylsa da, bul " "múmkindik óshiriledi, ysynylǵany: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10534,7 +10541,7 @@ msgstr "" "Sharlaý elementterin jasyrý jáne kórsetý múmkindigin óshirý úshin bos " "qaldyryńyz, usynylǵany: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10542,53 +10549,53 @@ msgstr "" "Bul serverdiń yńǵaıly sıpattamasy. Onyń ornyna túıin atyn beıneleý úshin bos " "qaldyryńyz." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Paıdalanýlmasa bos qaldyrý." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Ádepkiler úshin bos qaldyrý." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "HTTP túpnusqalyq rastamasyn istegen kezdegi HTTP negizgi túpnusqalyq " "rastamasynyń beınelelenetin aty." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Paıdalanylatyn túpnusqalyq rastama ádisi." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "MySQL-serverine qysylǵysh qosylym." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Qalyptyty órnekpen (PCRE) sáıkes keletin derekqorlardy jasyrý." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "MySQL serveri jumys isteıtin túıin aty." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Eger «config» ókilettigi paıdalanylmasa, bos qaldyrý." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL serveri tyńdap otyrǵan port, ádepki úshin bos qaldyryńyz." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL serveri tyńdap otyrǵan soket, ádepkisi úshin bos qaldyrylsyn." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL serverine qosylý úshin SSL qosylsyn." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10598,27 +10605,27 @@ msgstr "" "etpeıtinin eskerińiz, sebebi konfıgýrasıalyq faılda paról qatań kodtalǵan; " "bul sol pármendi tikeleı oryndaý múmkindigin shektemeıdi." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Barlyq kesteler úshin jasaý ýaqyty belgisin beıneleıtin baǵandy kórsetý " "nemese jasyrý." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Barlyq kesteler úshin sońǵy jańartý ýaqyty belgisin beıneleıtin baǵandy " "kórsetý nemese jasyrý." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Barlyq kesteler úshin sońǵy tekserý ýaqyty belgisin beıneleıtin baǵandy " "kórsetý nemese jasyrý." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10626,7 +10633,7 @@ msgstr "" "Óris túrlerin bastapqydan óńdeý/kiristirý rejiminde beıneleý kerektigin " "anyqtaıdy." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10634,38 +10641,38 @@ msgstr "" "[a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo ()[/a] " "shyǵarýyna úshin siltemeni kórsetedi." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Paıdalanýshyǵa «Barlyǵyn kórsetý» túımeshigi beınelensin pe." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Barlyq kesteler úshin túsiniktemelerdi beıneleıtin baǵandy kórsetý nemese " "jasyrý." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Barlyq kesteler úshin tańbalar jıynyn beıneleıtin baǵandy kórsetý nemese " "jasyrý." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Fýnksıa óristerin óńdeý/kiristirý rejıminde beıneleý." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Tuspaldy kórseteme, joq pa." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "phpMyAdmin arqyly jasalyp shyǵarylǵan SQL-saýaldaryn beıneleý kerek pe " "ekenin anyqtaıdy." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." @@ -10673,21 +10680,14 @@ msgstr "" "Derekqor men keste statıstıkasyn (mysaly, keńistikti paıdalaný) beıneleý " "úshin ruqsat etý." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Paıdalanylǵan kestelerdi belgilep, qultptalǵan kestelerimen derekqorlardy " "kórsetý múmkindigin jasaý." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Eger «Suhosin» anyqtalsa, negizgi bette beınelenetin ádepki eskertýdi óshirý." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10696,7 +10696,7 @@ msgstr "" "Eger PHP session.gc_maxlifetime parametriniń máni «LoginCookieValidity» " "máninen az bolsa, negizgi bette beınelenetin ádepki eskertýdi óshirý." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10704,7 +10704,7 @@ msgstr "" "Óńdeý rejimindegi mátinaýmaq ólshemi (baǵandar), bul mán SQL-saýal " "mátinaýmaqtar (*2) úshin erekshelendiriledi." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10712,7 +10712,7 @@ msgstr "" "Óńdeý rejimindegi mátinaýmaq ólshemi (joldar), bul mán SQL-saýal " "mátinaýmaqtar (*2) úshin erekshelendiriledi." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10724,7 +10724,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) taqyrybyna phpMyAdmin senim artý " "kerektigin kórsetedi:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10732,7 +10732,7 @@ msgstr "" "Óshirilgen kezde, oń jaqtaǵy qusbelgige qaramastan, paıdalanýshylar " "tómendegi opsıalardyń eshbirin de ornata almaıdy." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10750,7 +10750,7 @@ msgstr "" "ornatylatyn serverde Internetke tikeleı qatynaýy bolmasa, bul qajet bolady. " "Pishimi: «túıin_aty:port_nómiri»." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10761,7 +10761,7 @@ msgstr "" "túpnusqalyq rastama oryndalady. Túpnusqalyq rastamanyń basqa túrleri aǵymda " "qoldaýda joq." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10769,7 +10769,7 @@ msgstr "" "Saýaldar Enter pernesin basý arqyly oryndalady (Ctrl+Enter ornyna). Jańa " "joldar Shift+Enter arqyly engiziledi." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10781,384 +10781,384 @@ msgstr "" "phpMyAdmin konfıgýrasıa saqtaýshy kestelerin avtomatty teńsheýge múmkindik " "beretin Nóldik teńshelim rejımin qosý." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Bólektelgen joldardy belgileý." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Tintýir kýrsorymen kórsetilgen joldy bólekteý." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR mátinaýmaqtar úshin baǵan sany." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR mátinaýmaq úshin joldar sany." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Konsólde kórsetiletin, SQL-saýaldardy jáne olardyń oryndaý ýaqytyn jurnalǵa " "jazý" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Derekqorǵa kirý kezinde kórsetiletin qoıyndy." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Serverge kirý kezinde kórsetiletin qoıyndy." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Kestege kirgen kezde kórsetiletin qoıyndy." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Keste qurylymynyń áreketteri jasyryn bolýy kerek pe." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Keste qurylymynyń kórinisinde baǵan túsiniktemelerin kórsetý kerek pe" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Server tizbesin ashylmaly tizimniń ornyna tizim retinde kórsetý." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Eger azyraq elementter bolsa, ashylmaly tizim paıdalanylady." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Keıbir saýaldarǵasyrtqy kiltterdi tekserý qusbelgisi úshin ádepki máni." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Aparyp tastaýmen ımporttaýdy óshirý úshin qusbelgini alastańyz" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Bir rette qansha joldy engizýge bolady." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Sharlalý kórinisindegi kezkelgen sandyq emes baǵanda kórsetilgen tańbanyń eń " "kóp sany." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Kirý cookie-faıly qansha ýaqyt (sekýntine) jaramdy ekenin anyqtaý." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT baǵandary úshin mátinaýmaqtyń eki ese ólshemi." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Derekqorlar tiziminde beınelenetin derekqordyń eń kóp sany." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Kesteler tiziminde kórsetilgen kesteniń eń kóp sany." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Jaqynda paıdalanylǵan kestelerdiń eń kóp sany; óshirý úshin 0 ornatyńyz." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Tańdaýly kestelerdiń eń kóp sany; óshirý úshin 0 ornatyńyz." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Bular Óńdeý, Kóshirý jáne Joıý siltemeleri." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Biregeı kilt bolmasa da, jol siltemeleri kórsetilsin be." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Tańbasha kiltterin óshirý" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Keste men derekqordyń ataýlaryn suryptaý úshin tabıǵı retti paıdalaný." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Tek belgishelerdi, tek mátindi nemese ekeýin de paıdalaný." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "HTTP-tasymaldaýlar ishinde jyldamdyqty arttyrý úshin GZip shyǵys býferin " "paıdalaný." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL derekqorlary úshin turaqty qosylymdardy paıdalaný." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB jáne BINARY baǵandaryn óńdeýge tyıym salý." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Tarıhta qansha saýal saqtalady." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Tańbalar jıynyn túrlendirý úshin qandaı qoldanatyn fýnksıalardy bólekteý." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Kestelerdi sharlaý kezinde, ár kesteniń suryptalýy este saqtalady." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Alǵashqy kiltteri bar kesteler úshin ádepki suryptaý reti." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Ústińgi derektemelerdi ár X uıashyqtaryna qaıtalaý, [kbd]0[/kbd] osy " "múmkindikti ajyratady." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Beıneleý opsıalary úshin" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Eksporttar saqtalýy múmkin serverdegi katalog." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Saýal órisi ony jibergennen keıin ekranda qalýy kerek pe ekenin anyqtaıdy." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Derekqor bólektelgen kezde sholǵysh terezesiniń ataýy." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Eshteńe bólektelgen kezde sholǵysh terezesiniń taqyryby." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Server bólektelgen kezde sholǵysh terezesiniń taqyryby." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Keste bólektelgen kezde sholǵysh terezesiniń taqyryby." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Importtaý úshin serveridiń faıldar júktep salynatyn katalogy." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Búkil derekqor ishinde izdeýge ruqsat etý." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Negizgi phpMyAdmin betindegi sońǵy nusqa úshin tekserýdi qosady." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Proksı arqyly túpnusqalyq rastamasy úshin paról." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Importtaý jáne eksporttaý áreketteri úshin ZIP qysýdy qosý." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Qate týraly esepterdi jibergen kezde ádepki áreketti tańdaý." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Kezkelgen MySQL-serverine kirýge ruqsat etý" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "MySQL serverine kirýdi shekteý" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Úshinshi jaqtan jaqtaýlarǵa kiristirýge ruqsat etý" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Kádimgi paıdalanýshylarǵa «Derekqordy joıý» siltemesin kórsetý" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish qupıasy" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Jol belgileýishi" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Meńzerdi bólekteý" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR baǵandaryn óńdeýde" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror qosý" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Linter qosý" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Kiris órisi úshin eń az ólshem" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Kiris órisi úshin eń kóp ólshem" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR mátinaýmaq baǵandary" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR mátinaýmaq joldary" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "«config» faılynyń ruqsattaryn tekserý" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Naqty ýaqytta qysý" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP saýaldaryn rastaý" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Qaýaz ólshemi" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Derekqordyń ádepki qoıyndysy" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Serverdiń ádepki qoıyndysy" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Kesteniń ádepki qoıyndysy" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Keste men baǵan ataýlary úshin avtomatty toltyrýdy qosý" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Baǵan túsiniktemelerin kórsetý" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Keste qurylymynyń áreketterin jasyrý" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Hex úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Substring úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Bool2Text úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "External úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "PreApPend úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "DateFormat úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Inline úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "TextImageLink úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "TextLink úshin ádepki túrlendirýler" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Serverlerdi tizim retinde beıneleý" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Kóp keste qyzmet kórsetýdi óshirý" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Eń kóp oryndaý ýaqyty" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Faıl retinde saqtaý" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Faıldyń tańbalar jıyny" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Qysý" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11166,56 +11166,56 @@ msgstr "Qysý" msgid "Put columns names in the first row" msgstr "Baǵandardyń ataýlaryn birinshi jolǵa qoıý" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Baǵandar mynaýmen qorshalǵan" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Baǵandar mynaýmen ekrandalǵan" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL-dy mynaýmen aýystyrý" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Baǵandar ishinen CRLF tańbalaryn alastaý" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Baǵandar mynaýmen aıaqtalǵan" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Syzyqtar mynaýmen aıaqtalǵan" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel óńdemesi" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Derekqor atynyń úlgisi" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Server atynyń úlgisi" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Keste atynyń úlgisi" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11225,85 +11225,85 @@ msgstr "Keste atynyń úlgisi" msgid "Dump table" msgstr "Kesteni damptaý" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Keste taqyrypshasyn qamtý" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Keste taqyrypshasy" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Jalǵasqan keste taqyrypshasy" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Belgi kilti" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Qatynastyqtar" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Eksport ádisi" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Serverde saqtaý" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Jeke faıldar retinde eksporttaý" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Faıl aty úlgisin este saqtaý" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "Ortalyq tizimnen baǵandardy alastaý" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Keste men baǵan ataýlaryn doǵal ekpin tańbalarmen (`) qorshaý" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL úılesimdilik rejimi" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Jasaý/jańartý/tekserý kúnderi" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Kidiritilgen kiristirýlerdi paıdalaný" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Syrtqy kilt tekserýlerin óshirý" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Kórinisterdi kesteler retinde eksporttaý" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "phpMyAdmin konfıgýrasıa saqtaýyshynan qatysty metaderekterdi eksporttaý" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "BINARY jáne BLOB úshin onaltylyqty paıdalaný" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11311,855 +11311,855 @@ msgstr "" "IF IF NOT EXISTS qosý (az tıimdi, sebebi ındekster keste jasaý kezinde " "jasalyp shyǵarylady )" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s kórinis" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Elemeıtin kiristirýlerdi paıdalaný" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Derekterdi kiristirý kezinde paıdalanylatyn sıntaksıs" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Jasalǵan saýaldyń eń kóp uzyndyǵy" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Eksport túri" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Eksportty tranzaksıaǵa qorshaý" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Eksporttaýdyń UTC boıynsha ýaqyty" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Syrtqy kilttiń ashylmaly tizimdegi reti" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Syrtqy kilt shegi" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "syrtqy kilt tekserýleri" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Sharlaý rejimi" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Ázirleýshi" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Óńdeý rejimi" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Ádepkilerdi eksporttaý" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Jalpy" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Ádepkilerdi ımporttaý" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import / eksport" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Sharlaý tarmaǵy" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Basqa negizgi parametrler" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Bet taqyryptary" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Qaýipsizdik" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Negizgi parametrler" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Túpnusqalyq rastamasy" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Server konfıgýrasıasy" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Konfıgýrasıa saqtaýyshy" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Ózgeristerdi qadaǵalaý" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL-saýal uıasy" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Iske qosý" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Derekqor qurylymy" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Qoıyndylar" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Qatynastyq sulbany beıneleý" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Mátin óristeri" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! mátini" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Eskertýler" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv úshin qosymsha parametrler" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Birneshe nusqaý qatelerin elemeý" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Importty aparyp tastaýdy qosý" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Ishinara ımport: úzilýge ruqsat etý" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "INSERT qatesinde toqtatpaý" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATE ústeý" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Importtalǵan faıldyń pishimi" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL kiltsózin paıdalaný" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Baǵan ataýlary birinsh jolda" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Bos joldar ımporttalmasyn" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Aqsha birlikterin ımporttaý ($5.00 ornyna 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Paıyzdardy durys ondyq bólsheker retinde ımporttaý (12.00 % ornyna .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "İshinara ımport: saýaldardy ótkizý" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nóldik mánder úshin AUTO_INCREMENT paıdalanbaý" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Birneshe baıt retinde oqý" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Júgirtkilerdiń bastapqy kúıi" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Kiristirilgen jol sany" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Baǵan tańbalaryn shekteý" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Shyǵý kezinde barlyq cookie-faıldardy joıý" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Paıdalanýshy atyn eske túsirý" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Kirý cookie-faıldyń qoımasy" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Kirý cookie-faıldyń jaramdylyǵy" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT úshin úlkenirek mátinaýmaq" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Eń úlken beınelenetin SQL uzyndyǵy" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Eń kóp derekqorlar" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Birinshi deńgeıdegi eń kóp elementter" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Tarmaqtaǵy elementtiń eń kóp sany" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Beınelenetin joldyń eń kóp sany" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Eń kóp kesteler" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Jad shegi" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Derekqorlardy sharlaýyn tarmaq retinde kórsetý" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Sharlaý taqtasynyń eni" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Negizgi taqtamen baılanystyrý" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Logotıpty beıneleý" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logotıp siltemesiniń URL-y" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logotıp siltemesiniń maqsaty" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Serverler bólekteýdi beıneleý" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Jyldam qatynaý beligishesi úshin maqsat" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Ekinshi jyldam qatynaý beligishesi úshin maqsat" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Súzgi uıasynda beınelenetin elementtiń eń az sany" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Derekqordyń súzgi uıasynda beınelenetin derekqordyń eń az sany" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Tarmaqtaǵy elementterdi toptastyrý" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Derekqor tarmaǵynyń bólgishi" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Keste tarmaǵynyń bólgishi" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Keste tarmǵynyń eń kóp terendigi" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Bólekteýdi qosý" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Sharlaý tarmaǵyn keńeıtýdi qosý" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Tarmaqtaǵy kestelerdi kórsetý" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Tarmaqtaǵy kórinisterdi kórsetý" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Tarmaqtaǵy funksıalardy kórsetý" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Tarmaqtaǵy rásimderdi kórsetý" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Tarmaqtaǵy oqıǵalardy kórsetý" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Jalǵyz derekqordy keńeıtý" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Jýyqtaǵy paıdalanylǵan kesteler" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Keste jolynyń siltemelerin qaıda kórsetýge bolady" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Jol siltemelerin báribir kórsetý" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Tabıǵı ret" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Keste sharlaý jolaǵy" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip shyǵarýdy býferleý" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ádepki suryptaý reti" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Turaqty qosylymdar" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "PhpMyAdmin konfıgýrasıasynyń saqtaýysh kesteleri jetispeıdi" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL qorǵalǵan sóz eskertýi" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Mázir qoıyndylary qalaı beınelenedi" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Ártúrli áreket siltemeleri qalaı beınelenedi" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Ekilik baǵandardy qorǵaý" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Turaqty saýal tarıhy" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Saýal tarıhynyń uzyndyǵy" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Jazý mehanızmy" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Kesteniń suryptaýyn este saqtaý" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Alǵashqy kilttiń ádepki suryptaý reti" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Ústińgi derektemelerdi qaıtalaý" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Tor óńdeýde: trıger áreketi" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Qatynas beıneleý" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Tor óńdeýde: barlyq óńdelgen uıashyqtardy birden saqtaý" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Katalogti saqtaý" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Túın ókilettiginiń reti" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Túın ókilettigin erejeleri" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Parólsiz kirýge ruqsat etý" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "«root» arqyly kirýge ruqsat etý" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Seanstyń ýaqyt beldeýi" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP aımaǵy" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Betbelgi kestesi" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Baǵan aqparatynyń kestesi" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Qysylǵysh qosylym" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Basqarýshy paıdalanushynyń paróli" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Basqarýshy paıdalanushy" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Basqarý túıni" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Basqarý porty" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA paıdalanýyn óshirý" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Derekqorlardy jasyrý" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL-saýal tarıhynyń kestesi" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Serverdiń túın aty" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Shyǵý URL-y" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Saqtaý úshin keste teńshelimderiniń eń kóp sany" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Esport úlgileriniń kestesi" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Ortalyq baǵandar kestesi" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Tek tizimdelgen derekqorlardy kórsetý" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "«config» ókilettigi úshin paról" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-sulba: better kestesi" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Server porty" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Jýyqta paıdalanylǵan keste" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tańdaýly kestesi" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Qatynas kestesi" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "«Signon» seansynyń aty" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "«Signon» URL-y" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Server soketi" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL paıdalaný" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Qurastyrǵysh pen PDF-sulba: keste kordınattary" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Baǵandar kestesin beıneleý" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Interfeıs teńshelimderiniń kestesi" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE ústeý" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW ústeý" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Qadaǵalanatyn nusqaýlar" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL-saýaldy qadaǵalaý kestesi" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Nusqalardy avtomatty jasaý" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Paıdalanushy teńshelimderin saqtaýysh kestesi" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Paıdalanushylar kestesi" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Paıdalanushy toptarynyń kestesi" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Jasyryn sharlaý elementterdiń kestesi" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "«config» ókilettigi úshin paıdalanushy" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Bul serverdiń tolyq aty" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Barlyq joldardy beıneleýge ruqsat etý" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Paróldi ózgertý pishinin kórsetý" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Derekqordy jasaý pishinin kórsetý" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Keste túsiniktemelerin kórsetý" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Jasaýdyń ýaqyt belgisin kórsetý" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Sońǵy jańartýdyń ýaqyt belgisin kórsetý" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Sońǵy tekserýdiń ýaqyt belgisin kórsetý" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Kesteniń tańbalar jıynyn kórsetý" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Óris túrlerin kórsetý" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Funksıa óristerin kórsetý" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Tuspaldy kórsetý" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "«phpinfo()» siltemesin kórsetý" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "MySQL server týraly egjeıli aqparatty kórsetý" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL-saýaldardy kórsetý" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Statıstıkany kórsetý" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Qulyptalǵan kestelerdi ótkizý" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Explain SQL qosý" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "PHP-kodty jasaý" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "«Suhosin» eskertýi" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Kirý cookie-faıldyń jaramdylyǵyn eskertý" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Mátinaýmaq baýandary" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Mátinaýmaq joldary" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Ádepki taqyryp" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "IP-mekenjaıyna ruqsat etý/etpeý úshin senimdi proksılar tizimi" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Júktep salý katalogi" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Derekqorda izdeýdi paıdalaný" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Ázirleýshi qoıyndysyn parametrlerde qosý" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Nusqany tekserý" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "Proksı URL-y" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proksı paıdalanýshysynyń aty" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proksı paróli" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "reCaptcha úshin ashyq kilt" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "reCaptcha úshin ashyq kilt" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Qate esepterin jiberý" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Oryndalatyn saýaldardy konsólde engizińiz" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Nóldik Teńsheý rejimin qosý" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "Execute queries on Enter and insert new line with Shift + Enter" msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Enter basyp saýaldardy oryndaý jáne jańa joldy Shift+Enter arqyly engizý" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Konsól bıiktigi" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Konsól rejimi" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Reti boıynsha" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Server qosylymynyń kolasıasy" @@ -12193,7 +12193,8 @@ msgid "Compressed export will not work due to missing function %s." msgstr "" "Qysylǵan eksport %s jetispeıtin fýnksıasyna baılanysty jumys istemeıdi." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "eń kóp %s" @@ -12227,7 +12228,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument elektrondyq kestesi" @@ -12235,7 +12236,7 @@ msgstr "OpenDocument elektrondyq kestesi" msgid "OpenDocument Text" msgstr "OpenDocument mátini" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "LOAD DATA arqyly CSV" @@ -12397,7 +12398,7 @@ msgstr "" "%1$sGZip qysý men qysýdan shyǵarý%2$s osy júıede qoljetimdi emes " "fýnksıalardy qajet etedi (%3$s)." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12680,7 +12681,7 @@ msgstr "%2$s derekqorynda %1$s ataýy bar oqıǵa tabylmady." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Eksporttaý plagınderi júktelmedi, ornatylymdy tekserińiz!" @@ -12813,7 +12814,7 @@ msgid "Success!" msgstr "Sáttilik!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12878,7 +12879,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Betti jańartýdy qalaýyńyz múmkin." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Nashar túr!" @@ -12985,16 +12986,7 @@ msgstr "" "Áıtpese, konfıgýrasıańyzdy júktep alǵan ókilettiligisiz adamdar arqyly " "serverińizdiń qaýipsizdigi buzylýy múmkin." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server «Suhosin» arqyly jumys isteıdi. Yqtımal máseleler úshin " -"%squjattamany%s qarańyz." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -13003,14 +12995,14 @@ msgstr "" "$cfg['TempDir'] (%s) qoljetimdi emes. phpMyAdmin úlgilerdi keshke jibere " "almaıdy jáne sondyqtan baıaý bolady." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13021,7 +13013,7 @@ msgstr "" "joldardy durys bólip shyǵarmaıdy jáne ol kútpegen nátıjelerge yshyrastyrýy " "múmkin." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13099,7 +13091,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "«DROP DATABASE» nusqaýlary óshirilgen." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK oryn aldy.]" @@ -15133,7 +15125,7 @@ msgid "No such column" msgstr "Mundaı baǵan joq" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Jol" @@ -16006,7 +15998,7 @@ msgstr "Durys emes derekter" msgid "Wrong data or no validation for %s" msgstr "Qate derekter nemese %s úshin jaramdylyq tekserýi joq" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Betbelgi %s jasaldy." @@ -16088,7 +16080,7 @@ msgstr "Munda tym kóp ındekssiz jalǵasýlar bar." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL bos nátıje jıynyn qaıtardy (ıaǵnı nóldik joldar)." @@ -16488,29 +16480,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Jol joıyldy." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Saýal %01.4f sekýnt jumsady." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "%1s - %2s joldardy kórsetýde" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d qorytyndy, %2$d saýalda" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d qorytyndy" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Silteme tabylmady!" @@ -17164,11 +17156,11 @@ msgstr "" msgid "web server upload directory:" msgstr "ýeb-serverdiń júktep salý katalogy:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL-saýal kórsetý" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Kiristirilgen jol uqsatqyshy: %1$d" @@ -17612,39 +17604,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Ishinara táýeldilikter tabylmady!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Biriktirý" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Kesteni ózine jyljytý múmkin emes!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Kesteni ózine kóshirý múmkin emes!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s kestesi %s úshin jyljytyldy. Artyqshylyqtar naqtylandy." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s kestesi %s úshin kóshirildi. Artyqshylyqtar naqtylandy." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s kestesi %s úshin jyljytyldy." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s kestesi %s úshin kóshirildi." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Keste aty bos!" @@ -17732,7 +17724,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Qos-faktorly túpnusqalyq rastamasyn qosqansyz, kirý derekterinizdi rastańyz." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Baǵandar mynaýmen bólinedi:" @@ -18164,7 +18156,7 @@ msgstr "" "Shyǵarý úılesimdilikti barynsha úlkeıtý úshin derekqor júıesi nemese eski " "MySQL serveri:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18189,19 +18181,19 @@ msgstr "" "Qaıtalanatyn kiltter ımportta tabylǵan kezde derekterdi jańartyý (ON " "DUPLICATE KEY UPDATE qosý)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Jańa keste aty (mindetti emes):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Jańa derekqor aty (mindetti emes):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Bul joldardyń kóp sanyn ımporttaý (mindetti emes):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18209,7 +18201,7 @@ msgstr "" "Faıldyń birinshi jolynda kesteniń baǵan ataýlary bar (eger bul " "belgilenbese, birinshi jol derekterdiń bóligi bolady)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18219,27 +18211,27 @@ msgstr "" "onda tıisti baǵan ataýlaryn osynda tizimdeńiz. Baǵan ataýlary útirlermen " "bólinýi jáne tyrnaqshalarmen qorshaýlanbaýy qajet." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Baǵan ataýlary:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "%d jolynda CSV kirisiniń jaramsyz pishimi." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "CSV kirisindegi %d jolynda baǵan sany jaramsyz." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV ımporttaý úshin parametr jaramsyz: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19055,11 +19047,11 @@ msgstr "Jańaraq turaqty nusqasy qoljetimdi emes" msgid "Using bookmark \"%s\" as default browse query." msgstr "Ádepki sharlaý saýaly retinde «%s» betbelgisi paıdalanylady." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP-kod retinde kórsetilýde" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19068,7 +19060,7 @@ msgstr "" "Aǵymdyq bólekteýde biregeı baǵan joq. Tor óńdeý, qusbelgi, Óńdeý, Kóshiriý " "jáne Joıý múmkindikter qoljetimdi emes. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19335,24 +19327,24 @@ msgstr "Jaramdy keste ataýyn jetkizýińiz qajet!" msgid "You must provide a trigger definition." msgstr "Trıger anyqtamasyn jetkizýińiz qajet." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Bosatý" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Bir-baıttyq bútin san, belgilengen aýqym -128-den 127-ge deıin, " "belgilenbegen aýqym 0-den 255-ke deıin" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19360,7 +19352,7 @@ msgstr "" "Eki-baıttyq bútin san, belgilengen aýqym -32768-den 32767-ke deıin, " "belgilenbegen aýqym 0-den 65535-ke deıin" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19368,7 +19360,7 @@ msgstr "" "Ysh-baıttyq bútin san, belgilengen aýqym -8388608-den 8388607-ge deıin, " "belgilenbegen aýqym 0-den 16777215-ke deıin" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19376,7 +19368,7 @@ msgstr "" "Tórt-baıttyq bútin san, belgilengen aýqym -2147483648-den 2147483647-ge " "deıin, belgilenbegen aýqym 0-den 4294967295-ge deıin" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19385,7 +19377,7 @@ msgstr "" "9223372036854775807 deıin, belgilenbegen aýqym 0-den 18446744073709551615-ge " "deıin" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19393,7 +19385,7 @@ msgstr "" "Bekitilgen útir sany (M, D) - eń kóp sıfrynyń sany (M) 65 (ádepkisi 10), " "ondyq bólshektiń eń kóp sany (D) 30 (ádepkisi 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19402,7 +19394,7 @@ msgstr "" "-1.175494351E-38-ge deıin, 0 jáne 1.175494351E-38-den 3.402823466E+38-ge " "deıin" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19412,7 +19404,7 @@ msgstr "" "-1.7976931348623157E+308-den -2.2250738585072014E-308-ge deıin, 0 jáne " "2.2250738585072014E-308-den 1.7976931348623157E+308-ge deıin" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19420,14 +19412,14 @@ msgstr "" "DOUBLE sınonımy (erekshelik: REAL_AS_FLOAT SQL-rejıminde ol FLOAT úshin " "sınonım)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "Bıt-óris túri (M), bir mánine M bıt saqtaıtyn (ádepki - 1, eń kóp - 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19435,21 +19427,21 @@ msgstr "" "TINYINT(1) sınonımi, nól máni «false» bolyp esepteledi, beınóldik mánder " "«true» dep esepteledi" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE úshin búrkenshik aty" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Kún, qoldaý aýqymy - %1$s jáne %2$s arasy" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Kún men ýaqyt quramasy, qoldaý aýqymy - %1$s jáne %2$s arasy" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19463,12 +19455,12 @@ msgstr "" "Ýaqyt belgisi, aýqymy 1970-01-01 00:00:01 UTC jáne 2038-01-09 03:14:07 UTC " "arasy, dáýirden (1970-01-01 00:00:00 UTC) beri sekýnt sany retinde saqtalady" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Ýaqyt, aýqymy - %1$s jáne %2$s arasy" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19477,7 +19469,7 @@ msgstr "" "etilgen mánderi - 70 (1970) jáne 69 (2069) arasy nemese 1901 jáne 2155 " "arasy, jáne 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19485,7 +19477,7 @@ msgstr "" "Bekitilgen uzyndyqty (0-255, ádepki 1) jol, saqtalǵan kezde kórsetilgen " "uzyndyqqa bosoryndarmen árqashan oń jaqqa toltyrylady" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19494,7 +19486,7 @@ msgstr "" "Aınymaly uzyndyq (%s) joly, tıimdi eń kóp uzyndyq eń úlken jol ólshemine " "baılanysty" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19502,7 +19494,7 @@ msgstr "" "Eń kóp 255 (2^8 - 1) tańba uzyndyǵyndaǵy TEXT baǵany, baıttar boıynsha " "mániniń uzyndyǵyn kórsetetin bir baıt prefıksimen saqtalady" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19510,7 +19502,7 @@ msgstr "" "Eń kóp 65 535 (2^16 - 1) tańba uzyndyǵyndaǵy TEXT baǵany, baıttar boıynsha " "mániniń uzyndyǵyn kórsetetin eki baıt prefıksimen saqtalady" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19518,7 +19510,7 @@ msgstr "" "Eń kóp 16 777 215 (2^24 - 1) tańba uzyndyǵyndaǵy TEXT baǵany, baıttar " "boıynsha mániniń uzyndyǵyn kórsetetin úsh baıt prefıksimen saqtalady" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19528,7 +19520,7 @@ msgstr "" "baǵany, baıttar boıynsha mániniń uzyndyǵyn kórsetetin tórt baıt prefıksimen " "saqtalady" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19536,7 +19528,7 @@ msgstr "" "CHAR túrine uqsas, biraq ekilik emes tańbalyq joldardan góri ekilik baıttyq " "joldaryn saqtaıdy" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19544,7 +19536,7 @@ msgstr "" "VARCHAR túrine uqsas, biraq ekilik emes tańbalyq joldardan góri ekilik " "baıttyq joldaryn saqtaıdy" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19552,7 +19544,7 @@ msgstr "" "Eń kóp uzyndyǵy 255 (2^8 - 1) baıttan turatyn BLOB baǵany, baıttar boıynsha " "mániniń uzyndyǵyn kórsetetin bir baıt prefıksimen saqtalady" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19560,7 +19552,7 @@ msgstr "" "Eń kóp uzyndyǵy 16 777 215 (2^24 - 1) baıttan turatyn BLOB baǵany, baıttar " "boıynsha mániniń uzyndyǵyn kórsetetin úsh baıt prefıksimen saqtalady" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19568,7 +19560,7 @@ msgstr "" "Eń kóp uzyndyǵy 65 535 (2^16 - 1) baıttan turatyn BLOB baǵany, baıttar " "boıynsha mániniń uzyndyǵyn kórsetetin eki baıt prefıksimen saqtalady" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19577,51 +19569,51 @@ msgstr "" "baǵany, baıttar boıynsha mániniń uzyndyǵyn kórsetetin tórt baıt prefıksimen " "saqtalady" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" "Sanamalaý, 65535 mánine deıin tizimnen tańdalǵan nemese arnaıy '' qate máni" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Jalǵyz mán, 64 múshege deıin turatyn jıyntyqtan tańdalǵan" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Kezkelgen túrdegi geometrıany saqtaýǵa bolatyn túri" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "2-ólshemdik keńistiktegi núkte" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Núkteler arasyndaǵy syzyqtyq ınterpolásıaǵa ıe qısyq syzyq" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Kópburysh" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Núkteler jıyntyǵy" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" "Núkteler arasyndaǵy syzyqtyq ınterpolásıaǵa ıe qısyq syzyqtardyń jıyntyǵy" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Kópburyshtar jıyntyǵy" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Kezkelgen túrdegi geometrıalyq nysandar jınaǵy" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19629,37 +19621,37 @@ msgstr "" "Saqtaıdy jáne JSON (JavaScript Object Notation) qujattaryndaǵy derekter " "úshin tıimdi qatynaýdy qosady" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Sandyq" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Kún men ýaqyt" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Keńistik" @@ -19704,6 +19696,24 @@ msgstr "ZIP-muraǵatyndaǵy qate:" msgid "No files found inside ZIP archive!" msgstr "ZIP-muraǵat isinde faıldar tabylmady!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Eger «Suhosin» anyqtalsa, negizgi bette beınelenetin ádepki eskertýdi " +#~ "óshirý." + +#~ msgid "Suhosin warning" +#~ msgstr "«Suhosin» eskertýi" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server «Suhosin» arqyly jumys isteıdi. Yqtımal máseleler úshin " +#~ "%squjattamany%s qarańyz." + #~ msgid "Version information" #~ msgstr "Nusqa aqparaty" diff --git a/resources/po/km.po b/resources/po/km.po index c74c7ef271..8235e6307b 100644 --- a/resources/po/km.po +++ b/resources/po/km.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2017-08-12 14:53+0000\n" "Last-Translator: ប៉ុកណូ រ៉ូយ៉ាល់ \n" "Language-Team: Central Khmer %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3771,7 +3771,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "បកក្រោយ" @@ -3781,7 +3781,7 @@ msgstr "បកក្រោយ" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "នាំចូល" @@ -4111,8 +4111,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4136,7 +4136,7 @@ msgid "Recent" msgstr "ថ្មីៗ" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "តារាង​ដែល​ពេញ​ចិត្ត" @@ -4176,17 +4176,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4664,30 +4664,44 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "សរុប៖" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable %s" msgid "Enable statistics" msgstr "បើក %s" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "បញ្ជាក់" @@ -5736,7 +5750,7 @@ msgid "Current server:" msgstr "ការ​កំណត់​បច្ចុប្បន្ន" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5815,7 +5829,7 @@ msgid "Test:" msgstr "សាកល្បង" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6384,7 +6398,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6470,7 +6484,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6531,7 +6545,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6579,7 +6593,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -7069,7 +7083,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7247,32 +7261,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8947,14 +8961,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9140,329 +9146,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9470,478 +9476,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9949,13 +9949,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9963,403 +9963,403 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable %s" msgid "Enable linter" msgstr "បើក %s" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments:" msgid "Show column comments" msgstr "មតិយោបល់​តារាង៖" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Version information:" msgid "Default transformations for Hex" msgstr "ព័ត៌មាន​អំពី​កំណែ៖" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Version information:" msgid "Default transformations for External" msgstr "ព័ត៌មាន​អំពី​កំណែ៖" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Version information:" msgid "Default transformations for Inline" msgstr "ព័ត៌មាន​អំពី​កំណែ៖" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Version information:" msgid "Default transformations for TextLink" msgstr "ព័ត៌មាន​អំពី​កំណែ៖" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10367,56 +10367,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10426,945 +10426,945 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select All" msgid "Remember filename template" msgstr "ជ្រើសទាំងអស់" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Y Values" msgid "%s view" msgstr "តម្លៃ Y" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Change settings" msgid "Navigation tree" msgstr "ប្ដូរ​ការ​កំណត់" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Change settings" msgid "Navigation panel width" msgstr "ប្ដូរ​ការ​កំណត់" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Table comments:" msgid "Show tables in tree" msgstr "មតិយោបល់​តារាង៖" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Processes" msgid "Show procedures in tree" msgstr "ដំណើរការ" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Select All" msgid "Expand single database" msgstr "ជ្រើសទាំងអស់" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "តារាង​ដែល​ពេញ​ចិត្ត" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments:" msgid "Show table comments" msgstr "មតិយោបល់​តារាង៖" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments:" msgid "Show table charset" msgstr "មតិយោបល់​តារាង៖" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Created" msgid "Create PHP code" msgstr "បានបង្កើត" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11397,7 +11397,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11431,7 +11432,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11439,7 +11440,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11562,7 +11563,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11833,7 +11834,7 @@ msgstr "រកមិនឃើញតារាងនៅក្នុងមូលដ #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11960,7 +11961,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12018,7 +12019,7 @@ msgstr "ប្រសិន​បើ​អ្នក​ជួប​ប្រទះ msgid "You may want to refresh the page." msgstr "អ្នក​ប្រហែល​ជា​ចង់​ផ្ទុក​ទំព័រ​ឡើង​វិញ។" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "ប្រភេទ​មិន​ល្អ!" @@ -12113,35 +12114,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12205,7 +12199,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "ពាក្យ​បញ្ជា \"DROP DATABASE\" ត្រូវ​បាន​បិទ។" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14155,7 +14149,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14893,7 +14887,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "បាន​បង្កើត​ចំណាំ %s ។" @@ -14972,7 +14966,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15369,29 +15363,29 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s តារាង" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15960,11 +15954,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16365,41 +16359,41 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "បិទ" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16473,7 +16467,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16872,7 +16866,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation:" msgid "Indentation:" @@ -16895,54 +16889,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "ជួរឈរ" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17644,18 +17638,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17908,95 +17902,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18004,170 +17998,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/kn.po b/resources/po/kn.po index aab6bcef0e..b533c2c722 100644 --- a/resources/po/kn.po +++ b/resources/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2019-04-27 17:19+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Kannada %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3675,7 +3675,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3685,7 +3685,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -4005,8 +4005,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4028,7 +4028,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4068,17 +4068,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4538,28 +4538,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5587,7 +5601,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5662,7 +5676,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6227,7 +6241,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6311,7 +6325,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6372,7 +6386,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6418,7 +6432,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6898,7 +6912,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7064,32 +7078,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8803,14 +8817,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9002,329 +9008,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9332,478 +9338,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9811,13 +9811,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9825,391 +9825,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10217,56 +10217,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10276,928 +10276,928 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "No tables found in database." msgid "Expand single database" msgstr "ಯಾವುದೇ ಟೇಬಲ್ ಡೇಟಾಬೇಸನ್ನಲ್ಲಿ ಕಂಡುಬಂದಿಲ್ಲ." -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Created" msgid "Create PHP code" msgstr "ರಚಿಸಲಾಗಿದೆ" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11230,7 +11230,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11264,7 +11265,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11272,7 +11273,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11393,7 +11394,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11665,7 +11666,7 @@ msgstr "ಯಾವುದೇ ಟೇಬಲ್ ಡೇಟಾಬೇಸನ #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11792,7 +11793,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11856,7 +11857,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "ನೀವು ಪುಟವನ್ನು ರೀಫ್ರೆಶ್ ಮಾಡಲು ಬಯಸಬಹುದು." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "ಕಳಪೆ ಪ್ರಕಾರದ!" @@ -11942,35 +11943,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12033,7 +12027,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13935,7 +13929,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14669,7 +14663,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14749,7 +14743,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15130,29 +15124,29 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s ಕೋಷ್ಟಕ" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15717,11 +15711,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16119,39 +16113,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16225,7 +16219,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16621,7 +16615,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation:" msgid "Indentation:" @@ -16644,54 +16638,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "ಅಂಕಣ" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17386,18 +17380,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17650,95 +17644,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17746,170 +17740,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/ko.po b/resources/po/ko.po index 25a10f85ad..7736648782 100644 --- a/resources/po/ko.po +++ b/resources/po/ko.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-23 11:44+0000\n" "Last-Translator: kim8ccf3a4116ec4691 \n" "Language-Team: Korean %s" msgstr "서버의 %s 디렉토리에 저장" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "기존 파일 덮어쓰기" @@ -3622,7 +3622,7 @@ msgstr "가져오기" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "뒤로" @@ -3632,7 +3632,7 @@ msgstr "뒤로" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "가져오기" @@ -3968,8 +3968,8 @@ msgstr "SQL 업로드" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "데이터베이스" @@ -3991,7 +3991,7 @@ msgid "Recent" msgstr "최근" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "즐겨찾기 테이블" @@ -4029,17 +4029,17 @@ msgid "Features" msgstr "기능" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL 질의문" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "내비게이션 패널" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "메인 패널" @@ -4498,29 +4498,44 @@ msgstr "데이터베이스 \"%s\" 에 대한 사용권한 검사." msgid "Check privileges" msgstr "사용권한 검사" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "데이터베이스 %s에 SQL 질의를 실행" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "전체:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" "주의: 데이터베이스 통계 보기는 웹서버와 MySQL 서버 사이에 큰 부하를 줍니다." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "통계 보기" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "데이터베이스가 없습니다" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "확인" @@ -5555,7 +5570,7 @@ msgid "Current server:" msgstr "현재 서버:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "서버" @@ -5636,7 +5651,7 @@ msgid "Test:" msgstr "테스트:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "서버" @@ -6225,7 +6240,7 @@ msgstr "폼 보기" msgid "Show hidden messages" msgstr "숨겨진 메시지 표시" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "인증 형식" @@ -6307,7 +6322,7 @@ msgid "Detailed profile" msgstr "상세 프로필" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "순서" @@ -6368,7 +6383,7 @@ msgstr "프로파일링 결과로 파이 차트." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "쿼리가 정상적으로 실행되었습니다." @@ -6414,7 +6429,7 @@ msgstr "구분자" msgid "Show this query here again" msgstr "이 질의를 다시 보여줌" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "쿼리 박스 유지" @@ -6888,7 +6903,7 @@ msgid "Delete the view (DROP)" msgstr "뷰 삭제(DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "테이블 구조" @@ -7055,32 +7070,32 @@ msgid "Index length" msgstr "인덱스 길이" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "분석" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "검사" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "옵티마이저" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "리빌드" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "복구" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "비우기" @@ -8905,14 +8920,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "베트남어" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9090,19 +9097,19 @@ msgstr "위의 것 모두" msgid "neither of the above" msgstr "위의 것 모두 아님" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "사용자는 더 높은 값을 설정 할 수 없습니다" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "활성화 할 경우, 사용자는 모든 MySQL 서버에 쿠키 인증을 이용하는 로그인 폼을 " "사용하여 입장할 수 있습니다." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9111,7 +9118,7 @@ msgstr "" "MySQL 서버의 IP 또는 호스트 이름을 지정된 정규식에 일치시켜 임의의 MySQL 서버" "에 로그인이 활성화된 경우 사용자가 입력할 수 있는 MySQL 서버를 제한합니다." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9121,47 +9128,47 @@ msgstr "" "드하는 것을 허용하게 되며, 이는 크로스 프레임 스크립팅(XSS) 공격 [strong]보" "안 취약점[/strong]을 허용할 가능성을 가집니다." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "[kbd]쿠키[/kbd] 인증방식에서 쿠키를 암호화하는데 사용할 비밀 키." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "가져오기 작업 시 bzip2 압축을 활성화합니다." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "reCAPTCHA v2 호환 API의 URL을 입력합니다." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "reCAPTCHA v2 호환 API에 대한 콘텐츠-보안-정책 스니펫을 입력합니다." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "reCAPTCHA v2 호환 API에서 사용하는 요청 매개변수를 입력합니다." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "reCAPTCHA v2 호환 API에서 사용하는 응답 매개변수를 입력합니다." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "도메인에 있는 reCAPTCHA 서비스의 공개 키를 입력합니다." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "도메인 reCAPTCHA 서비스의 비공개 키를 입력합니다." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "reCAPTCHA 서비스에 대한 사이트확인 URL을 입력합니다." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9170,14 +9177,14 @@ msgstr "" "CHAR와 VARCHAR 컬럼에 사용될 편집 입력창 설정; [kbd]input[/kbd] - 입력 길이 " "제한 가능, [kbd]textarea[/kbd] - 줄 바꿈 허용." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" "문법 강조와 줄 개수 등의 기능이 있는 SQL 쿼리 에디터 CodeMirror를 사용하세요." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9185,19 +9192,19 @@ msgstr "" "쿼리를 실행하기 전에 오류가 발견되었습니다. 활성화하려면 CodeMirror가 필요합" "니다." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "CHAR와 VARCHAR 컬럼에 대한 입력필드의 최소크기를 설정." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "CHAR와 VARCHAR 컬럼에 대한 입력필드의 최대크기 설정." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9205,28 +9212,28 @@ msgstr "" "많은 메모리를 쓰지 않고 즉석에서 gzip 내보내기 압축하기. 생성된 gzip 파일에 " "문제가 있다면, 이 기능을 끄세요." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" "데이터가 삭제되려는 상황에서 경고 메시지(\"정말 확실합니까\") 출력 여부." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "SQL 질의에서의 테이블 및 칼럼 이름 자동완성 사용 여부." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "기본 변환에 대한 옵션 목록의 값." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9234,7 +9241,7 @@ msgstr "" "선택한 테이블을 최적화 하거나 복구하는 등의 대규모 유지 보수 작업을 해제합니" "다." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9242,12 +9249,12 @@ msgstr "" "스크립트가 실행 가능한 시간을 초단위로 설정합니다. ([kbd]0[/kbd] 이면 무제" "한)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "현재 사용자의 정의 제외" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9255,7 +9262,7 @@ msgstr "" "외래키 선택 항목의 정렬 순서. [kbd]content[/kbd]는 참조하는 데이터, [kbd]id[/" "kbd]는 키 값." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9263,7 +9270,7 @@ msgstr "" "브라우저의 타이틀바 텍스트를 지정합니다. 특수한 값을 얻기 위해 사용가능한 매" "직 문자열들에 대한 내용은 [doc@faq6-27]문서[/doc]를 참조하십시오." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9271,13 +9278,13 @@ msgstr "" "phpMyAdmin은 유저 인터페이스일 뿐이며, 해당 기능들이 MySQL을 제한하지 않습니" "다." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "고급 서버 설정 (이 옵션에 대해 자세히 모른다면 변경하지 마세요)." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9286,120 +9293,120 @@ msgstr "" "추가적인 기능을 사용하기 위해 phpMyAdmin 설정 저장공간을 설정하세요. 설명서" "의 [doc@linked-tables]phpMyAdmin configuration storage[/doc] 참고." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "데이터베이스 변경 추적 기능. phpMyAdmin 설정 저장공간이 필요함." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "탐색 모드 사용자화." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "기본옵션 사용자화." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin 개발자를 위한 설정." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "편집모드 사용자화." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "기본 내보내기 옵션 사용자화." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "일반적인 옵션 설정." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "기본 가져오기 옵션 사용자화." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "가져오기/내보내기 디렉토리와 압축 옵션 설정." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "데이터베이스 표시 옵션." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "내비게이션 패널 모양 설정." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "내비게이션 트리 사용자화." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "서버보기 옵션." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "테이블보기 옵션." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "어디에도 해당되지 않는 설정." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "인증 설정." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "서버 연결 파라미터 입력." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "SQL 쿼리 박스에 표시할 링크를 설정." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL 질의문 설정." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "시작 페이지 사용자화." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "데이터베이스 구조(테이블 목록)란에서 어떤 정보를 보여줄 지 선택." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "테이블 구조(컬럼 목록) 설정." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "탭이 어떻게 동작할지 선택." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "문자열 입력필드 사용자화." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "기본옵션 사용자화" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin로 인해 출력되는 경고의 일부를 끔." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "가져오기와 내보내기 작업에 gzip 압축 사용." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9407,7 +9414,7 @@ msgstr "" "이 옵션을 활성화하면, 쿼리 중 하나가 실패하더라도 phpMyAdmin은 다중-구문 쿼리" "를 셰고 수행합니다." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9417,7 +9424,7 @@ msgstr "" "것을 허용합니다. 이는, 크기가 큰 파일을 임포트할 때 유용합니다. 하지만, 트랜" "잭션이 끊어질 수 있습니다." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9425,15 +9432,15 @@ msgstr "" "기본 포멧; 주의: 이 리스트는 선택된 데이터베이스와 테이블에 영향을 받습니다. " "그리고 SQL에서만 가능합니다." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "가져오는 중 중복 키가 발견되어도 업데이트" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "건너뛰고 시작할 쿼리 수." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9443,13 +9450,13 @@ msgstr "" "아웃 시 현재 서버만 적용됩니다. FALSE로 설정하면 여러 서버에 연결되어 있을 " "때 다른 서버에서 로그아웃 하는 것을 잊을 수 있습니다." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "[kbd]쿠키[/kbd] 인증 모드에서 이전 로그인이 다시 불려질지 여부." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9460,23 +9467,23 @@ msgstr "" "0으로, 이는 쿠키가 현재 세션에만 유효하며 브라우저 창을 닫으면 바로 삭제됨을 " "의미합니다. 이는 신뢰되지 않는 환경에서 권장됩니다." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL 쿼리 출력시 사용할 최대 문자수." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "탐색 트리 첫번째 단계에서 페이지 당 보여질 아이템 수." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "탐색 트리에서 페이지 당 보여질 아이템 수." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9484,7 +9491,7 @@ msgstr "" "결과셋을 탐색할 때 보여질 행의 수. 만약 결과셋에 설정값 이상의 행이 있다면, " "\"이전\"과 \"다음 링크가 표시됩니다." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9492,16 +9499,16 @@ msgstr "" "스크립트에 할당할 수 있는 용량, 예: [kbd]32M[/kbd] ([kbd]-1[/kbd] 이면 무제" "한, [kbd]0[/kbd]은 변경하지 않음)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "내비게이션 패널에서, 데이터베이스 선택 방식을 트리 형태로 바꿉니다" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "현재 데이터베이스 또는 테이블을 강조 표시하여 기본 패널과 연결하십시오." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9509,14 +9516,14 @@ msgstr "" "링크된 페이지를 기본 창([code]기본[/code]) 또는 새로운 창([code]새로운[/" "code])에서 엽니다." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" "필터 박스에 표시할 아이템(테이블, 뷰, 루틴, 이벤트)의 최소 개수를 정의." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9524,65 +9531,65 @@ msgstr "" "내비게이션 트리의 그룹 아이템 (위쪽 '데이터베이스와 테이블' 탭에서 정의한 구" "분자로 구분)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "내비게이션 패널에서 트리 확장을 가능하게 할 지 설정합니다." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "탐색 트리의 데이터베이스 아래에 프로시저를 표시할지 여부" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "내비게이션 트리에서 단일 데이터베이스를 자동으로 확장할지 여부입니다." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "내비게이션 패널을 축소하려면 0으로 설정합니다." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "탐색 패널에 로고를 보여줌." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "탐색 패널의 로고가 가리키는 URL." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "내비게이션 패널 상단에 서버 선택 메뉴 표시." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "데이터베이스를 서로 다른 트리 레벨로 구분하기 위한 문자열." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "테이블을 서로 다른 트리 레벨로 구분하기 위한 문자열." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "마우스 커서 아래의 서버를 강조 표시." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "내비게이션 트리에 테이블 안에 있는 데이터베이스를 표시할 지 설정합니다" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "내비게이션 트리에 데이터베이스 안의 뷰를 보일지 설정합니다" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "내비게이션 트리에 데이터베이스에서 사용 가능한 기능을 보일지 설정합니다" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "내비게이션 트리에서 데이터베이스의 이벤트를 보일지 설정합니다" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9590,7 +9597,7 @@ msgstr "" "[kbd]SMART[/kbd] - 예: TIME, DATE, DATETIME 및 TIMESTAMP 형식 컬럼에 대해 내" "림차순 정렬, 다른 형식에 대해 오름차순 정렬." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9599,7 +9606,7 @@ msgstr "" "데이터베이스 상세 구조 페이지에서, phpMyAdmin 설정 저장용 테이블 중 하나가 없" "을 경우 출력되는 기본 경고를 끄기." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9607,7 +9614,7 @@ msgstr "" "테이블의 컬럼 이름이 MySQL 예약어일 경우 구조 페이지에서 출력되는 기본 경고" "를 끄기." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9617,12 +9624,12 @@ msgstr "" "다). 비활성화 할 경우, 쿼리 기록으로 JS-routines가 사용됩니다 (창을 닫을 경" "우 소멸됩니다)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "사용자가 다른 모든 사용자가 사용할 수 있는 북마크를 만들 수 있도록 허용합니다" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9630,7 +9637,7 @@ msgstr "" "데이터베이스 서버의 시간대와 다를 가능성이 있습니다. 유효한 시간대를 설정해주" "세요" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9638,7 +9645,7 @@ msgstr "" "[doc@bookmarks@]북마크[/doc] 기능이 필요 없는 경우 비워두세요, 추천: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9646,7 +9653,7 @@ msgstr "" "열의 설명/미디어 타입 형식이 없는 경우 비워두세요. 추천: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9654,13 +9661,13 @@ msgstr "" "특별한 MySQL 사용자가 제한된 권한으로 구성되었습니다. [doc@linked-tables]이 " "문서[/doc]에서 더 많은 정보를 찾아보실 수 있습니다." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "설정 저장을 위한 대체서버; 비워두면 이전에 정의된 서버를 사용." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9669,7 +9676,7 @@ msgstr "" "설정 저장공간을 가지고 있는 서버에 연결할 포트 번호; 빈 값으로 두면 기본값을 " "사용하거나, controlhost와 host가 같은 경우 다른 곳에 정의된 값을 사용합니다." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9679,7 +9686,7 @@ msgstr "" "issues/8970]phpMyAdmin 이슈 트래커[/a]와 [a@https://bugs.mysql." "com/19588]MySQL 버그[/a]에서" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9687,14 +9694,14 @@ msgstr "" "SQL 쿼리 내역 저장 기능을 사용하지 않으려면 빈 칸으로 비워두세요, 권장: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" "데이터베이스에 저장될 테이블 설정 개수 제한, 오래된 것은 자동으로 삭제됨." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9702,7 +9709,7 @@ msgstr "" "템플릿 내보내기를 활성화하지 않으려면 비워두세요. 제안하는 값 : " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9710,7 +9717,7 @@ msgstr "" "중요 열 지원을 비활성화하려면 비워두세요. 제안하는 값 : " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9719,13 +9726,13 @@ msgstr "" "MySQL 와일드카드 문자 (%와 _)를 쓸 수 있습니다. 원래 의미로 쓰기 위해서는 이" "스케이프 하세요([kbd]'my_db'[/kbd]로 하지 말고 [kbd]'my\\_db'[/kbd])." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF 스키마를 제공하지 않을 경우 비워두세요. 권장: [kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9735,7 +9742,7 @@ msgstr "" "[doc@linked-tables]pmadb[/doc]를 참고해주세요. 이 기능을 사용하지 않으려면 비" "워두세요. 제안하는 값 : [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9743,7 +9750,7 @@ msgstr "" "세션 전체에서 최근에 사용한 \"영구\" 테이블이 없는 경우 비워두십시오, 추천: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9751,7 +9758,7 @@ msgstr "" "세션 전체에 걸쳐 '영구적인' 즐겨찾기가 없는 경우 비워두십시오, 추천: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9759,12 +9766,12 @@ msgstr "" "[doc@relations@]relation-links[/doc] 지원을 비활성화하려면 비워두세요. 제안하" "는 값 : [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "[doc@authentication-modes]인증 타입[/doc] 예제를 참조하세요." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9772,7 +9779,7 @@ msgstr "" "PDF 스키마를 제공하지 않을 경우 비워두세요. 제안값: [kbd]pma__table_coords[/" "kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9780,7 +9787,7 @@ msgstr "" "열 표시를 설명할 테이블입니다. 지원하지 않으려면 비워두세요. 제안하는 값 : " "[kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9788,7 +9795,7 @@ msgstr "" "세션 전체에서 '영구' 테이블의 UI 기본 설정을 사용하지 않으려면 비워두십시오, " "추천: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9796,25 +9803,25 @@ msgstr "" "데이터베이스 생성 시 DROP DATABASE IF EXISTS 구문을 로그 첫 번째 줄에 추가할" "지 여부." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "테이블 생성 시 DROP TABLE IF EXISTS 구문을 로그 첫 번째 줄에 추가할지 여부." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" "뷰를 생성할 때 로그의 첫 번째 줄에 DROP VIEW IF EXISTS 구문을 추가할지 여부." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "자동 생성에서 새 버전에 사용하는 문맥 목록을 정의하십시오." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -9822,13 +9829,13 @@ msgstr "" "SQL 쿼리 추적 기능을 사용하지 않으려면 빈 칸으로 비워두세요. 권장: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "쿼리 추적 기능이 테이블과 뷰에 대한 버전을 자동으로 생성할지 여부." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -9836,7 +9843,7 @@ msgstr "" "데이터베이스에 사용자 설정 저장공간을 두지 않으려면 비워둠, 권장: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -9846,7 +9853,7 @@ msgstr "" "하나라도 값을 비워두면 해당 기능을 사용할 수 없음. 권장: [kbd]pma__users[/" "kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -9856,7 +9863,7 @@ msgstr "" "도 값을 비워두면 해당 기능을 사용할 수 없음. 권장: [kbd]pma__usergroups[/" "kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -9864,58 +9871,58 @@ msgstr "" "내비게이션 아이템 숨김 및 표시 기능을 사용하지 않으려면 비워두세요, 권장: " "[kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" "이 서버에 대한 알기 쉬운 설명. 호스트 이름을 표시하려면 공백으로 두세요." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "사용하지 않으면 빈칸으로 두세요." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "빈칸으로 두면 기본값이 적용됩니다." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP 인증시 HTTP 기본 렐름 이름." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "사용할 인증 방법." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "MySQL 서버와의 압축된 통신." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "정규식에 일치하는 데이터베이스 숨기기 (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "MySQL 서버가 구동중인 호스트의 이름." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "config 인증을 사용하지 않을 경우 비워두세요." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL 서버의 네트워크 포트. 기본값을 쓰려면 비워두세요." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL 서버가 listen하고 있는 소켓으로, 비워두면 기본값으로 설정됩니다." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL 서버 연결시 SSL을 활성화합니다." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -9925,27 +9932,27 @@ msgstr "" "다. 왜나하면 비밀번호가 설정 파일에 적혀있기 때문입니다. 이 기능은 같은 명령" "어를 직접 실행하는 것을 제한하는 기능은 없습니다." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "전체 테이블의 생성 시간을 표시하는 컬럼을 보이기/숨기기." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "모든 테이블에 대해 최종 업데이트 시간을 표시하는 컬럼을 보이기/숨기기." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "모든 테이블에 대해 최종 체크 시간을 표시하는 컬럼을 보이기/숨기기." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "편집/삽입 모드에서 타입 필드가 기본적으로 보일지 여부 정의." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -9953,50 +9960,43 @@ msgstr "" "[a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/a] 출력 링" "크 표시." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "\"모든 행 보기\" 버튼을 출력할지 여부." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "모든 표에 대한 설명을 표시하는 열을 표시하거나 숨깁니다." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "전체 테이블의 문자 인코딩을 표시하는 컬럼을 보이기/숨기기." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "편집/삽입 모드에서 함수 필드 보이기." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "힌트 보여주기 여부." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "phpMyAdmin이 생성한 SQL 쿼리를 표시할지 여부를 정의." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "데이터베이스 및 테이블 통계(예: 공간 사용량)를 표시하도록 허용합니다." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "사용된 테이블을 표시하고 잠긴 테이블로 데이터베이스를 표시할 수 있도록 하십시" "오." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Suhosin이 발견될 경우 메인 페이지에 표시되는 기본 경고를 비활성화합니다." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10005,7 +10005,7 @@ msgstr "" "PHP 설정 중 session.gc_maxlifetime의 값이 'LoginCookieValidity'의 값보다 작" "은 경우 메인 페이지에 표시되는 기본 경고를 비활성화합니다." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10013,7 +10013,7 @@ msgstr "" "편집 모드의 텍스트 영역 크기(색상) 이 값은 SQL 조회 텍스트 영역(*2)에 강조된" "다." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10021,7 +10021,7 @@ msgstr "" "편집 모드의 텍스트 영역 크기(행) 이 값은 SQL 쿼리 텍스트 영역(*2)에서 강조된" "다." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10032,7 +10032,7 @@ msgstr "" "phpMyAdmin이 프록시 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FORD(X-" "Forwarded-For) 헤더를 신뢰해야 함을 명시한다.FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10040,7 +10040,7 @@ msgstr "" "꺼져있을 경우, 사용자들은 오른쪽 체크박스에 관계없이 아래의 옵션 중 어느것도 " "설정할 수 없습니다." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10051,7 +10051,7 @@ msgstr "" "할 프록시의 URL입니다. phpMyAdmin이 설치된 서버가 인터넷에 직접 액세스할 수 " "없는 경우에 필요합니다. 형식은 다음과 같습니다: \"호스트명:포트번호\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10061,7 +10061,7 @@ msgstr "" "자 이름이 제공되면 기본 인증이 수행된다. 현재 지원되는 다른 유형의 인증은 없" "다." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10069,7 +10069,7 @@ msgstr "" "질의는 (Ctrl+Enter 대신)Enter를 누르면 실행됩니다. 새 줄은 Shift+Enter로 입" "력 가능합니다." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10077,373 +10077,373 @@ msgstr "" "Zero Configuration 모드를 활성화하면 phpMyAdmin 구성 저장소 테이블을 자동으" "로 설정할 수 있습니다." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "선택된 행을 하이라이트." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "마우스 커서 위치의 행 포인트 하이라이트." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR textarea 입력 필드의 칸 수." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR textarea 입력 필드의 줄 수." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "콘솔에서 표시되도록 SQL 질의와 실행시간을 로그로 남기기" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "데이터베이스에 들어왔을 때 보여줄 탭." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "서버에 들어왔을 때 보여줄 탭." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "테이블에 들어왔을 때 보여줄 탭." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "테이블 구조 기능을 숨길지 여부." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "열 설명을 테이블 구조 보기에 표시할지 여부" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "서버 목록을 목록 형태로 출력(드롭 다운 사용 안 함)." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "이보다 적은 항목의 경우 드롭다운이 사용됩니다." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "일부 쿼리용 외래키 검사 체크박스의 기본값입니다." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "끌어서 드롭 다운을 사용하지 않으려면 체크를 해제" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "한 번에 삽입할 행 개수." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "둘러보기 뷰에서 숫자가 아닌 컬럼을 표시할 때 최대 문자 수." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "로그인 쿠키의 유효시간을 설정 (초 단위)." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT 형식의 컬럼에 대해 두 배 크기의 textarea를 사용." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "데이터베이스 목록에 표시할 데이터베이스의 최대 개수." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "테이블 목록에 표시할 테이블의 최대 개수." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "최근 사용한 테이블 최대 개수; 0이면 이 기능 사용 안 함." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "즐겨찾기 테이블 최대 개수; 0이면 이 기능 사용 안 함." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "수정, 복사, 삭제 링크가 있음." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "고유 키가 없는 경우에도 행 링크를 표시할지 여부." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "바로가기 키 비활성화" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "테이블과 데이터베이스를 정렬할 때 자연 순서(natural order) 사용." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "아이콘만 사용, 텍스트만 사용, 둘 다 사용." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP 전송 시 속도에 맞춰 GZip 출력 버퍼를 사용." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL 데이터베이스에 영속적인 연결 사용." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB, 바이너리 컬럼 편집 허용 안함." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "히스토리에 저장될 쿼리의 개수." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "문자열 변환을 위한 함수를 선택하세요." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "조회한 테이블의 정렬 순서를 기억함." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "기본 키가 있는 테이블의 기본 정렬 순서." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "X번의 셀 마다 헤더를 다시 보여줍니다. [kbd]0[/kbd]이면 이 기능 비활성화." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "표시 옵션" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "내보내기가 저장될 서버상의 디렉토리." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "쿼리 전송 후 쿼리 박스가 화면상에 남아있을지 여부." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "데이터베이스가 선택되었을 때 브라우저 창의 제목." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "브라우저 윈도우 제목이 아무것도 선택되지 않았을때." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "서버가 선택되었을 때의 브라우저 윈도우의 제목." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "테이블이 선택되었을 때 브라우저 윈도우의 제목." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "가져오기 파일을 업로드할 서버 상의 디렉토리." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "전체 데이터베이스 내에서의 검색 허용." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "phpMyAdmin 메인 화면에서 최근 버전 확인을 활성화함." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "프록시를 이용한 인증에 사용할 비밀번호입니다." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "가져오기와 내보내기 작업에 ZIP 압축 사용." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "오류 보고를 전송하기 전 물어보기." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "아무 MySQL 서버에 로그인 허용" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "MySQL 서버로의 로그인 제한" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "서드파티 프레이밍 허용" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "일반 사용자에게 \"데이터베이스 삭제(drop)\" 링크를 제공" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish 보안 키" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "열(row) 마커" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "포인터 하이라이트" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR 컬럼 편집" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror 활성화" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Linter 활성화" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "입력 필드의 최소 크기" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "입력 필드의 최대 크기" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR 텍스트입력 컬럼" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR 텍스트입력 행" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "설정 파일에 대한 권한을 확인" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "즉시 압축" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP 쿼리 확인" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "용지 크기" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "기본 데이터베이스 탭" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "기본 서버 탭" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "기본 테이블 탭" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "테이블 및 열 이름에 자동 완성 사용" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "열 설명 보이기" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "테이블 구조 관련 기능 숨기기" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "16진수의 기본 변환" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "하위 문자열의 기본 변환" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Bool2Text의 기본 변환" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "외부에 대한 기본 변환" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "PreApPend의 기본 변환" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "날짜 형식에 대한 기본 변환" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "한줄용 기본 변환" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "TextImageLink의 기본 변환" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "TextLink의 기본 변환" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "서버들을 목록으로 표시" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "다중테이블 유지보수기능 해제" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "최대 실행 시간" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "[code]LOCK TABLES[/code] 구문을 사용하세요" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "파일로 저장" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "파일 문자셋" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "압축" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10451,56 +10451,56 @@ msgstr "압축" msgid "Put columns names in the first row" msgstr "첫 줄에 열 이름을 넣기" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "열을 시작하는 문자" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "특수 문자 구분에 사용된 문자" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL을 변경" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "열 내의 CRLF 문자를 제거하기" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "열을 종료하는 문자" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "행을 종료하는 문자" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel 버전" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "데이터베이스명 템플릿" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "서버명 템플릿" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "파일명 템플릿" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10510,925 +10510,925 @@ msgstr "파일명 템플릿" msgid "Dump table" msgstr "덤프 테이블" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "테이블 설명 포함하기" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "테이블 설명" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "테이블 설명(Continued)" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "레이블 키" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "릴레이션" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "내보내기 방법" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "서버에 저장" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "분리된 파일로 내보내기" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "파일명 템플릿을 기억하기" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "정의에서 DEFINER 절을 제거합니다" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "테이블과 열 이름을 백쿼트(`)로 감싸기" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL 호환 모드" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "생성/갱신/검사일자" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "지연 삽입 사용" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "외래 키 검사 비활성화" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "뷰를 테이블로 내보내기" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin 설정 공간으로부터 관련 메타데이터 내보내기" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "BINARY와 BLOB을 16진수로 표현" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" "존재하지 않는 경우 추가(테이블 생성 중에 인덱스가 생성되므로 효율성이 낮음)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s 뷰" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "삽입 무시기능 사용" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "자료 삽입시 사용 구문" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "생성된 쿼리의 최대 길이" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "내보내기 형식" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "내보내기에 트랜잭션 포함" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "세계 표준시(UTC)로 시간 내보내기" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "외래키 선택 항목 순서" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "외래키 제한" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "외래 키 검사" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "달력의 첫번째 날" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "탐색 모드" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV 데이터" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "개발자" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "편집 모드" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "기본설정 내보내기" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "일반" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "가져오기 기본값" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "가져오기 / 내보내기" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "내비게이션 트리" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "마이크로소프트 오피스" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "기타 핵심기능 설정" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "페이지 제목" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "보안" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "기본 설정" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "인증" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "서버 환경설정" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "설정 저장공간" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "변경 추적하기" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL 질의 상자" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "시작" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "데이터베이스 구조" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "탭" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "릴레이션 스키마 표시" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "텍스트 필드" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! 텍스트" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "경고" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv 확장 파라미터" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "다중 구문 오류 무시" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "끌어서 드롭 다운 사용" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "일부분만 가져오기: 인터럽트 허용" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "INSERT 에러시 종료하지 않기" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATE 추가" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "가져올 파일의 형식" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL 키워드 사용" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "첫행에 컬럼명 출력" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "가져오기시 비어있는 행 제외" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "통화 값 가져오기 ($5.00은 5.00으로 가져옴)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "퍼센티지값을 소수로 가져오기 (12.00%를 .12로)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "일부분만 가져오기: 쿼리 건너뛰기" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "값이 없는 경우(zero value) AUTO_INCREMENT 사용 금지" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "멀티바이트로 읽기" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "슬라이더의 초기 상태" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "입력된 행 개수" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "컬럼 문자 제한" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "로그아웃시 모든 쿠키 삭제" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "유저명 다시 호출" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "로그인 쿠키 저장 시간" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "로그인 쿠키 유효시간" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT의 경우 더 큰 textarea를 사용" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "최대한 표시될 SQL 길이" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "데이터베이스의 최대 개수" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "첫번째 단계에서 최대 아이템 수" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "브랜치 당 최대 아이템 수" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "표시할 최대 행 수" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "최대 테이블 수" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "메모리 제한" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "데이터베이스 내비게이션을 트리로 보기" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "내비게이션 패널 너비" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "매인 패널에 링크" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "로고 출력" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "로고 링크 URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "로고 링크 타겟" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "서버 선택 출력" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "빠른 접근 아이콘 대상" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "두 번째 빠른 접근 아이콘 대상" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "필터 박스에 표시할 최소 아이템 개수" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "데이터베이스 필터 박스에 표시할 최소 데이터베이스 수" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "트리의 그룹 아이템" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "데이터베이스 트리 구분자" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "테이블 트리 구분자" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "테이블 트리의 최대 깊이(depth)" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "강조 표시 사용" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "내비게이션 트리 확장 사용" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "트리에 테이블 표시" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "트리에 뷰 보기" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "트리에 기능 보이기" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "트리에 프로시저 보이기" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "트리에 이벤트 보이기" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "단일 데이터베이스 확장" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "최근 사용한 테이블" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "테이블 열 링크를 표시할 위치" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "열 링크 보이기" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "자연순서" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "테이블 내비게이션 바" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip 출력 버퍼" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "기본 정렬 순서" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "영속적인 연결" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin 설정 테이블 없음" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL 예약어 경고" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "메뉴탭 보여주기 방식" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "여러 기능 링크를 표시하는 방법" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "바이너리 컬럼 보호" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "영구적 쿼리 기록" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "쿼리 기록 길이" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "사용자 간 북마크 공유 허용" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "기록 엔진" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "테이블의 정렬 순서 기억하기" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "기본 키의 기본 정렬 순서" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "반복 헤더" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "격자판 수정: 트리거 동작" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "릴레이션 표시" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "격자판 수정: 수정된 칸들이 한 번에 저장됨" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "저장 디렉토리" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "호스트 인증 지시" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "호스트 인증 규칙" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "비밀번호 없이 로그인 허용" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "루트 사용자 로그인 허용" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "세션 시간대" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP 렐름" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "테이블 북마크하기" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "컬럼 정보 테이블" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "연결 압축" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "관리 사용자 비밀번호" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "관리 사용자" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "호스트 제어" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "제어 포트" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA를 사용할 수 없도록 함" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "데이터베이스 숨기기" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL 쿼리 히스토리 테이블" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "서버 호스트명" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "로그아웃 URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "저장할 테이블 설정의 최대 개수" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "템플릿 테이블 내보내기" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "중요 열 테이블" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "리스트에 있는 데이터베이스만 보여주기" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "config 인증용 비밀번호" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF 스키마: 페이지 테이블" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "서버 포트" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "최근에 사용한 테이블" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "즐겨찾기 테이블" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "릴레이션 테이블" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "접속 세션 이름" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "접속 URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "서버 소켓" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL 사용" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "디자이너와 PDF 스키마 : 테이블 좌표" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "열 목록 표시" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI 설정 테이블" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE 추가" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW 추가" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "문장 추적" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL 쿼리 추적 테이블" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "버전 자동생성" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "사용자 설정 스토리지 테이블" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "사용자 목록" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "사용자 그룹 테이블" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "숨겨진 내비게이션 아이템 테이블" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "설정 인증용 사용자" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "이 서버 이름 보기" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "모든 행 보기 허용" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "비밀번호 변경 폼 보기" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "데이터베이스 생성 폼 보기" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "테이블 설명 표시" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "생성 시간 보기" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "최종 업데이트 시간 표시" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "마지막 확인용 타임스탬프 표시" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "테이블 인코딩 보이기" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "필드 타입 출력" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "함수 필드 보이기" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "힌트 보여주기" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "phpinfo()링크 표시" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "MYSQL 서버 정보 자세하게 표시" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL 쿼리 보기" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "통계보기" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "잠긴 테이블 건너뛰기" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL 분석" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "PHP 코드 보기" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "수호신 경고" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "로그인 쿠키 유효시간 경고" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "텍스트 편집 필드 칸 수" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "텍스트 편집 필드 줄 수" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "기본 제목" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "IP 허용/거부를 위한 신뢰할만한 프록시 목록" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "업로드 디렉토리" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "데이터베이스 검색 사용" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "설정화면에서 개발자 탭을 가능하게 함" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "버전 확인" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "프록시 URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "프록시 사용자명" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "프록시 비밀번호" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API 용 URL" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API용 콘텐츠-보안-정책 스니펫" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API의 요청 파라미터" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API의 응답 매개변수" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "reCAPTCHA용 공개 키" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "reCAPTCHA용 개인 키" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "reCAPTCHA 사이트 확인용 URL" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "오류보고서 전송" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "콘솔에 실행 쿼리 입력" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "제로-설정 모드를 활성화함" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Enter 키를 눌러 쿼리를 실행하고 Shift+Enter로 새 줄을 삽입합니다" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "콘솔 높이" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "콘솔 모드" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "정렬 순서" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "서버 연결의 문자정렬순서" @@ -11461,7 +11461,8 @@ msgstr "%s 기능이 누락되어 가져올 수 없습니다." msgid "Compressed export will not work due to missing function %s." msgstr "%s 기능이 누락되어 내보낼 수 없습니다." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "최대 %s" @@ -11495,7 +11496,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Open Document 스프레드시트 형식" @@ -11503,7 +11504,7 @@ msgstr "Open Document 스프레드시트 형식" msgid "OpenDocument Text" msgstr "OpenDocument 형식" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "LOAD DATA를 사용해 CSV 가져오기" @@ -11655,7 +11656,7 @@ msgstr "" "%1$sGZip 압축 및 압축 해제%2$s에는 (%3$s)가 필요하지만 이 시스템에서 사용할 " "수 없는 함수입니다." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "서버 %d" @@ -11926,7 +11927,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "내보내기 플러그인을 로드할 수 없습니다. 올바로 설치되었는지 확인해주세요!" @@ -12058,7 +12059,7 @@ msgid "Success!" msgstr "성공!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12118,7 +12119,7 @@ msgstr "사용중 발생한 문제는 수동으로 제출해 주세요." msgid "You may want to refresh the page." msgstr "페이지를 새로고침 하세요." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "잘못된 타입!" @@ -12228,16 +12229,7 @@ msgstr "" "도 존재합니다. phpMyAdmin 설정 완료후 꼭 삭제하세요. 그렇지 않으며 보안에 취" "약해 집니다." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server 가 Suhosin 으로 운영중입니다. 이로 인해 발생할 수 있는 문제는 " -"%sdocumentation%s 에서 확인이 가능합니다." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12246,7 +12238,7 @@ msgstr "" "$cfg['TempDir'] (%s) 에 접근할 수 없습니다. 이로 인해 phpMyAdmin이 템플릿을 " "캐싱할 수 없어 느려질 수 있습니다." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12256,7 +12248,7 @@ msgstr "" "을 수 있습니다. 발생할 수 있는 이슈는 [doc@faq1-46]documentation[/doc]를 참고" "해 주십시오." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12266,7 +12258,7 @@ msgstr "" "니다. mbstring PHP extension 이 없다면 phpMyAdmin 에서 문자열을 정확하게 나" "눌 수 없으며 이로 인해 예상하지 못한 결과가 발생 할 수 있습니다." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12338,7 +12330,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" 구문은 허락되지 않습니다." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK이 발생했습니다.]" @@ -14212,7 +14204,7 @@ msgid "No such column" msgstr "그런 컬럼이 없습니다" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "문자열" @@ -15038,7 +15030,7 @@ msgstr "잘못된 데이터" msgid "Wrong data or no validation for %s" msgstr "잘못된 데이터 또는 %s에 대한 유효성 검사 없음" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "북마크 %s가 생성되었습니다." @@ -15115,7 +15107,7 @@ msgstr "요청에 문제가 있습니다." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "결과값이 없습니다. (빈 레코드 리턴)." @@ -15492,27 +15484,27 @@ msgstr "" msgid "The row has been deleted." msgstr "행을 삭제 하였습니다." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "질의 실행시간 %01.4f 초." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "%1s - %2s행 표시 중" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "총 %1$s개 중 현재 쿼리에 %2$s개" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "합계 %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "링크를 찾을 수 없습니다!" @@ -16123,11 +16115,11 @@ msgstr "" msgid "web server upload directory:" msgstr "웹 서버 업로드 디렉터리:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL 쿼리 보기" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "삽입된 행의 id: %1$d" @@ -16553,39 +16545,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "부분적 의존관계를 찾을 수 없습니다!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "병합" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "같은 테이블이 있어 옮길 수 없음!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "같은 테이블이 있어 복사할 수 없음!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "테이블 %s 을 %s 로 옮겼습니다. 권한설정을 조정하였습니다." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s 테이블을 %s 으로 복사하였습니다. 권한설정을 조정하였습니다." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "테이블 %s 을 %s 로 옮겼습니다." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s 테이블이 %s 으로 복사되었습니다." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "테이블명이 없습니다!" @@ -16666,7 +16658,7 @@ msgstr "설정 파일에 잘못된 인증 방식 설정되어 있습니다.:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "2단계 인증을 사용 설정하셨으니 로그인을 확인해 주세요." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "열 구분 기호:" @@ -17080,7 +17072,7 @@ msgid "" msgstr "" "호환성을 최대화 할 수 있는 데이터베이스 시스템 또는 예전 버전의 MySQL 서버:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "들여쓰기:" @@ -17102,19 +17094,19 @@ msgid "" msgstr "" "가져오기 시 중복 키가 발견되면 데이터 업데이트(ON DUPLICATE KEY UPDATE 추가)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "새 테이블의 이름(선택 사항):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "새 데이터베이스의 이름(선택 사항):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "이 많은 개수의 행을 가져옵니다(선택 사항):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17122,7 +17114,7 @@ msgstr "" "파일의 첫 줄에는 테이블 열 이름 (이 옵션을 선택하지 않으면 첫 줄이 데이터" "의 일부가 됨)이 포함됩니다" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17132,27 +17124,27 @@ msgstr "" "해당 열 이름을 나열합니다. 열 이름은 쉼표로 구분해야 하며 따옴표로 묶어서는 " "안 됩니다." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "열 이름:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "%d 행에 잘못된 형식." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "%d 행에 잘못된 컬럼 수." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV를 가져오기 위한 파라미터가 잘못됨: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17915,11 +17907,11 @@ msgstr "더 최신의 안정 버전이 없음" msgid "Using bookmark \"%s\" as default browse query." msgstr "기본 브라우저 쿼리로 \"%s\" 북마크를 사용합니다." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP 코드 보기" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -17928,7 +17920,7 @@ msgstr "" "현재 선택 항목에 고유한 열이 포함되어 있지 않습니다. 격자 편집, 체크박스, 편" "집, 복사, 삭제 기능을 사용할 수 없습니다. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18189,22 +18181,22 @@ msgstr "올바른 테이블 이름을 입력하세요!" msgid "You must provide a trigger definition." msgstr "트리거 정의를 입력하세요." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "비어있음" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "비어있지 않음" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1바이트 정수형의 범위는 부호가 있는 경우 -128 에서 127, 부호가 없는 경우 0 에" "서 255 입니다" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18212,7 +18204,7 @@ msgstr "" "2바이트 정수형의 범위는 부호가 있는 경우 -32,768 에서 32,767, 부호가 없는 경" "우 0 에서 65,355 입니다" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18220,7 +18212,7 @@ msgstr "" "3바이트 정수형의 범위는 부호가 있는 경우 -8,388,608 에서 8,388,607, 부호가 없" "는 경우 0 에서 16,777,215 입니다" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18228,7 +18220,7 @@ msgstr "" "4바이트 정수형의 범위는 부호가 있는 경우 -2,147,483,648 에서 2,147,483,647 이" "며, 부호가 없는 경우 0 에서 4,294,967,295 입니다" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18237,7 +18229,7 @@ msgstr "" "9,223,372,036,854,775,807, 부호가 없는 경우 0 에서 " "18,446,744,073,709,551,615 입니다" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18245,7 +18237,7 @@ msgstr "" "고정소수점 숫자 (M, D) - 최대 자릿수(M)는 65이며 (기본값 10), 최대 소수점 자" "릿수(D)는 30입니다 (기본값 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18254,7 +18246,7 @@ msgstr "" "-1.175494351E-38 까지, 0, 그리고 1.175494351E-38 에서 3.402823466E+38 까지입" "니다" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18264,19 +18256,19 @@ msgstr "" "-2.2250738585072014E-308 까지, 0, 그리고 2.2250738585072014E-308 에서 " "1.7976931348623157E+308 까지입니다" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "DOUBLE과 동일함. (예외: REAL_AS_FLOAT SQL모드에서는 FLOAT으로 동작함)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "비트 필드 타입 (M), 값 하나 당 M 비트를 저장 (기본값은 1, 최대 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18284,21 +18276,21 @@ msgstr "" "TINYINT(1)와 동일함. 저장된 값이 0일 경우 거짓으로, 0이 아닐 경우 참값이 저장" "된 것으로 간주됨" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE 의 별칭" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "날짜 타입, %1$s 부터 %2$s 까지 지원됨" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "날짜와 시간 조합, %1$s 부터 %2$s 까지 지원됨" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18310,12 +18302,12 @@ msgstr "" "(MariaDB 11.5 및 이후 버전)의 2106-02-07 06:28:15 UTC 까지, EPOCH " "(1970-01-01 00:00:00 UTC) 이후 경과된 초 단위 시간을 숫자로 저장함" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "%1$s 에서 %2$s 사이의 범위를 가진 시간값" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18323,7 +18315,7 @@ msgstr "" "네 자리(4, 기본값) 또는 두 자리(2)로 표현한 연도, 70(1970) 부터 69(2069) 또" "는 1901 부터 2155 까지 및 0000 값이 허용됨" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18331,14 +18323,14 @@ msgstr "" "저장시 항상 지정된 길이까지 오른쪽을 공백으로 채우는 고정 길이 (0-255, 기본" "값 1) 문자열" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "가변 길이 (%s) 문자열, 효율적인 최대 길이는 최대 열 크기에 따라 다름" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18346,7 +18338,7 @@ msgstr "" "최대 255(2^8-1)글자의 길이를 가지는 TEXT 칼럼, 값의 길이를 바이트 단위로 나타" "내는 1바이트 인디케이터를 앞에 붙여서 저장함" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18354,7 +18346,7 @@ msgstr "" "최대 65,535(2^16-1)글자의 길이를 가지는 TEXT 칼럼, 값의 길이를 바이트 단위로 " "나타내는 2바이트 인디케이터를 앞에 붙여서 저장함" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18362,7 +18354,7 @@ msgstr "" "최대 16,777,215(2^24-1)글자의 길이를 가지는 TEXT 칼럼, 값의 길이를 바이트 단" "위로 나타내는 3바이트 인디케이터를 앞에 붙여서 저장함" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18371,19 +18363,19 @@ msgstr "" "최대 4,294,967,295 또는 4GiB (2^32 - 1) 글자 길이를 가지는 TEXT 칼럼, 값의 길" "이를 바이트 단위로 나타내는 4바이트 인디케이터를 앞에 붙여서 저장함" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "CHAR형과 비슷하나, 일반 문자열 대신 바이너리값을 저장할 수 있음" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "VARCHAR형과 비슷하나, 일반 문자열 대신 바이너리 값을 저장할 수 있음" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18391,7 +18383,7 @@ msgstr "" "최대 크기가 255 (2^8 - 1) 바이트인 BLOB 컬럼은, 데이터의 현재 크기를 나타내" "는 1바이트의 값이 데이터 앞에 붙습니다" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18399,7 +18391,7 @@ msgstr "" "최대 크기가 16,777,215 (2^24 - 1) 바이트인 BLOB 컬럼은, 데이터의 현재 크기를 " "나타내는 3바이트의 값이 데이터 앞에 붙습니다" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18407,7 +18399,7 @@ msgstr "" "최대 크기가 65,535 (2^16 - 1) 바이트인 BLOB 컬럼은, 데이터의 현재 크기를 나타" "내는 2 바이트의 값이 데이터 앞에 붙음" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18415,7 +18407,7 @@ msgstr "" "최대 크기가 4,294,967,295(2^32 - 1) 바이트(4GiB)인 BLOB 컬럼은, 데이터의 현" "재 크기를 나타내는 4바이트의 값이 데이터 앞에 붙습니다" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18423,43 +18415,43 @@ msgstr "" "열거형, 최대 65,535개의 지정된 값 또는 특수 오류 값 ('') 중에서 선택될 수 있" "음" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "최대 64개의 맴버 집합으로부터 선택되는 단일 값" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "모든 종류의 기하데이터를 저장할 수 있는 타입" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "2차원 공간의 점" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "점들로부터 생성된 하나의 선형 곡선" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "폴리곤" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "포인트들의 집합" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "포인트간의 선형 보간을 거친 커브들의 집합" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "폴리곤들의 집합" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "모든 종류의 기하데이터 객체들의 집합" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18467,7 +18459,7 @@ msgstr "" "JSON (JavaScript Object Notation) 문서로 데이터를 저장하면 데이터에 효율적으" "로 접근할 수 있습니다" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18475,32 +18467,32 @@ msgstr "" "IPv6 주소의 저장용이며, 기존방식으로 IPv6 주소로 매핑한 IPv4 주소도 저장합니" "다" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128비트 UUID(범용 고유 식별자)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" "유사도 검색과 머신러닝 앱 같은 동작을 최적화하는 벡터 데이터를 저장합니다" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "숫자" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "날짜와 시간" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "공간(좌표)형" @@ -18545,6 +18537,23 @@ msgstr "ZIP 압축파일 오류:" msgid "No files found inside ZIP archive!" msgstr "ZIP 압축 안에서 파일을 발견하지 못했습니다!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Suhosin이 발견될 경우 메인 페이지에 표시되는 기본 경고를 비활성화합니다." + +#~ msgid "Suhosin warning" +#~ msgstr "수호신 경고" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server 가 Suhosin 으로 운영중입니다. 이로 인해 발생할 수 있는 문제는 " +#~ "%sdocumentation%s 에서 확인이 가능합니다." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "이 내보내기 방법에서는 쿼리 원본 내보내기를 지원하지 않습니다." diff --git a/resources/po/ksh.po b/resources/po/ksh.po index e490a1cc05..c81132315b 100644 --- a/resources/po/ksh.po +++ b/resources/po/ksh.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2019-04-27 17:19+0000\n" "Last-Translator: William Desportes \n" "Language-Team: Colognian %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3681,7 +3681,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3691,7 +3691,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -4009,8 +4009,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4033,7 +4033,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4069,17 +4069,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4532,30 +4532,44 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Table" msgid "Enable statistics" msgstr "Tabäll" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5573,7 +5587,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5646,7 +5660,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6213,7 +6227,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6297,7 +6311,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6358,7 +6372,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6404,7 +6418,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6879,7 +6893,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7041,32 +7055,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8727,14 +8741,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8920,329 +8926,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9250,478 +9256,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9729,13 +9729,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9743,393 +9743,393 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Table" msgid "Enable linter" msgstr "Tabäll" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10137,56 +10137,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10196,933 +10196,933 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select All" msgid "Remember filename template" msgstr "Alle ußwähle" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Select All" msgid "Expand single database" msgstr "Alle ußwähle" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy msgid "Favorites table" msgstr "Ein Tabäll" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "not active" msgid "Show table charset" msgstr "nit aktief" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Created" msgid "Create PHP code" msgstr "Aanjelaat" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11155,7 +11155,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11189,7 +11190,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11197,7 +11198,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11318,7 +11319,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11589,7 +11590,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11715,7 +11716,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11773,7 +11774,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11859,35 +11860,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11951,7 +11945,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13791,7 +13785,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14524,7 +14518,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14603,7 +14597,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14980,27 +14974,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format msgid "%s total" msgstr "Ein Tabäll" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15565,11 +15559,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15971,39 +15965,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16077,7 +16071,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16473,7 +16467,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16494,54 +16488,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "Kolonn" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17229,18 +17223,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17493,95 +17487,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17589,170 +17583,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/ku.po b/resources/po/ku.po index 25bf86f020..6862ae97ed 100644 --- a/resources/po/ku.po +++ b/resources/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2017-07-06 19:45+0000\n" "Last-Translator: Rokar Ali \n" "Language-Team: Kurdish %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3608,7 +3608,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3618,7 +3618,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3930,8 +3930,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3953,7 +3953,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3989,17 +3989,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4449,28 +4449,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5478,7 +5492,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5551,7 +5565,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6112,7 +6126,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6194,7 +6208,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6255,7 +6269,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6301,7 +6315,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6773,7 +6787,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6935,32 +6949,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8616,14 +8630,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8801,329 +8807,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9131,478 +9137,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9610,13 +9610,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9624,391 +9624,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10016,56 +10016,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10075,924 +10075,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11025,7 +11025,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11059,7 +11060,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11067,7 +11068,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11188,7 +11189,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11450,7 +11451,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11574,7 +11575,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11632,7 +11633,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Model Betalê!" @@ -11718,35 +11719,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11809,7 +11803,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13615,7 +13609,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14347,7 +14341,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14425,7 +14419,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14796,27 +14790,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15373,11 +15367,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15775,39 +15769,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15881,7 +15875,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16277,7 +16271,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16298,54 +16292,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "Derz" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17032,18 +17026,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17296,95 +17290,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17392,170 +17386,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/ky.po b/resources/po/ky.po index 478ced72a4..c022918eb9 100644 --- a/resources/po/ky.po +++ b/resources/po/ky.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Kyrgyz %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3734,7 +3734,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3744,7 +3744,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -4066,8 +4066,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4092,7 +4092,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4130,17 +4130,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4603,30 +4603,44 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Table" msgid "Enable statistics" msgstr "Жадыбал" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5659,7 +5673,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5734,7 +5748,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6301,7 +6315,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6385,7 +6399,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6446,7 +6460,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6494,7 +6508,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6983,7 +6997,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7156,32 +7170,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8851,14 +8865,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9044,329 +9050,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9374,478 +9380,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9853,13 +9853,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9867,395 +9867,395 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Table" msgid "Enable linter" msgstr "Жадыбал" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments:" msgid "Show column comments" msgstr "Жадыбал жөнүндө маалымат:" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10263,56 +10263,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10322,941 +10322,941 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select All" msgid "Remember filename template" msgstr "Баарын танда" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Table comments:" msgid "Show tables in tree" msgstr "Жадыбал жөнүндө маалымат:" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Select All" msgid "Expand single database" msgstr "Баарын танда" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Value for the column \"%s\"" msgid "Central columns table" msgstr "\"%s\" мамычанын мааниси" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Favorites table" msgstr "%s жадыбал" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments:" msgid "Show table comments" msgstr "Жадыбал жөнүндө маалымат:" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments:" msgid "Show table charset" msgstr "Жадыбал жөнүндө маалымат:" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Created" msgid "Create PHP code" msgstr "Жасалды" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11289,7 +11289,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11323,7 +11324,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11331,7 +11332,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11452,7 +11453,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11726,7 +11727,7 @@ msgstr "Берилиштер базасында жадыбал табылган #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11853,7 +11854,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11911,7 +11912,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Туура эмес тип!" @@ -12002,35 +12003,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12093,7 +12087,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13952,7 +13946,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14695,7 +14689,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Bookmark %s has been created." @@ -14776,7 +14770,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15177,29 +15171,29 @@ msgstr "" msgid "The row has been deleted." msgstr "%1$s аттуу берилиштер базасы түзүлдү." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s жадыбал" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Links to" msgid "Link not found!" @@ -15772,11 +15766,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16178,39 +16172,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16284,7 +16278,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16680,7 +16674,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation:" msgid "Indentation:" @@ -16703,54 +16697,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "Мамыча" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17442,18 +17436,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17706,95 +17700,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17802,170 +17796,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/li.po b/resources/po/li.po index 2f87945950..8c1fbebdd9 100644 --- a/resources/po/li.po +++ b/resources/po/li.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Limburgish %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3612,7 +3612,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3622,7 +3622,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3934,8 +3934,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3957,7 +3957,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3993,17 +3993,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4451,28 +4451,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5482,7 +5496,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5555,7 +5569,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6120,7 +6134,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6202,7 +6216,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6263,7 +6277,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6309,7 +6323,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6779,7 +6793,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6941,32 +6955,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8636,14 +8650,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8821,329 +8827,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9151,478 +9157,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9630,13 +9630,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9644,391 +9644,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10036,56 +10036,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10095,924 +10095,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11045,7 +11045,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11079,7 +11080,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11087,7 +11088,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11208,7 +11209,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11470,7 +11471,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11594,7 +11595,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11652,7 +11653,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11738,35 +11739,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11829,7 +11823,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13696,7 +13690,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14428,7 +14422,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14506,7 +14500,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14877,27 +14871,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15454,11 +15448,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15856,39 +15850,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15962,7 +15956,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16358,7 +16352,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16379,52 +16373,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17111,18 +17105,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17375,95 +17369,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17471,170 +17465,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/lt.po b/resources/po/lt.po index 30c4b944f2..e9f9bbf7b3 100644 --- a/resources/po/lt.po +++ b/resources/po/lt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-07-05 15:20+0000\n" "Last-Translator: Ugnius Vaičeskas \n" "Language-Team: Lithuanian %s" msgstr "Išsaugoti serverio kataloge pavadinimu %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Perrašyti esamus failus" @@ -4075,7 +4075,7 @@ msgstr "pasirinkti" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Atgal" @@ -4085,7 +4085,7 @@ msgstr "Atgal" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importuoti" @@ -4468,8 +4468,8 @@ msgstr "SQL rezultatas" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Duomenų bazės" @@ -4497,7 +4497,7 @@ msgid "Recent" msgstr "Atstatyti į pradinę būseną" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4543,19 +4543,19 @@ msgid "Features" msgstr "Galimybės" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL užklausos" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Navigacijos rėmelis" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -5095,13 +5095,28 @@ msgstr "Patikrinti duomenų bazės „%s“ privilegijas." msgid "Check privileges" msgstr "Patikrinti privilegijas" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Vykdyti SQL sakinius duomenų bazėje %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Iš viso:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5109,18 +5124,18 @@ msgstr "" "Pastaba: jeigu duomenų bazės statistika įjungta, duomenų srautas tarp www ir " "MySQL darbinių stočių gali labai padidėti." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Leisti statistiką" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Nėra duomenų bazių" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6334,7 +6349,7 @@ msgid "Current server:" msgstr "Dabartinis serveris" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serveriai" @@ -6419,7 +6434,7 @@ msgid "Test:" msgstr "Išbandyti" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Serveris" @@ -7062,7 +7077,7 @@ msgstr "Rodyti formą" msgid "Show hidden messages" msgstr "Rodyti indeksus" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Autentifikacijos tipas" @@ -7150,7 +7165,7 @@ msgid "Detailed profile" msgstr "Duomenų failai" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7225,7 +7240,7 @@ msgstr "Profiliavimo rezultatai" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7277,7 +7292,7 @@ msgstr "Skyriklis" msgid "Show this query here again" msgstr "Rodyti šią užklausą vėl" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" @@ -7836,7 +7851,7 @@ msgid "Delete the view (DROP)" msgstr "Ištrinti lentelę (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8051,32 +8066,32 @@ msgid "Index length" msgstr "Eilutės ilgis" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizuoti" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Pažymėti" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimizuoti" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Perdaryti" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Taisyti" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9964,14 +9979,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Failo pavadinimas" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10176,12 +10183,12 @@ msgstr "abu iš paminėtų" msgid "neither of the above" msgstr "nei vieną iš paminėtų" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Naudotojai negali nustatyti didesnės reikšmės" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 #, fuzzy #| msgid "" #| "If enabled user can enter any MySQL server in login form for cookie auth" @@ -10191,14 +10198,14 @@ msgstr "" "Jeigu įjungta naudotojas gali įvesti bet kokį MySQL serverį prisijungimo " "formoje su slapukų autentifikacija" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 #, fuzzy #| msgid "" #| "Enabling this allows a page located on a different domain to call " @@ -10213,7 +10220,7 @@ msgstr "" "phpMyAdmin vidiniame rėmelyje, o tai yra potenciali [strong]saugumo spraga[/" "strong], leidžianti tarprėmelinius scenarijų išpuolius" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10225,7 +10232,7 @@ msgstr "" "Slapta frazė naudojama šifruojant slapukus [kbd]slapukų[/kbd] " "identifikacijoje" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -10235,37 +10242,37 @@ msgstr "" "Įjungti [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] glaudinimą " "importavimo ir eksportavimo veiksmams" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 #, fuzzy #| msgid "" #| "Defines which type of editing controls should be used for CHAR and " @@ -10280,31 +10287,31 @@ msgstr "" "VARCHAR laukeliams; [kbd]input[/kbd] - leidžia riboti įvedimo ilgį, " "[kbd]textarea[/kbd] - leidžia naujas eilutes laukelyje" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 #, fuzzy #| msgid "" #| "Compress gzip/bzip2 exports on the fly without the need for much memory; " @@ -10317,7 +10324,7 @@ msgstr "" "Suspaudimas gzip/bzip2 eksportuojant nereikalauja daug atminties; Jeigu Jūs " "patiriate problemų kuriant gzip/bzip2 failus tada išjunkite šią galimybę" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 #, fuzzy #| msgid "" #| "Whether a warning (\"Are your really sure…\") should be displayed when " @@ -10329,29 +10336,29 @@ msgstr "" "Ar perspėjimas („Ar tikrai norite…“) turi būti rodomas kai kalbama apie " "duomenų praradimą" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Įdėti lentelių ir laukų pavadinimus į kabutes" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -10362,18 +10369,18 @@ msgid "" msgstr "" "Nustatyti, kiek sekundžių scenarijus gali veikti ([kbd]0[/kbd] nėra ribos)" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -10387,7 +10394,7 @@ msgstr "" "[doc@cfg_TitleTable]dokumentacija[/doc] magiškiesiems tekstams, kurie bus " "paversti specialiomis reikšmėmis." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -10399,7 +10406,7 @@ msgstr "" "Atkreipkite dėmesį, kad phpMyAdmin yra tik vartotojo sąsaja ir jo galimybės " "neriboja MySQL" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -10411,7 +10418,7 @@ msgstr "" "Išplėstinė serverio konfigūracija, nekeiskite šių nustatymų nebent žinote " "kam jie skirti" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -10426,7 +10433,7 @@ msgstr "" "papildomų funkcijų, dokumentacijoje žiūrėkite [doc@linked-tables]phpMyAdmin " "nustatymų saugykla[/doc]" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10434,154 +10441,154 @@ msgstr "" "Sekti duomenų bazėje atliktus pakeitimus. Reikia phpMyAdmin nustatymų " "saugyklos." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Adaptuoti naršymo režimą" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Pasirinkti numatytuosius nustatymus" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Nustatymai phpMyAdmin kūrėjams" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Adaptuoti redagavimo režimą" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Pasirinkti numatytuosius eksportavimo nustatymus" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Nustatyti keletą dažniausiai naudojamų nustatymų" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Adaptuoti numatytuosius bendrus importavimo nustatymus" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Naudoti importavimo ir eksportavimo katalogus ir suspaudimo nustatymus" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Duomenų bazių rodymo nustatymai" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Adaptuoti navigacijos rėmelio išvaizdą" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Adaptuoti navigacijos rėmelį" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Serverių rodymo nustatymai" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Lentelių rodymo nustatymai" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Kiti nustatymai" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Atpažinimo nustatymai" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Įvesti serverio ryšio nustatymus" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Adaptuoti nuorodas rodomas SQL užklausos langelyje" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL užklausų nustatymai" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Adaptuoti paleidimo (pagrindinį) puslapį" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Pasirinkti kaip norite, kad veiktų kortelės" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Adaptuoti teksto įvedimo laukelius" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Pasirinkti numatytuosius nustatymus" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Išjungti keletą perspėjimų kuriuos rodo phpMyAdmin" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10591,7 +10598,7 @@ msgstr "" "Įjungti [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] glaudinimą " "importavimo ir eksportavimo nustatymams" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10603,7 +10610,7 @@ msgstr "" "Jeigu įjungta, phpMyAdmin tęsia įvairių-sakinių užklausų paleidinėjimą netgi " "jei viena užklausa nepavyksta" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10613,7 +10620,7 @@ msgstr "" "vykdymo laiko ribos. Gali būti naudinga importuojant didelius failus, tačiau " "gali sugadinti tranzakcijas." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10625,17 +10632,17 @@ msgstr "" "Numatytasis formatas; žinokite, kad šis sąrašas priklauso nuo vietos " "(duomenų bazė, lentelė) ir tik SQL visada pasiekiamas" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Praleisti užklausų skaičių nuo pradžios" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10646,7 +10653,7 @@ msgstr "" "lengva pamiršti atsijungi iš kitų skirtingų serverių (prie kurių esate " "prisijungę)." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10658,7 +10665,7 @@ msgstr "" "Slapta frazė naudojama šifruojant slapukus [kbd]slapukų[/kbd] " "identifikacijoje" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10670,26 +10677,26 @@ msgstr "" "egzistuojančioje sesijoje ir bus ištrinta naršyklės uždarymo momentu. " "Rekomenduojama nepatikimose aplinkose." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Didžiausias leistinas simbolių kiekis naudojamas SQL užklausai parodyti" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10698,7 +10705,7 @@ msgstr "" "rinkinys turi daugiau eilučių, „Ankstesnis“ ir „Kitas“ saito nuorodos bus " "parodytos." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10710,15 +10717,15 @@ msgstr "" "Skaičius leidžiamų paskirti baitų scenarijui (skriptui), pvz., [kbd]32M[/" "kbd] ([kbd]0[/kbd] neriboja)" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -10730,7 +10737,7 @@ msgstr "" "Atidaryti susijusį puslapį pagrindiniame lange ([kbd]pagrindiniame[/kbd]) " "arba ([kbd]naujame[/kbd])" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -10738,7 +10745,7 @@ msgid "" "display a filter box." msgstr "Minimalus skaičius lentelių, kad rodyti lentelių filtro dėžutę" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -10749,86 +10756,86 @@ msgid "" msgstr "" "Tik maža versija; rodyti duomenų bazės medį (skyriklis nustatomas žemiau)" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Logotipą rodyti kairiame rėmelyje" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "Logotipą rodyti kairiame rėmelyje" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Logotipą rodyti kairiame rėmelyje" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "Adresas kur nuves logotipas esantis navigacijos rėmelyje" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Rodyti serverio pasirinkimus viršuje kairiame rėmelyje" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Simboliai kurie atskiria duomenų bazes į atskiras medžio šakas" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Simboliai kurie atskiria lenteles į skirtingas medžio šakas" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Paryškinti serverį užvedus pelės žymekliu" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Logotipą rodyti kairiame rėmelyje" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Logotipą rodyti kairiame rėmelyje" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Logotipą rodyti kairiame rėmelyje" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -10840,7 +10847,7 @@ msgstr "" "[kbd]SMART[/kbd] - t.y. mažėjantis rikiavimas stulpeliams kurių tipai TIME, " "DATE, DATETIME ir TIMESTAMP, didėjantis kitu atveju" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10855,7 +10862,7 @@ msgstr "" "puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų " "lentelių" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10869,7 +10876,7 @@ msgstr "" "puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų " "lentelių" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10879,17 +10886,17 @@ msgstr "" "(reikalinga phpMyAdmin nustatymų saugykla). Jeigu išjungta, naudoja " "JavaScript užklausų istorijai rodyti (prarandama uždarius langą)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" @@ -10901,7 +10908,7 @@ msgstr "" "Palikite tuščią jei nenorite, kad palaikytų [a@https://wiki.phpmyadmin.net/" "pma/relation]sąryšines nuorodas[/a], pasiūlymas: [kbd]pma_relation[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -10913,7 +10920,7 @@ msgstr "" "Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " "[kbd]pma_table_coords[/kbd]" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -10926,20 +10933,20 @@ msgstr "" "Specialus MySQL naudotojas sukonfigūruotas su ribotom galimybėm, daugiau " "informacijos [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10953,7 +10960,7 @@ msgstr "" "Daugiau informacijos [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA[/" "a] ir [a@https://bugs.mysql.com/19588]MySQL[/a] klaidų puslapiuose" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -10965,13 +10972,13 @@ msgstr "" "Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: " "[kbd]pma_history[/kbd]" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -10982,7 +10989,7 @@ msgstr "" "Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: " "[kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -10994,7 +11001,7 @@ msgstr "" "Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " "[kbd]pma_table_coords[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 #, fuzzy #| msgid "" #| "You can use MySQL wildcard characters (% and _), escape them if you want " @@ -11014,7 +11021,7 @@ msgstr "" "ir pabaigoje nurodykite [kbd]*[/kbd], kad parodytumėte likusias abėcėlės " "tvarka." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11024,7 +11031,7 @@ msgstr "" "Palikite tuščią jei nenorite PDF schemų palaikymo, siūlome: " "[kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@https://" @@ -11039,7 +11046,7 @@ msgstr "" "informaciją rasite [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a]. " "Palikite tušią, kad nepalaikytų. Pasiūlymas: [kbd]phpmyadmin[/kbd]" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -11050,7 +11057,7 @@ msgstr "" "Palikite tuščią jeigu nenorite „įkyrių“ neseniai naudotų lentelių tarp " "seansų, siūlome: [kbd]pma_recent[/kbd]" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -11061,7 +11068,7 @@ msgstr "" "Palikite tuščią jeigu nenorite „įkyrių“ neseniai naudotų lentelių tarp " "seansų, siūlome: [kbd]pma_recent[/kbd]" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" @@ -11073,7 +11080,7 @@ msgstr "" "Palikite tuščią jei nenorite, kad palaikytų [a@https://wiki.phpmyadmin.net/" "pma/relation]sąryšines nuorodas[/a], pasiūlymas: [kbd]pma_relation[/kbd]" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 #, fuzzy #| msgid "" #| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -11084,7 +11091,7 @@ msgstr "" "Žiūrėkite [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]autentifikacijos tipus[/a] dėl pavyzdžių" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -11096,7 +11103,7 @@ msgstr "" "Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " "[kbd]pma_table_coords[/kbd]" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -11108,7 +11115,7 @@ msgstr "" "Palikite tuščią, kad nebūtų PDF schemos palaikymo, siūlome: " "[kbd]pma_table_coords[/kbd]" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 #, fuzzy #| msgid "blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" msgid "" @@ -11118,29 +11125,29 @@ msgstr "" "Jei tuščias nebus „įkyrių“ UI nustatymų tarp seansų, siūlome: " "[kbd]pma_table_uiprefs[/kbd]" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -11152,13 +11159,13 @@ msgstr "" "Palikite tuščią, jei nenorite SQL užklausų žurnalo, siūlome: " "[kbd]pma_history[/kbd]" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -11169,21 +11176,21 @@ msgstr "" "Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 #, fuzzy #| msgid "" #| "blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -11194,59 +11201,59 @@ msgstr "" "Palikite tuščią jeigu nenorite „Designer“ palaikymo, siūlome: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Palikite tuščią, jei nenaudojamas" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Palikite tuščią nutylėtoms reikšmėms" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "Atpažinimo nustatymai" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "Naudoti suspaudimą jungiantis prie MySQL serverio" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Slėpti duomenų bazės, atitinkančias standartines išraiškas (PCRE)" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "Kompiuterio, kuriame veikia MySQL serveris, pavadinimas" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "Palikite tuščią, jei nenaudojate autentifikacijos pagal nustatymus" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." @@ -11254,46 +11261,46 @@ msgstr "" "Jungtis per kurią MySQL serveris laukia atsakymo, palikite tuščią numatytam " "nustatymui" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Prievadas, kurio klausosi MySQL serveris, palikite tuščią įprastiniam" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Įjungti SSL susijungimams prie MySQL serverio" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -11305,31 +11312,31 @@ msgstr "" "Rodyti nuorodą į [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" "[/a] išvedimą" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Rodyti funkcijų laukelius redagavimo/įterpimo režime" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 #, fuzzy #| msgid "Where to show the table row links" msgid "Whether to show hint or not." msgstr "Kur parodyti lentelės eilučių nuorodas" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -11338,7 +11345,7 @@ msgid "" msgstr "" "Nustato kada turi būti rodomos SQL užklausos kurias sugeneravo phpMyAdmin" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (e.g. space usage)." @@ -11346,20 +11353,12 @@ msgstr "" "Leisti rodyti duomenų bazių ir lentelių statistiką (pavyzdžiui vietos " "naudojimą)" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "A warning is displayed on the main page if Suhosin is detected" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "Įspėjimas rodomas pagrindiniame puslapyje jeigu Suhosin yra aptinkamas" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -11374,19 +11373,19 @@ msgstr "" "puslapyje, kai neįmanoma rasti phpMyAdmin nustatymų saugyklai reikalingų " "lentelių" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11394,7 +11393,7 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 #, fuzzy #| msgid "" #| "When disabled, users cannot set any of the options below, regardless of " @@ -11406,7 +11405,7 @@ msgstr "" "Kai išjungta, naudotojai negali nustatyti jokių žemiau esančių nustatymų, " "nepriklausomo nuo to, kad pažymėjimo laukelis yra dešinėje" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11414,20 +11413,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11435,87 +11434,87 @@ msgid "" "configuration storage tables automatically." msgstr "Trūksta phpMyAdmin nustatymų saugyklos lentelių" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Paryškinti pažymėtas eilutes." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight row pointed by the mouse cursor." msgstr "Paryškinti eilutę po pelės žymekliu" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 #, fuzzy #| msgid "Number of columns for CHAR/VARCHAR textareas" msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Stulpelių skaičius CHAR/VARCHAR tekstiniuose laukeliuose" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 #, fuzzy #| msgid "Number of rows for CHAR/VARCHAR textareas" msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Eilučių skaičius CHAR/VARCHAR tekstiniuose laukeliuose" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 #, fuzzy #| msgid "Tab that is displayed when entering a database" msgid "Tab that is displayed when entering a database." msgstr "Kortelė kuri yra rodoma kai įeinama į duomenų bazę" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 #, fuzzy #| msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server." msgstr "Kortelė kuri yra rodoma kai įeinama į serverį" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." msgstr "Kortelė kuri rodoma kai įeinama į lentelę" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Analizuoti lentelės struktūrą" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" "Rodyti serverio sąrašą kaip paprastą sąrašą vietoje išskleidžiamojo sąrašo." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Išskleidžiamas sąrašas bus naudojamas jei elementų bus mažai" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Kiek eilučių gali būti įdėta per vieną kartą" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -11524,98 +11523,98 @@ msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "Didžiausias rodomas simbolių kiekis ne skaitiniuose stulpeliuose" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Nustatyti prisijungimo slapuko galiojimo laiką (sekundžių tikslumu)" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Padvigubinti LONGTEXT laukelių dydį" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Maksimalus skaičius lentelių rodomų lentelių sąraše" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Didžiausias skaičius paskiausiai naudotų lentelių; nustatyti 0, kad išjungti" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Didžiausias skaičius paskiausiai naudotų lentelių; nustatyti 0, kad išjungti" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Atsisakyti išorinių raktų tikrinimo" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "" "Naudoti natūralią tvarką rikiuojant lentelių ir duomenų bazių pavadinimus" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Naudoti tik piktogramas (ikonas), tik tekstą arba abu" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "naudoti GZip išvedimo buferiui tam, kad padidinti greitį HTTP persiuntimų" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Naudoti ilgalaikius prisijungimus prie MySQL duomenų bazių" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "Neleisti redaguoti BLOB ir BINARY stulpelių" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Kiek užklausų laikoma istorijoje" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." @@ -11623,17 +11622,17 @@ msgstr "" "Pasirinkti kokios funkcijos bus naudojamos ženklų rinkinio (koduotės) " "konvertavimui" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "Kai naršomos lentelės, atsimenamas kiekvienos lentelės rikiavimas" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -11641,71 +11640,71 @@ msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Pakartoti antraštes kas X langelių, [kbd]0[/kbd] išjungia šią galimybę" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Serverių rodymo nustatymai" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Katalogas kur eksportai gali būti išsaugomi serveryje" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "Naršyklės lango pavadinimas kai duomenų bazė yra pasirinkta" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "Naršyklės lango pavadinimas kai niekas nepasirinkta" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "Naršyklės lango pavadinimas kai serveris yra pasirinktas" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "Naršyklės lango pavadinimas, kai pasirinkta lentelė" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Serverio katalogas į kurį Jūs galite įkelti failus importavimui" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "Leisti paiešką visos duomenų bazės viduje" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Įjungia naujausios versijos patikrinimą pagrindiniame phpMyAdmin puslapyje" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11715,207 +11714,207 @@ msgstr "" "Įjungti [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] glaudinimą " "importavimo ir eksportavimo nustatymams" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Leisti jungtis prie bet kurio MySQL serverio" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Nepavyksta prisijungti prie MySQL darbinės stoties" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Leisti trečių šalių rėmelius" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Rodyti „Pašalinti duomenų bazę“ nuorodą paprastiems naudotojams" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish paslaptis" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Eilutės žymeklis" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Paryškinti žymeklį" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR stulpelių redagavimas" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable SQL Validator" msgid "Enable linter" msgstr "Įjungti SQL Validator (tikrintoją)" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Mažiausias dydis įvedimo laukelio" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Didžiausias dydis įvedimo laukeliui" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR tekstinio laukelio stulpelių skaičius" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR tekstinio laukelio eilučių skaičius" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Patikrinti konfigūracijos failo teises" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Glaudinti" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Patvirtinti DROP užklausas" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Lapo dydis" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Numatyta duomenų bazės kortelė" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Įprastinė serverio kortelė" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Numatytoji lentelės kortelė" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Įdėti lentelių ir laukų pavadinimus į kabutes" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Lentelės komentarai" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Analizuoti lentelės struktūrą" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Numatytoji rikiavimo tvarka" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Transformacijos nustatymai" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Numatytoji rikiavimo tvarka" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Numatytoji rikiavimo tvarka" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Transformacijos nustatymai" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Numatytoji rikiavimo tvarka" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Transformacijos nustatymai" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Transformacijos nustatymai" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Transformacijos nustatymai" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Rodyti serverius kaip sąrašą" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Išjungti daug lentelių techninę priežiūrą" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Ilgiausias vykdymo laikas" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Išsaugoti į failą" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Failo simbolių koduotė" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Glaudinimas" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11923,66 +11922,66 @@ msgstr "Glaudinimas" msgid "Put columns names in the first row" msgstr "Stulpelių pavadinimus įrašyti pirmoje eilutėje" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "Laukų reikšmės apskliaustos su:" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Columns escaped with:" msgid "Columns escaped with" msgstr "Laukų reikšmės baigiasi simboliu:" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL with:" msgid "Replace NULL with" msgstr "Pakeisti NULL į:" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Pašalinti CRLF simbolius laukeliuose" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Laukai baigiasi" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated with:" msgid "Lines terminated with" msgstr "Eilutės baigiasi simboliu:" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel variantas" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Duomenų bazės vardo šablonas" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Serverio vardo šablonas" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Lentelės vardo šablonas" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11992,400 +11991,404 @@ msgstr "Lentelės vardo šablonas" msgid "Dump table" msgstr "Parodyti lentelę" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Įterpti lentelės antraštę" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Lentelės antraštė" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Pratęsta lentelės antraštė" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Pavadinimo raktas" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Sąryšiai" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Eksporto metodas" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Išsaugoti serveryje" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "horizontalūs (pasukti pavadinimai)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Atsiminti failo vardo šabloną" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Įdėti lentelių ir laukų pavadinimus į kabutes" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL suderinamumo režimas" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Sukūrimo/atnaujinimo/tikrinimo datos" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Naudoti užlaikytus įterpimus" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Atsisakyti išorinių raktų tikrinimo" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "Eksportuojamos eilutės iš „%s“ lentelės" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Trūksta phpMyAdmin nustatymų saugyklos lentelių" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Naudoti šešioliktainę BLOB'ui" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Sesijos reikšmė" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Naudoti ignoruojamuosius įterpimus" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Tikrinti sintaksę kai įterpiami duomenys" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Didžiausias sukurtos užklausos ilgis" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Eksportavimo tipas" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Naudoti transakciją visam eksportui" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Eksportavimo laikas UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Svetimo rakto išskleidimo rikiavimas" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Svetimų raktų apribojimas" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Atsisakyti išorinių raktų tikrinimo" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Naršymo režimas" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Kūrėjas" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Redagavimo režimas" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Eksportuoti numatytąsias reikšmes" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Bendra" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importuoti numatytąsias reikšmes" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importuoti/eksportuoti" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Navigacijos rėmelis" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Kiti branduolio nustatymai" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Puslapių pavadinimai" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Saugumas" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Pagrindiniai nustatymai" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Atpažinimas" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Serverio nustatymai" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Nustatymų saugykla" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Pakeitimų sekimas" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL užklausos langelis" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Paleidimas" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Vartotojo duomenų bazė" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Kortelės" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Rodyti sąryšių schema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Teksto laukeliai" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekstas" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Perspėjimai" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Papildomas parametras iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignoruoti įvairias sakinių klaidas" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Dalinis importas: leisti pertrauktis" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Nenutraukti įvykus INSERT klaidai" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Įkelto failo formatas" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Naudoti LOCAL raktažodį" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Stulpelių pavadinimai pirmoje eilutėje" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Neimportuoti tuščių eilučių" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importuoti valiutas ($5.00 kaip 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importuoti procentus kaip dešimtainius (12.00% kaip .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Dalinis importas: praleisti užklausas" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nenaudoti AUTO_INCREMENT nulinėms reikšmėms" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Skaitymo nepataikymai" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Įkeltų eilučių skaičius" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Apriboti stulpelių simbolius" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Ištrinti visus slapukus atsijungiant" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Prisijungimo slapuko saugojimas" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Prisijungimo slapuko galiojimas" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Didesnis textarea LONGTEXT'ui" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maksimalus SQL rodymo ilgis" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Didžiausias duomenų bazių skaičius" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "Didžiausias dydis įvedimo laukeliui" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maksimalus skaičius eilučių rodymui" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Didžiausias skaičius lentelių" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Atminties apribojimai" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Logotipą rodyti kairiame rėmelyje" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel width" msgstr "Navigacijos rėmelis" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12393,628 +12396,624 @@ msgstr "Navigacijos rėmelis" msgid "Link with main panel" msgstr "Adaptuoti pagrindinė rėmelį" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Rodyti logotipą" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logotipo saito adresas" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logotipas nukreipia į nuorodą" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Rodyti serverių pasirinkimą" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "Minimalus skaičius lentelių, kad rodyti lentelių filtro dėžutę" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of databases to display the database filter box" msgstr "Minimalus skaičius lentelių, kad rodyti lentelių filtro dėžutę" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Duomenų bazės medžio skyriklis" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Lentelės medžio skyriklis" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maksimalus lentelių medžio gylis" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Įjungti paryškinimą" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "Piktograminė navigacijos juostelė" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Rodyti lentelės" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Rodyti versijas" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Rodyti funkcijų laukelius" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Rodyti procesus" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Rodyti versijas" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "Kopijuojama duomenų bazė" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Paskiausiai naudotos lentelės" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Kur parodyti lentelės eilučių nuorodas" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Natūrali tvarka" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "Piktograminė navigacijos juostelė" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip išvedimo buferis" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Numatytoji rikiavimo tvarka" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Ilgalaikiai sujungimai" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Trūksta phpMyAdmin nustatymų saugyklos lentelių" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "Leisti rodyti visas eilutes (įrašus)" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Apsaugoti dvejetainius stulpelius" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Nuolatinė užklausų istorija" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Užklausų istorijos ilgis" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Įrašymo varikliukas" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Įsiminti lentelės rūšiavimą" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Numatytoji rikiavimo tvarka" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Pakartoti antraštes" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Ryšių rodymo stulpelis" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 #, fuzzy #| msgid "Save all edited cells at once" msgid "Grid editing: save all edited cells at once" msgstr "Per vieną kartą išsaugoti redaguotus laukelius" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Išsaugoti katalogą" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Leisti prisijungti be slaptažodžio" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Leisti prisijungti kaip root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sesijos reikšmė" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Pažymėti lentelę" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Stulpelio informacinė lentelė" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Naudoti suspaustą susijungimą" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Kontroliuoti naudotojų slaptažodį" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Kontroliuoti naudotoją" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "Kontroliuoti naudotoją" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "Kontroliuoti naudotoją" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Neleisti matyti INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Slėpti duomenų bazes" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL užklausų žurnalo lentelė" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Serverio adresas" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Atsijungimo nuoroda" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Didžiausias skaičius išsaugomų lentelės nustatymų" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export templates table" msgstr "Eksportuojamos eilutės iš „%s“ lentelės" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Textarea stulpeliai" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Rodyti tik šias duomenų bazes" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF schema: puslapių lentelė" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Serverio jungtis" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Paskiausiai naudota lentelė" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Kintamieji" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Sąryšių lentelė" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Prisijungimo sesijos vardas" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Prisijungimo adresas" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Serverio prievadas (socket)" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Naudoti SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: lentelės koordinatės" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Rodyti lentelės stulpelius" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Naudotojo sąsajos nustatymų lentelė" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Pridėti DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Pridėti DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Sekamos užklausos" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL užklausų sekimo lentelė" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automatiškai sukurti versijas" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Naudoti lenteles" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Naudoti Host lentelę" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Leisti rodyti visas eilutes (įrašus)" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Rodyti slaptažodžio keitimo formą" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Rodyti duomenų bazės sukūrimo formą" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Lentelės komentarai" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show more actions" msgid "Show creation timestamp" msgstr "Rodyti daugiau veiksmų" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show master status" msgid "Show last update timestamp" msgstr "Rodyti pagrindinio serverio būklę" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show master status" msgid "Show last check timestamp" msgstr "Rodyti pagrindinio serverio būklę" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Lentelės komentarai" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Rodyti laukelių tipus" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Rodyti funkcijų laukelius" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show indexes" msgid "Show hint" msgstr "Rodyti indeksus" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Rodyti phpinfo() nuorodą" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Rodyti išsamią MySQL serverio informaciją" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Rodyti SQL užklausas" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Rodyti statistika" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Praleisti užrakintas lenteles" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Paaiškinti SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP kodas" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin įspėjimas" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Prisijungimo slapuko galiojimas" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Textarea stulpeliai" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Textarea eilutės" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Numatytasis pavadinimas" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Sąrašas patikimų proxy serverių IP leidimui/atmetimui" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Įkelties katalogas" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Naudoti duomenų bazės paiešką" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versijos patikrinimas" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Vartotojo vardas" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Slaptažodis" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Serverio jungtis" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Įvykdytos užklausos" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "Serverio nustatymai" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "Naršymo režimas" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "Kita" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Serverio ryšio palyginimas" @@ -13051,7 +13050,8 @@ msgstr "importavimas neveiks, nerasta funkcija (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "eksportavimas neveiks, nerasta funkcija (%s)" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "didžiausias %s" @@ -13085,7 +13085,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -13097,7 +13097,7 @@ msgstr "Open Document skaičiuoklė" msgid "OpenDocument Text" msgstr "Open Document rašyklė" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV naudojant LOAD DATA" @@ -13273,7 +13273,7 @@ msgstr "" "%sGZip suspaudimui ir išspaudimui%s reikalingos funkcijos (%s) neprieinamos " "šioje sistemoje." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13578,7 +13578,7 @@ msgstr "Nėra įvykio su vardu %1$s duomenų bazėje %2$s" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Nepavyko įkelti eksportuojamų plėtinių, prašome patikrinti įdiegtį!" @@ -13709,7 +13709,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13775,7 +13775,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Galite norėti atnaujinti puslapį." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Blogas tipas!" @@ -13876,30 +13876,21 @@ msgstr "" "yra Jūsų phpMyAdmin kataloge. Jūs turėtumėte jį pašalinti iškart po to kai " "sukonfigūruosite phpMyAdmin." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Serveris veikia su Suhosin. Prašome perskaityti %sdokumentaciją%s dėl galimų " -"problemų." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13909,7 +13900,7 @@ msgstr "" "simbolių kodaciją. Be mbstring plėtinio phpMyAdmin negali tesingai skaidyti " "stringų, todėl galite sulaukti netikėtų rezultatų." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13985,7 +13976,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "„DROP DATABASE“ komandos įvykdyti negalima." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -16129,7 +16120,7 @@ msgid "No such column" msgstr "Pašalinti stulpelį(-ius)" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16896,7 +16887,7 @@ msgstr "Nėra duomenų" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Žymė %s sukurta." @@ -16983,7 +16974,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL grąžino tuščią rezultatų rinkinį (nėra eilučių)." @@ -17423,30 +17414,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Eilutė buvo ištrinta" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Užklausa užtruko %01.4f sek." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Rodomi įrašai" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "iš viso" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -18083,11 +18074,11 @@ msgstr "" msgid "web server upload directory:" msgstr "web serverio katalogas atsiuntimams" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Rodoma SQL užklausa" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Įterpto įrašo id: %1$d" @@ -18526,43 +18517,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Uždaryti" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Negalima perkelti lentelės į ją pačią!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Negalima kopijuoti lentelės į ją pačią!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Lentelė %s perkelta į %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Letelė %s nukopijuota į %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Lentelė %s perkelta į %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Letelė %s nukopijuota į %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tuščias lentelės vardas!" @@ -18648,7 +18639,7 @@ msgstr "Blogai nustatytas identifikavimo metodas nustatymuose:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Laukai atskirti su:" @@ -19136,7 +19127,7 @@ msgstr "" "Duomenų bazės sistema arba senesnis MySQL serveris tam, kad maksimaliai " "pagerinti išvedimo suderinamumą su:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -19159,19 +19150,19 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -19179,36 +19170,36 @@ msgstr "" "Pirmoji failo eilutė saugo lentelės stulpelių vardus (jeigu nepažymėta " "pirma eilutė tampa duomenų dalis)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Stulpelių vardai: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Neteisingas CSV įvedimo formatas eilutėje %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Neteisingas stulpelių skaičius CSV įvedimo eilutėje %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Negalimas parametras CSV importavimui: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -20057,18 +20048,18 @@ msgstr "Prieinama naujesnė stabili versija" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Rodomas PHP kodas" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -20343,98 +20334,98 @@ msgstr "Jūs privalote pateikti teisingą lentelės vardą" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Išvalyti" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "Create version" msgid "A date, supported range is %1$s to %2$s" msgstr "Sukurti versiją" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -20442,175 +20433,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "Klaida pervadinant lentelę iš %1$s į %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add a polygon" msgid "A polygon" msgstr "Pridėti daugiakampį" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Sukurti naują indeksą" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" @@ -20657,6 +20648,25 @@ msgstr "Klaida ZIP archyve:" msgid "No files found inside ZIP archive!" msgstr "ZIP archyve nerasta failų!" +#, fuzzy +#~| msgid "A warning is displayed on the main page if Suhosin is detected" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Įspėjimas rodomas pagrindiniame puslapyje jeigu Suhosin yra aptinkamas" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin įspėjimas" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Serveris veikia su Suhosin. Prašome perskaityti %sdokumentaciją%s dėl " +#~ "galimų problemų." + #~ msgid "Version information" #~ msgstr "Versijos informacija" diff --git a/resources/po/lv.po b/resources/po/lv.po index 1d0d0fb6dc..0353ed80f2 100644 --- a/resources/po/lv.po +++ b/resources/po/lv.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" -"PO-Revision-Date: 2026-04-09 18:09+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" +"PO-Revision-Date: 2026-04-17 00:09+0000\n" "Last-Translator: \"ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝)\" \n" "Language-Team: Latvian \n" @@ -13,7 +13,7 @@ msgstr "" "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 != 0 ? 1 : 2;\n" -"X-Generator: Weblate 5.17-dev\n" +"X-Generator: Weblate 5.17.1-dev\n" #: resources/templates/base.twig:40 resources/templates/login/header.twig:13 msgid "Javascript must be enabled past this point!" @@ -782,8 +782,8 @@ msgstr "Mainīt privilēģijas" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -803,8 +803,8 @@ msgstr "Pievienot/Dzēst laukus (kolonnas)" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -881,7 +881,7 @@ msgstr "Atcelt" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 src/Engines/Pbxt.php:167 #: src/Html/Generator.php:685 src/Html/MySQLDocumentation.php:51 -#: src/Sanitize.php:188 +#: src/Sanitize.php:189 msgid "Documentation" msgstr "Dokumentācija" @@ -1048,7 +1048,7 @@ msgstr "vaicājumā" #: resources/templates/setup/home/index.twig:64 #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 -#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:926 +#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:925 #: src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 @@ -1089,7 +1089,7 @@ msgstr "Dzēst" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1101,7 +1101,7 @@ msgstr "Datubāze" msgid "SQL Query Console" msgstr "SQL vaicājums" -#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:766 +#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:764 msgid "Console" msgstr "" @@ -1133,7 +1133,7 @@ msgid "Bookmarks" msgstr "Meklēt" #: resources/templates/console/display.twig:34 -#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:615 +#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "" @@ -1213,7 +1213,7 @@ msgstr "" msgid "Order by:" msgstr "Kārtot pēc:" -#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:964 +#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:962 msgid "Group queries" msgstr "Grupēt vaicājumus" @@ -1244,8 +1244,8 @@ msgstr "" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 -#: src/Html/Generator.php:589 src/Export/Export.php:686 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 +#: src/Html/Generator.php:589 msgid "Refresh" msgstr "Atjaunot" @@ -1287,15 +1287,15 @@ msgstr "Labi" msgid "Restore default values" msgstr "Garums/Vērtības*" -#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:958 +#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "" -#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:957 +#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:955 msgid "Show query history at start" msgstr "Rādīt vaicājumu vēsturi sākumā" -#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:959 +#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "" @@ -1305,7 +1305,7 @@ msgid "" "permanent, view settings." msgstr "" -#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:961 +#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:959 #, fuzzy msgid "Switch to dark theme" msgstr "Pārslēgties uz nokopēto tabulu" @@ -1437,8 +1437,8 @@ msgstr "Darbība" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -1904,7 +1904,7 @@ msgstr "Apraksts" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "Formats" @@ -2005,7 +2005,7 @@ msgstr "Eksports" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -2014,7 +2014,7 @@ msgstr "Eksports" #: resources/templates/triggers/list.twig:20 #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 -#: resources/templates/triggers/row.twig:58 src/Operations.php:538 +#: resources/templates/triggers/row.twig:58 src/Operations.php:534 msgid "Drop" msgstr "Likvidēt" @@ -2101,7 +2101,7 @@ msgstr "Tabulas:" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2312,7 +2312,7 @@ msgstr "Kopēt datubāzi uz" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 #, fuzzy msgid "Database name" msgstr "Datubāze" @@ -2344,10 +2344,10 @@ msgstr "" #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, php-format msgid "Add %s" msgstr "" @@ -2355,7 +2355,7 @@ msgstr "" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "Pievienot AUTO_INCREMENT vērtību" @@ -2706,11 +2706,12 @@ msgid "Inside column:" msgstr "Tabulā(s):" #: resources/templates/database/search/results.twig:11 -#, fuzzy, php-format +#, php-format msgid "%1$s match in %2$s" msgid_plural "%1$s matches in %2$s" -msgstr[0] "%s rezultāti tabulā %s" -msgstr[1] "%s rezultāti tabulā %s" +msgstr[0] "%1$s atbilstība %2$s tabulā" +msgstr[1] "%1$s atbilstības %2$s tabulā" +msgstr[2] "%1$s atbilstību %2$s tabulā" #: resources/templates/database/search/results.twig:25 #: resources/templates/database/structure/structure_table_row.twig:43 @@ -2896,7 +2897,7 @@ msgid "Database:" msgstr "Datubāze:" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "" @@ -2967,7 +2968,7 @@ msgstr "Rādīt pilnos vaicājumus" #: resources/templates/table/relation/common_form.twig:102 #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 -#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:937 +#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:935 #: src/Plugins/Export/ExportXml.php:408 src/Server/Privileges.php:1570 #: src/Server/Privileges.php:1572 msgid "Table" @@ -3221,9 +3222,8 @@ msgid "All" msgstr "Visi" #: resources/templates/display/results/table.twig:151 -#, fuzzy msgid "Sort by key:" -msgstr "Kārtot pēc atslēgas" +msgstr "Kārtot pēc atslēgas:" #: resources/templates/display/results/table.twig:200 #: resources/templates/table/search/index.twig:101 @@ -3294,7 +3294,7 @@ msgstr "" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 src/Export/Export.php:705 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "" @@ -3382,9 +3382,8 @@ msgid "Export templates:" msgstr "Eksporta veids" #: resources/templates/export.twig:20 -#, fuzzy msgid "New template:" -msgstr "Faila nosaukuma šablons" +msgstr "Jauna veidne:" #: resources/templates/export.twig:23 resources/templates/export.twig:26 #, fuzzy @@ -3392,14 +3391,12 @@ msgid "Template name" msgstr "Lietotājvārds" #: resources/templates/export.twig:37 -#, fuzzy msgid "Existing templates:" -msgstr "Faila nosaukuma šablons" +msgstr "Esošās veidnes:" #: resources/templates/export.twig:40 -#, fuzzy msgid "Template:" -msgstr "%s tabula(s)" +msgstr "Veidne:" #: resources/templates/export.twig:53 #, fuzzy @@ -3468,7 +3465,7 @@ msgid "Save on server in the directory %s" msgstr "Saglabāt uz servera direktorijā %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Pārrakstīt eksistējošos failus" @@ -3846,8 +3843,8 @@ msgstr "izmantot šo stilu" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 -#: src/Plugins/Schema/ExportRelationSchema.php:266 src/Export/Export.php:728 +#: src/Export/Export.php:739 src/Html/Generator.php:849 +#: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Atpakaļ" @@ -3856,7 +3853,7 @@ msgstr "Atpakaļ" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Imports" @@ -4185,8 +4182,8 @@ msgstr "SQL rezultāts" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Datubāzes" @@ -4211,7 +4208,7 @@ msgid "Recent" msgstr "Atcelt" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy msgid "Favorite tables" msgstr "Mainīgie" @@ -4252,18 +4249,18 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "SQL vaicājums" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy msgid "Main panel" msgstr "Pievienot jaunu lauku" @@ -4586,14 +4583,12 @@ msgid "Persistent tables' UI preferences:" msgstr "" #: resources/templates/relation/check_relations.twig:320 -#, fuzzy msgid "Tracking:" -msgstr "Atsekošanas atskaite" +msgstr "Izsekošana:" #: resources/templates/relation/check_relations.twig:345 -#, fuzzy msgid "User preferences:" -msgstr "Defragmentēt tabulu" +msgstr "Lietotāja iestatījumi:" #: resources/templates/relation/check_relations.twig:383 #, fuzzy @@ -4619,9 +4614,8 @@ msgid "Remembering designer settings:" msgstr "Pārsaukt tabulu uz" #: resources/templates/relation/check_relations.twig:508 -#, fuzzy msgid "Saving export templates:" -msgstr "Nepareizs eksporta veids" +msgstr "Saglabā izgūšanas veidnes:" #: resources/templates/relation/check_relations.twig:519 msgid "Quick steps to set up advanced features:" @@ -4750,13 +4744,27 @@ msgstr "Pārbaudīt privilēģijas uz datubāzi \"%s\"." msgid "Check privileges" msgstr "Pārbaudīt privilēģijas" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "Izpildīt SQL vaicājumu(s) uz datubāzes %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Kopā:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4764,17 +4772,17 @@ msgstr "" "Piezīme: Datubāzes statistikas ieslēgšana šeit var izsaukt palielināto datu " "apmaiņu starp webserveri un MySQL serveri." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy msgid "Enable statistics" msgstr "Ieslēgt statistiku" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Nav datubāzu" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Apstiprināt" @@ -4986,15 +4994,13 @@ msgid "" msgstr "" #: resources/templates/server/privileges/choose_user_group.twig:5 -#, fuzzy msgid "User group:" -msgstr "Lietotājs" +msgstr "Lietotāju grupa:" #: resources/templates/server/privileges/edit_routine_privileges.twig:4 #: resources/templates/server/privileges/user_properties.twig:4 -#, fuzzy msgid "Edit privileges:" -msgstr "Mainīt privilēģijas" +msgstr "Rediģēt privilēģijas:" #: resources/templates/server/privileges/edit_routine_privileges.twig:5 #: resources/templates/server/privileges/user_properties.twig:5 @@ -5063,9 +5069,8 @@ msgstr "Piekļuves informācija" #: resources/templates/server/privileges/login_information_fields.twig:5 #: resources/templates/server/replication/change_primary.twig:17 #: resources/templates/server/replication/primary_add_replica_user.twig:16 -#, fuzzy msgid "User name:" -msgstr "Lietotājvārds" +msgstr "Lietotājvārds:" #: resources/templates/server/privileges/login_information_fields.twig:8 #: resources/templates/server/replication/primary_add_replica_user.twig:20 @@ -5087,9 +5092,8 @@ msgid "" msgstr "" #: resources/templates/server/privileges/login_information_fields.twig:23 -#, fuzzy msgid "Host name:" -msgstr "Lietotājvārds" +msgstr "Resursdatora nosaukums:" #: resources/templates/server/privileges/login_information_fields.twig:28 #: resources/templates/server/replication/primary_add_replica_user.twig:34 @@ -5661,9 +5665,8 @@ msgid "Host:" msgstr "Resursdators:" #: resources/templates/server/replication/change_primary.twig:29 -#, fuzzy msgid "Port:" -msgstr "Kārtošana" +msgstr "Ports:" #: resources/templates/server/replication/index.twig:21 #, php-format @@ -5698,9 +5701,8 @@ msgid "Host" msgstr "Hosts" #: resources/templates/server/replication/primary_add_replica_user.twig:70 -#, fuzzy msgid "Generate password:" -msgstr "Mainīt paroli" +msgstr "Izveidot paroli:" #: resources/templates/server/replication/primary_add_replica_user.twig:73 #: src/Controllers/JavaScriptMessagesController.php:578 @@ -5731,9 +5733,8 @@ msgid "Ignore all databases; Replicate:" msgstr "" #: resources/templates/server/replication/primary_configuration.twig:12 -#, fuzzy msgid "Please select databases:" -msgstr "Lūdzu izvēlieties datubāzi" +msgstr "Lūdzu, atlasiet datubāzes:" #: resources/templates/server/replication/primary_configuration.twig:15 msgid "" @@ -5869,7 +5870,7 @@ msgid "Current server:" msgstr "Serveris" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 #, fuzzy msgid "Servers" msgstr "Serveris" @@ -5948,7 +5949,7 @@ msgid "Test:" msgstr "Tests" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Serveris" @@ -6446,9 +6447,8 @@ msgid "User group menu assignments" msgstr "Nav privilēģiju." #: resources/templates/server/user_groups/edit_user_groups.twig:15 -#, fuzzy msgid "Group name:" -msgstr "Kolonnu nosaukumi" +msgstr "Grupas nosaukums:" #: resources/templates/server/user_groups/user_groups.twig:12 #, fuzzy @@ -6500,7 +6500,8 @@ msgstr "Sesijas vērtība" #: resources/templates/server/variables/index.twig:80 #, php-format msgid "Not enough privilege to view server variables and settings. %s" -msgstr "Nepietiek privilēģiju, lai skatītu servera mainīgos un iestatījumus. %s" +msgstr "" +"Nepietiek privilēģiju, lai skatītu servera mainīgos un iestatījumus. %s" #: resources/templates/setup/base.twig:28 #: resources/templates/setup/home/index.twig:20 @@ -6544,7 +6545,7 @@ msgstr "Rādīt krāsas" msgid "Show hidden messages" msgstr "Rādīt režģi" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6631,7 +6632,7 @@ msgid "Detailed profile" msgstr "Tikai dati" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy msgid "Order" msgstr "Cits" @@ -6657,9 +6658,8 @@ msgid "Summary by state" msgstr "" #: resources/templates/sql/profiling_chart.twig:37 -#, fuzzy msgid "Total Time" -msgstr "Kopējais laiks:" +msgstr "Kopējais laiks" #: resources/templates/sql/profiling_chart.twig:38 #, fuzzy @@ -6699,7 +6699,7 @@ msgstr "SQL rezultāts" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy msgid "Your SQL query has been executed successfully." @@ -6748,7 +6748,7 @@ msgstr "" msgid "Show this query here again" msgstr "Rādīt šo vaicājumu šeit atkal" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Turpināt rādīt, atstāt, vaicājuma lauku" @@ -6761,9 +6761,8 @@ msgid "Bookmarked SQL query" msgstr "Saglabātie SQL vaicājumi" #: resources/templates/sql/query.twig:163 -#, fuzzy msgid "Bookmark:" -msgstr "Meklēt" +msgstr "Grāmatzīme:" #: resources/templates/sql/query.twig:172 msgid "shared" @@ -6843,9 +6842,8 @@ msgid "Stacked" msgstr "" #: resources/templates/table/chart/tbl_chart.twig:51 -#, fuzzy msgid "Chart title:" -msgstr "Importēt failus" +msgstr "Diagrammas/Grafika nosaukums:" #: resources/templates/table/chart/tbl_chart.twig:57 msgid "X-Axis:" @@ -6881,9 +6879,8 @@ msgid "Series column:" msgstr "Sērijas kolonna:" #: resources/templates/table/chart/tbl_chart.twig:126 -#, fuzzy msgid "Value Column:" -msgstr "Tabulas %s vērtības" +msgstr "Vērtības kolonna:" #: resources/templates/table/chart/tbl_chart.twig:145 #: resources/templates/table/zoom_search/result_form.twig:16 @@ -6929,9 +6926,8 @@ msgid "Find and replace" msgstr "Slēpt meklēšanas kritērijus" #: resources/templates/table/find_replace/index.twig:36 -#, fuzzy msgid "Replace with:" -msgstr "Aizvietot NULL ar" +msgstr "Aizstāt ar:" #: resources/templates/table/find_replace/index.twig:41 msgid "Column:" @@ -7021,9 +7017,8 @@ msgid "Parser:" msgstr "Lietotājs:" #: resources/templates/table/index_form.twig:117 -#, fuzzy msgid "Comment:" -msgstr "Komentāri" +msgstr "Komentārs:" #: resources/templates/table/index_form.twig:165 #: resources/templates/table/index_form.twig:209 @@ -7094,9 +7089,8 @@ msgid "Use the NULL value for this column." msgstr "Kolonnas vērtība \"%s\"" #: resources/templates/table/insert/column_row.twig:65 -#, fuzzy msgid "Because of its length,
this column might not be editable." -msgstr "Sava garuma dēļ,
šis lauks var būt nerediģējams " +msgstr "Sava garuma dēļ
šo kolonnu, iespējams, nevarēs rediģēt." #: resources/templates/table/insert/column_row.twig:93 msgid "Binary - do not edit" @@ -7261,7 +7255,7 @@ msgid "Delete the view (DROP)" msgstr "Nav datubāzu" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy msgid "Table structure" msgstr "Datubāzes" @@ -7364,9 +7358,8 @@ msgid "" msgstr "" #: resources/templates/table/relation/common_form.twig:128 -#, fuzzy msgid "Choose column to display:" -msgstr "Izvēlieties, kuru lauku rādīt" +msgstr "Atlasiet kolonnu, kuru rādīt:" #: resources/templates/table/relation/foreign_key_row.twig:15 #, fuzzy, php-format @@ -7446,34 +7439,34 @@ msgid "Index length" msgstr "Rindas garums" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 #, fuzzy msgid "Check" msgstr "Čehu" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 #, fuzzy msgid "Repair" msgstr "Restaurēt tabulu" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -7496,9 +7489,8 @@ msgid "Extra" msgstr "Ekstras" #: resources/templates/table/structure/display_structure.twig:70 -#, fuzzy msgid "Media type:" -msgstr "MIME tips" +msgstr "Multivides tips:" #: resources/templates/table/structure/display_structure.twig:91 #: resources/templates/table/tracking/structure_snapshot_columns.twig:49 @@ -7677,9 +7669,8 @@ msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns" msgstr "Izpildīt \"vaicājumu pēc parauga\" (aizstājējzīme: \"%\")" #: resources/templates/table/zoom_search/index.twig:54 -#, fuzzy msgid "Additional search criteria" -msgstr "SQL vaicājums" +msgstr "Papildu meklēšanas kritēriji" #: resources/templates/table/zoom_search/index.twig:114 msgid "Use this column to label each point" @@ -7792,9 +7783,9 @@ msgid "Column names" msgstr "Kolonnu nosaukumi" #: src/Advisory/Advisor.php:207 -#, fuzzy, php-format +#, php-format msgid "Error when evaluating: %s" -msgstr "Ļauj lasīt datus." +msgstr "Kļūda, kad novērtēja: %s" #: src/Advisory/Advisor.php:232 #, php-format @@ -9267,14 +9258,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Lietotājvārds" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9469,344 +9452,344 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy msgid "Customize default options." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy msgid "Customize edit mode." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy msgid "Customize default export options." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy msgid "Customize default common import options." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy msgid "Databases display options." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy msgid "Customize the navigation tree." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy msgid "Servers display options." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy msgid "Tables display options." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy msgid "Authentication settings." msgstr "Dokumentācija" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Ievadiet servera savienojuma parametrus." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy msgid "SQL queries settings." msgstr "SQL vaicājums" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy msgid "Customize startup page." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy msgid "Customize text input fields." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy msgid "Customize default options" msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9814,488 +9797,482 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy msgid "Whether to expand single database in the navigation tree automatically." msgstr "Rādīt režģi" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy msgid "Set to 0 to collapse navigation panel." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy msgid "Show logo in navigation panel." msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy msgid "Whether to show tables under database in the navigation tree" msgstr "Rādīt režģi" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy msgid "Whether to show views under database in the navigation tree" msgstr "Rādīt režģi" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy msgid "Whether to show events under database in the navigation tree" msgstr "Rādīt režģi" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/issues/" "8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql.com/19588]MySQL " "Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy msgid "Authentication method to use." msgstr "Dokumentācija" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy msgid "Compress connection to MySQL server." msgstr "Nevar pieslēgties MySQL serverim" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "" "Ierobežo jauno konekciju skaitu, ko lietotājs var atvērt stundas laikā." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10303,13 +10280,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10317,413 +10294,413 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy msgid "Whether the table structure actions should be hidden." msgstr "Ieteikt tabulas sruktūru" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy msgid "Disable shortcut keys" msgstr "Nepārbaudīt ārējās atslēgas" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 #, fuzzy msgid "Allow login to any MySQL server" msgstr "Nevar pieslēgties MySQL serverim" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy msgid "Restrict login to MySQL server" msgstr "Nevar pieslēgties MySQL serverim" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy msgid "Enable linter" msgstr "Ieslēgt %s" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy msgid "Minimum size for input field" msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy msgid "Maximum size for input field" msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Papīra izmērs" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 #, fuzzy msgid "Default database tab" msgstr "Pārsaukt datubāzi par" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy msgid "Enable autocomplete for table and column names" msgstr "Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy msgid "Show column comments" msgstr "Komentārs tabulai" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy msgid "Hide table structure actions" msgstr "Ieteikt tabulas sruktūru" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy msgid "Default transformations for Hex" msgstr "Pārlūkprogrammas transformācija" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy msgid "Default transformations for Substring" msgstr "Transformācijas opcijas" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy msgid "Default transformations for Bool2Text" msgstr "Transformācijas opcijas" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy msgid "Default transformations for External" msgstr "Transformācijas opcijas" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy msgid "Default transformations for PreApPend" msgstr "Transformācijas opcijas" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy msgid "Default transformations for DateFormat" msgstr "Transformācijas opcijas" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy msgid "Default transformations for Inline" msgstr "Transformācijas opcijas" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy msgid "Default transformations for TextImageLink" msgstr "Transformācijas opcijas" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy msgid "Default transformations for TextLink" msgstr "Transformācijas opcijas" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy msgid "Disable multi table maintenance" msgstr "Tabulas apkalpošana" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Saglabāt kā failu" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Datnes kodējums" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresija" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10732,65 +10709,65 @@ msgstr "Kompresija" msgid "Put columns names in the first row" msgstr "Likt kolonnu nosaukumus pirmajā rindā" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy msgid "Columns enclosed with" msgstr "Lauki iekļauti iekš" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy msgid "Columns escaped with" msgstr "Glābjoša (escape) rakstzīme ir" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy msgid "Replace NULL with" msgstr "Aizvietot NULL ar" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy msgid "Columns terminated with" msgstr "Rindas atdalītas ar" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy msgid "Lines terminated with" msgstr "Rindas atdalītas ar" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy msgid "Excel edition" msgstr "Excel redakcija" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 #, fuzzy msgid "Database name template" msgstr "Faila nosaukuma šablons" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 #, fuzzy msgid "Server name template" msgstr "Faila nosaukuma šablons" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 #, fuzzy msgid "Table name template" msgstr "Faila nosaukuma šablons" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10801,991 +10778,991 @@ msgstr "Faila nosaukuma šablons" msgid "Dump table" msgstr "%s tabula(s)" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Iekļaut tabulas virsrakstu" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tabulas virsraksts" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Tabulas virsraksta turpinājums" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Etiķetes atslēga" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy msgid "Relationships" msgstr "Relācijas" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy msgid "Export method" msgstr "Eksporta veids" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy msgid "Export as separate files" msgstr "horizontālā (pagriezti virsraksti)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Faila nosaukuma šablons" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy msgid "Enclose table and column names with backquotes" msgstr "Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Izveidošanas/Atjaunošanas/Piekļuves datumi" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Lietot aizturētos INSERT" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Nepārbaudīt ārējās atslēgas" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy msgid "Export views as tables" msgstr "Izveidot jaunu tabulu datubāzē %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s skats" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Lietot IGNORE INSERTS" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy msgid "Export type" msgstr "Eksporta veids" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Iekļaut eksportu transakcijā" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 #, fuzzy msgid "Export time in UTC" msgstr "Eksporta veids" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy msgid "Foreign key checks" msgstr "Svešo atslēgu pārbaude:" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV dati" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy msgid "General" msgstr "Uzģenerēja" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 #, fuzzy msgid "Import defaults" msgstr "Importēt failus" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy msgid "Navigation tree" msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Lapu virsraksti" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy msgid "Authentication" msgstr "Dokumentācija" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "SQL vaicājums" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Statuss" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy msgid "Database structure" msgstr "Datubāzes" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Tabula" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy msgid "Display relational schema" msgstr "Relāciju shēma" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy msgid "Text fields" msgstr "Lietot teksta lauku" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy msgid "Column names in first row" msgstr "Likt kolonnu nosaukumus pirmajā rindā" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Pievienot AUTO_INCREMENT vērtību" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy msgid "Maximum items on first level" msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 #, fuzzy msgid "Memory limit" msgstr "Resursu ierobežojumi" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy msgid "Show databases navigation as tree" msgstr "Rādīt režģi" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy msgid "Link with main panel" msgstr "Datubāzu eksporta opcijas" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy msgid "Enable navigation tree expansion" msgstr "Tabulas virsraksts" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy msgid "Show tables in tree" msgstr "Rādīt tabulas" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy msgid "Show views in tree" msgstr "Rādīt režģi" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy msgid "Show procedures in tree" msgstr "Parādīt procesus" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy msgid "Show events in tree" msgstr "Rādīt režģi" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Kopē datubāzi" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy msgid "Recently used tables" msgstr "Analizēt tabulu" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy msgid "Natural order" msgstr "Mainīt datu kārtošanas laukus" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy msgid "Table navigation bar" msgstr "Tabulas virsraksts" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy msgid "Remember table's sorting" msgstr "Pārsaukt tabulu uz" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy msgid "Primary key default sort order" msgstr "Primārā atslēga pievienota uz lauka %s." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy msgid "Relational display" msgstr "Relāciju shēma" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy msgid "Session timezone" msgstr "Sesijas vērtība" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy msgid "Control host" msgstr "Jebkurš hosts" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy msgid "Control port" msgstr "Jebkurš hosts" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "Nav datubāzu" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "Servera izvēle" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy msgid "Export templates table" msgstr "Izveidot jaunu tabulu datubāzē %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy msgid "Central columns table" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Servera ports" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy msgid "Recently used table" msgstr "Analizēt tabulu" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy msgid "Favorites table" msgstr "Mainīgie" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Restaurēt tabulu" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Servera izvēle" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy msgid "Display columns table" msgstr "Rādu kolonnu komentārus" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy msgid "UI preferences table" msgstr "Defragmentēt tabulu" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy msgid "Statements to track" msgstr "Parametrs" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy msgid "Automatically create versions" msgstr "Servera versija" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy msgid "Users table" msgstr "Lietot tabulas" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy msgid "User groups table" msgstr "Lietot hostu tabulu" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy msgid "Show table comments" msgstr "Komentārs tabulai" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Rādīt izveides laiku" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Rādīt pēdējo atjaunināšanas laiku" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Rādīt pēdējās pārbaudes laiku" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy msgid "Show table charset" msgstr "Komentārs tabulai" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy msgid "Show field types" msgstr "Rādīt tabulas" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy msgid "Show hint" msgstr "Rādīt režģi" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 #, fuzzy msgid "Show SQL queries" msgstr "Rādīt pilnos vaicājumus" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Rindas statistika" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Izskaidrot SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy msgid "Create PHP code" msgstr "Izveidot PHP kodu" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy msgid "Textarea columns" msgstr "Pievienot/Dzēst laukus (kolonnas)" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy msgid "Default title" msgstr "Noklusēts" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Starpniekservera lietotājvārds" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy msgid "Proxy password" msgstr "Parole" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Nosūtīt kļūdu ziņojumus" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter izpilda SQL vaicājumus konsolē" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy msgid "Enable Zero Configuration mode" msgstr "Labojumi tika saglabāti" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy msgid "Order by" msgstr "Cits" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Servera savienojuma kodējums/salīdzinājums" @@ -11819,7 +11796,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11853,7 +11831,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy msgid "OpenDocument Spreadsheet" msgstr "Dokumentācija" @@ -11863,7 +11841,7 @@ msgstr "Dokumentācija" msgid "OpenDocument Text" msgstr "Dokumentācija" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11985,7 +11963,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Serveris %d" @@ -12243,9 +12221,9 @@ msgid "Error in processing request:" msgstr "Kļūda, apstrādājot pieprasījumu:" #: src/Controllers/Database/EventsController.php:191 -#, fuzzy, php-format +#, php-format msgid "No event with name %1$s found in database %2$s." -msgstr "Tabulas nav atrastas šajā datubāzē." +msgstr "%2$s datubāzē nav atrasts neviens notikums ar %1$s nosaukumu." #: src/Controllers/Database/EventsController.php:217 #, php-format @@ -12260,7 +12238,7 @@ msgstr "Tabulas nav atrastas šajā datubāzē." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12387,7 +12365,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12450,8 +12428,7 @@ msgstr "Ja Jums rodas problēmas, lūdzu manuāli iesniedziet kļūdu atskaiti." msgid "You may want to refresh the page." msgstr "Varētu būt derīgi pārlādēt lapu." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 -#: src/Export/Export.php:666 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Nepareizs tips!" @@ -12549,28 +12526,21 @@ msgstr "" "ticis konfigurēts. Citādāk, Jūsu servera drošība var būt kompromitēta ar " "brīvu pieeju Jūsu konfigurācijas faila lejupielādei." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12581,7 +12551,7 @@ msgstr "" "paplašinājuma phpMyAdmin nebūs spējīgs pareizi sadalīt simbolu virknes un " "tas var novest pie negaidītiem rezultātiem." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12659,7 +12629,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" komanda ir aizliegta." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13184,7 +13154,7 @@ msgstr "Importēt failus" #. l10n: As in differential values #: src/Controllers/JavaScriptMessagesController.php:257 msgid "Differential" -msgstr "" +msgstr "Atšķirība" #: src/Controllers/JavaScriptMessagesController.php:258 #, php-format @@ -13459,7 +13429,7 @@ msgstr "Mainīgais %d:" #: src/Controllers/JavaScriptMessagesController.php:387 #: src/Normalization.php:956 msgid "Pick" -msgstr "" +msgstr "Atlasīt" #: src/Controllers/JavaScriptMessagesController.php:388 #, fuzzy @@ -13556,7 +13526,7 @@ msgstr "" #: src/Controllers/JavaScriptMessagesController.php:417 msgid "Step" -msgstr "" +msgstr "Solis" #: src/Controllers/JavaScriptMessagesController.php:418 msgid "The following actions will be performed:" @@ -14610,7 +14580,7 @@ msgid "No such column" msgstr "Pievienot/Dzēst laukus (kolonnas)" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 src/Types.php:650 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy msgctxt "string types" msgid "String" @@ -15359,7 +15329,7 @@ msgstr "Nav datubāzu" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Grāmatzīme %s ir izveidota." @@ -15440,7 +15410,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL atgrieza tukšo rezultātu (0 rindas)." @@ -15708,14 +15678,14 @@ msgid "The backed up query was:" msgstr "" #: src/Database/Events.php:123 -#, fuzzy, php-format +#, php-format msgid "Event %1$s has been modified." -msgstr "Tabula %s tika izdzēsta" +msgstr "%1$s notikums ir mainīts." #: src/Database/Events.php:143 -#, fuzzy, php-format +#, php-format msgid "Event %1$s has been created." -msgstr "Tabula %s tika izdzēsta" +msgstr "%1$s notikums ir izveidots." #: src/Database/Events.php:157 src/Database/Routines.php:152 #: src/Triggers/Triggers.php:149 @@ -15840,27 +15810,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Ieraksts tika dzēsts" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format msgid "Query took %01.4f seconds." msgstr "Vaicājums ilga %01.4f s" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Rāda %1s - %2s rindas ierakstus" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format msgid "%s total" msgstr "kopā" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Saite nav atrasta!" @@ -16437,11 +16407,11 @@ msgstr "" msgid "web server upload directory:" msgstr "tīmekļa servera augšupielādes mape:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16854,40 +16824,40 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "Aizvērt" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Nevar pārvietot tabulu uz viņu pašu!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Nevar nokopēt tabulu uz viņu pašu!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabula %s tika pārvietota uz %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabula %s tika pārkopēta uz %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabula %s tika pārvietota uz %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabula %s tika pārkopēta uz %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tabulas nosaukums nav norādīts!" @@ -16965,7 +16935,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolonnas atdalītas ar:" @@ -17386,7 +17356,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "Izveidošana" @@ -17408,52 +17378,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Kolonnu nosaukumi:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18200,18 +18170,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18467,96 +18437,96 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy msgid "empty" msgstr "Iztukšot" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Datums, atbalstītais diapazons ir no %1$s līdz %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18564,172 +18534,172 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Laiks, diapazons ir no %1$s līdz %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy msgid "A polygon" msgstr "Pievienot %s lauku(s)" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 src/Types.php:604 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 src/Types.php:622 +#: src/Types.php:625 #, fuzzy msgctxt "date and time types" msgid "Date and time" msgstr "Izveidot jaunu indeksu" -#: src/Types.php:654 src/Types.php:652 +#: src/Types.php:655 #, fuzzy msgctxt "spatial types" msgid "Spatial" diff --git a/resources/po/mk.po b/resources/po/mk.po index 813216a96a..b8be61f7b7 100644 --- a/resources/po/mk.po +++ b/resources/po/mk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-30 01:01+0000\n" "Last-Translator: \"Kristijan \\\"Fremen\\\" Velkovski\" \n" "Language-Team: Macedonian %s" msgstr "Сочувај на серверот во директориумот %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Препиши ги постоечките податотеки" @@ -3813,7 +3813,7 @@ msgstr "превземи" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Назад" @@ -3823,7 +3823,7 @@ msgstr "Назад" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Увоз" @@ -4150,8 +4150,8 @@ msgstr "SQL резултат" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "База на податоци" @@ -4176,7 +4176,7 @@ msgid "Recent" msgstr "Поништи" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy msgid "Favorite tables" msgstr "Променливи" @@ -4215,18 +4215,18 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "SQL упит" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Главен панел" @@ -4707,13 +4707,28 @@ msgstr "Провери привилегии за базата на подато msgid "Check privileges" msgstr "Провери привилегии" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Изврши SQL упит(и) на базата %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Вкупно:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4721,17 +4736,17 @@ msgstr "" "Напомена: вклучувањето на статистиките може да доведе до зголемување на " "сообраќајот помеѓу веб серверот и MySQL серверот." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy msgid "Enable statistics" msgstr "Вклучи статистики" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Базата на податоци не постои" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Потврди" @@ -5822,7 +5837,7 @@ msgid "Current server:" msgstr "Сервер" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 #, fuzzy msgid "Servers" msgstr "Сервер" @@ -5899,7 +5914,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Сервер" @@ -6503,7 +6518,7 @@ msgstr "Прикажи боја" msgid "Show hidden messages" msgstr "Прикажи мрежа" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6590,7 +6605,7 @@ msgid "Detailed profile" msgstr "Податотеки со податоци" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6656,7 +6671,7 @@ msgstr "SQL резултат" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Вашето SQL барање беше успешно егзекутирано." @@ -6705,7 +6720,7 @@ msgstr "" msgid "Show this query here again" msgstr "Прикажи го повторно овој упит" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "SQL упит" @@ -7223,7 +7238,7 @@ msgid "Delete the view (DROP)" msgstr "Базата на податоци не постои" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy msgid "Table structure" msgstr "База на податоци" @@ -7408,34 +7423,34 @@ msgid "Index length" msgstr "Должина на запис" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 #, fuzzy msgid "Check" msgstr "Чешки" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 #, fuzzy msgid "Repair" msgstr "Поправка на табелата" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9219,14 +9234,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Назив на корисник" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9422,330 +9429,330 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Автоматското дополнување на табели и имиња на колони во SQL барања." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Подеси мод на прегледување." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Подеси стандардни опции." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Подесувања на модови за уредување." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Подесување на стандардни опции за извоз." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Подесување на стандардни опции за увоз." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Опции за приказ на бази на податоци." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Подесување на изгледот на панелот за навигација." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Подесување на дрво за навигација." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Опции за приказ на сервери." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Опции за приказ на табели." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Подесувања за автентикација." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Наведете параметри за конектирање на сервер." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Подесувања за SQL барања." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Подесување на стартна страница." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Подесувања на текст полиња." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy msgid "Customize default options" msgstr "Опции за извоз на бази на податоци" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9753,11 +9760,11 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Максимум број на карактери употребени кога се покажува SQL барање." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9765,7 +9772,7 @@ msgstr "" "Бројот на елементи коишто се покажуваат на секоја странија на првото ниво од " "навигационото дрво." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9773,469 +9780,463 @@ msgstr "" "Бројот на елементи коишто се покажуваат на секоја странија од навигационото " "дрво." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Дали да се автоматски рашири единствената датабаза во дрвото за навигација." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Подеси на 0 за да се собере панелот за навигација." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Покажи лого на панелот за навигација." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy msgid "Whether to show tables under database in the navigation tree" msgstr "Прикажи мрежа" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy msgid "Whether to show views under database in the navigation tree" msgstr "Прикажи мрежа" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy msgid "Whether to show events under database in the navigation tree" msgstr "Прикажи мрежа" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Употребливи методи за автентикација." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Компресија при конекција на MySQL сервер." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "" "Го ограничува бројот на нови конекции кои корисникот може да ги отвори за " "еден час." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10243,13 +10244,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10257,411 +10258,411 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Криење на акциите за структура на табели." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy msgid "Disable shortcut keys" msgstr "Исклучи проверка на надворешни клучеви" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Опции за извоз на бази на податоци" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 #, fuzzy msgid "Allow login to any MySQL server" msgstr "Не можам да се пријавам на MySQL серверот" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy msgid "Restrict login to MySQL server" msgstr "Не можам да се пријавам на MySQL серверот" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy msgid "Enable linter" msgstr "Овозможено" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy msgid "Minimum size for input field" msgstr "Опции за извоз на бази на податоци" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy msgid "Maximum size for input field" msgstr "Максимална големина на привремените податотеки за подредување" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Димензија на хартијата" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 #, fuzzy msgid "Default database tab" msgstr "Преименувај ја базата на податоци во" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy msgid "Enable autocomplete for table and column names" msgstr "Името на полето стави го во '" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy msgid "Show column comments" msgstr "Коментар на табелата" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy msgid "Hide table structure actions" msgstr "Предложи структура на табелата" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy msgid "Default transformations for Hex" msgstr "Транформации на веб прелистувачот" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy msgid "Default transformations for Substring" msgstr "Опции на трансформацијата" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy msgid "Default transformations for Bool2Text" msgstr "Опции на трансформацијата" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy msgid "Default transformations for External" msgstr "Опции на трансформацијата" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy msgid "Default transformations for PreApPend" msgstr "Опции на трансформацијата" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy msgid "Default transformations for DateFormat" msgstr "Опции на трансформацијата" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy msgid "Default transformations for Inline" msgstr "Опции на трансформацијата" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy msgid "Default transformations for TextImageLink" msgstr "Опции на трансформацијата" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy msgid "Default transformations for TextLink" msgstr "Опции на трансформацијата" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Исклучете одржување на мулти табели" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Сочувај како податотека" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Сет на карактери на фајлот" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Компресија" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10670,63 +10671,63 @@ msgstr "Компресија" msgid "Put columns names in the first row" msgstr "Стави ги имињата на полињата во првата редица" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy msgid "Columns enclosed with" msgstr "Полињата се раздвоени со" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Колоните се избегнати со" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Замени NULL со" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy msgid "Columns terminated with" msgstr "Линиите се завршуваат со" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy msgid "Lines terminated with" msgstr "Линиите се завршуваат со" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy msgid "Excel edition" msgstr "Excel издание" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 #, fuzzy msgid "Database name template" msgstr "Шаблон на име на податотека" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 #, fuzzy msgid "Server name template" msgstr "Шаблон на име на податотека" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 #, fuzzy msgid "Table name template" msgstr "Шаблон на име на податотека" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10737,994 +10738,994 @@ msgstr "Шаблон на име на податотека" msgid "Dump table" msgstr "%s табела" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Вклучи и коментар на табелата" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Коментар на табела" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Продолжен коментар на табелите" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Ознака на клучот" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy msgid "Relationships" msgstr "Релации" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy msgid "Export method" msgstr "Тип на извоз" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Експортирај како одделени фајлови" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Шаблон на име на податотека" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy msgid "Enclose table and column names with backquotes" msgstr "Името на полето стави го во '" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Датуми на креирање/ажурирање/проверка" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Користи одложен внес" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Исклучи проверка на надворешни клучеви" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy msgid "Export views as tables" msgstr "Креирај нова табела во базата на податоци %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s поглед" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Игнорирај дупликати при внесување" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy msgid "Export type" msgstr "Тип на извоз" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Изврши извоз во трансакција" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 #, fuzzy msgid "Export time in UTC" msgstr "Тип на извоз" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy msgid "Foreign key checks" msgstr "Исклучи проверка на надворешни клучеви" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV формат" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy msgid "General" msgstr "Генерирај" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 #, fuzzy msgid "Import defaults" msgstr "Увоз на податотека" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy msgid "Navigation tree" msgstr "Опции за извоз на бази на податоци" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 #, fuzzy msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Наслови на страници" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Основни подесувања" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy msgid "Authentication" msgstr "Документација" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "SQL упит" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Статус" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Структура на база на податоци" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Табела" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy msgid "Display relational schema" msgstr "Релациона шема" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Текст полиња" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy msgid "Column names in first row" msgstr "Стави ги имињата на полињата во првата редица" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Додади AUTO_INCREMENT вредност" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy msgid "Read as multibytes" msgstr "Промашувања при читање" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy msgid "Maximum items on first level" msgstr "Максимална големина на привремените податотеки за подредување" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 #, fuzzy msgid "Memory limit" msgstr "Ограничување на ресурси" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy msgid "Show databases navigation as tree" msgstr "Прикажи мрежа" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "Опции за извоз на бази на податоци" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy msgid "Link with main panel" msgstr "Опции за извоз на бази на податоци" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Минимум број на елементи за да се покажат филтрите" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Минимум број на датабази за да се покажат филтрите за датабази" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Групирај елементи во дрвото" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Максимална длабочина на дрво за табели" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Вклучи истакнување" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Вклучи експанзија на навигационо дрво" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy msgid "Show tables in tree" msgstr "Прикажи табели" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy msgid "Show views in tree" msgstr "Прикажи мрежа" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy msgid "Show procedures in tree" msgstr "Прикажи листа на процеси" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy msgid "Show events in tree" msgstr "Прикажи мрежа" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Копирај ја базата на податоци во" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy msgid "Recently used tables" msgstr "Анализа на табелата" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy msgid "Natural order" msgstr "Промени го редоследот во табелата" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy msgid "Table navigation bar" msgstr "Коментар на табела" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Запомнете го сортирањето на табелата" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Стандардно подредување на примарен клуч" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy msgid "Repeat headers" msgstr "Нишки на поправка" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy msgid "Relational display" msgstr "Релациона шема" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 #, fuzzy msgid "Save directory" msgstr "Основен директориум на податоците" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy msgid "Session timezone" msgstr "Вредност на сесијата" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy msgid "Control host" msgstr "Било кој host" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy msgid "Control port" msgstr "Било кој host" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "Базата на податоци не постои" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "Избор на сервер" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy msgid "Export templates table" msgstr "Креирај нова табела во базата на податоци %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy msgid "Central columns table" msgstr "Додади/избриши колона" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 #, fuzzy msgid "Server port" msgstr "ID на серверот" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy msgid "Recently used table" msgstr "Анализа на табелата" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy msgid "Favorites table" msgstr "Променливи" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Поправка на табелата" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Избор на сервер" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy msgid "Display columns table" msgstr "Прикажувам коментари на колоните" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy msgid "UI preferences table" msgstr "Дефрагментирај ја табелата" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy msgid "Statements to track" msgstr "Име" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy msgid "Automatically create versions" msgstr "Режим на автоматско опоравување" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy msgid "Users table" msgstr "Користи табели" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy msgid "User groups table" msgstr "Користи ја табелата на host-от" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy msgid "Show table comments" msgstr "Коментар на табелата" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy msgid "Show creation timestamp" msgstr "Прикажи информации за PHP" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy msgid "Show last update timestamp" msgstr "Прикажи информации за PHP" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy msgid "Show last check timestamp" msgstr "Прикажи информации за PHP" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy msgid "Show table charset" msgstr "Коментар на табелата" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy msgid "Show field types" msgstr "Прикажи табели" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy msgid "Show hint" msgstr "Прикажи мрежа" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 #, fuzzy msgid "Show SQL queries" msgstr "Прикажи комплетни упити" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Статистики за записите" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Објасни SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy msgid "Create PHP code" msgstr "Направи PHP код" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy msgid "Textarea columns" msgstr "Додади/избриши колона" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy msgid "Default title" msgstr "Default" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Прокси корисничко име" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy msgid "Proxy password" msgstr "Лозинка" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "ID на серверот" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL упит" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy msgid "Enable Zero Configuration mode" msgstr "Измените се сочувани" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy msgid "Server connection collation" msgstr "Колација за MySQL врска" @@ -11759,7 +11760,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11793,7 +11795,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument Табела" @@ -11801,7 +11803,7 @@ msgstr "OpenDocument Табела" msgid "OpenDocument Text" msgstr "OpenDocument Текст" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11923,7 +11925,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Сервер %d" @@ -12201,7 +12203,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12328,7 +12330,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12392,7 +12394,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Можеби сакате да се освежи страница." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Лош тип!" @@ -12480,28 +12482,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12511,7 +12506,7 @@ msgstr "" "мултибајт каратер сет. Без mbstring екстензиите phpMyAdmin не може исправно " "да ги раздвојува стринговите и тоа може да доведе до неочекувани резултати." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12577,7 +12572,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" командата е оневозможена." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14509,7 +14504,7 @@ msgid "No such column" msgstr "Додади/избриши колона" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy msgctxt "string types" msgid "String" @@ -15254,7 +15249,7 @@ msgstr "Базата на податоци не постои" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Маркерот %s е креиран." @@ -15333,7 +15328,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL врати празен резултат (нула записи)." @@ -15728,27 +15723,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Записот е избришан" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format msgid "Query took %01.4f seconds." msgstr "време на извршување на упитот %01.4f секунди" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Приказ на редови %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s вкупно" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Врската не е пронајдена!" @@ -16346,11 +16341,11 @@ msgstr "" msgid "web server upload directory:" msgstr "директориум за праќање на веб серверот:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16760,40 +16755,40 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "Нема табела" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Не може да ја преместам табелата во самата себе!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Не можам да ја копирам табелата во самата себе!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Табелата %s е преместена во %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Табелата %s е копирана во %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Табелата %s е преместена во %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Табелата %s е копирана во %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Името на табелата е празно!" @@ -16871,7 +16866,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Колоните се одвоени со:" @@ -17289,7 +17284,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "Направено" @@ -17311,52 +17306,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Имиња на колони:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18107,18 +18102,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18374,96 +18369,96 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy msgid "empty" msgstr "Испразни" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Датум, поддржан опсег од %1$s до %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18471,172 +18466,172 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Време, опсег од %1$s до %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy msgid "A polygon" msgstr "Додади %s полиња" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy msgctxt "date and time types" msgid "Date and time" msgstr "Креирај нов клуч" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy msgctxt "spatial types" msgid "Spatial" diff --git a/resources/po/ml.po b/resources/po/ml.po index 5e71349d00..fa2dae8f9c 100644 --- a/resources/po/ml.po +++ b/resources/po/ml.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Malayalam %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3785,7 +3785,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 #, fuzzy msgid "Back" @@ -3796,7 +3796,7 @@ msgstr "പിറകോട്ട്" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -4128,8 +4128,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4153,7 +4153,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Show all" msgid "Favorite tables" @@ -4194,17 +4194,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4677,30 +4677,44 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Table" msgid "Enable statistics" msgstr "പട്ടിക" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5743,7 +5757,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5818,7 +5832,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6399,7 +6413,7 @@ msgstr "" msgid "Show hidden messages" msgstr "എല്ലാം കാണിക്കൂ" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6483,7 +6497,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6544,7 +6558,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Database %s has been dropped." @@ -6592,7 +6606,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -7094,7 +7108,7 @@ msgid "Delete the view (DROP)" msgstr "വിവരശേഖരം ഉപേക്ഷിക്കുക (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database comment" msgid "Table structure" @@ -7281,32 +7295,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9000,14 +9014,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9195,335 +9201,335 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Database comment" msgid "Databases display options." msgstr "വിവരശേഖര അഭിപ്രായം: " -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Show all" msgid "Customize the navigation tree." msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Table comments" msgid "Tables display options." msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9531,490 +9537,484 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show all" msgid "Whether to expand single database in the navigation tree automatically." msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Table comments" msgid "Set to 0 to collapse navigation panel." msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Table comments" msgid "Show logo in navigation panel." msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show all" msgid "Whether to show tables under database in the navigation tree" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show all" msgid "Whether to show views under database in the navigation tree" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show all" msgid "Whether to show events under database in the navigation tree" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10022,13 +10022,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10036,401 +10036,401 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Database comment" msgid "Whether the table structure actions should be hidden." msgstr "വിവരശേഖര അഭിപ്രായം: " -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Table comments" msgid "For display Options" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Table" msgid "Enable linter" msgstr "പട്ടിക" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Database comment" msgid "Hide table structure actions" msgstr "വിവരശേഖര അഭിപ്രായം: " -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10438,56 +10438,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10497,959 +10497,959 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select All" msgid "Remember filename template" msgstr "എല്ലാം തിരഞ്ഞെടുക്കുക" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Use this value" msgid "%s view" msgstr "ഈ വില ഉപയോഗിക്കൂ" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Table comments" msgid "Navigation tree" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database comment" msgid "Database structure" msgstr "വിവരശേഖര അഭിപ്രായം: " -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show all" msgid "Show databases navigation as tree" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Table comments" msgid "Navigation panel width" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table comments" msgid "Enable navigation tree expansion" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show all" msgid "Show views in tree" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show all" msgid "Show events in tree" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "വിവരശേഖരം പകർത്തുക" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table comments" msgid "Table navigation bar" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete columns" msgid "Central columns table" msgstr "നിരകൾ ചേർക്കുക/മായക്കുക" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Show all" msgid "Favorites table" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "പട്ടികകൾ ഉപയോഗിക്കുക" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show all" msgid "Show creation timestamp" msgstr "എല്ലാം കാണിക്കൂ" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "പട്ടിക അഭിപ്രയങ്ങൾ" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11482,7 +11482,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11516,7 +11517,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11524,7 +11525,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11647,7 +11648,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11927,7 +11928,7 @@ msgstr "വിവരശേഖരത്തിൽ ഒരു പട്ടികയ #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12054,7 +12055,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12117,7 +12118,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -12203,35 +12204,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12294,7 +12288,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14172,7 +14166,7 @@ msgid "No such column" msgstr "നിരകൾ ചേർക്കുക/മായക്കുക" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14914,7 +14908,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Bookmark %s has been created." @@ -14996,7 +14990,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15405,29 +15399,29 @@ msgstr "" msgid "The row has been deleted." msgstr "വിവരശേഖരം(ങ്ങൾ) %1$s സൃഷ്ടിച്ചിരിക്കുന്നു." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s പട്ടിക" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Links to" msgid "Link not found!" @@ -15997,11 +15991,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16409,39 +16403,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16515,7 +16509,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16926,7 +16920,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -16949,54 +16943,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "നിര" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17700,18 +17694,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17967,95 +17961,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18063,170 +18057,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/mn.po b/resources/po/mn.po index 987bbaa10d..fde720d9ac 100644 --- a/resources/po/mn.po +++ b/resources/po/mn.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Mongolian %s" msgstr "Сервэр дээрх хадгалах хавтас %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Файл(ууд)-г дарж бичих" @@ -4181,7 +4181,7 @@ msgstr "авах" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Өмнөх" @@ -4191,7 +4191,7 @@ msgstr "Өмнөх" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Оруулах" @@ -4554,8 +4554,8 @@ msgstr "SQL-үр дүн" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Өгөгдлийн сангууд" @@ -4583,7 +4583,7 @@ msgid "Recent" msgstr "Да.эхлэх" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4629,17 +4629,17 @@ msgid "Features" msgstr "Онцлогууд" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Add new field" msgid "Main panel" @@ -5168,7 +5168,22 @@ msgstr "\"%s\" өгөгдлийн сангийн онцгой эрх шалга msgid "Check privileges" msgstr "Онцгой эрх шалгах" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Өгөгдлийн сан %s дээрх SQL асуултыг ажиллуулах" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5176,25 +5191,25 @@ msgstr "Онцгой эрх шалгах" msgid "Total:" msgstr "Нийт" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" "Тэмдэглэл: Вэб сервэр, MySQL-ийн хоорондох өгөгдөл дамжуулах статистик." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Нээлттэй статистик" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "ӨС байхгүй" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Баталгаажуулах" @@ -6356,7 +6371,7 @@ msgid "Current server:" msgstr "Сервэр" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Сервэрүүд" @@ -6434,7 +6449,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Сервэр" @@ -7085,7 +7100,7 @@ msgstr "" msgid "Show hidden messages" msgstr "Тор харуулах" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -7173,7 +7188,7 @@ msgid "Detailed profile" msgstr "Өгөгдлийн файлууд" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7244,7 +7259,7 @@ msgstr "Асуудлын үр дүнгийн үйлдэл" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7298,7 +7313,7 @@ msgstr "Зааглагч" msgid "Show this query here again" msgstr "Уг асуултыг энд дахин харуулах" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "in query" msgid "Retain query box" @@ -7865,7 +7880,7 @@ msgid "Delete the view (DROP)" msgstr "Өгөгдлийн сан хуулах нь" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8078,32 +8093,32 @@ msgid "Index length" msgstr "Мөрийн урт" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Таслах" @@ -10056,14 +10071,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Хүснэгтийн нэр" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10275,363 +10282,363 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Хүснэгт ба талбарын нэрийг буруу хашилтаар хаах" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Авто сэргээх горим" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Query results operations" msgid "Customize default options." msgstr "Асуудлын үр дүнгийн үйлдэл" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Use text field" msgid "Customize edit mode." msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Query results operations" msgid "Customize default export options." msgstr "Асуудлын үр дүнгийн үйлдэл" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Query results operations" msgid "Customize default common import options." msgstr "Асуудлын үр дүнгийн үйлдэл" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Database export options" msgid "Databases display options." msgstr "ӨС гаргах сонголтууд" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Use text field" msgid "Customize appearance of the navigation panel." msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Use text field" msgid "Customize the navigation tree." msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Relational schema" msgid "Servers display options." msgstr "Хамааралтай схем" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Table options" msgid "Tables display options." msgstr "Хүснэгтийн сонголтууд" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Баримт" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "MySQL холболтын кодлол" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "Server variables and settings" msgid "SQL queries settings." msgstr "Сервэрийн утгууд болон тохиргоонууд" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Use text field" msgid "Customize startup page." msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Use text field" msgid "Customize text input fields." msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy #| msgid "Query results operations" msgid "Customize default options" msgstr "Асуудлын үр дүнгийн үйлдэл" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10639,496 +10646,490 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show grid" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Тор харуулах" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Use text field" msgid "Set to 0 to collapse navigation panel." msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Use text field" msgid "Show logo in navigation panel." msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Тор харуулах" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Тор харуулах" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Тор харуулах" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Баримт" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL руу нэвтэрч чадсангүй" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "its the number of simultaneous connections the user may have." msgid "Enable SSL for connection to MySQL server." msgstr "Хэрэглэгчдэд байх зэрэг холболтын хязгаарлах тоо." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11136,13 +11137,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11150,431 +11151,431 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Хүснэгтийн бүтцийг таниулах" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Гадаад түлхүүр шалгалтыг хаах" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Relational schema" msgid "For display Options" msgstr "Хамааралтай схем" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "MySQL руу нэвтэрч чадсангүй" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Нээлттэй" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy #| msgid "Use text field" msgid "Minimum size for input field" msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "Завсрын эрэмбэлэх файлын ХИ хэмжээ" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Цаасны хэмжээ" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Хүснэгт ба талбарын нэрийг буруу хашилтаар хаах" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Хүснэгтийн тайлбар" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Хүснэгтийн бүтцийг таниулах" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Browser transformation" msgid "Default transformations for Hex" msgstr "Хөтчийн өөрчлөл" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Өөрчлөлийн сонголтууд" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Bool2Text" msgstr "Өөрчлөлийн сонголтууд" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for External" msgstr "Өөрчлөлийн сонголтууд" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Өөрчлөлийн сонголтууд" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for DateFormat" msgstr "Өөрчлөлийн сонголтууд" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Өөрчлөлийн сонголтууд" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Өөрчлөлийн сонголтууд" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Өөрчлөлийн сонголтууд" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Хүснэгтийн ашиглалт" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Илгээх" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Шахалт" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11584,68 +11585,68 @@ msgstr "Шахалт" msgid "Put columns names in the first row" msgstr "Эхний мөрт талбаруудын нэрийг тавих" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Талбарыг хаасан" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Талбарыг нээсэн" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "NULL-ыг орлуулах нь" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Шугамыг төгсгөгч" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Шугамыг төгсгөгч" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Excel-засвар" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11657,418 +11658,422 @@ msgstr "" msgid "Dump table" msgstr "%s хүснэгт(үүд)" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Хүснэгтийн гарчиг холбогдсон" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Хүснэгтийн гарчиг" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Үргэлжилсэн хүснэгтийн гарчиг" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Хамаарал" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Гаргах төрөл" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "хөндлөн (эргүүлэгдсэн толгойнууд)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "remember template" msgid "Remember filename template" msgstr "загварыг санах" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Хүснэгт ба талбарын нэрийг буруу хашилтаар хаах" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL нийцтэй горим" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Үүсгэлт/Шинэчлэлт/Огноо шалгах" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Давталттай оруулалт хэрэглэх" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Гадаад түлхүүр шалгалтыг хаах" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "%s ӨС-д шинэ хүснэгт үүсгэх" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Сессон утга" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Оруулалтыг үл тоох" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Үүсгэгдсэн асуудлын хамгийн их урт" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Гаргах" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Хэлэлцээр дэх гаргалтыг хаах" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Гадаад түлхүүр шалгалтыг хаах" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Хөгжүүлэгч" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Бий болгох" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Use text field" msgid "Navigation tree" msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Хуудасны дугаар:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Аюулгүй байдал" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Үндсэн тохиргоо" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Баримт" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Сервэрийн тохиргоо" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Хэрэглэгчийн өгөгдлийн сан" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Табууд" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Хамааралтай схем" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Анхааруулгууд" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Оруулсан файлын тогтнол" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL түлхүүр үг хэрэглэх" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Эхний мөрт талбаруудын нэрийг тавих" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "AUTO_INCREMENT утга нэмэх" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Уншилт алдагдсан" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Завсрын эрэмбэлэх файлын ХИ хэмжээ" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Санах ойн хязгаарлалт" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Тор харуулах" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Use text field" msgid "Navigation panel width" msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12076,632 +12081,628 @@ msgstr "Бичвэр талбар хэрэглэх" msgid "Link with main panel" msgstr "Бичвэр талбар хэрэглэх" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Хүснэгтийн гарчиг" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Хүснэгтүүдийг харуулах" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Тор харуулах" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Процесууд харах" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Тор харуулах" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "Өгөгдлийн сан хуулах нь" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Хүснэгтийг задлах" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Хүснэгтийг эрэмбэлэлтээр өөрчлөх" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Хүснэгтийн гарчиг" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Хүснэгтийг да.нэрлэх" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "%s-д үндсэн түлхүүр нэмэгдлээ" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Thread засах" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Хамааралтай схем" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Сессон утга" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Дурын хост" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Дурын хост" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Өгөгдлийн сангууд нуух" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "%s ӨС-д шинэ хүснэгт үүсгэх" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Багана нэмэх/устгах" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Сервэр порт" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Хүснэгтийг задлах" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Утгууд" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Хүснэгтийн холбоос" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL ашиглах" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Баганын тайлбарыг харуулж байна" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Хүснэгт янзлах" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Баримтжуулал" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Авто сэргээх горим" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Хүснэгт хэрэглэх" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Хост хүснэгт хэрэглэх" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Хүснэгтийн тайлбар" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "PHP -ийн мэдээлэл харах" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show PHP information" msgid "Show last update timestamp" msgstr "PHP -ийн мэдээлэл харах" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show PHP information" msgid "Show last check timestamp" msgstr "PHP -ийн мэдээлэл харах" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Хүснэгтийн тайлбар" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Нээлттэй хүснэгтүүдийг харуулах" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Тор харуулах" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL тайлбар" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP-код үүсгэх" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Багана нэмэх/устгах" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Анхдагч" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "ХувХувилбар шалгах" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "Нэвтрэгч:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Нууц үг" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy #| msgid "Execute bookmarked query" msgid "Enter executes queries in console" msgstr "Тэмдэглэгдсэн асуулт ажиллуулах" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" msgstr "Анхдагч тохиргоо дуудагдсангүй нь: \"%1$s\"" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" @@ -12738,7 +12739,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12772,7 +12774,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" @@ -12784,7 +12786,7 @@ msgstr "Баримт" msgid "OpenDocument Text" msgstr "Баримт" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV хэрэглэх нь LOAD DATA" @@ -12907,7 +12909,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13210,7 +13212,7 @@ msgstr "ӨС-д хүснэгт олдсонгүй." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -13341,7 +13343,7 @@ msgid "Success!" msgstr "Амжилттай!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13403,7 +13405,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Буруу төрөл!" @@ -13494,28 +13496,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13525,7 +13520,7 @@ msgstr "" "mbstring extension үгүйгээр phpMyAdmin нь тэмдэгт мөрийг зөв хувааж чадахгүй " "буюу буруу үр дүн гарч магадгүй." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13593,7 +13588,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"ӨС устгах\" нь хаалттай." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15790,7 +15785,7 @@ msgid "No such column" msgstr "Багана нэмэх/устгах" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16612,7 +16607,7 @@ msgstr "ӨС байхгүй" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16700,7 +16695,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.)." @@ -17145,30 +17140,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Мөр устгагдсан" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Асуулт нь %01.4f сек авлаа" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Мөрүүдийг харуулж байна" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "Нийт" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17784,11 +17779,11 @@ msgstr "" msgid "web server upload directory:" msgstr "web-сервэр түлхэх хавтас" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL асуудал харуулах" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -18220,41 +18215,41 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Адил нэр байсан тул хүснэгтийг зөөсөнгүй!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Адил нэртэй хүснэгт рүү хуулж чадсангүй!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Хүснэгт %s нь %s руу зөөгдөв." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s хүснэгт %s руу хуулагдлаа." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Хүснэгт %s нь %s руу зөөгдөв." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s хүснэгт %s руу хуулагдлаа." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Хүснэгтийн нэр хоосон байна!" @@ -18336,7 +18331,7 @@ msgstr "Тохиргоонд сонгогдсон буруу зөвшөөрли msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -18825,7 +18820,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -18848,55 +18843,55 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Баганын нэрс" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "CSV оруулалтад %d мөрөнд буруу тогтнол байна." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, fuzzy, php-format #| msgid "Invalid field count in CSV input on line %d." msgid "Invalid column count in CSV input on line %d." msgstr "CSV оруулалтад %d мөрөнд буруу талбарын тоо байна." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV оруулалтад буруу параметр нь: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19710,18 +19705,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP кодоор харуулах" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19999,98 +19994,98 @@ msgstr "Хүснэгтийн буруу нэр" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Хоосон" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "General relation features" msgid "A date, supported range is %1$s to %2$s" msgstr "Ерөнхий хамаатай онцлог" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -20098,175 +20093,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "General relation features" msgid "A time, range is %1$s to %2$s" msgstr "Ерөнхий хамаатай онцлог" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add %s field(s)" msgid "A polygon" msgstr "%s талбар(ууд) нэмэх" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Тоон" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Шинэ индекс үүсгэх" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" diff --git a/resources/po/ms.po b/resources/po/ms.po index 5466034f31..215dfcffe7 100644 --- a/resources/po/ms.po +++ b/resources/po/ms.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Malay %s" msgstr "direktori muatnaik pelayan-web" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -4071,7 +4071,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Undur" @@ -4081,7 +4081,7 @@ msgstr "Undur" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 #, fuzzy msgid "Import" @@ -4433,8 +4433,8 @@ msgstr "Hasil SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "pangkalan data" @@ -4462,7 +4462,7 @@ msgid "Recent" msgstr "Ulangtetap" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4508,18 +4508,18 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "kueri-SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Indexes" msgid "Main panel" @@ -5032,7 +5032,22 @@ msgstr "" msgid "Check privileges" msgstr "Tiada Privilej" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Laksana kueri SQL pada pangkalan data %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5040,23 +5055,23 @@ msgstr "Tiada Privilej" msgid "Total:" msgstr "Jumlah" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy msgid "Enable statistics" msgstr "Statistik pangkalan data" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Tiada pangkalan data" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6173,7 +6188,7 @@ msgid "Current server:" msgstr "Pelayan" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 #, fuzzy msgid "Servers" msgstr "Pelayan" @@ -6252,7 +6267,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Pelayan" @@ -6874,7 +6889,7 @@ msgstr "Papar warna" msgid "Show hidden messages" msgstr "Papar grid" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6963,7 +6978,7 @@ msgid "Detailed profile" msgstr "Data sahaja" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7033,7 +7048,7 @@ msgstr "Hasil SQL" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7087,7 +7102,7 @@ msgstr "" msgid "Show this query here again" msgstr "Papar kueri ini di sini lagi" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "kueri-SQL" @@ -7638,7 +7653,7 @@ msgid "Delete the view (DROP)" msgstr "Tiada pangkalan data" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Databases" msgid "Table structure" @@ -7841,33 +7856,33 @@ msgid "Index length" msgstr "Panjang baris" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 #, fuzzy msgid "Repair" msgstr "Baiki jadual" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9651,14 +9666,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Kata Pengenalan" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9869,342 +9876,342 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Sertakan nama jadual dan medan dengan backquotes" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy msgid "Customize default export options." msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy msgid "Databases display options." msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Show grid" msgid "Customize the navigation tree." msgstr "Papar grid" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy msgid "Servers display options." msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy msgid "Tables display options." msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Documentation" msgid "Authentication settings." msgstr "Dokumentasi" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy msgid "SQL queries settings." msgstr "kueri-SQL" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Add new field" msgid "Customize text input fields." msgstr "Tambah medan baru" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10212,495 +10219,489 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show grid" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Papar grid" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Table of contents" msgid "Set to 0 to collapse navigation panel." msgstr "Kandungan" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Table of contents" msgid "Show logo in navigation panel." msgstr "Kandungan" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Papar grid" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Papar grid" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Papar grid" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Documentation" msgid "Authentication method to use." msgstr "Dokumentasi" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Tidak boleh log-masuk ke server MySQL" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Limits the number of new connections the user may open per hour." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10708,13 +10709,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10722,420 +10723,420 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Cadangkan struktur jadual" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable Statistics" msgid "Disable shortcut keys" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 #, fuzzy msgid "Allow login to any MySQL server" msgstr "Tidak boleh log-masuk ke server MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Tidak boleh log-masuk ke server MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Membenarkan" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Sertakan nama jadual dan medan dengan backquotes" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Komen jadual" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Cadangkan struktur jadual" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Runtime Information" msgid "Default transformations for Hex" msgstr "Informasi MasaJana" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy msgid "Default transformations for Substring" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy msgid "Default transformations for Bool2Text" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy msgid "Default transformations for External" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy msgid "Default transformations for PreApPend" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy msgid "Default transformations for DateFormat" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy msgid "Default transformations for Inline" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy msgid "Default transformations for TextImageLink" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy msgid "Default transformations for TextLink" msgstr "Statistik pangkalan data" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Penyenggaraan Jadual" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Simpan sebagai fail" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 #, fuzzy msgid "Character set of the file" msgstr "Fail bagi set Aksara:" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Mampatan" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11145,64 +11146,64 @@ msgstr "Mampatan" msgid "Put columns names in the first row" msgstr "Letakkan medan di baris pertama" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Medan disertai oleh" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Medan dilarikan oleh" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Baris ditamatkan oleh" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Baris ditamatkan oleh" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11214,414 +11215,418 @@ msgstr "" msgid "Dump table" msgstr "%s jadual" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy msgid "Relationships" msgstr "Operasi" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export" msgid "Export method" msgstr "Eksport" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export" msgid "Export as separate files" msgstr "Eksport" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Failed attempts" msgid "Remember filename template" msgstr "Percubaan Gagal" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Sertakan nama jadual dan medan dengan backquotes" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 #, fuzzy msgid "Use delayed inserts" msgstr "Penyelitan Lanjutan" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Cipta jadual baru pada pangkalan data %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Nilai Sessi" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 #, fuzzy #| msgid "Extended inserts" msgid "Use ignore inserts" msgstr "Penyelitan Lanjutan" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "Eksport" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Add constraints" msgid "Foreign key checks" msgstr "Tambahkan kekangan" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "data CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy msgid "General" msgstr "Dijana oleh" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Table of contents" msgid "Navigation tree" msgstr "Kandungan" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Muka Surat:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Dokumentasi" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "kueri-SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Status" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "pangkalan data" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Jadual" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Skema Hubungan" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Add new field" msgid "Text fields" msgstr "Tambah medan baru" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Letakkan medan di baris pertama" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Papar grid" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Table of contents" msgid "Navigation panel width" msgstr "Kandungan" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -11629,627 +11634,623 @@ msgstr "Kandungan" msgid "Link with main panel" msgstr "Indeks" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table of contents" msgid "Enable navigation tree expansion" msgstr "Kandungan" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Papar jadual" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Papar grid" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Papar proses" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Papar grid" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Tiada pangkalan data" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Analyze table" msgid "Recently used tables" msgstr "Analyze table" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Alter table order by" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table of contents" msgid "Table navigation bar" msgstr "Kandungan" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Tukarnama jadual ke" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Kekunci utama telah ditambah pada %s" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Skema Hubungan" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Nilai Sessi" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Sebarang hos" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Sebarang hos" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "Tiada pangkalan data" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "Pilihan Pelayan" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "Cipta jadual baru pada pangkalan data %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Tambah/Padam Kolum Medan" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 #, fuzzy msgid "Server port" msgstr "Pilihan Pelayan" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Analyze table" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Pemboleh-pembolehubah" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Baiki jadual" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Pilihan Pelayan" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Memaparkan Komen Kolum" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Penyataan" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy msgid "Automatically create versions" msgstr "Versi Pelayan" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Guna Jadual" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komen jadual" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "Papar maklumat PHP" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show PHP information" msgid "Show last update timestamp" msgstr "Papar maklumat PHP" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show PHP information" msgid "Show last check timestamp" msgstr "Papar maklumat PHP" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Komen jadual" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy msgid "Show field types" msgstr "Papar jadual" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Papar grid" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Statistik Baris" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Terangkan Kod SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Cipta Kod PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Tambah/Padam Kolum Medan" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "Asal" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "Namapengguna:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Katalaluan" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "Pilihan Pelayan" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Modifications have been saved" msgid "Enable Zero Configuration mode" msgstr "Pengubahsuaian telah disimpan" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -12284,7 +12285,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12318,7 +12320,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" @@ -12330,7 +12332,7 @@ msgstr "Dokumentasi" msgid "OpenDocument Text" msgstr "Dokumentasi" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12453,7 +12455,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -12746,7 +12748,7 @@ msgstr "Tiada jadual dijumpai pada pangkalan data." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12876,7 +12878,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12939,7 +12941,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Jenis tidak sesuai!" @@ -13030,35 +13032,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13123,7 +13118,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "keterangan \"DROP DATABASE\" di tidak aktifkan ." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15223,7 +15218,7 @@ msgid "No such column" msgstr "Tambah/Padam Kolum Medan" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -15976,7 +15971,7 @@ msgstr "Tiada pangkalan data" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format msgid "Bookmark %s has been created." msgstr "Jadual %s telah digugurkan" @@ -16059,7 +16054,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL memulangkan set hasil kosong (i.e. sifar baris)." @@ -16478,29 +16473,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Baris telah dipadam" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Papar baris" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "jumlah" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17098,11 +17093,11 @@ msgstr "" msgid "web server upload directory:" msgstr "direktori muatnaik pelayan-web" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -17522,42 +17517,42 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "Tiada Jadual" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Jadual %s telah dipindahkan ke %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Jadual %s telah disalin ke %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Jadual %s telah dipindahkan ke %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Jadual %s telah disalin ke %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Nama jadual adalah kosong!" @@ -17633,7 +17628,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -18099,7 +18094,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy msgid "Indentation:" msgstr "Cipta" @@ -18121,54 +18116,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Nama Kolum" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18904,18 +18899,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19176,97 +19171,97 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Kosong" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Versi Pelayan" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19274,173 +19269,173 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format msgid "A time, range is %1$s to %2$s" msgstr "Versi Pelayan" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy msgid "A polygon" msgstr "Tambah medan baru" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Cipta indeks baru" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" diff --git a/resources/po/my.po b/resources/po/my.po index 9aebc000da..c22353f4d6 100644 --- a/resources/po/my.po +++ b/resources/po/my.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2019-04-21 21:34+0000\n" "Last-Translator: AJ \n" "Language-Team: Burmese %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3601,7 +3601,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3611,7 +3611,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3923,8 +3923,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3946,7 +3946,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3982,17 +3982,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4440,28 +4440,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5467,7 +5481,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5540,7 +5554,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6099,7 +6113,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6181,7 +6195,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6242,7 +6256,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6288,7 +6302,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6760,7 +6774,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6922,32 +6936,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8603,14 +8617,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8788,329 +8794,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9118,478 +9124,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9597,13 +9597,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9611,391 +9611,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10003,56 +10003,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10062,924 +10062,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11012,7 +11012,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11046,7 +11047,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11054,7 +11055,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11175,7 +11176,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11436,7 +11437,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11560,7 +11561,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11618,7 +11619,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "မကောင်းတဲ့အမျိုးအစား!" @@ -11704,35 +11705,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11794,7 +11788,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13596,7 +13590,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14327,7 +14321,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14404,7 +14398,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14773,27 +14767,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15350,11 +15344,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15748,39 +15742,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15854,7 +15848,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16250,7 +16244,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16271,52 +16265,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17003,18 +16997,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17267,95 +17261,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17363,170 +17357,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/nb.po b/resources/po/nb.po index 05c01550d9..a50669837e 100644 --- a/resources/po/nb.po +++ b/resources/po/nb.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-27 12:44+0000\n" "Last-Translator: IsakBH \n" "Language-Team: Norwegian Bokmål %s" msgstr "Lagre på server i %s katalogen" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Skriv over eksisterende filer" @@ -3957,7 +3957,7 @@ msgstr "velg" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Tilbake" @@ -3967,7 +3967,7 @@ msgstr "Tilbake" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importer" @@ -4341,8 +4341,8 @@ msgstr "SQL dump" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databaser" @@ -4366,7 +4366,7 @@ msgid "Recent" msgstr "Nylige" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Favorittabeller" @@ -4408,17 +4408,17 @@ msgid "Features" msgstr "Egenskaper" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-spørringer" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigasjonspanel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Hovedpanel" @@ -4954,13 +4954,28 @@ msgstr "Kontroller privilegier for databasen \"%s\"." msgid "Check privileges" msgstr "Kontroller privilegier" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Kjør SQL spørring/spørringer mot databasen %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Totalt:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4968,18 +4983,18 @@ msgstr "" "OBS: Når du slår på databasestatistikk så kan det medføre stor traffik " "mellom webtjeneren og MySQL-tjeneren." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Slå på statistikk" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Ingen databaser" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Bekreft" @@ -6201,7 +6216,7 @@ msgid "Current server:" msgstr "Nåværende tjener" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Tjenere" @@ -6287,7 +6302,7 @@ msgid "Test:" msgstr "Test" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Tjener" @@ -6965,7 +6980,7 @@ msgstr "Vis skjema" msgid "Show hidden messages" msgstr "Vis hint" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Autentiseringstype" @@ -7053,7 +7068,7 @@ msgid "Detailed profile" msgstr "Datafil vekststørrelse" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7128,7 +7143,7 @@ msgstr "Profileringsresultater" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Kommandoen/spørringen er utført." @@ -7178,7 +7193,7 @@ msgstr "Skilletegn" msgid "Show this query here again" msgstr "Vis denne spørring her igjen" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" @@ -7730,7 +7745,7 @@ msgid "Delete the view (DROP)" msgstr "Gå til database" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Tabellstruktur" @@ -7941,32 +7956,32 @@ msgid "Index length" msgstr "Radlengde" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analyser" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Kontroller" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimaliser" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Gjenoppbygg" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Reparer" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9862,14 +9877,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamesisk" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -10069,19 +10076,19 @@ msgstr "begge ovenforstående" msgid "neither of the above" msgstr "ingen av de overstående" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Brukere kan ikke angi en høyere verdi" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Hvis tillatt, kan brukere skrive inn hvilke som helst MySQL tjener i " "innloggingsskjemaet for kakeidentifisering." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -10091,7 +10098,7 @@ msgstr "" "vilkårlig MySQL-server aktiveres ved å matche IP eller vertsnavnet til MySQL-" "serveren til det gjeldende regulære uttrykket." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -10101,7 +10108,7 @@ msgstr "" "phpMyAdmin i en ramme, og er et potensielt [strong]sikkerhetshull[/strong] " "som muliggjør rammeskripting på tvers av sider (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -10109,47 +10116,47 @@ msgstr "" "Hemmelig passordfrase brukt for kryptering av informasjonskapsler i " "[kbd]kake[/kbd]-identitetsbekreftelse." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Slå på bzip2 komprimering for import operasjoner." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Skriv inn din offentlige nøkkel for ditt domene reCaptcha-tjeneste." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Skriv inn din private nøkkel for ditt domene reCaptcha-tjeneste." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Skriv inn din private nøkkel for ditt domene reCaptcha-tjeneste." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -10159,7 +10166,7 @@ msgstr "" "VARCHAR kolonner; [kbd]input[/kbd] - tillater begrensning av lengde, " "[kbd]textarea[/kbd] - tillater linjeskift i kolonner." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -10167,7 +10174,7 @@ msgstr "" "Bruk brukervennlig tekstbehandler for redigering av SQL-spørringer " "(CodeMirror) med syntaks utheving og nummererte linjer." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -10175,7 +10182,7 @@ msgstr "" "Finn enhver feil i spørringen før den kjøres. Kreves at \"CodeMirror\" er " "påslått." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10183,7 +10190,7 @@ msgstr "" "Definerer minimum størrelse for innskrivningfelt laget for CHAR og VARCHAR " "kolonner." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10191,7 +10198,7 @@ msgstr "" "Definerer maks størrelse for innskrivningsfelt laget for CHAR og VARCHAR " "kolonner." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -10199,7 +10206,7 @@ msgstr "" "Kopmrimer gzip eksporter direkte uten behov for mye minne; hvis du får " "problemer med opprettede gzip filer så slå av denne funksjonen." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -10207,15 +10214,15 @@ msgstr "" "Om en advarsel (\"Er du helt sikker…\") skal vises når du er i ferd med å " "miste data." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Autofullføring av tabellen og kolonnens navn i SQL-spørringene." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -10223,7 +10230,7 @@ msgstr "" "Verdier for valgliste for standardtransformasjoner. Disse blir overskrevet " "hvis transformasjonen er fylt ut på tabellstruktursiden." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -10231,7 +10238,7 @@ msgstr "" "Deaktiver masseoperasjoner for tabellvedlikehold, som optimalisering eller " "reparasjon av de valgte tabellene til en database." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -10239,12 +10246,12 @@ msgstr "" "Antall sekunder et skript har lov til å kjøre ([kbd]0[/kbd] uten " "begrensning)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Ekskluder definisjonen av nåværende bruker" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -10252,7 +10259,7 @@ msgstr "" "Sorteringsrekkefølge for elementer i en fremmednøkkel nedfallsboks; " "[kbd]content[/kbd] for refererte data, [kbd]id[/kbd] for nøkkelverdien." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -10266,7 +10273,7 @@ msgstr "" "[doc@cfg_TitleTable]dokumentasjon[/doc] for spesielle strenger som kan tas i " "bruk for å tilgang til spesialverdier." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10274,7 +10281,7 @@ msgstr "" "Merk at phpMyAdmin bare er et brukergrensesnitt og dens egenskaper begrenser " "ikke MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -10282,7 +10289,7 @@ msgstr "" "Avanserte tjenerinnstillinger, ikke endre disse hvis du ikke vet hva de er " "til." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -10297,7 +10304,7 @@ msgstr "" "funksjonalitet, se [doc@linked-tables]phpMyAdming konfigurasjonslager[/doc] " "i dokumentasjonen" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10305,120 +10312,120 @@ msgstr "" "Sporing av endringer utført i databasen. Krever at phpMyAdming " "konfigurasjonslager er satt opp." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Endre visningsmodus" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Tilpass forvalgsinnstillinger." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Innstillinger for phpMyAdmin-utviklere." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Endre redigeringsmodus." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Endre standard eksportinnstillinger." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Angi noen vanlig brukte alternativer." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Endre standard importinnstillinger." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Set import and eksport mapper og komprimeringsinnstillinger." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Databasevisningsinnstillinger." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Endre utseendet til navigasjonsrammen." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Tilpasse navigasjonspanelet." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Tjenervisningsinnstillinger." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Tabellvisningsinnstillinger." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Innstillinger som ikke passer andre steder." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Innstillinger godkjenning" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Legg til tjenertilkoblingsparametre." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Tilpass lenker vist i SQL-spørringsbokser." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL-søkeinnstilinger." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Endre oppstartssiden." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "Velg hvilke detaljer som skal vises i databasestrukturen (tabelliste)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Innstillinger for tabellstruktur (kolonneliste)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Velg hvordan du ønsker fanene skal fungere" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Tilpass tekstfelter" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Tilpass forvalgsinnstillinger" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Slå av noen av advarslene fra phpMyAdmin" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10428,7 +10435,7 @@ msgstr "" "Slå på [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a]-komprimering for " "import og eksportoperasjoner" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10440,7 +10447,7 @@ msgstr "" "Hvis påslått vil PMA forsette å behandle flerspørrings spørringer også hvis " "en av spørringene feiler" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10450,7 +10457,7 @@ msgstr "" "nærheten av tidsbegrensningen. Dette kan være en god måte å importere store " "filer, men den kan knekke transaksjoner." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10462,17 +10469,17 @@ msgstr "" "Standard format, merk at denne lista avhenger av lokasjon (database, tabell) " "og bare SQL er alltid tilgjengelig" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Oppdater data når dupliserte nøkler blir funnet ved import" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Antall poster(spørringer) å hoppe over fra start" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10482,7 +10489,7 @@ msgstr "" "ellers bare for den aktuelle tjeneren. Sett denne til FALSE gjør det lett å " "glemme å logge ut fra andre tjenere når du bruker flere." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10490,7 +10497,7 @@ msgstr "" "Definerer om forrige innlogging skal huskes eller ikke i [kbd]cookie[/kbd] " "autentiseringsmodus." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10502,13 +10509,13 @@ msgstr "" "sessjon, det vil si at den vil bli slettet så fort du lukker " "nettleservinduet. Dette er anbefalt for ikke sikre brukermiljøer." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maks antall tegn brukt når en SQL spørring er framvist" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -10519,14 +10526,14 @@ msgid "" msgstr "" "Antall elementer som kan vises på hver enkelt side av navigasjonstreet." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Antall elementer som kan vises på hver enkelt side av navigasjonstreet." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10534,7 +10541,7 @@ msgstr "" "Antall rader som viser ved framvisning av et resultat. Hvis resultatet " "inneholder flere rader vil \"Forrige\" og \"Neste\" linker bli vist." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -10542,16 +10549,16 @@ msgstr "" "Maks antal byte et skript har lov til å bruke, f.eks. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for ingen begrensning og [kbd]0[/kbd] for ingen endring)" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "I navigasjonspanelet, erstatter databasetreet med en velger" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Koble til hovedpanelet ved å markere den gjeldende databasen eller tabellen." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10559,7 +10566,7 @@ msgstr "" "Åpne den linkede siden i hovedvinduet ([code]main[/code]) eller i en ny en " "([code]new[/code])" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10567,7 +10574,7 @@ msgstr "" "Angi minste antall elementer (tabeller, views, rutiner og hendelser) som " "skal vises i en filterboks." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -10579,65 +10586,65 @@ msgstr "" "Kun i hurtigversjon; vis databaser i et tre (bestemmes av skilletegnet " "definert nedenfor)" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Hvorvidt muligheten for treekspansjon i navigasjonspanelet skal tilbys." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Hvorvidt prosedyrer skal vises under database i navigasjonstreet" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to expand single database in the navigation tree automatically." msgstr "Vis skjulte elementer i navigasjonstreet." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "Vis logo i venstre ramme" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Vis logo i venstre ramme" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL hvor logoen i navigasjonsrammen skal peke til" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Vis tjenervalg øverst i venstre ramme" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Streng som skiller databaser i forskellige trenivåer" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Streng som skiller tabeller i forskellige trenivåer" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Uthev tjener under musmarkøren" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "" #| "Whether to offer the possibility of tree expansion in the navigation " @@ -10645,23 +10652,23 @@ msgstr "Uthev tjener under musmarkøren" msgid "Whether to show tables under database in the navigation tree" msgstr "Enten å tilby muligheten for tre ekspansjon i navigasjonspanelet ." -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show views under database in the navigation tree" msgstr "Vis skjulte elementer i navigasjonstreet." -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Hvorvidt funksjoner skal vises under database i navigasjonstreet" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Whether to show events under database in the navigation tree" msgstr "Vis skjulte elementer i navigasjonstreet." -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10669,7 +10676,7 @@ msgstr "" "[kbd]SMART[/kbd] - dvs. synkende rekkefølge for felter av typen TIME, DATE, " "DATETIME og TIMESTAMP, ellers stigende rekkefølge." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10683,7 +10690,7 @@ msgstr "" "Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen " "påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10696,7 +10703,7 @@ msgstr "" "Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen " "påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10706,18 +10713,18 @@ msgstr "" "konfigurasjonslagring). Hvis avslått vil historikken mistes når vinduet " "lukkes, fordi det da brukes JS-rutiner vise den." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" "Angir effektiv tidssone; muligens annerledes enn den fra databasetjeneren" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10725,7 +10732,7 @@ msgstr "" "La stå tomt for ingen [doc@bookmarks@]bookmark[/doc] støtte, foreslått: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10737,7 +10744,7 @@ msgstr "" "La stå tom for ingen kolonnekommentarer/media typer, anbefalt: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10745,7 +10752,7 @@ msgstr "" "En spesiell MySQL bruker konfigurert med begrensede rettigheter, mer " "informasjon tilgjengelig på [doc@linked-tables]documentation[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -10757,7 +10764,7 @@ msgstr "" "En alternativ vert til å holde konfigurasjonslageret; la være tom for å " "bruke den allerede definerte verten" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -10770,7 +10777,7 @@ msgstr "" "En alternativ vert til å holde konfigurasjonslageret; la være tom for å " "bruke den allerede definerte verten" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10784,7 +10791,7 @@ msgstr "" "Mer informasjon på [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] og [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10792,7 +10799,7 @@ msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma__history[/" "kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 #, fuzzy #| msgid "" #| "Limits number of table preferences which are stored in database, the " @@ -10804,7 +10811,7 @@ msgstr "" "Begrenser antall tabellpreferanser som blir lagret i databasen, de eldste " "postene blir automatisk slettet" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -10814,7 +10821,7 @@ msgid "" msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_pdf_pages[/kbd]" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -10825,7 +10832,7 @@ msgid "" msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma_table_coords[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10835,13 +10842,13 @@ msgstr "" "bokstavelige forekomster, dvs. bruke [kbd]'my\\_db'[/kbd] og ikke " "[kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10851,7 +10858,7 @@ msgstr "" "[doc@linked-tables]pmadb[/doc] for fullstendig informasjon. La stå tomt uten " "støtte. Foreslått: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -10861,7 +10868,7 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -10871,7 +10878,7 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10879,13 +10886,13 @@ msgstr "" "La stå tom for ingen [doc@relations@]relation-links[/doc] støtte, anbefalt: " "[kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Se [doc@authentication-modes]autentiseringstyper[/doc] for et eksempel." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10893,7 +10900,7 @@ msgstr "" "La stå tom for ingen PDF schema støtte, anbefalt: [kbd]pma__table_coords[/" "kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10901,7 +10908,7 @@ msgstr "" "Tabell for beskrivelse av visningskolonner, la stå tom for ingen støtte; " "anbefalt: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -10911,7 +10918,7 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10919,7 +10926,7 @@ msgstr "" "Om en DROP DATABASE IF EXISTS spørring skal bli lagt til som første linje i " "loggen når oppretter en database." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10927,7 +10934,7 @@ msgstr "" "Om en DROP TABLE IF EXISTS spørring vil bli lagt til som første linje til " "loggen når oppretter en tabell." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10935,12 +10942,12 @@ msgstr "" "Om en DROP VIEW IF EXISTS spørring vil bli lagt til som første linje i " "loggen når opprettes en visning." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definerer lista med spørringer autoopprettinga bruker for nye versjoner." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10948,7 +10955,7 @@ msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma__tracking[/" "kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10956,7 +10963,7 @@ msgstr "" "Om sporingsmekanismen oppretter versjoner for tabeller og visninger " "automatisk." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -10966,7 +10973,7 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10976,7 +10983,7 @@ msgstr "" "konfigurerbare menyfunksjonen; Hvis du lar en av dem være tomme, skrus denne " "funksjonen av, foreslått: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10986,7 +10993,7 @@ msgstr "" "menyfunksjonen; Hvis du lar en av dem være tom, deaktiveres denne " "funksjonen, foreslått: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 #, fuzzy #| msgid "" #| "blank for no SQL query tracking support, suggested: [kbd]_tracking[/kbd]" @@ -10996,7 +11003,7 @@ msgid "" msgstr "" "La stå tom for ingen SQL spørringshistorie, anbefalt: [kbd]pma_tracking[/kbd]" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -11004,73 +11011,73 @@ msgstr "" "En brukervennlig beskrivelse av denne tjeneren. La stå tom for visning av " "vertsnavn istedet." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "La stå tom hvis ikke brukt" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "La stå tom for standard" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Realm navn for visning ved bruk av HTTP Auth" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Autentiseringsmetode som skal brukes" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "Komprimer tilkoblingen til MySQL tjeneren" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Skjul databaser som matcher regular expression (PCRE)" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "Vertsnavn hvor MySQL tjeneren kjører" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "La stå tom om du ikke skal bruke config autentisering" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Porten som MySQL tjeneren lytter på, la stå tom for standard verdi" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Sokkel som MySQL tjeneren lytter på, la stå tom for standard verdi" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "Slå på SSL for tilkobling til MySQL tjener" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -11080,33 +11087,33 @@ msgstr "" "autentiseringsmodus siden passordet er hardkodet i konfigurasjonsfila; dette " "begrenser ikke muligheten til å utføre samme kommando direkte." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Vis eller skjul en kolonne som viser opprettelsestidsstempel for alle " "tabeller." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Vis eller skjul en kolonne som viser tidsstempel for siste oppdatering for " "alle tabeller." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Vis eller skjul en kolonne som viser tidsstempel for siste sjekk for alle " "tabeller." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "Definerer om typefelt skal vises i redigerings- / innsettingsmodus." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -11118,33 +11125,33 @@ msgstr "" "Vis link til [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()[/" "a] resultat" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Avgjør om en bruker får en \"vis alle (rader)\" knapp" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Vis eller skjul en kolonne som viser kommentarer for alle tabeller." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Vis eller skjul en kolonne som viser tegnsett for alle tabeller." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Vis funksjonsfelter i rediger/sett inn modus" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "Om hint skal vises eller ikke" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -11152,13 +11159,13 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Definer om SQL spørringer generert av phpMyAdmin skal vises" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "Tillat visning av database og tabellstatistikk (f.eks. lagringsbruk)" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -11167,15 +11174,7 @@ msgid "" msgstr "" "Merk tabeller i bruk og gjør det mulig å vise databaser med låste tabeller" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "A warning is displayed on the main page if Suhosin is detected" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "En advarsel vises på hovedsiden dersom Suhosin er oppdaget" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -11189,7 +11188,7 @@ msgstr "" "Deaktiver varselet som vises på databasedetaljsiden Struktur om det er noen " "påkrevde tabeller for phpMyAdmins konfigurasjonslager som ikke ble funnet" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -11197,7 +11196,7 @@ msgstr "" "Tekstområdestørrelse (kolonner) i redigeringsmodus, denne verdien vil " "fremheves for SQL-spørringstekstområder (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -11205,7 +11204,7 @@ msgstr "" "Tekstområdestørrelse (rader) i redigeringsmodus, denne verdien vil fremheves " "for SQL-spørringstekstområder (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11217,7 +11216,7 @@ msgstr "" "Forwarded-For) header som kommer fra mellomlager 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -11225,7 +11224,7 @@ msgstr "" "Når den er deaktivert, kan ikke brukerne angi noen av alternativene " "nedenfor, uavhengig av avkrysningsruten til høyre." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -11243,7 +11242,7 @@ msgstr "" "dette hvis serveren der phpMyAdmin er installert ikke har direkte tilgang " "til internett. Formatet er: \"vertsnavn: portnummer\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -11253,7 +11252,7 @@ msgstr "" "godkjenning. Hvis et brukernavn er oppgitt, utføres grunnleggende " "godkjenning. Ingen andre typer autentisering støttes for øyeblikket." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -11261,7 +11260,7 @@ msgstr "" "Spørringer utføres ved å trykke Enter (i stedet for Ctrl + Enter). Nye " "linjer vil settes inn med Shift + Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -11273,73 +11272,73 @@ msgstr "" "Aktiver nullkonfigurasjonsmodus som lar deg konfigurere phpMyAdmin " "konfigurasjon lagringstabeller automatisk." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Framhev valgte rader." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Framhev raden under musmarkøren." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Antall kolonner i CHAR/VARCHAR tekstbokser." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Antall rader i CHAR/VARCHAR tekstbokser." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "Logger SQL-spørringer og deres køringstid, for visning i konsollen" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Fanen som vises når en database tas i bruk." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Fanen som vises når en tjener tas i bruk." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Fanen som vises når en tabell tas i bruk." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Hvorvidt tabellstrukturshandlingene skal være skjult." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Hvorvidt kolonnekommentarer skal vises i tabellstrukturvisning" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Vis tjenere som en liste istedet for en nedtrekksliste." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "En nedfallsboks vil bli brukt hvis færre elementer er tilstede." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Standardverdi for fremmed nøkkel kontroller avkrysningsruten for noen " "spørsmål." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Fjern avmerkingen i avmerkingsboksen for å deaktivere dra og slipp-import" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Hvor mange rader som kan settes inn på en gang" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -11349,178 +11348,178 @@ msgid "" msgstr "" "Maksimalt antall karakterer vist i ikke-numeriske kolonner i oversiktsvisning" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definer hvor lenge (i sekunder) en innloggings cookie skal være gyldig" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "Dobbel størrelse i tekstområde for LONGTEXT kolonner" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Maks antall tabeller vist i tabellista" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Maks antall tabeller vist i tabellista" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maksimalt antall nylig brukte tabeller; sett til 0 for å deaktivere" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maksimalt antall nylig brukte tabeller; sett til 0 for å deaktivere" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 #, fuzzy #| msgid "These are Edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "Disse er Rediger-, kopi- og slettelenker" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Hvorvidt radlenker skal vises, selv om unik nøkkel mangler" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Slå av kontroll av fremmednøkler" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "Bruk naturlig rekkefølge for å sortere tabell- og databasenavn" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Bruk bare ikoner, bare tekst eller begge deler" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Bruk GZip utbuffring for økt hastighet i HTTP overføringer" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Bruk vedvarende forbindelser til MySQL databasen" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Ikke tillat redigering av BLOB- eller BINARY-kolonner." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Hvor mange spørringer lagres" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "" "Velg hvilken funksjon som vil bli brukt for karaktertegnsettskonverteringer" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Ved visning av tabeller vil sorteringen av hver enkelt tabell bli husket" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Forvalgt sorteringsrekkefølge for tabeller med en primærnøkkel." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Gjenta topptekst hver n. rad; [kbd]0[/kbd] deaktiverer funksjonen." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Tjenervisningsinnstillinger" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Mappe for eksporter kan lagres på tjeneren" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Definerer om søkeboksen skal forbli på skjermen etter at den er sendt." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a database is selected." msgstr "Navn på nettleser når en tjener er valgt" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when nothing is selected." msgstr "Navn på nettleser når en tjener er valgt" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "Navn på nettleser når en tjener er valgt" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a table is selected." msgstr "Navn på nettleser når en tjener er valgt" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Mappe på tjeneren hvor du kan laste opp filer for import" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "Gjør det mulig å søke i hele databasen" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Skrur på sjekk for senesteversjon på hoved-phpMyAdmin-siden." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Passordet for autentisering med proxyen." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11530,181 +11529,181 @@ msgstr "" "Slå på [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a]-komprimering for " "import og eksportoperasjoner" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Velg standardhandling når du sender feilrapporter." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Tillat innlogging til vilkårlig MySQL-tjener" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Begrens innlogging til MySQL-tjeneren" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Tillat tredjepartsinnramming" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Vis \"Fjern database\"-lenke til normale brukere" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish hemmelig kode" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Radframheving" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Pekermarkering" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR kolonneredigering" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Aktiver CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable SQL Validator" msgid "Enable linter" msgstr "Aktiver SQL Validator" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Minste størrelse for innskrivningsfelt" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maksimum størrelse for innskrivningsfelt" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR textarea kolonner" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR textarea rader" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Kontroller konfigurasjonsfilrettigheter" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Komprimer direkte" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Bekreft DROP spørringer" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Papirstørrelse" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Standard databasefane" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Standard tjenerfane" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Standard tabellfane" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Aktiver autofullfør for tabell- og kolonneavn" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Vis kolonnekommentarer" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Skjul tabell-strukturhandlinger" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Forvalgte transformasjoner for Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Standard transformasjoner for understreng" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Standard transformasjoner for Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Standard transformasjoner for ekstern" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Forvalgte transformasjoner for PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Forvalgte transformasjoner for datoformat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Forvalgte transformasjoner for Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Forvalgte transformasjoner for tekstbildelenke" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Forvalgte transformasjoner for tekstlenke" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Vis tjenere som en liste" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Deaktiver multitabellvedlikehold" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maks kjøretid" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Lagre som fil" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Filens tegnsett" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresjon" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11712,58 +11711,58 @@ msgstr "Kompresjon" msgid "Put columns names in the first row" msgstr "Sett inn kolonnenavn i første rad" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Kolonner omsluttet av" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Columns escaped by" msgid "Columns escaped with" msgstr "Kolonner beskyttet med" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Erstatt NULL med" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Fjern CRLF tegn inne i kolonner" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Kolonner avsluttet med" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Linjer avsluttet med" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel stil" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Databasenavnmal" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Tjenernavnmal" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Tabellnavnmal" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11773,82 +11772,82 @@ msgstr "Tabellnavnmal" msgid "Dump table" msgstr "Dump tabell" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Inkluder tabelloverskrift" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tabelloverskrift" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Fortsettet tabelloverskrift" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Merkelappnøkkel" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relasjoner" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Eksportmetode" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Lagre på tjener" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Eksporter som egne filer" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Husk filnavnsmal" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Bruk venstre anførselstegn med tabell og kolonnenavn" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL kompatibilitetsmodus" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Opprettelse/Oppdaterings/Kontrolldato" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Bruk forsinkede innsettinger" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Slå av kontroll av fremmednøkler" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Eksporter views som tabeller" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Eksporter relatert metadata fra phpMyAdmin-oppsettslager" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Bruk heksadesimal for BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11856,927 +11855,927 @@ msgstr "" "Legg til HVIS IKKE EKSISTERER (mindre effektiv som indekser vil bli generert " "under tabellopprettelse)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Økts verdi" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Bruk ignore inserts" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Syntaks i bruk ved innsetting av data" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maksimum lengde av opprettet spørring" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Eksport type" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Inneslutt eksport i en transaksjon" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Eksport tid i UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Fremmednøkkelrekkefølge" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Fremmednøkkelbegrensning" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Kontroll av fremmednøkler" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Visningsmodus" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV-data" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Utvikler" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Redigeringsmodus" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Eksportinnstillinger" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Generell" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importinnstillinger" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import / eksport" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigasjonspanel" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Andre hovedinnstillinger" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Sidetitler" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Sikkerhet" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Grunnleggende innstillinger" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Godkjenning" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Tjenerinnstillinger" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Konfigurasjonslager" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Endringssporing" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL spørringsboks" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Oppstart" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Databasestruktur" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Faner" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Vis relasjonsskjema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Tekstfelt" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekst" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Advarsler" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Ekstra parametre for iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorer flere spørringsfeil" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Aktiver dra og slipp-import" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Delvis import: tillat avbrudd" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Ikke avbryt under INSERT feil" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 #, fuzzy msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Legg til OPPDATERING VED DUPLISERING AV NØKKEL" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Importfilformat" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Bruk LOCAL nøkkelord" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Kolonnenavn i første rad" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Ikke importer tomme rader" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importer valuta ($5.00 til 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importer prosenter som heltall (12.00% til .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Delvis import: hopp over spørringer" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ikke bruk AUTO_INCREMENT for nullverdier" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Lesebommer" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Initiell tilstand for slidere" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Antall innsettingsrader" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Begrens kolonne tegn" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Slett alle cookies ved utlogging" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Husk brukernavn" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Innloggings cookie lagring" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Innloggings cookie gyldighet" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Større tekstområde for LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maks lengde SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maks antall databaser" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "Maksimum størrelse for innskrivningsfelt" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maksimalt antall gjenstander i forgreningen" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maks antall rader som kan framvises" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maks antall tabeller" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Minnetak" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show hidden navigation tree items." msgid "Show databases navigation as tree" msgstr "Vis skjulte elementer i navigasjonstreet." -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Navigasjonspanel" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Lenke med hovedpanelet" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Vis logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logo link URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logo link mål" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Vis tjenerutvalg" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Mål for hurtigtilgangsikon" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Mål for hurtigtilgangsikon" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minste antall elementer som kreves for å vise filterboksen" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Minste antall databaser som skal vises i database-filterboksen" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Grupper elementer i treet" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Database treskilletegn" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Tabelltreseparator" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maks tabelltredybde" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Aktiver utheving" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Skru på navigasjonstreutvidelse" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Vis tabeller" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Vis versjoner" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Vis funksjonsfelter" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Vis prosesser" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Vis versjoner" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Kopierer database" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Sist brukte tabeller" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Hvor tabell-lenkene skal vises" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Vis radlenker uansett" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Normal rekkefølge" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Tabellbasert navigasjonsområde" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip utbuffring" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Standard sorteringsrekkefølge" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Vedvarende forbindelser" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Mangler phpMyAdmin konfigurasjonslagertabeller" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Advarsel om MySQL-reservert ord" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Hvordan menyfanene vises" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Hvorvidt forskjellige handlingslenker skal vises" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Beskytt binære kolonner" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Permanent spørringshistorie" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Spørringshistorielengde" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Rekodingsmotor" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Husk tabellens sortering" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Standard sorteringsrekkefølge" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Gjenta topptekst" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Rutenettredigering: Utløsende handling" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Relasjonsvisningskolonne" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Rutenett - redigering: Lagre alle redigerte celler på en gang" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Lagringsmappe" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Rekkefølge for vertsautorisering" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Regler for vertsautorisering" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Tillat innlogging uten passord" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Tillat innlogging som root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Økts verdi" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Bokmerketabell" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Kolonneinformasjonstabell" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Komprimer tilkobling" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Kontrollbrukerpassord" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Kontrollbruker" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrollvert" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "Kontrollvert" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Slå av bruk av INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Skul databaser" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL spørringshistorietabell" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Tjenervertsnavn" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Logg ut URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maksimalt antall tabellpreferanser som lagres" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Export views as tables" msgid "Export templates table" msgstr "Eksporter views som tabeller" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "CHAR textarea kolonner" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Vis kun opplistede databaser" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Passord for config autentisering" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF schema: sidetabell" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Tjenerport" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Nylig brukt tabell" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Favorite tables" msgid "Favorites table" msgstr "Favorittabeller" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relasjonstabell" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon sesjonsnavn" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Innloggingslink" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Tjenersokkel" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Bruk SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF schema: tabellkoordinater" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Visningskolonnetabell" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabell for UI preferanser" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Legg til DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Legg til DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Spørringer som skal spores" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL spørringssporingstabell" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automatisk opprette versjoner" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabell for lagring av brukerpreferanser" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Brukertabell" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Vis vert tabell" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Skjult navigasjonselementtabell" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Bruker for config autentisering" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Fult navn for denne tjeneren" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Tillat visning av alle rader" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Vis passordendringsskjema" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Vis opprett database skjema" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tabellkommentarer" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show versions" msgid "Show creation timestamp" msgstr "Vis versjoner" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show master status" msgid "Show last update timestamp" msgstr "Vis masterstatus" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show master status" msgid "Show last check timestamp" msgstr "Vis masterstatus" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Tabellkommentarer" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Vis felttyper" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Vis funksjonsfelter" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Vis hint" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Vis phpinfo() link" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Vis detaljert MySQL tjenerinformasjon" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Vis SQL spørringer" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Vis statistikk" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Ignorer låste tabeller" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Forklar SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Lag PHP kode" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin-advarsel" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "Innloggings cookie gyldighet" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR textarea kolonner" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR textarea rader" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Forvalgt tittel" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Liste over godkjente mellomlager for IP allow/deny" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Opplastingsmappe" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Bruk databasesøk" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Skru på utviklerfanen i innstillingene" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versjonskontroll" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "Mellomtjenernettadresse" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Brukernavn" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Passord" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Offentlig nøkkel for reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Offentlig nøkkel for reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Tjenerport" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter utfører spørringer i konsollen" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "Tjenerinnstillinger" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "Execute queries on Enter and insert new line with Shift + Enter" msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Utfør spørsmål på Enter og sett inn en ny linje med Shift + Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Konsoll" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Konsoll" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "Annet" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Tjenertilkobling kollasjon" @@ -12809,7 +12808,8 @@ msgstr "Komprimert import vil ikke fungere, funksjonen (%s) mangler." msgid "Compressed export will not work due to missing function %s." msgstr "Komprimert eksport vil ikke fungere,funksjonen (%s) mangler." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -12845,7 +12845,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -12857,7 +12857,7 @@ msgstr "Open Document regneark" msgid "OpenDocument Text" msgstr "Open Document tekst" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV med LOAD DATA" @@ -13050,7 +13050,7 @@ msgstr "" "dekomprimering[/a] trenger funksjoner (%s) som ikke er tilgjengelig på dette " "systemet." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Tjener %d" @@ -13343,7 +13343,7 @@ msgstr "Ingen tabeller funnet i databasen" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Kunne ikke laste eksporttillegg, kontroller din innstallasjon!" @@ -13477,7 +13477,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13540,7 +13540,7 @@ msgstr "Hvis du opplever problemer: Send en feilrapport manuelt." msgid "You may want to refresh the page." msgstr "Det kan være lurt å oppdatere siden." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Feil type!" @@ -13646,16 +13646,7 @@ msgstr "" "phpMyAdmin har blitt konfigurert. Ellers kan uautoriserte personer få tak i " "konfigurasjonen din og endre serveren." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Tjeneren kjører med Suhosin. Sjekk %sdokumentasjonen%s for potensielle " -"problemer." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -13664,14 +13655,14 @@ msgstr "" "$cfg['TempDir'] (%s) er ikke tilgjengelig. phpMyAdmin kan ikke hurtiglagre " "maler, og vil være tregt som følge av dette." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13681,7 +13672,7 @@ msgstr "" "mangetegns tegnsett. Uten mbstring-tillegget kan ikke phpMyAdmin splitte " "strenger korrekt, dette kan medføre uønskede resultater." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13758,7 +13749,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\"-uttrykk er avslått." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15789,7 +15780,7 @@ msgid "No such column" msgstr "Fjern kolonne(r)" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Streng" @@ -16679,7 +16670,7 @@ msgstr "Ingen databaser" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Bokmerke %s har blitt opprettet." @@ -16767,7 +16758,7 @@ msgstr "Det er ingen filer å laste opp" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerte et tomt resultat - det vil si ingen rader." @@ -17202,29 +17193,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Raden er slettet." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Spørring tok %01.4f sekunder." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Viser radene %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d total, %2$d i spørring" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d totalt" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Link ikke funnet!" @@ -17889,11 +17880,11 @@ msgstr "" msgid "web server upload directory:" msgstr "webtjener opplastingskatalog" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Viser SQL spørring" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Insatt rad id: %1$d" @@ -18318,43 +18309,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Lukk" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Kan ikke flytte tabellen til samme navn!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Kan ikke kopiere tabellen til samme navn!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabellen %s har blitt flyttet til %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabellen %s er kopiert til %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabellen %s har blitt flyttet til %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabellen %s er kopiert til %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tabellnavnet er tomt!" @@ -18437,7 +18428,7 @@ msgstr "Ugyldig autentiseringsmetode satt opp i konfigureringen:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolonner separert med:" @@ -18911,7 +18902,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -18934,52 +18925,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Kolonne navn:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Ugyldig format i CSV importen i linje %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Ugyldig antall kolonner i CSV importen i linje %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Ugyldig parameter for CSV import: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19825,11 +19816,11 @@ msgstr "Ingen ny stabil versjon er tilgjengelig" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Viser som PHP kode" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19842,7 +19833,7 @@ msgstr "" "valgene Endring, avkrysningsruten, redigere, kopiere og slette koblinger " "virker kanskje ikke etter lagring." -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -20136,26 +20127,26 @@ msgstr "Ugylding tabellnavn" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Tøm" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "ikke tilstede" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Et 1-byte heltall, signert område er fra -128 til 127, usignert område er " "fra 0 til 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -20163,7 +20154,7 @@ msgstr "" "Et 2-byte heltall, signert område er fra -32.768 til 32.767, usignert område " "er fra 0 til 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -20171,7 +20162,7 @@ msgstr "" "Et 3-byte heltall, signert område er fra -8.388.608 til 8.388.607, usignert " "er fra 0 til 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -20179,7 +20170,7 @@ msgstr "" "Et 4-byte heltall, signert område er fra -2.147.483.648 til 2.147.483.647, " "usignert er fra 0 til 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -20187,7 +20178,7 @@ msgstr "" "Et 8-byte heltall, signert område er fra -9.223.372.036.854.775.808 til " "9.223.372.036.854.775.807, usignert er fra 0 til 18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -20195,7 +20186,7 @@ msgstr "" "Et tall med fast antall desimaler (M, D) - maksimalt antall sifre (M) er 65 " "(standard 10), maksimalt antall desimaler (D) 30 (standard 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -20203,7 +20194,7 @@ msgstr "" "Et lite flyttall, tillatte verdier er fra -3,402823466E+38 til " "-1,175494351E-38, 0, og fra 1,175494351E-38 til 3,402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -20213,7 +20204,7 @@ msgstr "" "-1,7976931348623157E+308 til -2,2250738585072014E-308, 0, og fra " "2,2250738585072014E-308 til 1,7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -20221,7 +20212,7 @@ msgstr "" "Synonym for DOUBLE (unntak: i REAL_AS_FLOAT SQL-modus er det et synonym for " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -20229,7 +20220,7 @@ msgstr "" "En bit-felttype (M), lagring av M bits per verdi (standard er 1, maksimum er " "64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -20237,21 +20228,21 @@ msgstr "" "Et synonym for TINYINT (1), en verdi på null ansees som usann, andre verdier " "enn null anses sanne" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Et alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "En dato i området %1$s til %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "En kombinasjon av dato og klokkeslett, støttet område er %1$s til %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -20266,12 +20257,12 @@ msgstr "" "03:14:07 UTC, lagret som antall sekunder siden epoken (1970-01-01 00:00:00 " "UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Et klokkeslett, rekkevidde er %1$s til %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -20279,7 +20270,7 @@ msgstr "" "Et årstall med fire-sifret format (4, standard) eller to-sifret (2) format, " "de tillatte verdiene er 70 (1970) til 69 (2069) eller 1901 til 2155 og 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -20287,7 +20278,7 @@ msgstr "" "En streng med fast lengde (0-255, standard 1) som alltid har mellomrom på " "høyre side til den angitte lengden når den lagres" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -20296,7 +20287,7 @@ msgstr "" "En streng med variabel lengde (%s), effektiv maksimum lengde er avhengig av " "maksimum radstørrelse" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -20304,7 +20295,7 @@ msgstr "" "En TEKST-kolonne med en maksimal lengde på 255 (2^8 - 1) tegn, lagret med en " "1-byte prefiks som angir lengden av verdien i byte" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -20312,7 +20303,7 @@ msgstr "" "En TEKST-kolonne med en maksimal lengde på 65.535 (2^16 - 1) tegn, som er " "lagret med en 2-byte prefiks som angir lengden av verdien i byte" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -20320,7 +20311,7 @@ msgstr "" "En TEKST-kolonne med en maksimal lengde på 16.777.215 (2^24 - 1) tegn, som " "er lagret med en 3-byte prefiks som angir lengden av verdien i byte" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -20330,7 +20321,7 @@ msgstr "" "1) tegn, som er lagret med en 4-byte prefiks som angir lengden av verdien i " "byte" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -20338,7 +20329,7 @@ msgstr "" "Lik CHAR type, men lagrer binære byte-strenger i stedet for ikke-binære " "tegnstrenger" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -20346,7 +20337,7 @@ msgstr "" "Lik VARCHAR type, men lagrer binære byte-strenger i stedet for ikke-binære " "tegnstrenger" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -20354,7 +20345,7 @@ msgstr "" "En BLOB-kolonne med en maksimal lengde på 255 (2^8 - 1) bytes, lagret med en " "1-byte prefiks som angir lengden av verdien" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -20362,7 +20353,7 @@ msgstr "" "En BLOB-kolonne med en maksimal lengde på 16.777.215 (2^24 - 1) bytes, " "lagret med en 3-byte prefiks som angir lengden av verdien" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -20370,7 +20361,7 @@ msgstr "" "En BLOB-kolonne med en maksimal lengde på 65.535 (2^16 - 1) bytes, lagret " "med en 2-byte prefiks som angir lengden av verdien" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -20378,7 +20369,7 @@ msgstr "" "En BLOB-kolonne med en maksimal lengde på 4.294.967.295 eller 4GiB (2^32 - " "1) bytes, lagret med en 4-byte prefiks som angir lengden av verdien" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -20386,81 +20377,81 @@ msgstr "" "En nummerering, valgt fra listen på opp til 65.535 verdier eller den " "spesielle '' feilverdien" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "En enkelt verdi valgt fra et sett på opp til 64 medlemmer" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "En type som kan lagre en geometri av enhver type" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Et punkt i todimensjonalt rom" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "En kurve med lineær interpolasjon mellom punkter" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Et polygon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "En samling av punkter" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "En samling av kurver med lineær interpolasjon mellom punkter" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "En samling av polygoner" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "En samling av geometriobjekter av enhver type" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Lagrer en Universally Unique Identifier (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numerisk" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Dato og tid" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Romtyper" @@ -20505,6 +20496,24 @@ msgstr "Feil i ZIP arkivet:" msgid "No files found inside ZIP archive!" msgstr "Ingen filer funnet inne i ZIP arkivet!" +#, fuzzy +#~| msgid "A warning is displayed on the main page if Suhosin is detected" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "En advarsel vises på hovedsiden dersom Suhosin er oppdaget" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin-advarsel" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Tjeneren kjører med Suhosin. Sjekk %sdokumentasjonen%s for potensielle " +#~ "problemer." + #~ msgid "Version information" #~ msgstr "Versionsinformasjon" diff --git a/resources/po/ne.po b/resources/po/ne.po index e27f452076..31ff26adc8 100644 --- a/resources/po/ne.po +++ b/resources/po/ne.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2024-03-07 04:09+0000\n" "Last-Translator: Nabin Ghimire \n" "Language-Team: Nepali %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3695,7 +3695,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3705,7 +3705,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -4029,8 +4029,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4055,7 +4055,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4095,17 +4095,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4572,30 +4572,44 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Table" msgid "Enable statistics" msgstr "टेबल" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 #, fuzzy msgid "Confirm" @@ -5628,7 +5642,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5703,7 +5717,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6270,7 +6284,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6354,7 +6368,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6415,7 +6429,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6463,7 +6477,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6944,7 +6958,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7110,32 +7124,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8800,14 +8814,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8989,329 +8995,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9319,478 +9325,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9798,13 +9798,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9812,395 +9812,395 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Table" msgid "Enable linter" msgstr "टेबल" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments:" msgid "Show column comments" msgstr "टेबलको टिप्पणीहरु:" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10208,56 +10208,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10267,939 +10267,939 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select All" msgid "Remember filename template" msgstr "सबै चयन गर्नुहोस" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Table comments:" msgid "Show tables in tree" msgstr "टेबलको टिप्पणीहरु:" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "No tables found in database." msgid "Expand single database" msgstr "डेटाबेसमा कुनैपनि टेबल भेटिइएन।" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Favorites table" msgstr "%s टेबल" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments:" msgid "Show table comments" msgstr "टेबलको टिप्पणीहरु:" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments:" msgid "Show table charset" msgstr "टेबलको टिप्पणीहरु:" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Created" msgid "Create PHP code" msgstr "निर्माण गरियो/गरिएको छ" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11232,7 +11232,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11266,7 +11267,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11274,7 +11275,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11395,7 +11396,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11665,7 +11666,7 @@ msgstr "डेटाबेसमा कुनैपनि टेबल भेट #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11792,7 +11793,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11853,7 +11854,7 @@ msgstr "तपाईंलाई कुनै पनि समस्या अ msgid "You may want to refresh the page." msgstr "तपाईं पृष्ठ ताजा गर्न चाहानुहुन्छ।" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "प्रकार मिलेन!" @@ -11939,35 +11940,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12030,7 +12024,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13877,7 +13871,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14612,7 +14606,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14690,7 +14684,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15071,29 +15065,29 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s टेबल" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15658,11 +15652,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16060,39 +16054,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16166,7 +16160,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16564,7 +16558,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation:" msgid "Indentation:" @@ -16587,54 +16581,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "स्तम्भ" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17329,18 +17323,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17593,95 +17587,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17689,170 +17683,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/nl.po b/resources/po/nl.po index ecb71e8369..2edde869b3 100644 --- a/resources/po/nl.po +++ b/resources/po/nl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-17 05:09+0000\n" "Last-Translator: dingo thirteen \n" "Language-Team: Dutch %s" msgstr "Bewaar op de server in de map %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Bestaand(e) bestand(en) overschrijven" @@ -3640,7 +3640,7 @@ msgstr "Gebruik deze" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Terug" @@ -3650,7 +3650,7 @@ msgstr "Terug" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importeren" @@ -3996,8 +3996,8 @@ msgstr "SQL-upload" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databases" @@ -4019,7 +4019,7 @@ msgid "Recent" msgstr "Recentelijk" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Favoriete tabellen" @@ -4058,17 +4058,17 @@ msgid "Features" msgstr "Opties" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-query's" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigatiepaneel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Hoofdpaneel" @@ -4545,13 +4545,28 @@ msgstr "Controleer rechten op database \"%s\"." msgid "Check privileges" msgstr "Controleer rechten" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Voer SQL-query/-query's uit op database %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Totaal:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4559,16 +4574,16 @@ msgstr "" "Let op: het inschakelen van databasestatistieken kan zorgen voor veel " "gegevensverkeer tussen de webserver en de MySQL-server." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Statistieken inschakelen" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Geen databases" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Bevestig" @@ -5642,7 +5657,7 @@ msgid "Current server:" msgstr "Huidige server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servers" @@ -5727,7 +5742,7 @@ msgid "Test:" msgstr "Test:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6331,7 +6346,7 @@ msgstr "Toon formulier" msgid "Show hidden messages" msgstr "Toon verborgen berichten" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Authenticatietype" @@ -6413,7 +6428,7 @@ msgid "Detailed profile" msgstr "Gedetailleerd profiel" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Volgorde" @@ -6474,7 +6489,7 @@ msgstr "Taartdiagram met profiling resultaten." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Uw SQL-query is succesvol uitgevoerd." @@ -6520,7 +6535,7 @@ msgstr "Scheidingsteken" msgid "Show this query here again" msgstr "Laat deze query hier zien" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Queryveld behouden" @@ -7000,7 +7015,7 @@ msgid "Delete the view (DROP)" msgstr "De VIEW verwijderen (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Tabelstructuur" @@ -7169,32 +7184,32 @@ msgid "Index length" msgstr "Lengte van de index" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analyseren" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Controleren" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimaliseren" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Heropbouwen" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Repareren" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Afbreken" @@ -9104,14 +9119,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamees" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9289,19 +9296,19 @@ msgstr "beide bovenstaande opties" msgid "neither of the above" msgstr "geen van bovenstaande opties" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Gebruiker kan geen hogere waarde instellen" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Indien ingeschakeld kan de gebruiker elke MySQL-server opgeven op het " "aanmeldingsformulier voor cookie-authenticatie." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9311,7 +9318,7 @@ msgstr "" "op een willekeurige MySQL server is toegestaan door een overeenkomende IP of " "servernaam van de MySQL server met een reguliere expressie." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9322,7 +9329,7 @@ msgstr "" "[strong]beveiligingslek[/strong] wat cross-frame scripting (XSS) aanvallen " "mogelijk kan maken." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9330,15 +9337,15 @@ msgstr "" "Geheime sleutelzin gebruikt voor de versleuteling van cookies in " "[kbd]cookie[/kbd]-authenticatie." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Schakel bzip2 compressie in voor importbewerkingen." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Voer de URL in voor uw reCAPTCHA v2 compatible API." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9346,30 +9353,30 @@ msgstr "" "Geef de Content-Security-Policy snippet in voor uw reCAPTCHA v2 compatible " "API." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Geef de vraag parameter in gebruik bij uw reCAPTCHA v2 compatible API in." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Geef de respons parameter in die gebruikt wordt door uw reCAPTCHA v2 " "compatible API." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Voer uw openbare sleutel in voor de reCAPTCHA service op uw domein." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Voer uw private sleutel in voor de reCAPTCHA service op uw domein." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Voer uw siteverify URL in voor uw reCAPTCHA service." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9380,7 +9387,7 @@ msgstr "" "beperken, [kbd]textarea[/kbd] - maakt het mogelijk om meerdere regels in te " "vullen." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9388,7 +9395,7 @@ msgstr "" "Gebruik de gebruiksvriendelijk editor voor SQL-query's (CodeMirror) met " "syntaxis markering en regelnummers." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9396,7 +9403,7 @@ msgstr "" "Vindt elke fout in de query voor uitvoeren. Vereist dat CodeMirror " "ingeschakeld is." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9404,7 +9411,7 @@ msgstr "" "Definieert de minimale grootte voor invoervelden die gegenereerd worden voor " "CHAR- en VARCHAR-kolommen." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9412,7 +9419,7 @@ msgstr "" "Definieert de maximale grootte voor invoervelden die gegenereerd worden voor " "CHAR- en VARCHAR-kolommen." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9421,7 +9428,7 @@ msgstr "" "is; indien u problemen ondervindt met de gemaakte gzip-bestanden, schakel " "deze functie dan uit." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9429,15 +9436,15 @@ msgstr "" "Of er een waarschuwing(\"Weet u zeker…\") moet worden getoond op het moment " "dat u gegevens gaat verwijderen." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Automatisch aanvullen van tabel- en kolomnamen in de SQL queries." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9446,7 +9453,7 @@ msgstr "" "worden overschreven als de transformatie wordt ingevuld op de tabelstructuur " "pagina." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9454,7 +9461,7 @@ msgstr "" "Schakel arbeidsintensieve onderhoudstaken voor tabellen uit, zoals " "optimaliseren of herstellen van geselecteerde tabellen van een database." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9462,12 +9469,12 @@ msgstr "" "Stel hier het maximale aantal seconden in dat een script mag gebruiken om te " "worden uitgevoerd ([kbd]0[/kbd] voor geen limiet)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Sluit definitie van huidige gebruiker uit" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9475,7 +9482,7 @@ msgstr "" "Sorteervolgorde van elementen in het vreemdesleutelkeuzemenu; [kbd]content[/" "kbd] is de gerefereerde data, [kbd]id[/kbd] is de sleutelwaarde." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9483,7 +9490,7 @@ msgstr "" "Specificeer de browser titelbalk tekst. Zie [doc@faq6-27]documentatie[/doc] " "voor tekenreeksen die voor speciale tekens gebruikt kunnen worden." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9491,7 +9498,7 @@ msgstr "" "Bedenk dat phpMyAdmin enkel een gebruikersinterface is, en dat zijn " "functionaliteit MySQL niet beperkt." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9499,7 +9506,7 @@ msgstr "" "Geavanceerde serverinstellingen, wijzig deze alleen wanneer u de werking " "begrijpt." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9509,7 +9516,7 @@ msgstr "" "extra functionaliteit, zie [doc@linked-tables]phpMyAdmin-configuratieopslag[/" "doc] in de documentatie." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9517,116 +9524,116 @@ msgstr "" "Bijhouden van wijzigingen in de database. Dit vereist de configuratieopslag " "van phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Aanpassen van verkenmodus." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Aanpassen standaard opties." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Instellingen voor phpMyAdmin-ontwikkelaars." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Bewerkmodus aanpassen." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Aanpassen standaard exportopties." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Enkele veel gebruikte opties instellen." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Aanpassen standaard importopties." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Aanpassen importeer- en exporteer-directories en compressie-opties." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Weergaveopties voor databases." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Weergaveopties voor het navigatiepaneel." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Aanpassen van de navigatieboom." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Weergaveopties voor servers." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Weergaveopties voor tabellen." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Instellingen die onder geen andere categorie passen." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Authenticatie-instellingen." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Geef de serververbindingsparameters op." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Aanpassen van links getoond in de SQL-query vensters." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL-query instellingen." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Aanpassen beginpagina." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Kies de details die getoond worden in de databasestructuur (lijst met " "tabellen)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Instellingen voor de tabelstructuur (lijst met kolommen)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Kies hoe de tabbladen moeten werken." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Invoertekstvelden aanpassen." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Aanpassen standaard opties" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Schakel enkele waarschuwingen uit die getoond worden door phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Schakel gzip compressie in voor import- en exportbewerkingen." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9634,7 +9641,7 @@ msgstr "" "Indien ingeschakeld gaat phpMyAdmin door met het uitvoeren van query's zelfs " "als een query uit een meervoudige opdracht een fout oplevert." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9644,7 +9651,7 @@ msgstr "" "tijdslimiet nadert. Dit kan nuttig zijn bij het importeren van grote " "bestanden, maar kan transacties verstoren." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9652,17 +9659,17 @@ msgstr "" "Standaard formaat; deze lijst is afhankelijk van de locatie (database, " "tabel), enkel SQL is altijd beschikbaar." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Werk data bij wanneer identieke sleutelvelden worden gevonden bij het " "importeren" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Aantal query's die moeten worden overgeslagen in het begin." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9673,7 +9680,7 @@ msgstr "" "meerdere servers wordt gewerkt en dit niet is ingeschakeld kan het snel " "gebeuren dat u vergeet om af te melden voor een van de servers." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9681,7 +9688,7 @@ msgstr "" "Geeft aan of de laatst gebruikte gebruikersnaam moet worden herinnerd " "wanneer u geen gebruik maakt van de [kbd]cookie[/kbd] authenticatiemethode." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9693,12 +9700,12 @@ msgstr "" "van de huidige sessie bewaard, en vervalt wanneer de browser wordt " "afgesloten. Dit is aan te raden voor niet-vertrouwde omgevingen." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Maximaal aantal karakters dat wordt gebruikt bij het tonen van een SQL-query." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9706,14 +9713,14 @@ msgstr "" "Het aantal elementen dat getoond wordt op iedere pagina op het eerste niveau " "van de navigatieboom." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Het aantal elementen dat getoond wordt op iedere pagina van de navigatieboom." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9722,7 +9729,7 @@ msgstr "" "resultatenset. Indien de resultatenset meer rijen bevat worden de links " "\"Volgende\" en \"Vorige\" getoond." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9731,17 +9738,17 @@ msgstr "" "bijvoorbeeld [kbd]32M[/kbd] ([kbd]-1[/kbd] voor geen limiet en [kbd]0[/kbd] " "voor geen wijziging)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "In het navigatiepanel, vervang de database boomstructuur door een selectie" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Koppelen met hoofdpaneel door de huidige database of tabel te markeren." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9749,7 +9756,7 @@ msgstr "" "Open de pagina in het hoofdvenster ([code]main[/code]) of in een nieuw " "venster ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9757,7 +9764,7 @@ msgstr "" "Het minimale aantal elementen (tabellen, views, routines en evenementen) " "waarbij een filterveld wordt getoond." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9765,67 +9772,67 @@ msgstr "" "Groepeer elementen in een boomstructuur ( op basis van het scheidingsteken " "zoals gedefinieerd in de Databases en Tabellen tabs hier boven)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Of uitklappen van de boomstructuur aangeboden mag worden in het " "navigatiepaneel." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Of procedures getoond worden onder database in de navigatieboom" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Of enkelvoudige database uitbreiden in de navigatieboom automatisch gebeurt." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Zet op 0 om het navigatiepaneel in te klappen." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Toon logo in navigatiepaneel." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL waar het logo in het navigatiepaneel naar doorverwijst." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Toon serverkeuze bovenaan het navigatiepaneel." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Tekenreeks die databasenamen opsplitst in verschillende niveaus." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Tekenreeks die tabelnamen opsplitst in verschillende niveaus." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Server onder de muispijl markeren." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Of tabellen getoond worden in de navigatieboom" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Of views getoond worden onder database in de navigatieboom" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Of functies getoond worden onder database in de navigatieboom" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Of gebeurtenissen getoond worden onder database in de navigatieboom" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9833,7 +9840,7 @@ msgstr "" "[kbd]SMART[/kbd] - op aflopende volgorde voor kolommen van het type TIME, " "DATE, DATETIME en TIMESTAMP, oplopend voor overige kolommen." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9843,7 +9850,7 @@ msgstr "" "pagina met databasedetails wanneer een benodigde tabel voor de " "configuratieopslag van phpMyAdmin niet gevonden kan worden." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9851,7 +9858,7 @@ msgstr "" "De waarschuwing uitschakelen die getoond wordt op de Structuur pagina " "wanneer kolomnamen in een tabel gereserveerde MySQL woorden zijn." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9862,13 +9869,13 @@ msgstr "" "uitgeschakeld, worden JS-routines gebruikt om querygeschiedenis te tonen " "(deze gaat verloren bij het sluiten van het venster)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Sta gebruikers toe om bladwijzers te maken die beschikbaar zijn voor andere " "gebruikers" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9876,7 +9883,7 @@ msgstr "" "Stel de gebruikte tijdzone in; mogelijk is dat een andere dan die van je " "database server" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9884,7 +9891,7 @@ msgstr "" "Laat dit veld leeg om geen [doc@bookmarks@]bookmark[/doc] support, " "suggestie: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9892,7 +9899,7 @@ msgstr "" "Laat dit veld leeg om geen kolomopmerkingen/media typen te ondersteunen, " "suggestie: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9900,7 +9907,7 @@ msgstr "" "Een speciale MySQL-gebruiker met beperkte rechten, zie [doc@linked-tables] " "1documentation[/doc] 2 voor meer informatie." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9908,7 +9915,7 @@ msgstr "" "Een alternatieve host voor de configuratieopslag; laat leeg om de reeds " "gedefinieerde host te gebruiken." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9918,7 +9925,7 @@ msgstr "" "laat leeg om de standaardpoort te gebruiken, of om de reeds gedefinieerde " "poort te gebruiken als controlhost gelijk is aan host." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9928,7 +9935,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] en [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9936,7 +9943,7 @@ msgstr "" "Laat dit veld leeg om SQL-geschiedenis niet te ondersteunen, suggestie: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9944,7 +9951,7 @@ msgstr "" "Beperkt het aantal tabelvoorkeuren die opgeslagen zijn in de database, de " "oudste worden automatisch verwijderd." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9952,7 +9959,7 @@ msgstr "" "Laat dit veld leeg om template ondersteuning uit te schakelen, suggestie: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9960,7 +9967,7 @@ msgstr "" "Laat dit veld leeg om centrale kolommen tabel niet te ondersteunen, " "suggestie: [kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9970,14 +9977,14 @@ msgstr "" "een \\ indien u ze letterlijk wil gebruiken. Gebruik bijvoorbeeld " "[kbd]'mijn\\_db'[/kbd] en niet [kbd]'mijn_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Laat dit veld leeg om PDF-schemaondersteuning uit te schakelen, suggestie: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9987,7 +9994,7 @@ msgstr "" "te slaan. Zie [doc@linked-tables]pmadb[/doc] voor meer informatie. Laat dit " "veld leeg om dit uit te schakelen. Suggestie: : [kbd] phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9995,7 +10002,7 @@ msgstr "" "Laat dit veld leeg om geen recent gebruikte tabellen op te slaan over " "sessies heen, voorstel: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10003,7 +10010,7 @@ msgstr "" "Laat dit veld leeg om geen veel gebruikte tabellen op te slaan over sessies " "heen, voorstel: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10011,13 +10018,13 @@ msgstr "" "Laat dit veld leeg om geen [doc@relations@] relation-links[/doc] te " "ondersteunen, suggestie: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Zie [doc@authentication-modes]authentication types[/doc] voor een voorbeeld." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10025,7 +10032,7 @@ msgstr "" "Laat dit veld leeg om geen PDF-schema te ondersteunen, suggestie: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10033,7 +10040,7 @@ msgstr "" "De tabel om kolomomschrijvingen te definiëren, laat dit veld leeg om dit " "niet te gebruiken; suggestie: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10041,7 +10048,7 @@ msgstr "" "Laat dit veld leeg om interfacevoorkeuren niet \"persistent\" op te slaan, " "suggestie: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10049,7 +10056,7 @@ msgstr "" "Of de opdracht DROP DATABASE IF EXISTS toegevoegd wordt als eerste regel van " "de log als een database aangemaakt wordt." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10058,7 +10065,7 @@ msgstr "" "de log als een tabel aangemaakt wordt." # "statement" hier vertalen is geen goed idee. -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10066,13 +10073,13 @@ msgstr "" "Of een opdracht DROP VIEW IF EXISTS als de eerste lijn toegevoegd zal worden " "bij het aanmaken van een weergave of niet." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definieert de lijst van opdrachten die gebruikt worden bij het automatisch " "aanmaken bij nieuwe versies." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10080,7 +10087,7 @@ msgstr "" "Laat dit veld leeg om het opvolgen van SQL-query's niet te ondersteunen, " "suggestie: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10088,7 +10095,7 @@ msgstr "" "Of het opvolgsysteem versies voor tabellen en weergaven automatisch aanmaakt " "of niet." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10096,7 +10103,7 @@ msgstr "" "Laat dit veld leeg om geen gebruikersvoorkeuren op te slaan in de database, " "suggestie: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10106,7 +10113,7 @@ msgstr "" "optie configureren menu's te activeren; als u een van beide leeg laat wordt " "deze functie uitgeschakeld, suggestie: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10116,7 +10123,7 @@ msgstr "" "configureerbare menu's optie te activeren; als u een van beide leeg laat " "wordt deze functie uitgeschakeld, suggestie: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10124,7 +10131,7 @@ msgstr "" "Laat dit veld leeg om de optie, die navigatieonderdelen kan verbergen of " "tonen, uit te schakelen, suggestie: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10132,58 +10139,58 @@ msgstr "" "Een gebruiksvriendelijke naam voor deze server. Laat dit veld leeg om de " "hostnaam te tonen." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Laat dit veld leeg indien u het niet wenst te gebruiken." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Laat dit veld leeg om de standaardwaarde te gebruiken." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Basic Auth Realm naam om weer te geven tijdens HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Authenticatiemethode." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Comprimeer verbinding naar de MySQL-server." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Verberg databases die aan de hier opgegeven reguliere expressie (PCRE) " "voldoen." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Hostnaam waar de MySQL-server bereikbaar is." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" "Laat dit veld leeg indien u geen gebruik maakt van 'config'-authenticatie." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Het TCP-poortnummer waarop MySQL luistert, laat dit veld leeg om de " "standaardwaarde te gebruiken." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Het socket waarop de MySQL-server luistert, laat dit leeg om de standaard " "waarde te gebruiken." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "SSL inschakelen voor de verbinding naar de MySQL-server." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10194,26 +10201,26 @@ msgstr "" "configuratiebestand staat opgeslagen; dit beperkt echter niet de " "mogelijkheid om de bijbehorende SQL-opdracht handmatig uit te voeren." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Toon of verberg een kolom met het tijdstip van aanmaken voor alle tabellen." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Toon of verberg een kolom met het tijdstip van laatste aanpassing voor alle " "tabellen." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Toon of verberg een kolom met het tijdstip van laatste controle voor alle " "tabellen." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10221,7 +10228,7 @@ msgstr "" "Definieert of type velden initieel getoond worden in de modus bewerken/" "toevoegen." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10229,56 +10236,48 @@ msgstr "" "Toon link naar de uitvoer van [a@https://www.php.net/manual/en/function." "phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Of er een knop \"Toon alle (rijen)\" moet worden getoond aan de gebruiker." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Toon of verberg een kolom met het commentaar voor alle tabellen." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Toon of verberg een kolom met de karakterset voor alle tabellen." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Toon de functievelden tijdens het wijzigen/invoegen." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Of een hint getoond wordt of niet." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Geeft aan of SQL-query's die door phpMyAdmin werden gegenereerd moeten " "worden getoond." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Sta toe om statistieken van databases en tabellen te tonen (over o.a. het " "schijfgebruik)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Markeer tabellen die in gebruik zijn en maak het mogelijk om databases met " "geblokkeerde tabellen te tonen." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Schakel de standaard waarschuwing uit die wordt getoond op de hoofdpagina " -"als Suhosin gedetecteerd wordt." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10288,7 +10287,7 @@ msgstr "" "waarde van de PHP instelling 'session.gc_maxlifetime' lager is dan de waarde " "van 'LoginCookieValidity'." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10296,7 +10295,7 @@ msgstr "" "Tekstveldgrootte (kolommen) in bewerkmodus, deze waarde wordt benadrukt " "weergegeven voor SQL-querytekstvelden (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10304,7 +10303,7 @@ msgstr "" "Tekstveldgrootte (rijen) in bewerkmodus, deze waarde wordt benadrukt " "weergegeven voor SQL-query tekstvelden (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10316,7 +10315,7 @@ msgstr "" "For) header moet vertrouwen wanneer deze afkomstig is van het IP 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10324,7 +10323,7 @@ msgstr "" "Wanneer uitgeschakeld, kunnen gebruikers geen van de opties onderaan " "wijzigen, onafhankelijk van het aanvinkveld aan de rechterkant." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10337,7 +10336,7 @@ msgstr "" "geïnstalleerd is geen directe toegang tot het Internet heeft. Het formaat " "is: \"servernaam:poortnummer\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10348,7 +10347,7 @@ msgstr "" "basisverificatie uitgevoerd. Andere types verificatie worden momenteel niet " "ondersteund." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10357,7 +10356,7 @@ msgstr "" "Ctrl+Enter). Nieuwe regels worden ingevoegd met de toetscombinatie " "Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10365,390 +10364,390 @@ msgstr "" "Schakel 'Zonder configuratie'-modus in om phpMyAdmin " "configuratieopslagtabellen automatisch in te stellen." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Geselecteerde rijen markeren." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "De door de muis aangewezen rij markeren." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Aantal kolommen voor CHAR/VARCHAR-tekstgebieden." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Aantal regels voor CHAR/VARCHAR-tekstgebieden." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Journaliseer SQL query's en hun verwerkingstijd, om weer te geven op de " "console" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Het tabblad dat wordt getoond na het openen van een database." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Het tabblad dat wordt getoond na het openen van een server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Het tabblad dat wordt getoond na het openen van een tabel." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Of de tabelstructuur acties verborgen moeten worden." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Of kolomcommentaar getoond moet worden in het tabelstructuuroverzicht" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Toon een serveroverzicht als een lijst in plaats van een afrolmenu." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Een afrolmenu wordt gebruikt indien er minder items beschikbaar zijn." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Standaardwaarde voor extern sleutelveld controle checkbox voor sommige " "query's." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Vink uit om importeren door slepen uit te schakelen" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Hoeveel rijen gelijktijdig kunnen worden ingevoegd." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximaal aantal karakters dat wordt getoond in een niet-numerieke kolom bij " "het bekijken van queryresultaten." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definieer hoelang (in seconden) een aanmeldingscookie geldig blijft." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Dubbele grootte van tekstveld voor LONGTEXT-kolommen." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maximum aantal databases dat getoond wordt in de databaselijst." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Het maximum aantal tabellen dat wordt getoond in de tabellenlijst." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Het maximum aantal recent gebruikte tabellen dat wordt getoond; vul 0 in om " "uit te schakelen." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Het maximum aantal favoriete tabellen dat wordt getoond; vul 0 in om uit te " "schakelen." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Dit zijn de links Bewerken, Kopiëren en Verwijderen." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Of links naar rijen getoond worden zelfs bij afwezigheid van een uniek " "sleutelveld." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Sneltoetsen uitschakelen" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Gebruik natuurlijke volgorde voor het sorteren van tabel- en databasenamen." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Gebruik enkel pictogrammen, enkel tekst of beide." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "GZip-uitvoerbuffering gebruiken voor het versnellen van HTTP-verkeer." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Gebruik persistente verbindingen voor MySQL-databases." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Blokkeer het bewerken van 'BLOB'- en 'BINARY'-kolommen." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Hoeveel query's er worden bewaard in de geschiedenis." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Selecteer welke functies worden gebruikt om karaktersetconversies uit te " "voeren." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Bij het bekijken van tabellen wordt de sorteervolgorde onthouden." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Standaard sorteervolgorde voor tabellen met een primaire sleutel." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Herhaal de kopregel elke X cellen, [kbd]0[/kbd] schakelt deze functie uit." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Voor weergaveopties" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Map op de server waar exports kunnen worden opgeslagen." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Bepaalt of het queryveld op het scherm moet blijven na invoer." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titel van het browserscherm wanneer een database geselecteerd is." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titel van het browserscherm wanneer niets geselecteerd is." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titel van het browserscherm wanneer een server geselecteerd is." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titel van het browserscherm wanneer een tabel geselecteerd is." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Map op de server waar te importeren bestanden kunnen worden ge-upload." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Toestaan om te zoeken binnen de volledige database." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Schakel de controle op de nieuwste versie in op de hoofdpagina van " "phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Het wachtwoord voor de authenticatie met de proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Schakel ZIP compressie in voor import- en exportbewerkingen." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Kies de standaard actie bij het verzenden van foutmeldingsverslagen." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Aanmelden op elke MySQL-server toestaan" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Aanmelden op de MySQL-server beperken" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Frames van derden toestaan" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Toon link \"Verwijder database\" aan normale gebruikers" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish geheim" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Rij markering" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Muispijl markeren" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR-kolommen bewerken" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror inschakelen" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Schakel linter in" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Minimale grootte voor een invoerveld" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maximale grootte voor een invoerveld" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Kolommen van CHAR-tekstgebied" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Regels van CHAR-tekstgebied" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Controleer de rechten op het configuratiebestand" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Comprimeer direct" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Bevestig DROP-query's" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Papierformaat" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Standaard databasetabblad" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Standaard servertabblad" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Standaard tabel tabblad" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Automatisch aanvullen van tabel- en kolomnamen inschakelen" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Toon kolomopmerkingen" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Tabelstructuuracties verbergen" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Standaard transformaties voor Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Standaard transformaties voor Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Standaard transformaties voor Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Standaard transformaties voor External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Standaard transformaties voor PreAppend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Standaard transformaties voor DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Standaard transformaties voor Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Standaard transformaties voor TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Standaard transformaties voor TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Toon servers als een lijst" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Schakel onderhoud op meerdere tabellen uit" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maximale uitvoertijd" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Gebruik de [code]LOCK TABLES[/code] opdracht" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Opslaan als bestand" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Karakterset voor het bestand" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compressie" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10756,56 +10755,56 @@ msgstr "Compressie" msgid "Put columns names in the first row" msgstr "Kolomnamen in de eerste rij plaatsen" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Kolommen ingesloten door" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Kolommen omgezet met wisselteken" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Vervang NULL door" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Verwijder CRLF-tekens uit kolommen" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Kolommen beëindigd met" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Regels beëindigd door" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel-editie" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Databasenaamtemplate" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Servernaamtemplate" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Tabelnaamtemplate" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10815,80 +10814,80 @@ msgstr "Tabelnaamtemplate" msgid "Dump table" msgstr "Exporteer tabel" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Tabeltitel toevoegen" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tabeltitel" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Vervolgde tabeltitel" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Labelsleutel" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relaties" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Exportmethode" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Opslaan op server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exporteer als afzonderlijke bestanden" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Onthou bestandsnaam template" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Verwijder DEFINER clausule uit definities" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Aanhalingstekens (`) bij tabel- en kolomnamen gebruiken" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL-compatibiliteitsmodus" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Creatie/Update/Controleer datum" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Gebruik vertraagde inserts" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Controle op vreemde sleutels uitschakelen" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Views exporteren als tabellen" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Exporteer gerelateerde metadata van de phpMyAdmin configuratie opslag" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Gebruik hexadecimaal voor BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10896,847 +10895,847 @@ msgstr "" "Voeg IF NOT EXISTS toe (minder efficiënt doordat indexen worden gegenereerd " "tijdens het aanmaken van de tabel)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s view" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "'INSERT IGNORE' gebruiken" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Syntax voor insert-opdrachten" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maximale lengte van de gemaakte query" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Exporttype" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Sluit de export in een transactie" # UTC = Universal Time Zone, UTC laten staan. -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exporteertijd in UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Sortering van het vreemdesleutelkeuzemenu" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Vreemdesleutellimiet" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Controles op extern sleutelveld" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Eerste dag van kalender" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Verkenmodus" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV-gegevens" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Ontwikkelaar" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Bewerkmodus" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Export standaarden" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Algemeen" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importopties" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importeren / exporteren" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigatieboom" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Overige instellingen" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Paginatitels" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Beveiliging" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Basisinstellingen" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Authenticatie" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Serverconfiguratie" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Configuratieopslag" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Wijzigingen bijhouden" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL-queryveld" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Beginpagina" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Databasestructuur" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Tabbladen" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Toon relationeel schema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Tekstvelden" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekst" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Waarschuwingen" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Extra parameters voor iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Negeer foutmeldingen bij meervoudige statements" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Schakel importeren door slepen in" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Gedeeltelijke import: onderbreken toestaan" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Breek een handeling niet af bij een INSERT-fout" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Voeg ON DUPLICATE KEY UPDATE toe" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formaat van het geïmporteerde bestand" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Gebruik het LOCAL sleutelwoord" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Kolomnamen in eerste rij" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Lege rijen niet importeren" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Valuta importeren ($5.00 naar 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Percentages als decimalen importeren (12.00% naar .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Gedeeltelijke import: query's overslaan" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Gebruik geen AUTO_INCREMENT voor 0-waarden" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Lees als mulitbytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Initiële toestand van schuif-indexen" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Aantal ingevoegde rijen" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Beperk aantal tekens in een kolom" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Alle cookies verwijderen bij het afmelden" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Gebruikersnaam herinneren" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Opslag voor aanmeldingscookie" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Geldigheid aanmeldingscookie" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Groter tekstveld voor LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maximaal getoonde SQL-lengte" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maximum aantal databases" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maximum elementen op het eerste niveau" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maximum elementen in tak" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maximum aantal te tonen rijen" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maximum aantal tabellen" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Geheugenlimiet" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Geef databases navigatiescherm weer als boomstructuur" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Navigatiepaneelbreedte" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Verbinden met hoofdpaneel" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Toon logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL voor de link van het logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Linkbestemming van logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Toon serverkeuze" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Doel van snel-icoon" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Doel van de tweede snelle toegang pictogram" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minimale aantal elementen waarbij een filterveld wordt getoond" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Minimale aantal databases waarbij een filterveld wordt getoond" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Groepeer elementen in de boomstructuur" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Scheidingsteken database boomstructuur" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Scheidingsteken tabelboomstructuur" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maximum diepte tabelboomstructuur" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Markeren inschakelen" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Uitklappen van de navigatiestructuur inschakelen" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Toon tabellen in boomstructuur" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Versies weergeven in boomstructuur" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Toon functies in boomstructuur" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Laat procedures zien een boomstructuur" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Toon gebeurtenissen in een boomstructuur" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Enkelvoudige database uitbreiden" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Recent gebruikte tabellen" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Waar de tabelregellinks getoond worden" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Toon hoe dan ook links naar de rijen" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Natuurlijke volgorde" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Navigatiebalk voor tabellen" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip-uitvoerbuffering" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Standaard sorteervolgorde" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Persistente verbindingen" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabellen voor de configuratieopslag van phpMyAdmin ontbreken" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL gereserveerde woorden waarschuwing" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Hoe de menu-tabs te tonen" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Hoe de verschillende acties te tonen" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Binaire kolommen beschermen" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Permanente querygeschiedenis" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Lengte querygeschiedenis" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Sta met andere gebruikers gedeelde bladwijzers toe" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Hercoderingsengine" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "De tabelsortering onthouden" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Standaard sorteervolgorde voor primaire sleutels" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Kopregels herhalen" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Rasterbewerken: trigger actie" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relationele weergave" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Roosterbewerkingen : alle wijzigingen aan cellen tegelijk opslaan" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Opslagmap" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Volgorde hostautorisatie" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Regels hostautorisatie" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Aanmelden zonder wachtwoord toestaan" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Aanmelden als root toestaan" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Sessie tijdzone" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Bladwijzertabel" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabel voor kolominformatie" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Comprimeer verbinding" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Controle gebruikerswachtwoord" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Controle gebruiker" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Controlehost" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Controlepoort" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Geen gebruik maken van INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Verberg databases" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabel voor SQL-querygeschiedenis" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Serverhostnaam" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL voor afmelden" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Het maximum aantal tabelvoorkeuren die opgeslagen worden" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exporteer de templates tabel" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Centrale kolommen tabel" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Toon enkel de opgesomde databases" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Wachtwoord voor 'config'-authenticatie" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-schema: pagina's tabel" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Serverpoort" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Recent gebruikte tabel" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Favorieten tabel" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relatietabel" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon-sessienaam" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Signon-URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Serversocket" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL gebruiken" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Ontwerper en PDF-schema: tabelcoördinaten" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Tabel met kolomomschrijvingen" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabel voor interfacevoorkeuren" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE toevoegen" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW toevoegen" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Bij te houden opdrachten" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL-query-opvolgingstabel" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automatisch versies aanmaken" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Opslagtabel voor gebruikersvoorkeuren" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Gebruikerstabel" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Gebruikersgroepentabel" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabel met verborgen navigatieonderdelen" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Gebruiker voor 'config'-authenticatie" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Uitgebreide naam voor deze server" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Toon alle rijen" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Toon formulier voor wachtwoord wijzigen" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Toon formulier om een nieuwe database aan te maken" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Toon tabelopmerkingen" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Toon het tijdstip van aanmaken" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Toon het tijdstip van laatste aanpassing" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Toon het tijdstip van laatste controle" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Toon karakterset van tabel" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Toon veldtypes" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Toon functievelden" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Toon hint" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Toon link naar phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Toon gedetailleerde MySQL-serverinformatie" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Toon SQL-query's" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Toon statistieken" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Herken vergrendelde tabellen" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Verklaar SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Genereer PHP-code" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin-waarschuwing" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Waarschuwing geldigheid inlog-cookie" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Tekstveldkolommen" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Tekstveldregels" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Standaard titel" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lijst van vertrouwde proxyservers" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Uploadmap" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Databasezoekfunctie gebruiken" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Schakel het ontwikkelaarstabblad in bij instellingen" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versiecontrole" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Proxy URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proxy gebruikersnaam" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proxy wachtwoord" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL voor reCAPTCHA v2 API" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Content-Security-Policy snippet voor reCAPTCHA v2 API" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Vraag parameter voor reCAPTCHA v2 API" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Respons parameter voor reCAPTCHA v2 API" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Publieke sleutel voor reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Privésleutel voor reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL voor reCAPTCHA siteverify" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Verzend foutmeldingsverslagen" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "De Enter toets voert queries uit in de console" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "'Zonder configuratie'-modus inschakelen" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Voer queries uit met Enter en voeg een nieuwe regel toe met Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Console-hoogte" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Console-mode" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Volgorde op" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Collatie van de serververbinding" @@ -11769,7 +11768,8 @@ msgstr "Gecomprimeerd importeren is niet mogelijk omdat functie %s ontbreekt." msgid "Compressed export will not work due to missing function %s." msgstr "Gecomprimeerd exporteren is niet mogelijk omdat functie %s ontbreekt." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -11803,7 +11803,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument rekenblad" @@ -11811,7 +11811,7 @@ msgstr "OpenDocument rekenblad" msgid "OpenDocument Text" msgstr "OpenDocument Tekst" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV met behulp van LOAD DATA" @@ -11975,7 +11975,7 @@ msgstr "" "%1$sGZip-compressie en decompressie%2$s vereisen functies (%3$s) welke niet " "beschikbaar zijn op dit systeem." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12254,7 +12254,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "De plugins voor het exporteren konden niet worden geladen, controleer uw " @@ -12388,7 +12388,7 @@ msgid "Success!" msgstr "Geslaagd!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12453,7 +12453,7 @@ msgstr "Als u problemen ondervindt, meld dan handmatig een bug." msgid "You may want to refresh the page." msgstr "Misschien wilt u de pagina vernieuwen." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Verkeerd type!" @@ -12582,15 +12582,7 @@ msgstr "" "aangetast worden omdat ongepriviligieerde personen uw configuratie kunnen " "downloaden." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"De server gebruikt Suhosin. Zie de %sdocumentatie%s voor mogelijke problemen." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12599,7 +12591,7 @@ msgstr "" "De $cfg['TempDir'] (%s) is niet benaderbaar. phpMyAdmin kan de templates " "niet in de cache zetten en zal daardoor langzamer werken." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12609,7 +12601,7 @@ msgstr "" "niet goed werkt. Voor meer informatie zie [doc@faq1-46]documentation[/doc] " "voor mogelijke problemen." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12619,7 +12611,7 @@ msgstr "" "karakterset te gebruiken. Zonder de uitbreiding mbstring kan phpMyAdmin " "strings niet correct splitsen, wat tot onverwachte resultaten kan leiden." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12696,7 +12688,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" opdrachten zijn uitgeschakeld." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK is uitgevoerd]" @@ -14618,7 +14610,7 @@ msgid "No such column" msgstr "Geen dergelijke kolom" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Tekenreeks" @@ -15498,7 +15490,7 @@ msgstr "Verkeerde gegevens" msgid "Wrong data or no validation for %s" msgstr "Verkeerde gegevens of geen validatie voor %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Bladwijzer %s is aangemaakt." @@ -15577,7 +15569,7 @@ msgstr "Er is een probleem met je vraag." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL gaf een lege resultatenset terug (0 rijen)." @@ -15968,27 +15960,27 @@ msgstr "" msgid "The row has been deleted." msgstr "De rij is verwijderd." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Query duurde %01.4f seconden." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Weergave van records %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s in totaal, %2$s in de query" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s totaal" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Link niet gevonden!" @@ -16629,11 +16621,11 @@ msgstr "" msgid "web server upload directory:" msgstr "uploadmap op webserver:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Toont SQL-query" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Toegevoegd rijnummer: %1$d" @@ -17087,39 +17079,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Geen gedeeltelijke afhankelijkheden gevonden!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Samenvoegen" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Kan de tabel niet naar dezelfde verplaatsen!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Kan de tabel niet naar dezelfde kopiëren!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabel %s is verplaatst naar %s. Rechten zijn aangepast." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabel %s is gekopieerd naar %s. Rechten zijn aangepast." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabel %s is verplaatst naar %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabel %s is gekopieerd naar %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "De tabelnaam is leeg!" @@ -17203,7 +17195,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "U hebt tweeweg autorisatie ingeschakeld, bevestig a.u.b. uw aanmelding." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolommen gescheiden door:" @@ -17625,7 +17617,7 @@ msgstr "" "Databasesysteem of oudere MySQL-server om uitvoercompatibiliteit mee te " "maximaliseren:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "Inspringen:" @@ -17648,19 +17640,19 @@ msgstr "" "Werk data bij wanneer dubbele sleutelvelden worden gevonden bij import (voeg " "ON DUPLICATE KEY UPDATE toe)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Naam van de nieuwe tabel (optioneel):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Naam van de nieuwe database (optioneel):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importeer dit aantal rijen (optioneel):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17668,7 +17660,7 @@ msgstr "" "De eerste regel van het bestand bevat kolomnamen (als dit niet aangevinkt " "is, wordt de eerste regel beschouwd als gegevens)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17679,27 +17671,27 @@ msgstr "" "in. Kolomnamen moeten gescheiden worden door komma's en mogen niet voorzien " "zijn van aanhalingstekens." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Kolomnamen:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Ongeldig formaat van CSV-invoer op regel %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Verkeerd aantal kolommen in CSV-invoer op regel %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Ongeldige parameter voor CSV-import: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18483,11 +18475,11 @@ msgstr "Er is geen recentere stabiele versie beschikbaar" msgid "Using bookmark \"%s\" as default browse query." msgstr "Bladwijzer \"%s\" wordt gebruikt als standaard browsequery." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Getoond als PHP-code" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18497,7 +18489,7 @@ msgstr "" "rasterbewerkingen, checkboxen, Bewerken, Kopiëren en Verwijderen, zijn niet " "beschikbaar. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18766,22 +18758,22 @@ msgstr "U moet een geldige tabelnaam ingeven!" msgid "You must provide a trigger definition." msgstr "U moet een triggerdefinitie ingeven." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "legen" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "niet leeg" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Een 1-byte integer, signed range is van -128 tot 127, unsigned range is van " "0 tot 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18789,7 +18781,7 @@ msgstr "" "Een 2-byte integer, signed range van -32,768 tot 32,767, unsigned range van " "0 tot 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18797,7 +18789,7 @@ msgstr "" "Een 3-byte integer, signed range van -8,388,608 tot 8,388,607, unsigned " "range van 0 tot 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18805,7 +18797,7 @@ msgstr "" "Een 4-byte integer, signed range van -2,147,483,648 tot 2,147,483,647, " "unsigned range van 0 tot 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18814,7 +18806,7 @@ msgstr "" "9,223,372,036,854,775,807, unsigned range van 0 tot " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18822,7 +18814,7 @@ msgstr "" "Een getal met vaste kommapositie (M,D) - het maximum aantal cijfers (M) is " "65 (standaard 10), het maximum aantal decimalen (D) is 30 (standaard 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18831,7 +18823,7 @@ msgstr "" "-3,402823466E+38 tot -1,175494351E-38, 0, en 1,175494351E-38 tot " "3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18841,7 +18833,7 @@ msgstr "" "waarden zijn -1,7976931348623157E+308 tot -2,2250738585072014E-308, 0, en " "2,2250738585072014E-308 tot 1,7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18849,7 +18841,7 @@ msgstr "" "Synoniem voor DOUBLE (uitzondering : in REAL_AS_FLOAT SQL mode is dit een " "synoniem voor FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18857,7 +18849,7 @@ msgstr "" "Een bit-field type (M), slaat M bits per waarde op (standaard is 1, maximum " "is 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18865,21 +18857,21 @@ msgstr "" "Een synoniem voor TINYINT(1), Een nulwaarde wordt beschouwd als vals, een " "niet-nulwaarde wordt beschouwd als waar" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Een alias voor BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Een datum, ondersteund bereik is %1$s tot %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Een dag en tijd combinatie, ondersteunde reeks gaat van %1$s tot %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18891,12 +18883,12 @@ msgstr "" "06:28:15 UTC op 64-bit platforms (MariaDB 11.5 en later) wordt opgeslagen " "als aantal seconden sinds het beginmoment (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Een uur, bereik is %1$s tot %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18905,7 +18897,7 @@ msgstr "" "toegelaten waarden lopen van 70 (1970) tot 69 (2069) of van 1901 tot 2155 en " "0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18913,7 +18905,7 @@ msgstr "" "Een string met vaste lengte (0-255, standaard 1) wordt bij opslag met " "spaties rechts tot de gespecificeerde lengte aangevuld" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18922,7 +18914,7 @@ msgstr "" "Een string met variabele lengte (%s), de effectieve maximale lengte is " "afhankelijk van de maximale rij grootte" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18931,7 +18923,7 @@ msgstr "" "wordt opgeslagen met een 1-byte voorvoegsel dat de lengte van de waarde in " "bytes aangeeft" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18940,7 +18932,7 @@ msgstr "" "tekens, wordt opgeslagen met een 2-byte voorvoegsel dat de lengte van de " "waarde in bytes aangeeft" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18949,7 +18941,7 @@ msgstr "" "1) tekens, wordt opgeslagen met een 3-byte voorvoegsel dat de lengte van de " "waarde in bytes aangeeft" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18959,7 +18951,7 @@ msgstr "" "4GiB (2^32 - 1) tekens, wordt opgeslagen met een 4-byte voorvoegsel dat de " "lengte van de waarde in bytes aangeeft" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18967,7 +18959,7 @@ msgstr "" "Vergelijkbaar met het CHAR type, maar opgeslagen in een binaire byte " "tekenreeks in plaats van een niet-binaire reeks lettertekens" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18975,7 +18967,7 @@ msgstr "" "Vergelijkbaar met het VARCHAR type, maar slaat de waarde op als binaire byte " "tekenreeks in plaats van een niet-binaire tekenreeks" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18984,7 +18976,7 @@ msgstr "" "wordt opgeslagen met een 1-byte voorvoegsel dat de lengte van de waarde " "aangeeft" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18993,7 +18985,7 @@ msgstr "" "bytes, wordt opgeslagen met een 3-byte voorvoegsel dat de lengte van de " "waarde aangeeft" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19002,7 +18994,7 @@ msgstr "" "bytes, wordt opgeslagen met een 2-byte voorvoegsel dat de lengte van de " "waarde aangeeft" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19011,7 +19003,7 @@ msgstr "" "(2^32 - 1) bytes, wordt opgeslagen met een 4-byte voorvoegsel dat de lengte " "van de waarde aangeeft" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19019,43 +19011,43 @@ msgstr "" "Een opsomming, geselecteerd uit een lijst met tot 65.535 waarden of de " "speciale '' foutwaarde" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Een enkele waarde geselecteerd uit een lijst met tot 64 waarden" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Een type dat een meetkundig object van gelijk welk type op kan slaan" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Een punt in een 2-dimensionale ruimte" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Een kromme met lineaire interpolatie tussen punten" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Een veelhoek" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Een verzameling van punten" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Een verzameling van krommen met lineaire interpolatie tussen punten" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Een verzameling van veelhoeken" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Een verzameling van meetkundige objecten van gelijk welk type" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19063,7 +19055,7 @@ msgstr "" "Maakt efficiënte datatoegang beschikbaar en slaat het op in JSON (JavaScript " "Object Notation) documenten" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -19071,31 +19063,31 @@ msgstr "" "Bedoeld voor opslag van IPv6 adressen, als ook IPv4 adressen waarbij de " "gebruikelijke omzetting van IPv4 adressen in IPv6 adressen wordt aangenomen" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bit UUID (Universele Unieke Identificatie)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numeriek" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Datum en tijd" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Ruimtelijk" @@ -19140,6 +19132,24 @@ msgstr "Fout in het ZIP-archief:" msgid "No files found inside ZIP archive!" msgstr "Geen bestanden gevonden in ZIP-archief!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Schakel de standaard waarschuwing uit die wordt getoond op de hoofdpagina " +#~ "als Suhosin gedetecteerd wordt." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin-waarschuwing" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "De server gebruikt Suhosin. Zie de %sdocumentatie%s voor mogelijke " +#~ "problemen." + #~ msgid "The fullscreen request was denied." #~ msgstr "Het verzoek om volledig scherm is geweigerd." diff --git a/resources/po/nn.po b/resources/po/nn.po index 62488e0180..de2913402c 100644 --- a/resources/po/nn.po +++ b/resources/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Norwegian Nynorsk %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3616,7 +3616,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3626,7 +3626,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3946,8 +3946,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databasar" @@ -3969,7 +3969,7 @@ msgid "Recent" msgstr "Nylege" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4005,17 +4005,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4467,28 +4467,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5498,7 +5512,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5573,7 +5587,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6134,7 +6148,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6216,7 +6230,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6277,7 +6291,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6323,7 +6337,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6793,7 +6807,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6955,32 +6969,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8634,14 +8648,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8819,329 +8825,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9149,478 +9155,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9628,13 +9628,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9642,391 +9642,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10034,56 +10034,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10093,924 +10093,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11043,7 +11043,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11077,7 +11078,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11085,7 +11086,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11206,7 +11207,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11470,7 +11471,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11594,7 +11595,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11652,7 +11653,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11738,35 +11739,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11829,7 +11823,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13630,7 +13624,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14362,7 +14356,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14440,7 +14434,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14811,27 +14805,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15388,11 +15382,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15790,39 +15784,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15896,7 +15890,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16292,7 +16286,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Documentation" msgid "Indentation:" @@ -16315,52 +16309,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17049,18 +17043,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17313,95 +17307,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17409,170 +17403,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/pa.po b/resources/po/pa.po index 3056759434..6aba847f87 100644 --- a/resources/po/pa.po +++ b/resources/po/pa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Punjabi %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3669,7 +3669,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "ਪਿੱਛੇ" @@ -3679,7 +3679,7 @@ msgstr "ਪਿੱਛੇ" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3997,8 +3997,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4022,7 +4022,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Show all" msgid "Favorite tables" @@ -4064,17 +4064,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4540,28 +4540,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5587,7 +5601,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5662,7 +5676,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6229,7 +6243,7 @@ msgstr "" msgid "Show hidden messages" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6311,7 +6325,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6372,7 +6386,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6418,7 +6432,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6900,7 +6914,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7065,32 +7079,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8806,14 +8820,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9005,331 +9011,331 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Show all" msgid "Customize the navigation tree." msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9337,486 +9343,480 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show all" msgid "Whether to expand single database in the navigation tree automatically." msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show all" msgid "Whether to show tables under database in the navigation tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show all" msgid "Whether to show views under database in the navigation tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show all" msgid "Whether to show events under database in the navigation tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9824,13 +9824,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9838,393 +9838,393 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Show all" msgid "Show column comments" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10232,56 +10232,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10291,944 +10291,944 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show all" msgid "Show databases navigation as tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Show all" msgid "Enable navigation tree expansion" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show all" msgid "Show views in tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show all" msgid "Show events in tree" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "No tables found in database." msgid "Expand single database" msgstr "ਡਾਟਾਬੇਸ ਵਿੱਚ ਕੋਈ ਟੇਬਲ ਨਹੀਂ ਮਿਲੇ." -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Show all" msgid "Favorites table" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Show all" msgid "Show table comments" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show all" msgid "Show creation timestamp" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Show all" msgid "Show table charset" msgstr "ਸਾਰੇ ਦਿਖ਼ਾਓ" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "ਸਰਵਰ ਤੋਂ ਰਾਬਤਾ ਦੀ ਸੋਧ" @@ -11261,7 +11261,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11295,7 +11296,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11303,7 +11304,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11424,7 +11425,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11692,7 +11693,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11818,7 +11819,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11878,7 +11879,7 @@ msgstr "ਜੇ ਤੁਸੀਂ ਕੋਈ ਸਮੱਸਿਆ ਮਹਿਸੂਸ msgid "You may want to refresh the page." msgstr "ਤੁਸੀਂ ਪੰਨੇ ਨੂੰ ਤਾਜ਼ਾ ਕਰਨਾ ਚਾਹ ਸਕਦੇ ਹੋ." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "ਬੁਰਾ ਕਿਸਮ!" @@ -11966,35 +11967,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12067,7 +12061,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"ਡ੍ਰੌਪ ਡੈਟਾਬੈਏਸ\" ਬਿਆਨ ਅਸਮਰਥਿਤ ਹਨ ।" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13969,7 +13963,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14703,7 +14697,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Bookmark %s has been created." @@ -14784,7 +14778,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15179,27 +15173,27 @@ msgstr "" msgid "The row has been deleted." msgstr "%1$s ਡਾਟਾਬੇਸ ਬਣ ਚੁੱਕਾ ਹੈ." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15762,11 +15756,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16166,39 +16160,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16272,7 +16266,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16668,7 +16662,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16689,54 +16683,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column" msgid "Column names:" msgstr "ਕਾਲਮ" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17431,18 +17425,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17695,95 +17689,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17791,170 +17785,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/phpmyadmin.pot b/resources/po/phpmyadmin.pot index 145243d26b..bbc1c66311 100644 --- a/resources/po/phpmyadmin.pot +++ b/resources/po/phpmyadmin.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -765,8 +765,8 @@ msgstr "" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -785,8 +785,8 @@ msgstr "" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -853,7 +853,7 @@ msgstr "" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 #: src/Engines/Pbxt.php:167 src/Html/Generator.php:685 -#: src/Html/MySQLDocumentation.php:51 src/Sanitize.php:188 +#: src/Html/MySQLDocumentation.php:51 src/Sanitize.php:189 msgid "Documentation" msgstr "" @@ -1020,7 +1020,7 @@ msgstr "" #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 #: resources/templates/triggers/row.twig:31 -#: src/Config/Descriptions.php:926 src/ConfigStorage/UserGroups.php:113 +#: src/Config/Descriptions.php:925 src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 #: src/Html/Generator.php:790 @@ -1060,7 +1060,7 @@ msgstr "" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1072,7 +1072,7 @@ msgid "SQL Query Console" msgstr "" #: resources/templates/console/display.twig:16 -#: src/Config/Descriptions.php:766 +#: src/Config/Descriptions.php:764 msgid "Console" msgstr "" @@ -1102,7 +1102,7 @@ msgstr "" #: resources/templates/console/display.twig:34 #: resources/templates/console/display.twig:88 -#: src/Config/Descriptions.php:615 +#: src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "" @@ -1176,7 +1176,7 @@ msgid "Order by:" msgstr "" #: resources/templates/console/display.twig:103 -#: src/Config/Descriptions.php:964 +#: src/Config/Descriptions.php:962 msgid "Group queries" msgstr "" @@ -1204,7 +1204,7 @@ msgstr "" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 #: src/Html/Generator.php:589 msgid "Refresh" msgstr "" @@ -1243,17 +1243,17 @@ msgid "Restore default values" msgstr "" #: resources/templates/console/display.twig:185 -#: src/Config/Descriptions.php:958 +#: src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "" #: resources/templates/console/display.twig:189 -#: src/Config/Descriptions.php:957 +#: src/Config/Descriptions.php:955 msgid "Show query history at start" msgstr "" #: resources/templates/console/display.twig:193 -#: src/Config/Descriptions.php:959 +#: src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "" @@ -1264,7 +1264,7 @@ msgid "" msgstr "" #: resources/templates/console/display.twig:201 -#: src/Config/Descriptions.php:961 +#: src/Config/Descriptions.php:959 msgid "Switch to dark theme" msgstr "" @@ -1385,8 +1385,8 @@ msgstr "" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -1813,7 +1813,7 @@ msgstr "" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "" @@ -1915,7 +1915,7 @@ msgstr "" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -1925,7 +1925,7 @@ msgstr "" #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 #: resources/templates/triggers/row.twig:58 -#: src/Operations.php:538 +#: src/Operations.php:534 msgid "Drop" msgstr "" @@ -2008,7 +2008,7 @@ msgstr "" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2196,7 +2196,7 @@ msgstr "" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 msgid "Database name" msgstr "" @@ -2227,10 +2227,10 @@ msgstr "" #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, possible-php-format msgid "Add %s" msgstr "" @@ -2238,7 +2238,7 @@ msgstr "" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "" @@ -2747,7 +2747,7 @@ msgid "Database:" msgstr "" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "" @@ -2814,7 +2814,7 @@ msgstr "" #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 #: resources/templates/triggers/list.twig:49 -#: src/Config/Descriptions.php:937 src/Plugins/Export/ExportXml.php:408 +#: src/Config/Descriptions.php:935 src/Plugins/Export/ExportXml.php:408 #: src/Server/Privileges.php:1570 src/Server/Privileges.php:1572 msgid "Table" msgstr "" @@ -3125,7 +3125,7 @@ msgstr "" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "" @@ -3292,7 +3292,7 @@ msgstr "" #: resources/templates/export.twig:176 #: resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3651,7 +3651,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3662,7 +3662,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3980,8 +3980,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4003,7 +4003,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4039,17 +4039,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4497,28 +4497,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, possible-php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5527,7 +5541,7 @@ msgstr "" #: resources/templates/server/select/index.twig:6 #: resources/templates/setup/home/index.twig:34 -#: src/Config/Descriptions.php:742 +#: src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5600,7 +5614,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6162,7 +6176,7 @@ msgid "Show hidden messages" msgstr "" #: resources/templates/setup/home/index.twig:51 -#: src/Config/Descriptions.php:866 +#: src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6244,7 +6258,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6305,7 +6319,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6352,7 +6366,7 @@ msgid "Show this query here again" msgstr "" #: resources/templates/sql/query.twig:130 -#: src/Config/Descriptions.php:923 +#: src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6822,7 +6836,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6984,32 +6998,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8663,14 +8677,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8848,329 +8854,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9178,478 +9184,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9657,13 +9657,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9671,391 +9671,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10063,56 +10063,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10122,924 +10122,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, possible-php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11072,7 +11072,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, possible-php-format msgid "maximum %s" msgstr "" @@ -11106,7 +11107,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11114,7 +11115,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11235,7 +11236,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, possible-php-format msgid "Server %d" msgstr "" @@ -11497,7 +11498,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11621,7 +11622,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, possible-php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11679,7 +11680,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11765,35 +11766,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, possible-php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, possible-php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11856,7 +11850,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13656,7 +13650,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14388,7 +14382,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, possible-php-format msgid "Bookmark %s has been created." msgstr "" @@ -14466,7 +14460,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14837,27 +14831,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, possible-php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, possible-php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, possible-php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, possible-php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15414,11 +15408,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, possible-php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15816,39 +15810,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, possible-php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, possible-php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, possible-php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, possible-php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15922,7 +15916,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16318,7 +16312,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16339,52 +16333,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, possible-php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, possible-php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, possible-php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, possible-php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17071,18 +17065,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, possible-php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, possible-php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17335,95 +17329,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, possible-php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, possible-php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17431,170 +17425,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, possible-php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, possible-php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/pl.po b/resources/po/pl.po index b198c846aa..3b7c25361c 100644 --- a/resources/po/pl.po +++ b/resources/po/pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-10-27 19:02+0000\n" "Last-Translator: Janusz Duda \n" "Language-Team: Polish %s" msgstr "Zapisz na serwerze w katalogu %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Nadpisz istniejące pliki" @@ -3640,7 +3640,7 @@ msgstr "Weź to" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Powrót" @@ -3650,7 +3650,7 @@ msgstr "Powrót" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Import" @@ -3993,8 +3993,8 @@ msgstr "Przesyłanie SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Bazy danych" @@ -4016,7 +4016,7 @@ msgid "Recent" msgstr "Ostatnie" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tabele Ulubione" @@ -4054,17 +4054,17 @@ msgid "Features" msgstr "Funkcje" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Zapytania SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Panel nawigacyjny" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Panel główny" @@ -4535,13 +4535,28 @@ msgstr "Sprawdź uprawnienia bazy danych \"%s\"." msgid "Check privileges" msgstr "Sprawdź uprawnienia" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Wykonanie zapytania/zapytań SQL do bazy danych %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Ogółem:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4549,16 +4564,16 @@ msgstr "" "Uwaga: Włączenie statystyk baz danych może spowodować duży ruch pomiędzy " "serwerem WWW a serwerem MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Włącz statystyki" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Brak baz danych" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Potwierdź" @@ -5617,7 +5632,7 @@ msgid "Current server:" msgstr "Bieżący serwer:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serwery" @@ -5701,7 +5716,7 @@ msgid "Test:" msgstr "Testuj:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Serwer" @@ -6303,7 +6318,7 @@ msgstr "Pokaż formularz" msgid "Show hidden messages" msgstr "Pokaż ukryte wiadomości" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Typ uwierzytelniania" @@ -6385,7 +6400,7 @@ msgid "Detailed profile" msgstr "Szczegółowy profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Kolejność" @@ -6446,7 +6461,7 @@ msgstr "Wykres kołowy z wynikami profilowania." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Zapytanie SQL zostało wykonane pomyślnie." @@ -6492,7 +6507,7 @@ msgstr "Separator" msgid "Show this query here again" msgstr "Pokaż to zapytanie tutaj ponownie" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Zachowaj pole zapytania" @@ -6968,7 +6983,7 @@ msgid "Delete the view (DROP)" msgstr "Usuń widok (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Struktura tabeli" @@ -7135,32 +7150,32 @@ msgid "Index length" msgstr "Długość indeksu" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizuj" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Sprawdź" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optymalizuj" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Przebuduj" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Napraw" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Wyczyść(obetnij)" @@ -9047,14 +9062,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Wietnamski" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9232,19 +9239,19 @@ msgstr "oba powyższe" msgid "neither of the above" msgstr "żadne z powyższych" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Użytkownicy nie mogą ustawić wyższej wartości" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Jeśli jest włączona, użytkownik może wprowadzić dowolny serwer MySQL w " "formularzu logowania, aby uzyskać autoryzację plików cookie." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9254,7 +9261,7 @@ msgstr "" "dowolnego serwera MySQL jest włączone przez dopasowanie adresu IP lub nazwy " "hosta serwera MySQL do danego wyrażenia regularnego." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9264,7 +9271,7 @@ msgstr "" "phpMyAdmin wewnątrz ramki i jest potencjalną [strong] luką bezpieczeństwa [/" "strong], pozwalającą na ataki typu cross-frame scripting (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9272,15 +9279,15 @@ msgstr "" "Tajne hasło używane do szyfrowania plików cookie w uwierzytelnianiu " "[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Włącz kompresję bzip2 dla operacji importowania." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Wprowadź adres URL interfejsu API zgodnego z reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9288,30 +9295,30 @@ msgstr "" "Wpisz fragment kodu Content-Security-Policy dla interfejsu API zgodnego z " "reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Wprowadź parametr żądania używany przez interfejs API zgodny z reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Wprowadź parametr odpowiedzi używany przez interfejs API zgodny z reCAPTCHA " "v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Wpisz swój klucz publiczny usługi reCAPTCHA w swojej domenie." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Wpisz swój klucz prywatny do usługi reCAPTCHA twojej domeny." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Wpisz adres URL weryfikacji witryny dla usługi reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9321,7 +9328,7 @@ msgstr "" "CHAR i VARCHAR; [kbd]input[/kbd] - umożliwia ograniczenie długości " "wejściowych, [kbd]textarea[/kbd] - pozwala nowej linii w kolumnach." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9329,7 +9336,7 @@ msgstr "" "Użyj edytora przyjaznego dla użytkownika do edycji zapytań SQL (CodeMirror) " "z podświetlaniem składni i numerami linii." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9337,14 +9344,14 @@ msgstr "" "Znajdź przed wykonaniem jakiekolwiek błędy w zapytaniu. Wymaga włączenia " "CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" "Definiuje minimalny rozmiar dla pól generujących kolumny CHAR i VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9352,7 +9359,7 @@ msgstr "" "Określa maksymalny rozmiar pola do wprowadzania danych generowany dla kolumn " "CHAR i VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9361,7 +9368,7 @@ msgstr "" "przypadku wystąpienia problemów z tworzonymi plikami gzip należy wyłączyć tę " "funkcję." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9369,15 +9376,15 @@ msgstr "" "Czy w wypadku ryzyka utraty danych ma być pokazywane ostrzeżenie (\"Czy na " "pewno wykonać…\")." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Autouzupełnianie nazw tabel i kolumn w zapytaniach SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9386,7 +9393,7 @@ msgstr "" "nadpisane, jeśli transformacja zostanie wypełniona na stronie struktury " "tabeli." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9394,7 +9401,7 @@ msgstr "" "Wyłącz konserwację tabeli masowych, takich jak optymalizacja i naprawy " "wybranych tabel bazy danych." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9402,12 +9409,12 @@ msgstr "" "Ustaw liczbę sekund, przez którą skrypt może pracować ([kbd]0[/kbd] bez " "limitu)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Wyklucz definicję bieżącego użytkownika" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9415,7 +9422,7 @@ msgstr "" "Porządek sortowania dla pozycji w polu wyboru klucza obcego; [kbd]content[/" "kbd] to dane referencyjne, [kbd]id[/kbd] jest wartością kluczową." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9424,7 +9431,7 @@ msgstr "" "[/doc], aby uzyskać magiczne ciągi znaków, które można wykorzystać do " "uzyskania specjalnych wartości." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9432,7 +9439,7 @@ msgstr "" "Należy pamiętać, że phpMyAdmin jest po prostu interfejsem użytkownika i jego " "funkcje nie ograniczają MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9440,7 +9447,7 @@ msgstr "" "Zaawansowane ustawienia serwera, nie zmieniaj ich, jeżeli nie jesteś pewien " "ich znaczenia." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9450,7 +9457,7 @@ msgstr "" "dodatkowych funkcji, zobacz dokumentację [doc@linked-tables]Konfiguracja " "przechowywania phpMyAdmin [/doc]." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9458,116 +9465,116 @@ msgstr "" "Śledzenie zmian w bazie danych. Wymaga przechowywania konfiguracji " "phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Dostosuj tryb przeglądania." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Dostosuj domyślne opcje." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Ustawienia dla programistów phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Dostosuj tryb edycji." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Dostosuj domyślne opcje eksportu." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Ustawienie kilku najczęściej używanych opcji." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Dostosowanie domyślnych wspólnych opcji importu." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Ustaw katalogi importu i eksportu oraz opcje kompresji." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opcje wyświetlania baz danych." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Dostosowanie wygląd panelu nawigacyjnego." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Dostosuj drzewo nawigacji." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opcje wyświetlania serwerów." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opcje wyświetlania tabel." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Ustawienia, które nie pasują nigdzie indziej." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Ustawienia uwierzytelnienia." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Wprowadź parametry połączenia z serwerem." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Dostosuj linki w polach kwerendy SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Ustawienia zapytań SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Dostosuj stronę startową." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Wybierz, które szczegóły, chcesz pokazać w strukturze bazy danych (lista " "tabel)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Ustawienia dla struktury tabeli (lista kolumn)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Wybierz sposób działania zakładek." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Dostosuj pola wprowadzania tekstu." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Dostosuj domyślne opcje" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Wyłącz niektóre ostrzeżenia pokazywane przez phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Włącz kompresję gzip dla operacji importu i eksportu." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9576,7 +9583,7 @@ msgstr "" "składającego się z wielu instrukcji, nawet jeśli wykonanie którejś z nich " "nie udało się." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9586,7 +9593,7 @@ msgstr "" "koniec limitu czasu. Może to być dobry sposób importu dużych plików, " "jednakże może on popsuć transakcje." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9594,16 +9601,16 @@ msgstr "" "Domyślny format; należy pamiętać, że ta lista zależy od lokalizacji (bazy " "danych, tabeli) i tylko SQL jest zawsze dostępny." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Zaktualizuj dane kiedy pojawią sie duplikaty kluczy z importowanych rzeczy" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Liczba zapytań, aby przejść od początku." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9614,7 +9621,7 @@ msgstr "" "że gdy korzysta się z więcej niż jednego serwera, łatwo zapomnieć wylogować " "się z pozostałych." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9622,7 +9629,7 @@ msgstr "" "Określ, czy poprzedni login powinien zostać przywołany, czy nie, w trybie " "uwierzytelniania [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9635,11 +9642,11 @@ msgstr "" "przeglądarki. Takie rozwiązanie jest preferowane w środowisku niegodnym " "zaufania." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maksymalna liczba znaków używana podczas wyświetlania zapytania SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9647,7 +9654,7 @@ msgstr "" "Liczba elementów, które mogą być wyświetlane na każdej stronie na pierwszym " "poziomie drzewa nawigacji." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9655,7 +9662,7 @@ msgstr "" "Liczba elementów, które mogą być wyświetlane na każdej stronie drzewa " "nawigacji." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9664,7 +9671,7 @@ msgstr "" "zestaw składa się z większej ilości wierszy, zostanie pokazany link " "Poprzednie/Następne." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9672,15 +9679,15 @@ msgstr "" "Liczba bajtów, jaką skrypt może przydzielić, m.in. [kbd]32M[/kbd] ([kbd]-1[/" "kbd] bez limitu i [kbd]0[/kbd] bez zmian)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "W panelu nawigacyjnym zastępuje drzewo bazy danych za pomocą selektora" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "Połącz z głównym panelem podświetlając bieżącą bazę danych lub tabelę." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9688,7 +9695,7 @@ msgstr "" "Otwórz linkowaną stronę w oknie głównym ([code]main[/code]) lub w nowej " "([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9696,7 +9703,7 @@ msgstr "" "Określa minimalną liczbę elementów (tabele, widoki, procedury i wydarzenia), " "aby wyświetlić okno filtra." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9704,65 +9711,65 @@ msgstr "" "Grupuj elementy w drzewie nawigacji (określone przez separator zdefiniowany " "powyżej w zakładkach Bazy danych i Tabele)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Czy oferować możliwość rozszerzenia drzewa w panelu nawigacyjnym." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Określa, czy pokazywać procedury w bazie danych w drzewie nawigacji" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "Czy automatycznie rozwijać pojedynczą bazę danych w drzewie nawigacji." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Ustaw na 0, aby zwinąć panel nawigacyjny." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Pokaż logo w panelu nawigacyjnym." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "Adres URL, gdzie logo w panelu nawigacyjnym wskaże." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Wyświetl wybór serwera w górnej części panelu nawigacyjnego." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Ciąg znaków, który oddziela bazy danych na różnych poziomach drzewa." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Ciąg znaków, który oddziela tabele na różnych poziomach drzewa." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Podświetl serwer pod kursorem myszy." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Określa, czy tabele mają być wyświetlane w bazie danych w drzewie nawigacji" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Określa, czy wyświetlić widoki w bazie danych w drzewie nawigacji" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Określa, czy wyświetlić funkcje w bazie danych w drzewie nawigacji" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Określa, czy pokazywać zdarzenia w bazie danych w drzewie nawigacji" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9770,7 +9777,7 @@ msgstr "" "[kbd]SMART[/kbd] - tj. porządek malejący dla kolumn TIME, DATE, DATETIME and " "TIMESTAMP, w innym przypadku - porzadek rosnący." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9780,7 +9787,7 @@ msgstr "" "struktury, jeśli nie można znaleźć żadnej z wymaganych tabel konfiguracji " "magazynu phpMyAdmin." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9788,7 +9795,7 @@ msgstr "" "Wyłącz domyślne ostrzeżenie wyświetlane na stronie Struktura, jeśli nazwy " "kolumn w tabeli są zarezerwowanymi słowami MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9798,13 +9805,13 @@ msgstr "" "przechowywania konfiguracji). Jeśli jest wyłączona, to korzysta z JS-" "procedury, aby wyświetlić historię zapytań (utracone przez zamknięte okna)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Zezwól użytkownikom na tworzenie zakładek, które będą dostępne dla innych " "użytkowników" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9812,7 +9819,7 @@ msgstr "" "Ustawia efektywną strefę czasową; prawdopodobnie inny niż ten z twojego " "serwera bazy danych" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9820,7 +9827,7 @@ msgstr "" "Zostaw puste dla nie [doc@bookmarks@]bookmark[/doc] wsparcie, sugerowane: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9828,7 +9835,7 @@ msgstr "" "Pozostaw puste, jeśli nie ma komentarzy do kolumn/sugerowanych typów " "multimediów: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9836,7 +9843,7 @@ msgstr "" "Specjalny użytkownik MySQL skonfigurowany z ograniczonymi uprawnieniami, " "więcej informacji na temat [doc@linked-tables]dokumentacji[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9844,7 +9851,7 @@ msgstr "" "Alternatywny host do trzymania konfiguracji phpMyAdmin, pozostaw puste aby " "użyć już zdefiniowanego hosta." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9854,7 +9861,7 @@ msgstr "" "pozostaw puste, aby użyć domyślnego portu lub już zdefiniowanego portu, " "jeśli host sterowania jest hostem." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9864,7 +9871,7 @@ msgstr "" "issues/8970] Narzędzie do śledzenia problemów phpMyAdmin[/a] i [a@https://" "bugs.mysql.com/19588]Błędy MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9872,7 +9879,7 @@ msgstr "" "Pozostaw puste, aby nie obsługiwać historii zapytań SQL, sugerowane: " "[kbd]pma_history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9880,7 +9887,7 @@ msgstr "" "Ogranicza liczbę preferencji tabeli przechowywanych w bazie danych, " "najstarsze rekordy są automatycznie usuwane." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9888,7 +9895,7 @@ msgstr "" "Pozostaw puste, aby nie obsługiwać szablonów eksportu, sugerowane: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9896,7 +9903,7 @@ msgstr "" "Pozostaw puste, aby brak obsługi kolumn centralnych, sugerowane: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9906,14 +9913,14 @@ msgstr "" "modyfikacji, jeśli chcesz używać tych znaków w niesymbolicznym znaczeniu, " "np. [kbd]'my\\_db'[/kbd], a nie [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Pozostaw puste, aby nie obsługiwać schematu PDF, sugerowane: " "[kbd]pma_pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9923,7 +9930,7 @@ msgstr "" "można znaleźć w [doc@linked-table]pmadb[/doc]. Pozostaw puste, jeśli nie ma " "wsparcia. Sugerowane: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9931,7 +9938,7 @@ msgstr "" "Pozostaw puste, aby nie używać „trwałych” ostatnio używanych tabel między " "sesjami, sugerowane: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9939,7 +9946,7 @@ msgstr "" "Pozostaw puste, jeśli nie ma \"trwałych\" ulubionych tabel między sesjami, " "sugerowane: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9947,13 +9954,13 @@ msgstr "" "Pozostaw puste, aby nie obsługiwać [doc@relations@]relation-links[/doc], " "sugerowane: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Zobacz przykład [doc@authentication-modes]typy uwierzytelniania [/doc]." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9961,7 +9968,7 @@ msgstr "" "Pozostaw puste, aby nie obsługiwać schematów PDF, sugerowane: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9969,7 +9976,7 @@ msgstr "" "Tabela opisująca wyświetlane kolumny, pozostaw puste, aby nie były " "obsługiwane; sugerowane: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9977,7 +9984,7 @@ msgstr "" "Pozostaw puste, aby nie ustawiać preferencji interfejsu użytkownika dla " "„trwałych” tabel między sesjami, sugerowane: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9985,7 +9992,7 @@ msgstr "" "Czy podczas tworzenia bazy danych polecenie DROP DATABASE IF EXISTS zostanie " "dodane jako pierwsza linia w dzienniku." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9993,7 +10000,7 @@ msgstr "" "Czy polecenie DROP TABLE IF EXISTS zostanie dodane jako pierwsza linia w " "dzienniku podczas tworzenia tabeli." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10001,12 +10008,12 @@ msgstr "" "Czy polecenie DROP VIEW IF EXISTS zostanie dodane jako pierwsza linia w " "dzienniku podczas tworzenia widoku." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definiuje listę instrukcji automatycznego tworzenia używa dla nowych wersji." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10014,14 +10021,14 @@ msgstr "" "Pozostaw puste, aby nie obsługiwać śledzenia zapytań SQL, sugerowane: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Czy mechanizm śledzenia tworzy wersje dla tabel i widoków automatycznie." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10029,7 +10036,7 @@ msgstr "" "Pozostaw puste, aby nie zapisywać preferencji użytkownika w bazie danych: " "[kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10039,7 +10046,7 @@ msgstr "" "funkcji menu konfigurowalnego; pozostawienie jednego z nich pustego wyłącza " "tę funkcję, zasugerował: [kbd] pma__users [/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10049,7 +10056,7 @@ msgstr "" "konfigurowalną funkcję menu; pozostawienie jednego z nich pustego wyłącza tę " "funkcję, zasugerował: [kbd] pma__usergroups [/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10057,7 +10064,7 @@ msgstr "" "Pozostaw puste, aby wyłączyć funkcję ukrywania i pokazywania sugerowanych " "elementów nawigacji: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10065,56 +10072,56 @@ msgstr "" "Przyjazny opis serwera dla użytkownika. Pozostaw puste, aby wyświetlić nazwę " "hosta." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Pozostaw puste, jeśli nie są używane." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Pozostaw puste, aby użyć wartości domyślnych." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Nazwa podstawowego uwierzytelniania HTTP do wyświetlenia podczas wykonywania " "autoryzacji HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Metoda uwierzytelniania w użyciu." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Kompresja połączenia z serwerem MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Ukryj bazy danych pasujące do wyrażenia regularnego (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Nazwa hosta, gdzie serwer MySQL działa." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Pozostaw puste w przypadku innego niż uwierzytelniania konfiguracji." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port, na którym nasłuchuje serwer MySQL, pole puste oznacza wartość domyślną." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Gniazdo, na którym nasłuchuje serwer MySQL, pole puste oznacza wartość " "domyślną." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Włącz protokół SSL dla połączenia z serwerem MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10125,27 +10132,27 @@ msgstr "" "zakodowane w pliku konfiguracyjnym; nie ogranicza to możliwości " "bezpośredniego wykonania tego samego polecenia." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Pokaż lub ukryj kolumnę wyświetlającą znacznik czasu tworzenia dla " "wszystkich tabel." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Pokaż lub ukryj kolumnę wyświetlającą znacznik czasu ostatniej aktualizacji " "dla wszystkich tabel." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Pokaż lub ukryj kolumnę wyświetlającą sygnaturę czasową ostatniego " "sprawdzenia dla wszystkich tabel." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10153,7 +10160,7 @@ msgstr "" "Określa, czy typ pola powinny być początkowo wyświetlany w trybie edycji/" "wstawiania." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10161,56 +10168,48 @@ msgstr "" "Pokazuje odnośnik do [a@https://www.php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Czy użytkownik powinien wyświetlać przycisk \"pokaż wszystkie (wiersze)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Pokaż lub ukryj kolumnę wyświetlającą komentarze do wszystkich tabel." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Pokaż lub ukryj kolumnę wyświetlającą zestaw znaków dla wszystkich tabel." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Wyświetla pola z funkcjami w trybie edycji/dodawania." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Czy pokazać wskazówkę, czy nie." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Określa, czy zapytania SQL generowane przez phpMyAdmina powinny być " "wyświetlane." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Pozwalają na wyświetlanie statystyk bazy danych i tabel (np. wykorzystanie " "miejsca)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Oznacz używane tabele i pozwala pokazać bazy danych z zablokowanymi tabelami." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Wyłącz domyślne ostrzeżenie wyświetlane na stronie głównej w przypadku " -"wykrycia Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10220,7 +10219,7 @@ msgstr "" "ustawienia PHP session.gc_maxlifetime jest mniejsza niż wartość " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10228,7 +10227,7 @@ msgstr "" "Rozmiar tekstu (kolumny) w trybie edycji, ta wartość zostanie wyróżniona dla " "textareas zapytania SQL (* 2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10236,7 +10235,7 @@ msgstr "" "Rozmiar tekstu (wiersza) w trybie edycji, ta wartość zostanie wyróżniona dla " "textareas zapytania SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10248,7 +10247,7 @@ msgstr "" "nagłówku HTTP_X_FORWARDED_FOR (X-Forwarded-For) przesłanym przez serwer " "pośredniczący (proxy) 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10256,7 +10255,7 @@ msgstr "" "Gdy wyłączone, użytkownicy nie mogą ustawić jeden z poniższych opcji, " "niezależnie od wyboru po prawej stronie." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10269,7 +10268,7 @@ msgstr "" "nie ma bezpośredniego dostępu do Internetu. Format to: \"nazwa hosta:numer " "portu\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10280,7 +10279,7 @@ msgstr "" "zostanie wykonane uwierzytelnianie podstawowe. Obecnie nie są obsługiwane " "żadne inne rodzaje uwierzytelniania." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10288,7 +10287,7 @@ msgstr "" "Zapytania są wykonywane przez naciśnięcie klawisza Enter (zamiast Ctrl + " "Enter). Nowe linie zostaną wstawione z Shift + Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10296,380 +10295,380 @@ msgstr "" "Włącz tryb konfiguracji zerowej, który umożliwia automatyczne ustawienie " "tabel przechowywania konfiguracji phpMyAdmina." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Podświetl zaznaczone rekordy." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Podświetla rekord wskazywany przez kursor myszy." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Liczba kolumn w polach tekstowych CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Liczba wierszy dla textareas CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Log SQL zapytania i ich czas wykonania, które będą wyświetlane w konsoli" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Zakładka, która jest wyświetlana po wejściu do bazy danych." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Zakładka, która jest wyświetlana po wejściu na serwer." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Zakładka, która jest wyświetlana po wejściu w tabelę." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Czy działania struktury tabeli powinny być ukryte." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Czy komentarze kolumn powinny być wyświetlane w widoku struktury tabeli" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Pokaż wykaz serwerów jako listę zamiast listy rozwijanej." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Rozwijana będzie używana, jeśli będzie mniej pozycji." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "Domyślna wartość klucza obcego sprawdza zaznaczenie dla kilku pytań." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Odznacz to pole, aby wyłączyć importowanie metodą przeciągnij i upuść" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Ile wierszy może być wstawianych w jednym czasie." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maksymalna liczba znaków pokazana w nie numerycznej kolumnie w widoku " "przeglądania." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Określ, jak długo (w sekundach) ważne będzie ciasteczko logowania." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Podwójny rozmiar obszarów tekstowych dla kolumn LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maksymalna liczba baz danych pokazywanych na liście baz danych." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Maksymalna liczba tabel pokazywanych na liście tabel." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maksymalna liczba ostatnio używanych tabel; ustaw 0 aby wyłączyć." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maksymalna liczba ulubionych tabel; ustaw 0 aby wyłączyć." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "To są linki Edycja, Kopiuj i Usuń." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Określa, czy pokazywać łącza wiersza, nawet w przypadku braku unikalnego " "klucza." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Wyłącz klawisze skrótów" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Użyj naturalnego porządku do sortowania nazw tabel i baz danych." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Używaj tylko ikon, tylko tekstu lub obu." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Użyj buforowania wyjścia GZip, aby zwiększyć szybkość transferu HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Użyj trwałych połączeń do baz danych MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Nie zezwalaj na edytowanie elementów BLOB i BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Ile zapytań ma być przechowywanych w historii." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Wybierz, które funkcje będą wykorzystywane do konwersji zestawu znaków." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Podczas przeglądania tabel, sortowanie każdej tabeli jest pamiętane." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Domyślna kolejność sortowania dla tabel z kluczem podstawowym." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Powtarzaj nagłówki co X komórek, [kbd]0[/kbd] dezaktywuje tę funkcję." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Aby wyświetlić Opcje" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Katalog, w którym eksport może zapisywać na serwerze." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Określa, czy pole zapytania powinno pozostać na ekranie po jego przesłaniu." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Tytuł okna przeglądarki, gdy baza danych jest wybrana." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Tytuł okna przeglądarki, gdy nic nie jest wybrane." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Tytuł okna przeglądarki, gdy serwer jest wybrany." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Tytuł okna przeglądarki, gdy tabela jest wybrane." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Katalog na serwerze, gdzie można przesyłać pliki do importu." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Pozwól na wyszukiwanie wewnątrz całej bazy danych." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Włącza sprawdzanie, czy są aktualizacje na stronie głównej phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Hasło do uwierzytelniania z serwerem proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Włącz kompresję ZIP dla operacji importu i eksportu." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Wybierz domyślną akcję wysyłania raportów o błędach." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Pozwól logować się do dowolnego serwera MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Ogranicz logowanie do serwera MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Upoważniać kadrowanie strony" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Pokaż odnośnik \"Usuń bazę danych\" zwykłym użytkownikom" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Sekret Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Oznaczanie wiersza" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Podświetl wskaźnik" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Edycja kolumny typu CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Włącz CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Włącz linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Minimalny rozmiar pola wprowadzania" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maksymalny rozmiar pola wprowadzania" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Kolumny w polu textarea CHAR/VARCHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Wiersze w polu textarea CHAR/VARCHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Sprawdź uprawnienia pliku konfiguracyjnego" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Kompresuj w locie" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Potwierdzanie zapytań DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Rozmiar papieru" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Domyślna zakładka bazy danych" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Domyślna zakładka serwera" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Domyślna zakładka tabeli" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Włącz autouzupełnianie dla nazw tabeli i kolumn" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Pokaż komentarze do kolumn" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Ukryj działania struktury tabeli" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Domyślne transformacje dla Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Domyślne transformacje dla podłańcucha" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Domyślne transformacje dla Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Domyślne transformacje dla zewnętrznego" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Domyślne transformacje dla PrePend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Domyślne transformacje dla DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Domyślne transformacje dla Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Domyślne transformacje dla TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Domyślne transformacje dla TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Wyświetl serwery w postaci listy" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Wyłącz utrzymanie wielu tabeli" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maksymalny czas wykonania" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Użyj instrukcji [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Zapisz jako plik" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Kodowanie znaków pliku" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Typ kompresji" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10677,56 +10676,56 @@ msgstr "Typ kompresji" msgid "Put columns names in the first row" msgstr "Umieść nazwy kolumn w pierwszym wierszu" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Kolumn ujęte w" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Kolumny uciekają z" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Zamień NULL na" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Usuń znaki nowej linii z kolumn" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Kolumny zakończone" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Linie zakończone z" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Wydanie Excela" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Nazwa schematu bazy danych" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Nazwa schematu serwera" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Nazwa szablonu tabeli" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10736,80 +10735,80 @@ msgstr "Nazwa szablonu tabeli" msgid "Dump table" msgstr "Zrzut tabeli" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Dołącz podpis tabeli" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Nagłówek tabeli" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Kontynuacja nagłówka tabeli" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Etykieta klucza" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relacje" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Metoda eksportu" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Zapisz na serwerze" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Eksportuj jako osobne pliki" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Zapamiętaj nazwę pliku szablonu" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Usuń klauzulę DEFINER z definicji" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Użyj cudzysłowów z nazwami tabel i kolumn" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Tryb zgodności SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Daty utworzenia/aktualizacji/sprawdzenia" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Użyj opóźnionych dodań" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Wyłącz sprawdzanie kluczy zewnętrznych" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Eksportuj widoki jako tabele" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Eksportuj powiązane metadane z konfiguracji magazynu phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Użyj wartości szesnastkowych dla BINARIUM i BLOBa" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10817,848 +10816,848 @@ msgstr "" "Dodaj IF NOT EXISTS (mniej wydajne, ponieważ indeksy będą generowane podczas " "tworzenia tabeli)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s widok" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Użyj ignorowanych wstawień" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Składnia do użycia podczas wstawiania danych" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maksymalna długość utworzonego zapytania" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Rodzaj eksportu" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Obejmij eksport transakcją" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Eksportuj czas w UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Porządek sortowania kluczy obcych" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limit kluczy obcych" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Sprawdzanie klucza zewnętrznego" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Pierwszy dzień kalendarza" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Tryb przeglądania" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Programista" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Tryb edycji" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Domyślne opcje eksportu" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Ogólne" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Domyślne opcje importu" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import / eksport" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Drzewo nawigacji" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Inne kluczowe ustawienia" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Tytuły stron" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Bezpieczeństwo" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Ustawienia podstawowe" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Uwierzytelnienie" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Konfiguracja serwera" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Przechowywanie konfiguracji" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Śledzenie zmian" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Okno zapytania SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Uruchamianie" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Struktura bazy danych" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Zakładki" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Wyświetl schemat relacyjny" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Pola tekstowe" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Tekst Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Ostrzeżenia" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Dodatkowe parametry dla iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignoruj błędy w ciągu instrukcji" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Włącz importowanie metodą „przeciągnij i upuść”" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Import częściowy: pozwalaj na przerwanie" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Nie przerywaj w przypadku błędów WSTAWIANIA wierszy" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Dodaj ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format importowanych plików" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Użyj słowa kluczowego LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "W pierwszym wierszu znajdują się nazwy kolumn" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Nie importuj pustych wierszy" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importuj walutę (zamienia $5.00 na 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Importuj procenty jako liczby podzielone przez 100 (zamienia 12.00% na .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Import częściowy: pomiń zapytania" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nie używaj AUTO_INCREMENT dla wartości zerowych" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Odczytany jako wielobajtowy" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Początkowy stan pasków przesuwania" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Liczba wstawianych wierszy" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limit znaków w kolumnie" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Usuń wszystkie ciasteczka przy wylogowaniu" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Przypominaj nazwę użytkownika" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Przechowywania ciasteczka logowania" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Ważność ciasteczka logowania" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Większe pole edycji dla pola LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maksymalna pokazywana długość SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maksimum baz danych" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maksymalnie elementy na pierwszym poziomie" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maksymalnie pozycji w gałęzi" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maksymalna liczba wierszy do wyświetlenia" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maksimum tabel" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Limit pamięci" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Pokaż nawigację baz danych jako drzewo" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Szerokość panelu nawigacyjnego" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Połącz z głównym panelem" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Wyświetl logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Odnośnik URL do logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Cel odnośnika logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Wyświetlaj wybór serwerów" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Cel dla ikony szybkiego dostępu" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Cel dla drugiej ikony szybkiego dostępu" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minimalna liczba elementów wyświetlanych polu filtr" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Minimalna liczba baz danych, aby wyświetlić okno bazy danych filtra" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Grupowanie elementów w drzewie" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separator struktury drzewa bazy danych" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separator poziomów tabeli" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maksymalny poziom zagłębienia tabeli" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Włącz podświetlanie" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Włącz rozwijanie drzewa nawigacji" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Pokaż tabele w drzewie" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Pokaż widoki w drzewie" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Pokaż funkcje w drzewie" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Pokaż procedury w drzewie" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Pokaż wydarzenia w drzewie" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Rozwiń pojedynczą bazę danych" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Ostatnio używane tabele" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Gdzie wyświetlić linki wiersza tabeli" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Pokaż linki wierszy mimo to" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Naturalny porządek" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Pasek nawigacji tabeli" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Kompresja wyjścia GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Domyślny porządek sortowania" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Trwałe połączenia" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Brakuje tabel przechowujących konfigurację phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL zarezerwował ostrzeżenie wyrazów" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Jak wyświetlić menu zakładki" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Jak wyświetlić różne linki działania" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Chroń kolumny binarne" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Permanentna historia zapytań" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Długość historii zapytań" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Zezwól na udostępnianie zakładek innym użytkownikom" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Konwersja silnika" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Zapamiętaj sortowanie tabel" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Podstawowa kolejność sortowania klucza podstawowego" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Powtórz nagłówki" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Montaż siatki: akcja wyzwalania" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relacyjne wyświetlanie" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Edytowanie siatki: zapisanie wszystkich zmodyfikowanych komórek naraz" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Katalog do zapisu" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Cel upoważnienia hosta" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Zasady autoryzacji hosta" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Pozwól na logowanie bez hasła" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Pozwól na logowanie się roota" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Strefa czasowa sesji" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabela zakładek" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabela informacji o kolumnach" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Kompresja połączenia" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Hasło użytkownika monitorującego" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Użytkownik monitorujący" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrola hosta" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Port sterowania" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Wyłącz używanie INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Ukryj bazy danych" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabela historii zapytań SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nazwa hosta serwera" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL wylogowania" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maksymalna ilość preferencji tabeli do przechowywania" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Eksportuj szablony szablonów" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Centralna kolumna tabeli" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Pokaż tylko wymienione bazy danych" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Hasło dla uwierzytelniania konfiguracji" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Schemat PDF: strony tabeli" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Port serwera" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Ostatnio używane tabele" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Ulubione tabele" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabela relacji" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nazwa sesji usługi pojedynczego logowania (Signon)" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL usługi pojedynczego logowania (Signon)" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Gniazdo serwera" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Użyj SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Projektowanie i schemat PDF: współrzędne tabeli" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Wyświetl kolumny tabeli" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Preferencje UI tabeli" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Dodaj DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Dodaj DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Instrukcje do śledzenia" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabela śledzenia zapytań SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automatyczne tworzenie wersji" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabela przechowująca preferencje użytkowników" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabela użytkowników" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabela grupy użytkowników" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Ukryte elementy nawigacji tabeli" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Użytkownik dla konfiguracji uwierzytelniania" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Szczegółowa nazwa serwera" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Pozwól wyświetlać wszystkie wiersze" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Pokaż formularz zmiany hasła" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Pokaż formularz tworzenia bazy danych" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Pokaż komentarze do tabeli" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Pokaż czas utworzenia" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Pokaż czas ostatniej aktualizacji" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Pokaż czas ostatniego sprawdzenia" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Pokaż zestaw znaków tabeli" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Pokaż typy pól" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Pokaż pola z funkcjami" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Pokaż podpowiedź" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Pokaż odnośnik phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Pokaż szczegółowe informacje o serwerze MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Pokaż zapytania SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Pokaż statystyki" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Pomiń zablokowane tabele" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Wyjaśnij SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Utwórz kod PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Ostrzeżenie Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Ostrzeżenie ważności pliku cookie logowania" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Pole tekstu kolumn" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Wierszy w polu textarea" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Domyślny tytuł" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" "Lista zaufanych adresów IP serwerów pośredniczących (proxy) dla reguł allow/" "deny" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Dodaj katalog" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Użyj szukania bazy danych" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Włącz zakładkę deweloperską w ustawieniach" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Sprawdzenie wersji" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Proxy URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "nazwa użytkownika proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Hasło proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL do reCAPTCHA v2 API" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Fragment kodu Content-Security-Policy dla interfejsu API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parametr żądania dla interfejsu API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parametr odpowiedzi dla API reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Klucz publiczny dla reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Klucz prywatny dla reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL do weryfikacji witryny reCAPTCHA" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Wysyłanie raportów o błędzie" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter wykonuje zapytania w konsoli" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Włącz tryb zerowej konfiguracji" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Wykonaj zapytania na Enter i wstaw nową linię za pomocą Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Wysokość konsoli" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Tryb konsoli" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Sortuj wg" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Sortowanie połączenie z serwerem" @@ -11691,7 +11690,8 @@ msgstr "Skompresowany import nie działa z powodu braku funkcji %s." msgid "Compressed export will not work due to missing function %s." msgstr "Skompresowany eksport nie będzie działać z powodu braku funkcji %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -11725,7 +11725,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Otwórz dokument arkusza kalkulacyjnego" @@ -11733,7 +11733,7 @@ msgstr "Otwórz dokument arkusza kalkulacyjnego" msgid "OpenDocument Text" msgstr "Otwórz dokument tekstowy" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV przy użyciu LOAD DATA" @@ -11893,7 +11893,7 @@ msgstr "" "Kompresja i dekompresja %1$sGZip%2$s wymaga funkcji (%3$s), które są " "niedostępne w tym systemie." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Serwer %d" @@ -12176,7 +12176,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Nie udało się załadować modułów eksportu, proszę sprawdzić instalację!" @@ -12307,7 +12307,7 @@ msgid "Success!" msgstr "Sukces!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12374,7 +12374,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Jeśli chcesz, możesz odświeżyć stronę." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Zły typ!" @@ -12503,16 +12503,7 @@ msgstr "" "serwera jest zagrożone przez osoby nieupoważnione ściągające twoją " "konfigurację." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Serwer działa pod ochroną Suhosina. Możliwe problemy opisuje " -"%sdokumentacja%s." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12521,7 +12512,7 @@ msgstr "" "$Cfg['TempDir'] (%s) nie jest dostępne. phpMyAdmin nie może buforować " "szablonów i będzie z tego powodu powolny." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12531,7 +12522,7 @@ msgstr "" "działanie phpMyAdmin. Zapoznaj się z [doc@faq1-46]dokumentacją[/doc], aby " "uzyskać informacje o możliwych problemach." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12542,7 +12533,7 @@ msgstr "" "phpMyAdmin nie ma możliwości poprawnego rozbijania napisów, co może " "skutkować niespodziewanymi rezultatami." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12619,7 +12610,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Instrukcje \"DROP DATABASE\" są wyłączone." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Wystąpił ROLLBACK.]" @@ -14520,7 +14511,7 @@ msgid "No such column" msgstr "Brak takiej kolumny" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Ciąg" @@ -15391,7 +15382,7 @@ msgstr "Nieprawidłowe dane" msgid "Wrong data or no validation for %s" msgstr "Błędne dane lub brak sprawdzania poprawności dla %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Zakładka %s została utworzona." @@ -15470,7 +15461,7 @@ msgstr "Wystąpił problem z Twoją prośbą." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL zwrócił pusty wynik (zero wierszy)." @@ -15859,27 +15850,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Wiersz został usunięty." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Wykonanie zapytania trwało %01.4f sekund(y)." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Pokazano wiersze %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s ogółem, %2$s w zapytaniu" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s ogółem" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Łącza nie znaleziono!" @@ -16509,11 +16500,11 @@ msgstr "" msgid "web server upload directory:" msgstr "katalog przesyłania serwera web:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Wyświetl zapytanie SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Id wstawionego wiersza: %1$d" @@ -16962,39 +16953,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Nie znaleziono częściowych zależności!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Łączyć" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Nie można przenieść tabeli do niej samej!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Nie można przekopiować tabeli do niej samej!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s została przeniesiona do %s. Przywileje zostały dostosowane." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s została skopiowana do %s. Przywileje zostały dostosowane." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s została przeniesiona do %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s została przekopiowana do %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Nazwa tabeli jest pusta!" @@ -17076,7 +17067,7 @@ msgstr "W konfiguracji ustawiono błędną metodę uwierzytelniania:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "Włączyłeś uwierzytelnianie dwuskładnikowe, potwierdź swój login." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolumny oddzielone:" @@ -17497,7 +17488,7 @@ msgstr "" "System bazy danych lub starszego serwera MySQL w celu maksymalizacji " "zgodności produkcji z:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17522,19 +17513,19 @@ msgstr "" "Aktualizuj dane, gdy wykryte zostaną duplikaty kluczy podczas importowania " "(dodaj ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Nazwa nowej tabeli (opcjonalnie):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Nazwa nowej bazy danych (opcjonalnie):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Zaimportuj wskazaną ilość wierszy (opcjonalnie):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17542,7 +17533,7 @@ msgstr "" "Pierwsza linia pliku zawiera nazwy kolumn (jeśli wyłączone, pierwsza " "linia będzie częścią danych)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17552,27 +17543,27 @@ msgstr "" "bazie danych, lista odpowiednich nazw kolumn tutaj. Nazwy kolumn muszą być " "oddzielone przecinkami, a nie zamknięte cudzysłowami." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nazwy kolumn:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Niewłaściwy format w linii %d danych wejściowych CSV." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Niewłaściwa suma kolumn w CSV w linii %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Niewłaściwy parametr importu CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18353,11 +18344,11 @@ msgstr "Nowsza stabilna wersja nie jest dostępna" msgid "Using bookmark \"%s\" as default browse query." msgstr "Korzystanie z zakładki \"%s\" jako domyślne przeglądanie zapytania." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Pokaż jako kod PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18366,7 +18357,7 @@ msgstr "" "Bieżący wybór nie zawiera unikalnej kolumny. Opcje edycji siatki, pola " "wyboru, edycji, kopiowania i usuwania są niedostępne. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18631,22 +18622,22 @@ msgstr "Musisz podać prawidłową nazwę tabeli!" msgid "You must provide a trigger definition." msgstr "Musisz podać definicję wyzwalacza." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "opróżnij" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "nie jest pusty" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1-Bajtowa liczba całkowita, ze znakiem zakres -128 do 127, bez znaku zakres " "wynosi od 0 do 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18654,7 +18645,7 @@ msgstr "" "2-Bajtowa liczba całkowita, ze znakiem zakres -32,768 do 32 767, bez znaku " "zakres wynosi od 0 do 65 535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18662,7 +18653,7 @@ msgstr "" "3-Bajtowa liczba całkowita, ze znakiem zakres -8,388,608 do 8,388,607, bez " "znaku zakres 0 do 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18670,7 +18661,7 @@ msgstr "" "4-Bajtowa liczba całkowita, ze znakiem zakres -2,147,483,648 do 2 147 483 " "647, bez znaku zakres 0 do 4 294 967 295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18678,7 +18669,7 @@ msgstr "" "8-Bajtowa liczba całkowita, ze znakiem zakres -9,223,372,036,854,775,808 do " "9,223,372,036,854,775,807, bez znaku zakres 0 do 18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18687,7 +18678,7 @@ msgstr "" "(domyślnie 10), maksymalna liczba miejsc po przecinku (D) wynosi 30 " "(domyślnie 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18695,7 +18686,7 @@ msgstr "" "Małe wartości zmiennoprzecinkowych numer, dopuszczalne są - 3.402823466E 38 " "do - 1.175494351E-38, 0 i 1.175494351E-38 do 3.402823466E 38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18705,7 +18696,7 @@ msgstr "" "1.7976931348623157E 308 do - 2.2250738585072014E-308, 0 i " "2.2250738585072014E-308 do 1.7976931348623157E 308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18713,7 +18704,7 @@ msgstr "" "Synonim dla DOUBLE (wyjątek: w trybie REAL_AS_FLOAT SQL jest synonimem typu " "\"float\")" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18721,7 +18712,7 @@ msgstr "" "Przechowywanie m bitów na wartość typu pole bitowe (M), (wartością domyślną " "jest 1, maksymalnie jest 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18729,21 +18720,21 @@ msgstr "" "Synonim TINYINT(1), wartość zero uznaje wartość FAŁSZ, wartości niezerowe — " "są uważane za prawdziwe" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Alias unikatowy BIGINT bez znaku nie NULL AUTO_INCREMENT" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Datę, obsługiwany jest zakres %1$s do %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Data i godzina kombinacja zakresu obsługiwanych jest %1$s %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18755,12 +18746,12 @@ msgstr "" "06:28:15 UTC na platformach 64-bitowych (MariaDB 11.5 i nowsze), " "przechowywane jako liczba sekund od epoki (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Czas, zakres %1$s do %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18768,7 +18759,7 @@ msgstr "" "W roku w czterocyfrowym (4, domyślnie) lub (2) formacie dwucyfrowym, " "wartości dopuszczalne są 70 (1970)-69 (2069) lub 1901 do 2155 i 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18776,7 +18767,7 @@ msgstr "" "O stałej długości (0-255, domyślnie 1) ciąg znaków, który jest zawsze prawo " "dopełnione spacjami do podanej długości podczas przechowywania" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18785,7 +18776,7 @@ msgstr "" "Ciąg znaków o zmiennej długości (%s) efektywna długość maksymalna jest z " "zastrzeżeniem maksymalny rozmiar wiersza" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18793,7 +18784,7 @@ msgstr "" "Kolumna tekstu o maksymalnej długości 255 (2 ^ 8 - 1) znaków przechowywanych " "z prefiksem jednobajtowych wskazujące długość wartości w bajtach" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18801,7 +18792,7 @@ msgstr "" "Kolumna tekstu o maksymalnej długości 65 535 (2 ^ 16 - 1) znaki, " "przechowywane prefiksu dwubajtowy, wskazując długość wartości w bajtach" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18809,7 +18800,7 @@ msgstr "" "Kolumna tekstu o maksymalnej długości 16,777,215 (2 ^ 24 - 1) znaków " "przechowywanych z prefiksem trzybajtowy wskazujące długość wartości w bajtach" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18819,7 +18810,7 @@ msgstr "" "znaki, przechowywane prefiksu czwartego bajtu, wskazując długość wartości w " "bajtach" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18827,7 +18818,7 @@ msgstr "" "Podobne do typu CHAR, ale przechowuje binarna bajtu ciągi zamiast ciągów " "znaków nieznakowe" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18835,7 +18826,7 @@ msgstr "" "Podobnego typu VARCHAR, ale przechowuje binarna bajtu ciągów, zamiast ciągów " "znaków nieznakowe" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18843,7 +18834,7 @@ msgstr "" "Kolumna BLOB o maksymalnej długości 255 (2 ^ 8 - 1) bajtów, przechowywane z " "prefiksem jednobajtowych wskazujące długość wartości" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18851,7 +18842,7 @@ msgstr "" "Kolumna BLOB o maksymalnej długości 16,777,215 (2 ^ 24 - 1) bajtów, " "przechowywane z prefiksem trzybajtowy wskazujące długość wartości" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18859,7 +18850,7 @@ msgstr "" "Kolumna BLOB o maksymalnej długości 65 535 (2 ^ 16 - 1) bajtów, " "przechowywane prefiksu dwubajtowy, wskazując długość wartości" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18867,7 +18858,7 @@ msgstr "" "Kolumny obiektu BLOB o maksymalnej długooci 4 294 967 295 lub 4GiB (2 ^ 32 - " "1) bajtów, przechowywane prefiksu czwartego bajtu, wskazując długość wartości" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18875,43 +18866,43 @@ msgstr "" "Wyliczenie, wybrane z listy wartości maksymalnie 65 535 lub specjalnych '' " "wartość błędu" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Pojedyncza wartość wybrana z zestawu maksymalnie 64 członków" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Typy, które mogą przechowywać geometrię dowolnego typu" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Punkt w przestrzeni 2-wymiarowej" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Krzywa z interpolacji liniowej pomiędzy punktami" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Wielokąt" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Zbiór punktów" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Zbiór krzywych z interpolacji liniowej pomiędzy punktami" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Zbiór wielokątów" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Zbiór obiektów geometrycznych dowolnego typu" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18919,7 +18910,7 @@ msgstr "" "Przechowywanie i umożliwienie wydajnego dostępu do danych w dokumentach JSON " "(ang. JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18927,31 +18918,31 @@ msgstr "" "Przeznaczony do przechowywania adresów IPv6, a także adresów IPv4 przy " "założeniu konwencjonalnego mapowania adresów IPv4 na adresy IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bitowy UUID (Uniwersalnie Unikalny Identyfikator)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numeryczny" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Data i czas" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Przestrzenny" @@ -18996,6 +18987,24 @@ msgstr "Błąd w archiwum ZIP:" msgid "No files found inside ZIP archive!" msgstr "Archiwum ZIP jest puste!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Wyłącz domyślne ostrzeżenie wyświetlane na stronie głównej w przypadku " +#~ "wykrycia Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Ostrzeżenie Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Serwer działa pod ochroną Suhosina. Możliwe problemy opisuje " +#~ "%sdokumentacja%s." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "" #~ "Eksportowanie nieprzetworzonego zapytania nie jest obsługiwane w " diff --git a/resources/po/pt.po b/resources/po/pt.po index f2fd4b63e0..90f5a783a6 100644 --- a/resources/po/pt.po +++ b/resources/po/pt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-24 13:09+0000\n" "Last-Translator: Horus68 \n" "Language-Team: Portuguese %s" msgstr "Guardar em servidor na diretoria %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Substituir o(s) ficheiro(s) existente(s)" @@ -3670,7 +3670,7 @@ msgstr "Pegue" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Voltar" @@ -3680,7 +3680,7 @@ msgstr "Voltar" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importar" @@ -4029,8 +4029,8 @@ msgstr "Envio de SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Base de Dados" @@ -4053,7 +4053,7 @@ msgid "Recent" msgstr "Recente" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tabelas Favoritas" @@ -4092,17 +4092,17 @@ msgid "Features" msgstr "Funcionalidades" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Consultas SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Painel de navegação" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Painel principal" @@ -4600,13 +4600,28 @@ msgstr "Verificar Privilégios para a Base de Dados \"%s\"." msgid "Check privileges" msgstr "Verificar Privilégios" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Executa comando(s) SQL na base de dados %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4614,16 +4629,16 @@ msgstr "" "Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego " "entre os servidores web e MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Activar estatísticas" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Sem bases de dados" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirmar" @@ -5710,7 +5725,7 @@ msgid "Current server:" msgstr "Servidor atual:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servidores" @@ -5794,7 +5809,7 @@ msgid "Test:" msgstr "Teste:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Servidor" @@ -6429,7 +6444,7 @@ msgstr "Mostrar formulário" msgid "Show hidden messages" msgstr "Exibir mensagens ocultas" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tipo de autenticação" @@ -6513,7 +6528,7 @@ msgid "Detailed profile" msgstr "Perfil detalhado" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ordem" @@ -6575,7 +6590,7 @@ msgstr "Resultado(s) da(s) consulta(s)" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "A sua consulta SQL foi executada com êxito." @@ -6621,7 +6636,7 @@ msgstr "Delimitador" msgid "Show this query here again" msgstr "Mostrar de novo aqui este comando" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Reter a caixa da consulta (query)" @@ -7100,7 +7115,7 @@ msgid "Delete the view (DROP)" msgstr "Remover view (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Estrutura da tabela" @@ -7269,32 +7284,32 @@ msgid "Index length" msgstr "Comprimento do índice" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizar" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Verificar" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Otimizar" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Reconstruir" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Reparar" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Truncar" @@ -9202,14 +9217,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamita" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9394,19 +9401,19 @@ msgstr "ambos acima" msgid "neither of the above" msgstr "nenhuma das acima" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Os utilizadores não podem definir um valor maior" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Se for activado, o utilizador pode entrar em qualquer servidor MySQL através " "de um formulário de início de sessão para a autenticação com cookies." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9416,7 +9423,7 @@ msgstr "" "início de sessão a um servidor MySQL arbitrário é ativado ao combinar o " "endereço IP ou nome de anfitrião do servidor MySQL à expressão regular dada." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9426,7 +9433,7 @@ msgstr "" "chame o phpMyAdmin dentro de uma frame, e poderá ser uma potencial [strong] " "falha de segurança [/strong], que permite ataques de script cross-frame(XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9434,15 +9441,15 @@ msgstr "" "Frase secreta utilizada para encriptar cookies na autenticação por " "[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Activar compressão bzip2 para operações de importação." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Digite a URL para a sua API compatível com reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9450,31 +9457,31 @@ msgstr "" "Introduza o snippet Content-Security-Policy para a sua API compatível com o " "reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Introduza o parâmetro de requisição utilizado pela sua API compatível com o " "reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Introduza o parâmetro de resposta utilizado pela sua API compatível com o " "reCAPTCHA v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Introduza a sua chave pública para o serviço reCAPTCHA no seu domínio." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Introduza a sua chave privada para o serviço reCAPTCHA do seu domínio." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Digite o URL do seu siteverify para o seu serviço reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9484,7 +9491,7 @@ msgstr "" "CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar o tamanho do campo, " "[kbd]textarea[/kbd] - permite quebra de linhas em colunas." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9492,7 +9499,7 @@ msgstr "" "Use o nosso editor amigável para editar consultas SQL (CodeMirror) com " "realce de sintaxe e número de linhas." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9500,7 +9507,7 @@ msgstr "" "Encontra quaisquer erros na consulta antes da sua execução. Requer que " "CodeMirror seja ativado." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9508,7 +9515,7 @@ msgstr "" "Define o tamanho mínimo para campos de entrada gerados para as colunas CHAR " "e VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9516,7 +9523,7 @@ msgstr "" "Define o tamanho máximo para os campos de entrada gerados para as colunas " "CHAR e VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9525,7 +9532,7 @@ msgstr "" "se encontrar problemas com ficheiros gzip criados desative esta " "funcionalidade." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9533,16 +9540,16 @@ msgstr "" "Exibir aviso (\"Tem mesmo a certeza…\") quando estiver prestes a perder " "dados." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" "Preenchimento automático dos nomes de tabelas e colunas nas consultas SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9551,7 +9558,7 @@ msgstr "" "substituídas se a transformação for preenchida na pagina da estrutura da " "tabela." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9559,7 +9566,7 @@ msgstr "" "Desativar operações em massa de manutenção de tabelas, como optimizar ou " "reparar as tabelas seleccionadas de uma base de dados." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9567,12 +9574,12 @@ msgstr "" "Define a quantidade máxima de segundos que um script tem para executar " "([kbd]0[/kbd] para sem limite)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Excluir definição do utilizador atual" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9581,7 +9588,7 @@ msgstr "" "o [kbd]conteúdo[/kbd] é o dado referenciado, e o [kbd]id[/kbd] é o valor " "chave." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9590,7 +9597,7 @@ msgstr "" "[doc@faq6-27]documentação[/doc] para cadeias mágicas que podem ser usadas " "para conseguir valores especiais." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9598,7 +9605,7 @@ msgstr "" "Por favor repare que o phpMyAdmin é uma interface de utilizador e as suas " "funcionalidades não limitam o MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9606,7 +9613,7 @@ msgstr "" "Configurações avançadas do servidor, não altere estas opções a menos que " "saiba para que são." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9616,7 +9623,7 @@ msgstr "" "funcionalidades adicionais, consulte [doc@linked-tables]phpMyAdmin " "configuration storage[/doc] na documentação." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9624,116 +9631,116 @@ msgstr "" "Rastreamento das mudanças feitas na base de dados. Requerem o armazenamento " "da configuração do phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Personalizar modo de navegação." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personalizar as opções por defeito." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Definições para programadores phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Personalizar modo de edição." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personalizar as opções de exportação por defeito." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Define algumas opções usadas frequentemente." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personalizar opções de importação por defeito comuns." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Define diretórios de importação e exportação e opções de compressão." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opções de visualização das Bases de dados." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Personalizar a aparência do painel de navegação." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personalizar a árvore de navegação." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Exibir as opções dos servidores." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opções de exibição de tabelas." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Definições que não se encaixavam em nenhum outro lugar." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Definições de autenticação." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Digite os parâmetros de ligação ao servidor." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Personaliza links mostrados nas caixas de consulta SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Definições de consultas SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Personalizar página inicial." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Escolha que detalhes mostrar na estrutura da base de dados (lista de " "tabelas)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Definições para a estrutura da tabela (lista de colunas)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Escolha como quer que as abas funcionem." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personalizar campos de entrada de texto." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personalizar as opções predefinidas" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desative alguns dos avisos mostrados pelo phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Ativar a compressão gzip nas operações de importação e exportação." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9741,7 +9748,7 @@ msgstr "" "Se ativado, phpMyAdmin continua a processar consultas com múltiplas " "instruções mesmo se uma das consultas falhar." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9751,7 +9758,7 @@ msgstr "" "limite de tempo. Esta pode ser uma boa maneira de importar ficheiros " "grandes, mas pode quebrar as transações." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9759,16 +9766,16 @@ msgstr "" "Formato predefinido; esteja ciente que esta lista depende da localização " "(base de dados, tabela) e somente o SQL está sempre disponível." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Atualiza os dados quando chaves duplicadas forem encontradas na importação" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Número de queries a saltar desde o início." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9779,7 +9786,7 @@ msgstr "" "o como FALSO facilita o esquecimento de sair de outros servidores quando " "conectado a vários servidores." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9787,7 +9794,7 @@ msgstr "" "Define se o login anterior deve ser recordado ou não no modo de autenticação " "de [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9799,11 +9806,11 @@ msgstr "" "sessão actual e será apagado assim que fechar a janela do navegador. Isto é " "recomendado para ambientes não-confiáveis." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Número máximo de caracteres usados quando uma consulta SQL é mostrada." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9811,7 +9818,7 @@ msgstr "" "A quantidade de itens que podem ser mostrados em cada página no primeiro " "nível da árvore de navegação." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9819,7 +9826,7 @@ msgstr "" "A quantidade de itens que podem ser mostradas em cada página da árvore de " "navegação." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9827,7 +9834,7 @@ msgstr "" "Número de linhas exibidas ao navegar o resultado encontrado. Se o resultado " "tiver mais linhas, \"Anteriores\" e \"Próximas\" ligações serão apresentadas." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9835,17 +9842,17 @@ msgstr "" "A quantidade de bytes que um script pode alocar, ex. [kbd]32M[/kbd] " "([kbd]-1[/kbd] para nenhum limite e [kbd]0[/kbd] para nehnuma alteração)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "No painel de navegação, substitui a árvore da base de dados por um seletor" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Liga com o painel principal destacando a base de dados ou tabela actual." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9853,7 +9860,7 @@ msgstr "" "Abre a página ligada na janela principal ([code]principal[/code]) ou numa " "nova janela ([code]nova[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9861,7 +9868,7 @@ msgstr "" "Define a quantidade mínima de itens (tabelas, vistas, rotinas e eventos) a " "apresentar numa caixa de filtragem." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9869,72 +9876,72 @@ msgstr "" "Agrupar itens na árvore de navegação (determinado pelo separador definido " "nos separadores Bases de dados e Tabelas acima)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Se deseja oferecer a possibilidade de expansão de árvore no painel de " "navegação." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Se para mostrar procedimentos abaixo da base de dados na árvore de navegação" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Se a base de dados individual deve ser expandida automaticamente na árvore " "de navegação." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Configurar como 0 para colapsar o painel de navegação." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Mostrar o logótipo no painel de navegação." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL para onde irá apontar o logótipo do painel de navegação." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Apresentar o servidor escolhido no topo do painel de navegação." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" "Cadeia de caracteres que separa bases de dados em diferentes níveis de " "árvore." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" "Cadeia de caracteres que separa tabelas em níveis diferentes de árvores." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Destaque servidor sob o cursor do rato." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Mostrar ou não as tabelas da base de dados na árvore de navegação" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Mostrar ou não as vistas da base de dados na árvore de navegação" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Se para mostrar funções abaixo da base de dados na árvore de navegação" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Mostrar ou não eventos na base de dados na árvore de navegação" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9942,7 +9949,7 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. ordem decrescente para colunas do tipo TIME, DATE, " "DATETIME e TIMESTAMP, caso contrário, ordem ascendente." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9952,7 +9959,7 @@ msgstr "" "Estrutura da base de dados se alguma das tabelas requeridas para a " "configuração do armazenamento do phpMyAdmin não for encontrada." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9961,7 +9968,7 @@ msgstr "" "estrutura da base de dados se algum dos nomes de coluna numa tabela forem " "palavras reservadas do MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9971,11 +9978,11 @@ msgstr "" "configuração de armazenamento phpMyAdmin). Se estiver desativado, utiliza as " "rotinas JS para mostrar o histórico de consulta (perdido fechando da janela)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9983,7 +9990,7 @@ msgstr "" "Define o fuso horário efectivo; possivelmente diferente do da sua base de " "dados" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9991,7 +9998,7 @@ msgstr "" "Deixe em branco para nenhumas [doc@bookmarks@]marcações[/doc], sugerido: " "[kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9999,7 +10006,7 @@ msgstr "" "Deixe em branco quando não houver colunas de comentário/tipos de mídia, " "sugeridas: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10007,7 +10014,7 @@ msgstr "" "Um utilizador especial do MySQL configurado com permissões limitadas, mais " "informações disponíveis na [doc@linked-tables]documentação[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10015,7 +10022,7 @@ msgstr "" "Um servidor alternativo para armazenar a configuração; deixe em branco para " "utilizar um servidor já definido." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10025,7 +10032,7 @@ msgstr "" "configuração; deixe em branco para utilizar a porta predefinida ou a porta " "pré-definida, se o servidor de controlo for igual ao servidor." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -10035,7 +10042,7 @@ msgstr "" "issues/8970]issue tracker do phpMyAdmin[/a] e no [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10043,7 +10050,7 @@ msgstr "" "Deixe em branco se não houver/quiser suporte a histórico de consulta SQL, " "sugerido: [kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10051,7 +10058,7 @@ msgstr "" "Limita a quantidade de preferências de tabela armazenadas na base de dados, " "os registos mais antigos são automaticamente removidos." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10059,7 +10066,7 @@ msgstr "" "Deixe em branco para não ter suporte para modelos de exportação, sugestão: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10067,7 +10074,7 @@ msgstr "" "Deixe em branco para desativar o suporte para colunas centrais, sugestão: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10077,14 +10084,14 @@ msgstr "" "invertida se quiser utilizar as suas instâncias literais, ou seja, utilize " "[kbd]'my\\_db'[/kbd] e não [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10094,7 +10101,7 @@ msgstr "" "Consulte [doc@linked-tables]pmadb[/doc] para obter informações completas. " "Deixar em branco para não haver suporte. Sugerido: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10102,7 +10109,7 @@ msgstr "" "Deixe em branco para que não hajam tabelas recentes \"persistentes\" ao " "longo das sessões, sugeridas: [kbd]pma_column_info[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10110,7 +10117,7 @@ msgstr "" "Deixe em branco para nenhumas tabelas \"persistentes\" favoritas entre " "sessões, sugestão: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10118,14 +10125,14 @@ msgstr "" "Deixe em branco se não houver suporte para [doc@relations@]links de relação[/" "doc], sugestão: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Veja os [doc@authentication-modes]tipos de autenticação[/doc] para um " "exemplo." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10133,7 +10140,7 @@ msgstr "" "Deixe em branco se não houver/quiser suporte de esquema PDF, sugerido: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10141,7 +10148,7 @@ msgstr "" "Tabela para descrever as colunas mostradas, deixe em branco se não houver/" "quiser suporte, sugerido: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10149,7 +10156,7 @@ msgstr "" "Deixe em branco para que não hajam tabelas \"persistentes\"com preferências " "ao longo das sessões, sugerido: [kbd]pma_pdf_pages[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10157,7 +10164,7 @@ msgstr "" "Se será acrescentada uma instrução DROP DATABASE IF EXISTS como primeira " "linha para o log ao criar uma base de dados." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10165,7 +10172,7 @@ msgstr "" "Será acrescentada uma instrução DROP TABLE IF EXISTS na primeira linha para " "o registo ao criar uma tabela." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10173,12 +10180,12 @@ msgstr "" "Se uma instrução DROP VIEW IF EXISTS será adicionada como primeira linha ao " "log, quando se cria um view." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Define a lista de instruções que o auto-creation usa para novas versões." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10186,7 +10193,7 @@ msgstr "" "Deixe em branco se não há suporte ao rastreamento de consulta SQL, sugerido: " "[kbd]pma_history[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10194,7 +10201,7 @@ msgstr "" "Se o mecanismo de rastreamento cria versões para tabelas e vistas " "automaticamente." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10202,7 +10209,7 @@ msgstr "" "Deixe em branco para não armazenar na base de dados as preferências de " "utilizadores, sugerido: [kbd]pma_designer_coords[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10212,7 +10219,7 @@ msgstr "" "para ativar a funcionalidade de menus configuráveis; Deixando uma delas em " "branco, irá desativar esta funcionalidade; sugerido: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10223,7 +10230,7 @@ msgstr "" "branco irá desativar esta funcionalidade, sugerido: [kbd]pma__usergroups[/" "kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10231,7 +10238,7 @@ msgstr "" "Deixe em branco para desativar a funcionalidade de esconder ou mostrar os " "itens de navegação, sugerido: [kbd]pma_navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10239,54 +10246,54 @@ msgstr "" "Uma descrição de fácil compreensão deste servidor. Deixe em branco para " "mostrar o nome do servidor (hostname)." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Deixar em branco se não for usado." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Deixe em branco por defeito." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Nome do Domínio a apresentar quando é feita autenticação HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Método de autenticação a utilizar." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Comprimir ligação ao servidor MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Ocultar bases de dados correspondentes a expressão regular (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Nome do Servidor onde o MYSQL está a ser executado." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Deixar vazio se não utilizar autenticação por config." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porta na qual o servidor Mysql está atento, deixe em branco por defeito." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "O socket no qual MySQL server está atento, deixe em branco para a " "predefinição." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Ative o SSL para as ligações com o servidor de MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10297,27 +10304,27 @@ msgstr "" "escrita no ficheiro de configuração; isto não impossibilita que o mesmo " "comando seja executado diretamente." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostrar ou esconder a coluna que exibe a Criação de timestamp em todas as " "tabelas." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostra ou esconde uma coluna com a data(timestamp) da última atualização em " "todas as tabelas." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostra ou esconde uma coluna com a data(timestamp) da última verificação em " "todas as tabelas." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10325,7 +10332,7 @@ msgstr "" "Define se os tipos de campo devem ser mostrados inicialmente no modo editar/" "inserir, ou não." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10333,57 +10340,49 @@ msgstr "" "Exibe o link para a saída de [a@https://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Se um utilizador deve visualizar um botão \"mostrar todos (registos)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba os comentários para todas as tabelas." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba o conjunto de caracteres para todas " "tabelas." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Mostrar os campos de função no modo editar/inserir." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Se mostra sugestão ou não." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Define se as consultas SQL geradas pelo phpMyAdmin devem ser exibidas." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Permitir exibir estatísticas da base de dados e tabelas (por exemplo, uso de " "espaço)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marca tabelas utilizadas e torna possível mostrar bases de dados com tabelas " "bloqueadas." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Desativa o alerta predefinido que é exibido na página principal se o pacote " -"Suhosin foi detectado." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10393,7 +10392,7 @@ msgstr "" "da configuração do PHP 'session.gc_maxlifetime' é menor que o valor de " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10401,7 +10400,7 @@ msgstr "" "Tamanho do campo (colunas) em modo edição, o valor será enfatizado (*2) para " "textareas de consulta SQL." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10409,7 +10408,7 @@ msgstr "" "Tamanho da textarea (linhas) no modo de edição, esse valor será enfatizado " "(*2) para as textareas de consulta SQL." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10421,7 +10420,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) vindo do proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10429,7 +10428,7 @@ msgstr "" "Quando desativado, os utilizadores não podem definir nenhuma das opções em " "baixo, independentemente da caixa de verificação à direita." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10441,7 +10440,7 @@ msgstr "" "isto se o servidor onde o phpMyAdmin está instalado não tem acesso direto à " "Internet. O formato é: \"nomeservidor:númeroporta\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10452,7 +10451,7 @@ msgstr "" "feita a Autenticação Básica. Não é possível efetuar mais nenhum tipo de " "autenticação de momento." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10460,7 +10459,7 @@ msgstr "" "Consultas são executadas ao pressionar Enter (ao invés de Ctrl+Enter). Novas " "linhas serão inseridas com Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10468,392 +10467,392 @@ msgstr "" "Ativa o modo de Configuração Zero que o permite configurar automaticamente " "as tabelas de armazenamento de configuração do phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Destacar as linhas seleccionadas." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Destacar o registo apontado pelo cursor do rato." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Número de colunas para caixas de texto CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Número de linhas para caixas de texto CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Regista as consultas SQL e o seu tempo de execução, para visualização na " "consola" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Separador que é exibido quando entrar numa base de dados." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Separador que é mostrado quando entrar num servidor." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Separador que é mostrado quando se entra numa tabela." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Se as ações da estrutura da tabela devem ser escondidas." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Se os comentários de coluna devem ser exibidas na vista de estrutura da " "tabela" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 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." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" "Uma caixa de seleção será utilizada se poucos itens estiverem presentes." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Valor predefinido para checkbox de chaves estrangeiras para algumas " "consultas." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Demarque o checkbox para desativar a importação por arrastar e soltar" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Quantas linhas podem ser inseridas de uma vez." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Número máximo de caracteres apresentados em qualquer coluna não-numérica na " "vista de navegação." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Definir a duração (em segundos) da validade do cookie de inicio de sessão." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Duplicar o tamanho da área de texto para colunas LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Número máximo de base de dados exibidas na lista de base de dados." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Número máximo de tabelas exibidas na lista de tabelas." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Número máximo de tabelas utilizadas recentemente, definir 0 para desativar." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Número máximo de tabelas favoritas, definir 0 para desativar." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Estas são ligações Editar, Copiar e Apagar." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Se para mostrar ligações de linhas na ausência de uma chave única." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Desativar teclas de atalho" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Usar ordem natural para ordenar nomes de tabelas e bases de dados." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Usar apenas ícones, apenas texto ou ambos." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Use o buffer de saída GZip para acelerar as transferências HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Usar ligações persistentes para bases de dados MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Não permitir edição de colunas BLOB e BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Quantas consultas são mantidas no histórico." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Selecione quais funções serão usadas para conversão do conjunto de " "caracteres." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Ao navegar nas tabelas, a ordenação de cada tabela é memorizada." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Ordem predefinida de ordenação para tabelas com chave primária." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repetir cabeçalhos a cada X células, [kbd]0[/kbd] desativa esta " "funcionalidade." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Para exibir as Opções" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Pasta onde as exportações serão guardadas no servidor." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Define se a caixa de consultas deve permanecer aberta depois da sua " "submissão." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" "Título da janela do navegador quando uma base de dados estiver selecionada." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Título da janela do navegador quando nada estiver selecionado." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Título da janela do navegador quando um servidor estiver selecionado." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Título da janela do navegador quando uma tabela estiver selecionada." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Directório no servidor onde pode carregar ficheiros para importar." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Permitir pesquisas dentro da base de dados." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Possibilita a verificação da última versão na página inicial do phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "A palavra-passe para se autenticar na proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Activar compressão ZIP nas operações de importação e exportação." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Escolhe a opção por defeito ao enviar relatórios de erros." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Permitir autenticação para qualquer servidor MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Login restrito no servidor MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Permitir elaboração de terceiros" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Mostrar hiperligação \"Apagar Base de Dados\" a utilizadores normais" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Segredo Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Marcador de linha" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Destacar cursor" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Edição de colunas CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Activar CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Activar Validador de SQL" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Tamanho mínimo para campo de entrada" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Tamanho máximo para campo de entrada" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Colunas da caixa de texto para CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Linhas da caixa de texto para CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Verificar permissões do ficheiro de configuração" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Comprimir na hora" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirma consultas DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Tamanho do papel" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Separador predefinido da base de dados" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Separador predefinido do servidor" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Separador predefinido para a tabela" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Ativar autocompletar para nomes de tabelas e colunas" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Mostrar comentários da coluna" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Ocultar as ações à estrutura da tabela" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Transformações predefinidas para Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Transformações predefinidas para Subcadeias" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Transformações predefinidas para Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Transformações predefinidas para External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Transformações predefinidas para PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Transformações predefinidas para DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Transformações predefinidas para Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Transformações predefinidas para TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Transformações predefinidas para TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Mostrar servidores como uma lista" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Desactivar a manutenção de múltiplas tabelas" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Tempo máximo de execução" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Usar a instrução [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Gravar como ficheiro" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Configurar o Mapa de Caracteres do ficheiro" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compressão" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10861,56 +10860,56 @@ msgstr "Compressão" msgid "Put columns names in the first row" msgstr "Pôr os nomes das colunas na primeira linha" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Colunas delimitadas com" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Colunas precedidas com" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Substituir NULL com" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Remover caracteres CRLF nas colunas" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Colunas terminadas com" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Linhas terminadas com" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Edição do Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Modelo de nome da base de dados" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Nome do servidor modelo" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Modelo de nome da tabela" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10920,81 +10919,81 @@ msgstr "Modelo de nome da tabela" msgid "Dump table" msgstr "Eliminar tabela" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Incluir a legenda da tabela" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Legenda da tabela" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Continuação da legenda da tabela" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Rótulo da chave" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relações" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Metodo de Exportação" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Guardar no servidor" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportar como ficheiros separados" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Lembrar modelo do nome de ficheiros" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Remover cláusula DEFINER das definições" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Encapsular nomes de tabela e coluna com acentos grave" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL modo compatibilidade" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Datas de Criação/Actualização/verificação" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Usar inserções demoradas" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Desativar verificação de chaves estrangeiras" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportar visualizações como tabelas" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exportar metadados relacionados ao storage de configurações do phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Usar hexadecimal para BINARY e BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11002,849 +11001,849 @@ msgstr "" "Adiciona IF NOT EXISTS (menos eficiente já que os índices serão gerados " "durante a criação da tabela)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s view" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Utilizar a opção \"ignorar inserções\"" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintaxe a utilizar ao inserir dados" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Tamanho máximo da consulta gerada" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tipo de Exportação" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Encapsular exportação numa transação" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Hora de Exportação em UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordem da caixa de seleção de chave estrangeira" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limite de chave estrangeira" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Verificações de chave estrangeira" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Primeiro dia do calendário" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Modo de navegação" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "Dados CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Programador" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Modo de edição" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Exportar predefinições" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Geral" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importar predefinições" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importar / exportar" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Árvore de navegação" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Outras definições do núcleo" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Títulos das páginas" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Segurança" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Definições básicas" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autenticação" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configuração do servidor" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Armazenamento de configuração" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Rastreamento de alterações" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL caixa de Consulta" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Iniciar" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Estrutura da base de dados" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Abas" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Mostrar esquema relacional" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Campos de Texto" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texto Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avisos" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parâmetros extra para o iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorar erros de múltiplas declarações" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Ativar importação por arrastar e soltar" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importação parcial: permite Interrupção" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Não abortar perante erro INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Adiciona ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formato do ficheiro importado" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Usar palavra-chave LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Nome das colunas na primeira linha" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Não importe linhas vazias" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa divisas ($5.00 para 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa percentagens como decimal (12.00% para .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importação parcial: ignorar queries" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Não usar AUTO_INCREMENT para valores zero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Ler como multibytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Estado inicial das barras de deslocação" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Número de linhas inseridas" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limitar caracteres da coluna" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Apagar todos os cookies quando sair" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Lembrar nome de utilizador" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Armazena cookie de inicio de sessão" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validade do cookie de inicio de sessão" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Maior caixa de texto para LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Largura máxima do SQL exibido" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Número máximo de bases de dados" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Máximo de itens no primeiro nível" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Máximo de itens por ramo" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Número máximo de linhas a exibir" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Número máximo de tabelas" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Limite de memória" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Mostra navegação de bases de dados como árvore" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Largura do painel de navegação" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Conectar com o painel principal" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Mostrar logotipo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL do link do logotipo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Destino da ligação do logótipo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Mostrar seleção de servidores" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Alvo para ícone de acesso rápido" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Destino para o segundo ícone de acesso rápido" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Número mínimo de itens a apresentar na caixa de filtragem" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Número mínimo de bases de dados para mostrar a caixa de filtragem de base de " "dados" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Agrupar itens na árvore" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Divisor de árvore da base de dados" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separador de árvore da tabela" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Profundidade máxima da árvore da tabela" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Ativar destaque" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Ativar a expansão da árvore de navegação" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Mostrar tabelas na árvore" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Mostrar visualizações em árvore" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Mostrar funções em árvore" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Mostrar os procedimentos em árvore" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Mostrar eventos em árvore" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Expandir a base de dados única" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tabelas utilizadas recentemente" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Onde mostrar as ligações da linha da tabela" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Mostrar ligações de linhas de qualquer forma" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Ordem natural" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Barra de navegação de tabelas" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Buffer de saída GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ordenação predefinida" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Ligações persistentes" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabelas de configuração de armazenamento phpMyAdmin em falta" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Aviso de palavra reservada ao MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Como mostrar os separadores do menu" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Como mostrar várias ligações de ações" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Proteger colunas binárias" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Histórico de consultas permanente" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Tamanho do histórico de consultas" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Motor de Recodificação" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Lembrar ordenação da tabela" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Ordenação predeterminada por chave primária" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Repetir cabeçalhos" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Edição de grelha: ação do trigger" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Exibição relacional" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Edição em grade: gravar todas as células editadas duma única vez" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Pasta para guardar" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Ordem de autorização do Anfitrião" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Regras de autorização do anfitrião" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Permitir login sem uma palavra-passe" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Permitir login como root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Fuso horário da sessão" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Domínio HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabela de favoritos" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabela de informações de coluna" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Comprimir ligação" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Plavara-passe de utlizador de controlo" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Utilizador de controlo" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Controlar host" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Controlar porta" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Desativar o uso do INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Ocultar bases de dados" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabela de histórico das consultas SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nome do servidor" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL de fim de sessão" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Número máximo de preferências de tabela a armazenar" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportar tabela de modelos" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabela de colunas centrais" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Mostrar apenas bases de dados listadas" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Palavra-passe para config-auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Esquema PDF: tabela de páginas" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Porta do servidor" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Tabela utilizada recentemente" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabela de favoritos" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabela de relações" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nome da sessão" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL de Signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket do servidor" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Usar SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Desenho e esquema em PDF: coordenadas de tabela" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Mostrando comentários das colunas" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Preferencias UI de tabela" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Adicionar DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Adicionar DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Instruções para rastrear" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabela de histórico de consultas do SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Criar versões automaticamente" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabela de armazenamento das preferências do utilizador" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabela de utilizadores" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabela de grupos do utilizador" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabela dos itens de navegação oculta" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Utilizador para a configuração de autenticação" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nome detalhado deste servidor" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Permitir a exibição de todas as filas" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Mostrar o formulário de mudança de palavra-passe" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Mostrar o formulário de criação de base de dados" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Mostrar comentários da tabela" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Mostrar o timestamp de criação" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Mostrar o timestamp da última atualização" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Mostrar o timestamp da última verificação" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Mostrar o conjunto de caracteres da tabela" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Mostrar os tipos dos campos" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Mostrar os campos da função" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Mostrar sugestão" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Mostrar o link phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Mostrar informação detalhada do servidor MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Mostrar consultas SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Mostrar estatísticas" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Ignorar tabelas bloqueadas" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Explicar SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Criar código PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Aviso do Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Aviso de validade do cookie de login" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Colunas da área de texto" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Linhas da área de texto" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Título por defeito" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista de proxies de confiança para permitir/proibir IPs" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Pasta de envios" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Utilizar a pesquisa da base de dados" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Ativar o separador Programador nas definições" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Verificação da versão" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "URL da proxy" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nome de utilizador da proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Palavra-passe da proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL para a API de reCAPTCHA v2" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Snippet de Content-Security-Policy para reCAPTCHA v2 API" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parâmetro de solicitação para reCAPTCHA v2 API" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parâmetro de resposta para reCAPTCHA v2 API" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Chave pública para o reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Chave privada para o reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL para o siteverify do reCAPTCHA" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Enviar relatórios de erro" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter executa consultas na consola" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Ativar Modo de Configuração Zero" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Executa as consultas a carregar em Enter e insere uma nova linha com " "Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Altura do console" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Modo console" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Ordenar por" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Ordenação de caracteres da ligação ao servidor" @@ -11877,7 +11876,8 @@ msgstr "A importação comprimida não funcionará devido à falta da função % msgid "Compressed export will not work due to missing function %s." msgstr "A exportação comprimida não funcionará devido à falta da função %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "máximo %s" @@ -11911,7 +11911,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Folha de cálculo OpenDocument" @@ -11919,7 +11919,7 @@ msgstr "Folha de cálculo OpenDocument" msgid "OpenDocument Text" msgstr "Texto OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV usando o LOAD DATA" @@ -12085,7 +12085,7 @@ msgstr "" "A %1$scompactação e descompactação GZip2%2$s requer funções (%3$s) que não " "estão disponíveis neste sistema." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Servidor %d" @@ -12368,7 +12368,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Não foi possível carregar os plugins de exportação, por favor verifique a " @@ -12503,7 +12503,7 @@ msgid "Success!" msgstr "Sucesso!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12571,7 +12571,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Poderá querer actualizar esta página." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Mau tipo!" @@ -12699,16 +12699,7 @@ msgstr "" "segurança do seu servidor pode ser comprometida por pessoas não autorizadas " "ao transferir a configuração." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Servidor a correr com Suhosin. Por favor verifique a %sdocumentação%s para " -"eventuais problemas." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12717,14 +12708,14 @@ msgstr "" "A $cfg['TempDir'] (%s 1) não se encontra acessível. phpMyAdmin não " "conseguirá pôr os modelos no cache e devido a isso irá ser mais lento." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12734,7 +12725,7 @@ msgstr "" "um charset de multibyte. Sem a extensão mbstring, o phpMyAdmin não pode " "separar as cadeias corretamente e pode resultar em resultados inesperados." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12811,7 +12802,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Os comandos \"DROP DATABASE\" estão desactivados." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Ocorreu um ROLLBACK.]" @@ -14774,7 +14765,7 @@ msgid "No such column" msgstr "Nenhuma coluna" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Cadeia" @@ -15660,7 +15651,7 @@ msgstr "Dados incorretos" msgid "Wrong data or no validation for %s" msgstr "Valor incorreto ou sem validação para %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Marcador %s foi criado." @@ -15738,7 +15729,7 @@ msgstr "Há um problema com a sua requisição." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL não retornou nenhum registo." @@ -16142,27 +16133,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Registo eliminado." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "A consulta demorou %01.4f segundos." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "A mostrar registos de %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format msgid "%1$s total, %2$s in query" msgstr "%1$d no total, %2$d na consulta" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format msgid "%s total" msgstr "%d total" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Link não encontrado!" @@ -16808,11 +16799,11 @@ msgstr "" msgid "web server upload directory:" msgstr "diretório de envio do servidor web:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Exibindo consulta SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Id da linha inserida: %1$d" @@ -17261,39 +17252,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Nenhuma dependência parcial encontrada!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Coalescer" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Não é posivel mover a tabela para o mesmo!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Não é possivel copiar a tabela para o mesmo!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s movida para %s. Os privilégios foram ajustados." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s copiada para %s. Os privilégios foram ajustados." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "A tabela %s foi movida para %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s copiada para %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "O nome da tabela está vazio!" @@ -17381,7 +17372,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Você ativou a autenticação de dois fatores, por favor confirme seu login." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Colunas separadas com:" @@ -17804,7 +17795,7 @@ msgstr "" "Sistema de base de dados ou servidor MySQL mais antigo para maximizar a " "compatibilidade de saída com:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17829,19 +17820,19 @@ msgstr "" "Atualiza os dados quando chaves duplicadas forem encontradas na importação " "(adicione ON UPDATE DUPLICATE KEY)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Nome da nova tabela (opcional):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Nome da nova base de dados (opcional):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importar esse número de linhas (opcional):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17849,7 +17840,7 @@ msgstr "" "A primeira linha do ficheiro contém os nomes das colunas da tabela (se " "for desmarcado, a primeira linha se tornará parte dos dados)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17859,27 +17850,27 @@ msgstr "" "base de dados, liste aqui os nomes das colunas correspondentes. Os nomes das " "colunas devem ser separados por vírgulas e não devem estar entre aspas." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nome dos Campos:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Formato inválido de input CSV na linha %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Contador de colunas inválido no input CSV na linha %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Parâmetro inválido para importação CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18659,11 +18650,11 @@ msgstr "Não existe nenhuma versão estável mais nova" msgid "Using bookmark \"%s\" as default browse query." msgstr "Usando marcador \"%s\" como query predefinido de navegação." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Exibindo como código PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18672,7 +18663,7 @@ msgstr "" "A seleção atual não contém uma coluna exclusiva. Os recursos de edição de " "grade, caixa de seleção, Editar, Copiar e Apagar não estão disponíveis. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18936,24 +18927,24 @@ msgstr "Você deve fornecer um nome de tabela válido!" msgid "You must provide a trigger definition." msgstr "Deve fornecer uma definição ao trigger." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Esvaziar" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Um inteiro de 1 byte, a gama atribuída é de -128 a 127, a gama não atribuída " "é de 0 a 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18961,7 +18952,7 @@ msgstr "" "Um inteiro de 2 byte, a gama atribuída é de -32,768 a 32,767, a gama não " "atribuída é de 0 a 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18969,7 +18960,7 @@ msgstr "" "Um inteiro de 3 byte, a gama atribuída é de -8,388,608 a 8,388,607, a gama " "não atribuída é de 0 a 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18977,7 +18968,7 @@ msgstr "" "Um inteiro de 4 byte, a gama atribuída é de -2,147,483,648 a 2,147,483,647, " "a gama não atribuída é de 0 a 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18986,7 +18977,7 @@ msgstr "" "9,223,372,036,854,775,807, a gama não atribuída é de 0 a " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18995,7 +18986,7 @@ msgstr "" "(por predefinição 10), a quantidade máxima de decimais (D) é de 30 (por " "predefinição 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19003,7 +18994,7 @@ msgstr "" "Um pequeno número de ponto flutuante, os valores permitidos são " "-3.402823466E+38 a -1.175494351E-38, 0 e 1.175494351E-38 a 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19013,7 +19004,7 @@ msgstr "" "-1.7976931348623157E+308 a -2.2250738585072014E-308, 0 e " "2.2250738585072014E-308 a 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19021,7 +19012,7 @@ msgstr "" "Sinónimo para DOUBLE (excepção: no modo SQL REAL_AS_FLOAT é sinónimo para " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -19029,7 +19020,7 @@ msgstr "" "Um tipo de campo bit (M), armazena M de bits por valor (a predefinição é 1 e " "o máximo é 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19037,21 +19028,21 @@ msgstr "" "Um sinónimo para TINYINT(1), um valor de zero é considerado falso, valores " "diferentes de zero são considerados verdadeiros" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Um alias para BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Uma data, intervalo suportado é %1$s até %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Uma combinação de data e hora, o intervalo suportado é %1$s até %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19066,12 +19057,12 @@ msgstr "" "2038-01-09 03:14:07 UTC, guardado como um número de segundos desde a época " "(1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Uma hora, intervalo é %1$s até %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19080,7 +19071,7 @@ msgstr "" "(2), os valores permitidos são de 70 (1970) até 69 (2069) ou 1901 até 2155 e " "0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19089,7 +19080,7 @@ msgstr "" "sempre preenchida à direita com espaços até o tamanho especificado quando " "armazenado" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19098,7 +19089,7 @@ msgstr "" "Uma cadeia de comprimento variável (%s), o comprimento efetivo máximo está " "sujeito ao tamanho máximo de linha" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19106,7 +19097,7 @@ msgstr "" "Uma coluna de texto com um comprimento máximo de 255 (2^8 - 1) caracteres, " "guardados com um prefixo de um byte indicando o comprimento do valor em bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19115,7 +19106,7 @@ msgstr "" "caracteres, guardada com um prefixo de dois bytes indicando o comprimento do " "valor em bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19124,7 +19115,7 @@ msgstr "" "caracteres, guardada com um prefixo de três bytes que indica o comprimento " "do valor em bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19134,7 +19125,7 @@ msgstr "" "- 1) caracteres, guardada com um prefixo de quatro bytes que indica o " "comprimento do valor em bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19142,7 +19133,7 @@ msgstr "" "Semelhante ao tipo CHAR, mas armazena cadeias de bytes binários em vez de " "cadeias de caracteres não-binários" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19150,7 +19141,7 @@ msgstr "" "Semelhante ao tipo VARCHAR, mas armazena cadeias de bytes binários em vez de " "cadeias de caracteres não-binários" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19158,7 +19149,7 @@ msgstr "" "Uma coluna tipo BLOB com um comprimento máximo de 255 (2^8 - 1) bytes, " "armazenada com um prefixo de um byte indicando o comprimento do valor" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19167,7 +19158,7 @@ msgstr "" "bytes, armazenada com um prefixo de três bytes que indica o comprimento do " "valor" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19175,7 +19166,7 @@ msgstr "" "Uma coluna tipo BLOB com um comprimento máximo de 65.535 (2^16 - 1) bytes, " "armazenada com um prefixo de dois byte indicando o comprimento do valor" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19184,7 +19175,7 @@ msgstr "" "bytes, armazenados com um prefixo de quatro bytes indicando o comprimento do " "valor" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19192,43 +19183,43 @@ msgstr "" "Uma enumeração, escolhida a partir da lista de até 65.535 valores ou o valor " "especial '' do erro" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Um valor único escolhido de um conjunto de até 64 membros" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Um tipo que pode armazenar uma geometria de qualquer tipo" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Um ponto no espaço de 2 dimensões" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Uma curva com uma interpolação linear entre os pontos" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Um polígono" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Uma coleção de pontos" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Uma coleção de curvas com uma interpolação linear entre os pontos" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Uma coleção de polígonos" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Uma coleção de objetos geométricos de qualquer tipo" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19236,7 +19227,7 @@ msgstr "" "Armazena e ativa acesso eficiente a dados em documentos JSON (Notação de " "Objectos em JavaScript)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -19244,31 +19235,31 @@ msgstr "" "Destinado ao armazenamento de endereços IPv6, assim como endereços IPv4 " "assumindo o mapeamento convencional de endereços IPv4 em endereços IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Guarda um UUID de 128-bit (Identificador Universal Único)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numérico" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Data e hora" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Espacial" @@ -19313,6 +19304,24 @@ msgstr "Erro no arquivo ZIP:" msgid "No files found inside ZIP archive!" msgstr "Nenhum ficheiro encontrado dentro do arquivo ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Desativa o alerta predefinido que é exibido na página principal se o " +#~ "pacote Suhosin foi detectado." + +#~ msgid "Suhosin warning" +#~ msgstr "Aviso do Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Servidor a correr com Suhosin. Por favor verifique a %sdocumentação%s " +#~ "para eventuais problemas." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "" #~ "A exportação de uma consulta em bruto não é suportada para este método de " diff --git a/resources/po/pt_BR.po b/resources/po/pt_BR.po index baac482a65..cc1ab2dc62 100644 --- a/resources/po/pt_BR.po +++ b/resources/po/pt_BR.po @@ -3,10 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" -"PO-Revision-Date: 2025-10-23 14:02+0000\n" -"Last-Translator: Pedro Ricardo Ribeiro de Olinda \n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" +"PO-Revision-Date: 2026-04-11 20:09+0000\n" +"Last-Translator: Rodrigo Del Bem \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" @@ -14,7 +13,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 5.14.1-dev\n" +"X-Generator: Weblate 5.17-dev\n" #: resources/templates/base.twig:40 resources/templates/login/header.twig:13 msgid "Javascript must be enabled past this point!" @@ -760,8 +759,8 @@ msgstr "Ajustar privilégios" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -780,8 +779,8 @@ msgstr "Mover coluna(s)" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -852,7 +851,7 @@ msgstr "Resetar" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 src/Engines/Pbxt.php:167 #: src/Html/Generator.php:685 src/Html/MySQLDocumentation.php:51 -#: src/Sanitize.php:188 +#: src/Sanitize.php:189 msgid "Documentation" msgstr "Documentação" @@ -1019,7 +1018,7 @@ msgstr "Repetir consulta" #: resources/templates/setup/home/index.twig:64 #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 -#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:926 +#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:925 #: src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 @@ -1060,7 +1059,7 @@ msgstr "Remover" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1071,7 +1070,7 @@ msgstr "Banco de dados" msgid "SQL Query Console" msgstr "Caixa de consulta SQL" -#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:766 +#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:764 msgid "Console" msgstr "Console" @@ -1100,7 +1099,7 @@ msgid "Bookmarks" msgstr "Favoritos" #: resources/templates/console/display.twig:34 -#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:615 +#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "Depurar SQL" @@ -1172,7 +1171,7 @@ msgstr "Tempo gasto" msgid "Order by:" msgstr "Ordenar por:" -#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:964 +#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:962 msgid "Group queries" msgstr "Agrupar consultas" @@ -1200,7 +1199,7 @@ msgstr "Tempo gasto:" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 #: src/Html/Generator.php:589 msgid "Refresh" msgstr "Atualizar" @@ -1238,15 +1237,15 @@ msgstr "OK" msgid "Restore default values" msgstr "Restaurar valores padrão" -#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:958 +#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "Sempre expandir mensagens de consulta" -#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:957 +#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:955 msgid "Show query history at start" msgstr "Mostrar histórico de consulta ao iniciar" -#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:959 +#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "Mostrar consulta de navegação atual" @@ -1258,7 +1257,7 @@ msgstr "" "Execute consultas com Enter e insira nova linha com Shift + Enter. Para " "definir esta configuração como permanente, vá em configurações." -#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:961 +#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:959 msgid "Switch to dark theme" msgstr "Mudar para o tema escuro" @@ -1379,8 +1378,8 @@ msgstr "Ação" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -1806,7 +1805,7 @@ msgstr "Definição" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "Formato" @@ -1906,7 +1905,7 @@ msgstr "Exportar" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -1915,7 +1914,7 @@ msgstr "Exportar" #: resources/templates/triggers/list.twig:20 #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 -#: resources/templates/triggers/row.twig:58 src/Operations.php:538 +#: resources/templates/triggers/row.twig:58 src/Operations.php:534 msgid "Drop" msgstr "Eliminar" @@ -2004,7 +2003,7 @@ msgstr "Tabelas:" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2196,7 +2195,7 @@ msgstr "Copiar banco de dados para" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 msgid "Database name" msgstr "Nome do banco de dados" @@ -2227,10 +2226,10 @@ msgstr "CREATE DATABASE antes de copiar" #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, php-format msgid "Add %s" msgstr "Adicionar %s" @@ -2238,7 +2237,7 @@ msgstr "Adicionar %s" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "Adicionar valor AUTO_INCREMENT" @@ -2750,7 +2749,7 @@ msgid "Database:" msgstr "Banco de dados:" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "Adicionar DROP TABLE" @@ -2818,7 +2817,7 @@ msgstr "Mostrar consultas create" #: resources/templates/table/relation/common_form.twig:102 #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 -#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:937 +#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:935 #: src/Plugins/Export/ExportXml.php:408 src/Server/Privileges.php:1570 #: src/Server/Privileges.php:1572 msgid "Table" @@ -3134,7 +3133,7 @@ msgstr "Operações resultantes das consultas" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "Copiar para a área de transferência" @@ -3300,7 +3299,7 @@ msgid "Save on server in the directory %s" msgstr "Salvar em servidor no diretório %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Sobrescrever arquivo(s) existente(s)" @@ -3662,7 +3661,7 @@ msgstr "Pegue" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Voltar" @@ -3672,7 +3671,7 @@ msgstr "Voltar" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importar" @@ -4020,8 +4019,8 @@ msgstr "Envio de SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Bancos de dados" @@ -4045,7 +4044,7 @@ msgid "Recent" msgstr "Recente" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tabelas favoritas" @@ -4084,17 +4083,17 @@ msgid "Features" msgstr "Recursos" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Queries SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Painel de navegação" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Painel principal" @@ -4572,13 +4571,28 @@ msgstr "Verificar privilégios para o banco de dados '%s'." msgid "Check privileges" msgstr "Verificar privilégios" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Rodar consulta(s) SQL no banco de dados %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4586,16 +4600,16 @@ msgstr "" "Nota: Ativar as estatísticas aqui pode causar um grande volume de tráfego " "entre o servidor web e o servidor MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Habilitar estatísticas" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Nenhum banco de dados" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirmar" @@ -5657,7 +5671,7 @@ msgid "Current server:" msgstr "Servidor atual:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servidores" @@ -5741,7 +5755,7 @@ msgid "Test:" msgstr "Teste:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Servidor" @@ -6380,7 +6394,7 @@ msgstr "Mostrar formulário" msgid "Show hidden messages" msgstr "Exibir mensagens ocultas" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tipo de autenticação" @@ -6462,7 +6476,7 @@ msgid "Detailed profile" msgstr "Perfil detalhado" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ordem" @@ -6523,7 +6537,7 @@ msgstr "Gráfico de pizza com resultados do perfil." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Seu comando SQL foi executado com sucesso." @@ -6569,7 +6583,7 @@ msgstr "Delimitadores" msgid "Show this query here again" msgstr "Mostrar esta consulta SQL aqui novamente" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Manter caixa de consulta" @@ -6700,7 +6714,7 @@ msgstr "Coluna de valor:" #: resources/templates/table/chart/tbl_chart.twig:145 #: resources/templates/table/zoom_search/result_form.twig:16 msgid "The generated chart" -msgstr "" +msgstr "O gráfico gerado" #: resources/templates/table/chart/tbl_chart.twig:148 msgid "Save chart as image" @@ -7046,7 +7060,7 @@ msgid "Delete the view (DROP)" msgstr "Remover view (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Estrutura da tabela" @@ -7215,32 +7229,32 @@ msgid "Index length" msgstr "Comprimento do índice" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizar" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Verificar" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Otimizar" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Reconstruir" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Reparar" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Truncar" @@ -9151,14 +9165,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamita" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9336,19 +9342,19 @@ msgstr "ambos acima" msgid "neither of the above" msgstr "nenhuma das acima" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Usuários não podem definir um valor maior" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Se habilitado, o usuário pode entrar em qualquer servidor MySQL em um " "formulário de login com autenticação de cookies." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9358,7 +9364,7 @@ msgstr "" "qualquer servidor MySQL é habilitado por correspondência entre o nome ou " "endereço IP do servidor MySQL e a expressão de texto entregue." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9368,7 +9374,7 @@ msgstr "" "para chamar phpMyAdmin dentro de um frame, e é uma potencial [strong] falha " "de segurança [/strong], que permite ataques de script cross-frame (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9376,44 +9382,44 @@ msgstr "" "Frase secreta utilizada para encriptar cookies na autenticação por " "[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Habilitar compressão bzip2 para operações de importação." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Digite sua URL de verificação de site para o serviço reCaptcha v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "Digite seu Content-Security-Policy para o serviço reCaptcha v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Insira o parâmetro de solicitação usado por sua API compatível com reCAPTCHA " "v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Insira o parâmetro de resposta usado por sua API compatível com reCAPTCHA v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Insira sua chave pública para o serviço reCAPTCHA em seu domínio." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Insira sua chave privada para o serviço reCAPTCHA de seu domínio." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Digite sua URL de verificação de domínio para o serviço reCaptcha." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9423,7 +9429,7 @@ msgstr "" "CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar o tamanho do campo " "[kbd]textarea[/kbd] - permite quebras de linha em colunas." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9431,7 +9437,7 @@ msgstr "" "Use um editor amigável para editar consultas SQL ([a@https://codemirror." "net/]CodeMirror[/a]) com destaque de sintaxe e número de linhas." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9439,7 +9445,7 @@ msgstr "" "Procurar algum erro na consulta antes de executar. Requer CodeMirror " "habilitado." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9447,7 +9453,7 @@ msgstr "" "Define o tamanho mínimo para campos de entrada geradas por colunas CHAR e " "VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9455,7 +9461,7 @@ msgstr "" "Define o tamanho máximo para campos de entrada geradas por colunas CHAR e " "VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9464,22 +9470,22 @@ msgstr "" "se você encontrar problemas com arquivos criados por gzip desabilite este " "recurso." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" "Exibir aviso (\"Você tem certeza…\") quando estiver prestes a perder dados." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Autocompletar os nomes das tabelas e colunas nas consultas SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9488,7 +9494,7 @@ msgstr "" "substituídos se a transformação for preenchida na página de estrutura da " "tabela." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9496,7 +9502,7 @@ msgstr "" "Desativar as operações de manutenção de tabelas em massa, como otimizar ou " "reparar as tabelas selecionadas de um banco de dados." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9504,12 +9510,12 @@ msgstr "" "Define o número de segundos permitido para execução de script ([kbd]0[/kbd] " "para não ter limite)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Excluir definição do usuário atual" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9518,7 +9524,7 @@ msgstr "" "o [kbd]conteúdo[/kbd] é o dado referenciado, e o [kbd]id[/kbd] é o valor " "chave." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9527,7 +9533,7 @@ msgstr "" "[doc@faq6-27]documentação[/doc] para strings mágicas que podem ser usadas " "para conseguir valores especiais." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9535,7 +9541,7 @@ msgstr "" "Favor saiba que o phpMyAdmin é apenas uma interface de usuário e suas " "funcionalidades não limitam o MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9543,7 +9549,7 @@ msgstr "" "Configurações avançadas do servidor, não altere estas opções a não ser que " "você saiba para que elas servem." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9553,7 +9559,7 @@ msgstr "" "funções adicionais, veja [doc@linked-tables]armazenamento de configurações " "do phpMyAdmin[/doc] na documentação." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9561,118 +9567,118 @@ msgstr "" "Monitoramento de mudanças feitas em banco de dados. Requer o armazenamento " "de configurações do phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Personalizar modo de navegação." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personalizar opções padrão." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Configurações para desenvolvedores phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Personalizar modo de edição." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personalizar opções de exportação padrão." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Define algumas opções comumente utilizadas." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personalizar opções de importação padrão comuns." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Define diretórios de importação e exportação e opções de compressão." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opções de exibição de bancos de dados." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Personalizar a aparência do painel de navegação." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personalizar o painel de navegação." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opções de exibição de servidores." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opções de exibição de tabelas." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Configurações que não se encaixavam em nenhum outro lugar." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Configurações de autenticação." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Digite os parâmetros de conexão do servidor." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Personalizar links mostrados nas caixas de query SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Configurações de queries SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Personalizar página inicial." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Escolha quais detalhes devem ser mostrados na estrutura de banco de dados " "(lista de tabelas)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Configurações para a estrutura de tabela (lista de campos)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Escolha como você quer que as abas funcionem." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personalizar campos de entrada de texto." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personalizar opções padrão" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Desativa alguns dos avisos mostrados pelo phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" "Habilitar a compressão [a@https://pt.wikipedia.org/wiki/Gzip[/a] nas " "operações de importação e exportação." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9680,7 +9686,7 @@ msgstr "" "Se habilitado, o phpMyAdmin continua processando consultas com múltiplas " "instruções mesmo se uma das queries falhar." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9690,7 +9696,7 @@ msgstr "" "está perto do tempo limite. Isso pode ser uma boa maneira de importar " "arquivos grandes, no entanto isso pode quebrar as transações." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9698,16 +9704,16 @@ msgstr "" "Formato padrão; esteja ciente que esta lista depende da localização (banco " "de dados, tabela) e somente o SQL está sempre disponível." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "Atualizar dados quando forem encontradas chaves duplicadas na importação" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Número de queries a pular do começo." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9718,7 +9724,7 @@ msgstr "" "FALSE torna fácil esquecer de sair dos outros servidores quando conectado à " "vários servidores." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9726,7 +9732,7 @@ msgstr "" "Definir se as autenticações anteriores devem ser recolhidas no modo de " "autenticação [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9738,12 +9744,12 @@ msgstr "" "atual e será apagado quando você fechar a janela do navegador. Isso é " "recomendado para ambientes não confiáveis." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Numero máximo de caracteres utilizados na exibição do resultado da query SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9751,7 +9757,7 @@ msgstr "" "O número de itens que podem ser mostrados no primeiro nível da árvore de " "navegação em cada página." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9759,7 +9765,7 @@ msgstr "" "O número de itens que pode ser mostrado em cada página da árvore de " "navegação." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9768,7 +9774,7 @@ msgstr "" "resultado conter mais linhas, os links 'Anterior' e 'Próximo' serão " "apresentados." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9776,17 +9782,17 @@ msgstr "" "O número de bytes permitidos que um script pode alocar, p. ex. [kbd]32M[/" "kbd] ([kbd]-1[/kbd] para não haver limite e [kbd]0[/kbd] para não mudar)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "No painel de navegação, substitui a base de dados em árvore com um seletor" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Vincule ao painel principal selecionando a tabela ou o banco de dados atual." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9794,7 +9800,7 @@ msgstr "" "Abre a página do link na janela principal ([code]main[/code]) ou em uma nova " "janela ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9802,7 +9808,7 @@ msgstr "" "Define o número mínimo de itens (tabelas, views, rotinas e eventos) para " "mostrar uma caixa de filtro." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9810,70 +9816,70 @@ msgstr "" "Agrupa itens na árvore de navegação (determinado pelo divisor definido na " "guia Banco de Dados e Tabelas acima)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Se deseja oferecer a possibilidade de expansão de árvore no painel de " "navegação." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Se os procedimentos de um banco de dados devem ser exibidos em árvore" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Se deseja expandir um banco de dados único na árvore de navegação " "automaticamente." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Definir como 0 para colapsar o painel de navegação." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Mostrar o logo no painel de navegação." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL para onde o logo no painel de navegação vai direcionar." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Exibir a escolha de servidor no topo do painel de navegação." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "String que separa bancos de dados em diferentes níveis de árvore." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "String que separa tabelas em diferentes níveis de árvore." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Destaca o servidor sob o cursor do mouse." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Se deseja mostrar as tabelas do banco de dados da árvore no painel de " "navegação" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Mostrar a navegação por bases de dados como árvore" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Se deve mostrar funções sob o banco de dados na árvore de navegação" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Se os eventos do banco de dados devem ser exibidos em árvore" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9881,7 +9887,7 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. ordem decrescente para colunas do tipo TIME, DATE, " "DATETIME e TIMESTAMP, caso contrário, ordem ascendente." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9891,7 +9897,7 @@ msgstr "" "dados Estrutura se alguma das tabelas exigidas pelo armazenamento de " "configurações do phpMyAdmin não for encontrada." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9899,7 +9905,7 @@ msgstr "" "Desabilita o aviso padrão que é exibido na página de Estrutura se os nomes " "de colunas em uma tabela forem palavras reservadas do MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9910,13 +9916,13 @@ msgstr "" "serão utilizadas rotinas JS para exibir o histórico de consultas (que será " "perdido se a janela for fechada)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Permitir que os usuários criem marcadores que estejam disponíveis para todos " "os outros usuários" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9924,7 +9930,7 @@ msgstr "" "Define o fuso horário efetivo; possivelmente diferente do fuso horário do " "servidor de banco de dados" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9932,7 +9938,7 @@ msgstr "" "Deixe em branco para não permitir [doc@bookmarks@]marcações[/doc], sugerido: " "[kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9940,7 +9946,7 @@ msgstr "" "Deixe em branco quando não houver comentários/tipos de mídia, sugestão: " "[kbd]pma_column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9948,7 +9954,7 @@ msgstr "" "Um usuário especial do MySQL configurado com permissões limitadas, mais " "informações disponíveis na [doc@linked-tables]documentação[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9956,7 +9962,7 @@ msgstr "" "Um servidor alternativo para armazenar a configuração; deixe em branco para " "usar um servidor já definido." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9966,7 +9972,7 @@ msgstr "" "deixe em branco para usar a porta padrão, ou a porta já definida, se o " "controlhost for igual ao host." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9976,7 +9982,7 @@ msgstr "" "issues/8970]issue tracker do phpMyAdmin[/a] e no [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9984,7 +9990,7 @@ msgstr "" "Deixe em branco se não houver suporte a histórico de consulta SQL, sugestão: " "[kbd]pma_history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9992,7 +9998,7 @@ msgstr "" "Limita o número de preferências de tabela que são armazenadas no banco de " "dados, os registros mais antigos são removidos automaticamente." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10000,7 +10006,7 @@ msgstr "" "Deixe em branco se não houver suporte ao modelo, sugestão: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10008,7 +10014,7 @@ msgstr "" "Deixe em branco para desativar o suporte a colunas centrais, sugestão: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10017,14 +10023,14 @@ msgstr "" "Voce pode usar coringas MySQL (% e _), remova-os se você quiser usar suas " "instâncias literais, ex: use [kbd]'meu\\_db'[/kbd] e não [kbd]'meu_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Deixe em branco se não houver suporte a PDF, sugestão: [kbd]pma_pdf_pages[/" "kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10034,7 +10040,7 @@ msgstr "" "PDF. Veja [doc@linked-tables]pmadb[/doc] para informações completa. Deixe em " "branco se não houver suporte. Sugestão: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10042,7 +10048,7 @@ msgstr "" "Deixe em branco se não houver tabelas persistentes recentemente usadas entre " "as sessões, sugestão: [kbd]pma_recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10050,7 +10056,7 @@ msgstr "" "Deixe em branco para nenhuma das tabelas \"persistentes\" favoritas ao longo " "das sessões, sugerimos: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10058,14 +10064,14 @@ msgstr "" "Deixe em branco se não houver suporte a [doc@relations@]links de relação[/" "doc], sugestão: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Veja os [doc@authentication-modes]tipos de autenticação[/doc] para um " "exemplo." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10073,7 +10079,7 @@ msgstr "" "Deixe em branco se não houver suporte a esquema PDF, sugestão: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10081,7 +10087,7 @@ msgstr "" "Tabela que descreve as colunas de exibição, deixe em branco para não " "fornecer suporte; sugestão: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10090,7 +10096,7 @@ msgstr "" "interfaces de usuário em todas as sessões, sugestão: " "[kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10098,7 +10104,7 @@ msgstr "" "Quando o comando DROP DATABASE IF EXISTS deverá ser adicionado como primeira " "linha do log quando estiver criando um bando de dados." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10106,7 +10112,7 @@ msgstr "" "Quando um comando DROP TABLE IF EXISTS deverá ser adicionado como primeira " "linha do log quando estiver criando uma tabela." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10114,11 +10120,11 @@ msgstr "" "Quando um comando DROP VIEW IF EXISTS deverá ser adicionado como primeira " "linha do log quando estiver criando uma view." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "Define a lista de comandos que a auto-criação usa para novas versões." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10126,7 +10132,7 @@ msgstr "" "Deixe em branco para não oferecer suporte a rastreamento de consultas SQL, " "sugestão: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10134,7 +10140,7 @@ msgstr "" "Quando o mecanismo de rastreamento cria versões de tabelas e visões " "automaticamente." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10142,7 +10148,7 @@ msgstr "" "Deixe em branco para não usar armazenamento de preferências do usuário em " "banco de dados, sugestão: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10152,7 +10158,7 @@ msgstr "" "habilitar a função de menus configuráveis; deixar qualquer uma delas vazia " "irá desativar essa função; sugestão: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10162,7 +10168,7 @@ msgstr "" "função de menus configuráveis; deixar qualquer uma delas vazia irá desativar " "essa função; sugestão: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10170,7 +10176,7 @@ msgstr "" "Deixe em branco para desativar o recurso de ocultar e exibir itens de " "navegação. Sugestão: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10178,54 +10184,54 @@ msgstr "" "Uma descrição transparente deste servidor. Deixe em branco para exibir o " "nome do computador." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Deixe em branco se não usado." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Deixe em branco para usar o padrão." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Nome do domínio a mostrar quando fizer autenticação por HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Método de autenticação a ser usado." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Conexão compactada ao servidor MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Oculta bancos de dados com expressão regular combinada (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Nome do servidor onde o MySQL Server está rodando." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Deixe em branco se não usar a autenticação por configuração." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porta na qual o servidor MySQL opera, deixe em branco para usar a padrão." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket (TCP) no qual o MYSQL está operando, deixe em branco para usar o " "padrão." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Habilitar SSL para conexões no servidor MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10235,27 +10241,27 @@ msgstr "" "por [kbd]configuração[/kbd] porque a senha está escrita no arquivo de " "configuração; isto não limita a habilidade de executar o comando diretamente." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba a data e hora de criação para todas " "tabelas." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba a data e hora da última atualização " "para todas tabelas." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba a data e hora da última verificação " "para todas tabelas." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10263,7 +10269,7 @@ msgstr "" "Define se os tipos dos campos serão ou não exibidos inicialmente no modo " "editar/inserir." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10271,56 +10277,48 @@ msgstr "" "Exibe o link para a saída de [a@https://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Se exibe ao usuário o botão \"exibir tudo(linhas)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba os comentários para todas as tabelas." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Mostrar ou ocultar uma coluna que exiba o conjunto de caracteres para todas " "tabelas." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Exibe os campos de função em modo editar/inserir." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Se uma dica será exibida ou não." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Define se as consultas SQL geradas pelo phpMyAdmin devem ser exibidas." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Permitir visualizar estatísticas do banco de dados e da tabela (p. ex. uso " "do espaço)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marcar tabelas usadas e tornar possível mostrar bancos de dados com tabelas " "bloqueadas." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Desabilita o alerta padrão que é exibido na página principal se o pacote " -"Suhosin for detectado." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10330,7 +10328,7 @@ msgstr "" "configuração do PHP 'session.gc_maxlifetime' é menor que o valor de " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10338,7 +10336,7 @@ msgstr "" "Tamanho do campo (colunas) em modo edição, o valor será enfatizado 2x para " "caixas de texto de consulta SQL." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10346,7 +10344,7 @@ msgstr "" "Tamanho da caixa de texto (linhas) no modo de edição, esse valor será " "enfatizado 2x para as caixas de texto de consulta SQL." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10358,7 +10356,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) vindo do proxy 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10366,7 +10364,7 @@ msgstr "" "Quando desabilitado, usuários não podem selecionar nenhuma das opções " "abaixo, independentemente da checkbox a direita.." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10378,7 +10376,7 @@ msgstr "" "se o servidor onde o phpMyAdmin está instalado não tiver acesso direto à " "Internet. O formato é: \"host:porta\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10388,7 +10386,7 @@ msgstr "" "efetuada. Se for fornecido um usuário, será efetuada uma Autenticação " "Básica. Nenhum outro tipo de autenticação é suportado atualmente." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10396,7 +10394,7 @@ msgstr "" "Consultas são executadas pressionando Enter (ao invés de Ctrl+Enter). Novas " "linhas serão inseridas com Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10404,392 +10402,392 @@ msgstr "" "Habilitar \"Zero Configuration\", que possibilita configurar as tabelas de " "armazenamento do phpMyAdmin automaticamente." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Destacar linhas selecionadas." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Destacar linha apontada pelo cursor do mouse." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Número de colunas para áreas de texto CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Número de linhas para áreas de texto CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "Mostra no console, log consultas SQL e seu tempo de execução" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Aba exibida ao acessar um banco de dados." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Aba exibida ao acessar um servidor." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Aba exibida ao acessar uma tabela." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "As ações de estrutura de tabelas devem estar ocultas." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Se os comentários das colunas devem ser mostrados em visão de tabela " "estrutada" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" "Exibir lista de servidores como uma lista ao invés de uma caixa de seleção." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Uma caixa dropdown será utilizada se menos itens estiverem presentes." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "O valor padrão para chave estrangeira marca a caixa de seleção para algumas " "consultas." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Demarque o checkbox para desabilitar a importação por arrastar e soltar" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Quantas linhas podem ser inseridas de uma vez." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Número máximo de caracteres apresentados em qualquer coluna não-numérica em " "modo de navegação." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Define a duração (em segundos) da validade do cookie de login." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Tamanho dobrado da textarea para colunas LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Número máximo de bancos de dados exibidos na lista de bancos de dados." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Número máximo de tabelas exibidas na lista de tabelas." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Número máximo de tabelas usadas recentemente; defina 0 para desabilitar." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Número máximo de tabelas favoritas; defina 0 para desabilitar." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Estes são os links de Editar, Copiar e Apagar." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Se os links de linha devem ser mostrados mesmo na ausência de chave única." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Desabilitar teclas de atalho" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Usar ordem natural para ordenar nomes de tabelas e bancos de dados." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Usar apenas ícones, apenas texto ou ambos." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Use o buffer de saída GZip para acelerar as transferências HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Usar conexões persistentes para bancos de dados MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Impedir a edição de colunas BLOB e BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Quantas consultas são mantidas no histórico." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Selecione quais funções serão usadas para conversão do conjunto de " "caracteres." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Quando navegar por tabelas, a organização de cada tabela será lembrada." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Ordenação predeterminada para tabelas com uma chave primária." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repetir cabeçalhos a cada X células, [kbd]0[/kbd] desativa esta " "funcionalidade." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Para exibir as Opções" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Diretório onde a exportação será salva no servidor." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Define se a caixa de consulta deve permanecer em tela depois de seu envio." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" "Título da janela do navegador quando um banco de dados está selecionado." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Título da janela do navegador quando nada está selecionado." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Título da janela do navegador quando um servidor está selecionado." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Título da janela do navegador quando uma tabela está selecionada." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" "Diretório no servidor onde você pode fazer upload de arquivos para " "importação." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Permitir pesquisa no banco de dados inteiro." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Habilitar checagem pela última versão na página principal do phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "A senha para autenticar no proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Habilita compressão ZIP para operações de importação e exportação." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Escolha a ação padrão ao enviar relatórios de erro." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Permitir login para qualquer servidor MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Restringir o logon para o servidor MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Permitir elaboração de terceiros" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Exibir link 'Apagar banco de dados' para usuários normais" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Segredo Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Marcador de linha" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Destacar apontador" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Edição de colunas CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Habilitar CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Habilitar Verificador" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Tamanho mínimo para campo de entrada" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Tamanho máximo para campo de entrada" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Colunas de textarea CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Linhas de textarea para CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Verificar permissões do arquivo de configuração" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Compressão imediata" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirma queries DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Tamanho do papel" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Aba padrão do banco de dados" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Aba de servidor padrão" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Aba de tabela padrão" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Habilitar autocompletar para nomes de tabelas e colunas" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Mostrar comentários de coluna" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Esconder as ações de estrutura da tabela" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Transformações padrão para Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Transformações padrão para Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Transformações padrão para Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Transformações padrão para External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Transformações padrão para PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Transformações padrão para DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Transformações padrão para Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Transformações padrão para TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Transformações padrão para TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Exibir servidores como uma lista" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Desativar a manutenção de múltiplas tabelas" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Tempo máximo de execução" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Usar a instrução [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Salvar como arquivo" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Conjunto de caracteres do arquivo" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compressão" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10797,56 +10795,56 @@ msgstr "Compressão" msgid "Put columns names in the first row" msgstr "Colocar os nomes das colunas na primeira linha" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Colunas delimitadas por" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Campos divididos com" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Substituir NULL com" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Remover caracteres CRLF em colunas" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Colunas terminadas com" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Linhas terminadas com" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Edição do Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Modelo de nome de banco de dados" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Modelo de nome do servidor" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Modelo de nome da tabela" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10856,81 +10854,81 @@ msgstr "Modelo de nome da tabela" msgid "Dump table" msgstr "Despejar tabela" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Incluir legenda da tabela" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Legenda de tabela" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Continuação da legenda da tabela" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Rótulo da chave" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relacionamentos" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Método de exportação" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Salvar em servidor" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportar como arquivos separados" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Lembrar do nome de arquivo do modelo" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Remover a cláusula DEFINER das definições" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Usar crases nos nomes de tabelas e campos" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Modo de compatibilidade SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Criar/Atualizar/Verificar datas" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Usar inserções demoradas" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Desabilitar verificação de chaves estrangeiras" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportar vistas como tabelas" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exportar metadados relacionados ao storage de configurações do phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Usar hexadecimal para BINARY e BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10938,847 +10936,847 @@ msgstr "" "Adicionar IF NOT EXISTS (é menos eficiente, pois os índices serão gerados " "durante a criação da tabela)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s view" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Usar inserções ignoradas" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintaxe a utilizar ao inserir dados" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Comprimento máximo de query criada" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tipo de exportação" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Encapsular exportação numa transação" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exportar horário em UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordem da caixa drop-down de chave estrangeira" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limite de chave estrangeira" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Verificação de chave estrangeira" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Primeiro dia do calendário" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Modo de navegação" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Desenvolvedor" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Modo de edição" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Padrões de exportação" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Geral" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Padrões de importação" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importar / exportar" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Painel de navegação" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Outras configurações principais" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Títulos de páginas" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Segurança" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Configurações básicas" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autenticação" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configuração do servidor" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Configuração de armazenamento" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Monitoramento de mudanças" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Caixa de query SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Inicialização" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Estrutura de banco de dados" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Abas" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Mostrar esquema relacional" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Campos de texto" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texto Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avisos" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parâmetros extras para o iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignora erros de instruções múltiplas" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Habilitar importação por arrastar a soltar" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importação parcial: permite interrupção" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Não aborta em erro de INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Adicionar ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formato do arquivo importado" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Usar palavra-chave LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Nome das colunas na primeira linha" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Não importar linhas vazias" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importa moeda ($5.00 para 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importa porcentagem como decimal (12.00% para .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importação parcial: queries puladas" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Não usar AUTO_INCREMENT para valores zero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Ler como multibytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Estado inicial das barras de rolagem" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Número de linhas inseridas" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limite de caracteres por campo" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Remover todos os cookies ao sair" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Lembrar do nome de usuário" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Armazenamento de cookie de login" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validade do cookie de login" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Textarea maior para LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Comprimento máximo do SQL exibido" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Número máximo de bancos de dados" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Máximo de itens no primeiro nível" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Máximo de itens no ramo" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Número máximo de linhas a exibir" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Número máximo de tabelas" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Limite da memória" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Mostrar a navegação de bases de dados em formato de árvore" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Largura do painel de navegação" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Fazer ligação com painel principal" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Exibir logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL com link do logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Alvo do link da logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Exibe seleção de servidores" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Destino para o ícone de acesso rápido" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Destino para o segundo ícone de acesso rápido" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Número mínimo de itens para mostrar na caixa de filtro" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Número mínimo de bancos de dados para mostrar na caixa de filtro de bancos " "de dados" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Agrupar itens na árvore" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Divisor de árvore de banco de dados" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Divisor de árvore de tabela" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Profundidade máxima da árvore de tabelas" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Habilita destaque" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Permitir a expansão da árvore de navegação" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Mostrar tabelas na lista de tabelas" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Mostrar visualizações em árvore" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Mostrar funções em árvore" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Mostrar os procedimentos em árvore" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Mostrar eventos" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Expandir banco de dados único" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tabelas recentemente utilizadas" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Onde mostrar os links de linha de tabela" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Mostrar os links das linhas de qualquer maneira" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Ordem natural" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Barra de navegação com ícones" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Buffer de saída GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ordem de ordenação padrão" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Conexões persistentes" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Tabelas do armazenamento de configurações do phpMyAdmin faltando" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Aviso de palavra reservada do MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Como mostrar o menu com abas" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Como exibir vários links de ação" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Proteger colunas binárias" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Histórico de consultas permanente" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Tamanho do histórico de consultas" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Permitir marcadores compartilhados entre usuários" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Mecanismo de gravação" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Lembrar a ordenação das tabelas" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Ordenação predeterminada por chave primária" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Repetir cabeçalhos" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Edição de grade: acionar ação" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Exibição relacional" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Edição de grade: salvar todas a células editadas de uma vez" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Diretório de arquivos salvos" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Pedido de autorização do servidor" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Regras de autorização do servidor" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Permitir login sem uma senha" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Permitir login como root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Fuso horário da sessão" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Domínio HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabela de favoritos" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabela de informação de coluna" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Conexão compactada" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Senha do usuário controlador" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Usuário controlador" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Controle de host" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Porta de controle" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Desabilitar o uso do INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Ocultar bancos de dados" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabela de histórico das consultas SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nome do servidor (hostname)" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL de logout" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Número máximo de preferências de tabela a armazenar" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportar tabelas modelo" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabela de colunas centrais" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Exibir apenas bancos de dados listados" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Senha para a autenticação por configuração" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Esquema PDF: tabela de páginas" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Porta do servidor" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Tabelas recentemente usadas" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabelas favoritas" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabela de relacionamentos" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nome da sessão de Signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL de Signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket do servidor" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Utilizar SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Desenho e esquema em PDF: tabela de coordenadas" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Exibir tabela de colunas" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabela de preferências visuais" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Adicionar DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Adicionar DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Comandos a rastrear" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabela de rastreamento de consultas SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Criar versões automaticamente" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabela de armazenamento de preferências de usuário" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabelas dos usuários" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabela de grupos de usuário" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabela de navegação de itens ocultos" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Usuário para autenticação de configuração" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Nome completo deste servidor" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Permitir mostrar todas as linhas" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Mostrar formulário de mudança de senha" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Mostrar formulário de criação de banco de dados" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Mostrar comentários da tabela" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Mostrar o timestamp de criação" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Mostrar o timestamp da última atualização" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Mostrar o timestamp da última revisão" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Mostrar o conjunto de caracteres da tabela" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Exibir o tipo dos campos" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Mostra campos de função" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Exibir dica" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Exibir link para o phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Exibir informações detalhadas do servidor MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Mostrar consultas SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Mostrar estatísticas" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Saltar tabelas bloqueadas" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Demonstrar SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Criar código PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Aviso do Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Aviso de validade do cookie de login" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Colunas da caixa de texto" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Linhas da caixa de texto" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Título padrão" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista de proxies confiáveis para regras allow/deny de IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Diretório de upload" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Usar a pesquisa de banco de dados" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Habilitar aba Desenvolvedor nas configurações" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Verificação de versão" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "URL de Proxy" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Usuário de Proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Senha de Proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL privada de verificação do reCaptcha v2" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Fragmento do Content-Security-Policy para API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parâmetro de solicitação para API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parâmetro de resposta para API reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Chave pública para o reCaptcha v2" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Chave privada para o reCaptcha v2" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL para verificação de domínio do reCaptcha" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Enviar relatório de erros" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter executa consultas no console" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Ativar Modo de Configuração Zero" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Execute consultas com Enter e insira nova linha com Shift + Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Altura do console" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Modo console" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Ordenar por" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Collation de conexão do servidor MySQL" @@ -11813,7 +11811,8 @@ msgid "Compressed export will not work due to missing function %s." msgstr "" "A exportação comprimida não funcionará porque a função %s está faltando." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "máximo %s" @@ -11847,7 +11846,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Planilha OpenDocument" @@ -11855,7 +11854,7 @@ msgstr "Planilha OpenDocument" msgid "OpenDocument Text" msgstr "Texto OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV usando LOAD DATA" @@ -12019,7 +12018,7 @@ msgstr "" "A %1$scompactação e descompactação GZip2%2$s requer funções (%3$s) que não " "estão disponíveis neste sistema." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Servidor %d" @@ -12304,7 +12303,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Não pôde carregar os plugins de exportação, verifique sua instalação!" @@ -12435,7 +12434,7 @@ msgid "Success!" msgstr "Sucesso!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12503,7 +12502,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Você pode querer atualizar a página." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Tipo incorreto!" @@ -12632,16 +12631,7 @@ msgstr "" "servidor pode ser comprometida por indivíduos não autorizados realizando " "downloads de suas configurações." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Servidor rodando com Suhosin. Favor utilizar a %sdocumentação%s para " -"possíveis problemas." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12650,14 +12640,14 @@ msgstr "" "O $cfg['TempDir'](%s) não está acessível. phpMyAdmin não será capaz de " "cachear os modelos e deve ficar mais lento por causa disso." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12668,7 +12658,7 @@ msgstr "" "será capaz de dividir as strings corretamente e isso pode causar resultados " "inesperados." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12744,7 +12734,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "O comando \"DROP DATABASE\" está desabilitado." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Ocorreu um ROLLBACK.]" @@ -14663,7 +14653,7 @@ msgid "No such column" msgstr "Nenhuma coluna" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "String" @@ -15538,7 +15528,7 @@ msgstr "Dados incorretos" msgid "Wrong data or no validation for %s" msgstr "Valor incorreto ou sem validação para %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Marcador %s criado." @@ -15616,7 +15606,7 @@ msgstr "Há um problema com sua solicitação." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "O MySQL retornou um conjunto vazio (ex. zero registros)." @@ -16017,27 +16007,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Registro eliminado." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Consulta levou %01.4f segundos." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Mostrando registros %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s no total, %2$s na consulta" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s no total" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Link não encontrado!" @@ -16683,11 +16673,11 @@ msgstr "" msgid "web server upload directory:" msgstr "diretório de upload do servidor web:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Exibindo consulta SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Id da linha inserida: %1$d" @@ -17137,39 +17127,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Nenhuma dependência parcial encontrada!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Coalescer" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Não pode mover a tabela para ela mesma!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Não pode copiar a tabela para ela mesma!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s movida para %s. Os privilégios foram ajustados." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s copiada para %s. Os privilégios foram ajustados." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s movida para %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s copiada para %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "O nome da tabela está vazio!" @@ -17255,7 +17245,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Você habilitou a autenticação de dois fatores, por favor confirme seu login." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Colunas separadas com:" @@ -17676,7 +17666,7 @@ msgstr "" "Sistema de banco de dados ou servidor de MySQL antigo para maximizar " "compatibilidade de saída com:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17701,19 +17691,19 @@ msgstr "" "Atualiza os dados quando chaves duplicadas forem encontradas na importação " "(adicione ON UPDATE DUPLICATE KEY)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Nome da nova tabela (opcional):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Nome do novo banco de dados (opcional):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Importar esse número de linhas (opcional):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17721,7 +17711,7 @@ msgstr "" "A primeira linha do arquivo contém os nomes das colunas da tabela (se " "isso for desmarcado, a primeira linha se tornará parte dos dados)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17731,27 +17721,27 @@ msgstr "" "banco de dados, liste os nomes correspondentes das colunas aqui. Os nomes " "das colunas devem estar separados por vírgulas e não devem estar entre aspas." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nome das colunas:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Formato inválido de input CSV na linha %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Contador de colunas inválido no input CSV na linha %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Parâmetro inválido para importação CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18531,11 +18521,11 @@ msgstr "Não existe nenhuma versão estável mais nova" msgid "Using bookmark \"%s\" as default browse query." msgstr "Usando marcador \"%s\" como query padrão de navegação." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Exibindo como código PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18544,7 +18534,7 @@ msgstr "" "A seleção atual não contém uma única coluna. As funções edição em grade, " "checkbox, editar, copiar e apagar não estão disponíveis. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18808,26 +18798,26 @@ msgstr "Você precisa colocar um nome de tabela válido!" msgid "You must provide a trigger definition." msgstr "Você deve informar uma definição para o acionador." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Limpar" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "não presente" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Um inteiro de 1 byte, o limite com sinal vai de -128 a 127, o limite sem " "sinal vai de 0 a 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18835,7 +18825,7 @@ msgstr "" "Um inteiro de 2 bytes, o limite com sinal vai de -32.768 até 32.767, o " "limite sem sinal vai de 0 até 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18843,7 +18833,7 @@ msgstr "" "Um inteiro de 3 bytes, o limite com sinal vai de -8.388.608 até 8.388.607, o " "limite sem sinal vai de 0 até 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18851,7 +18841,7 @@ msgstr "" "Um inteiro de 4 bytes, o limite com sinal vai de -2.147.483.648 a " "2.147.483.647, o limite sem sinal vai de 0 a 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18860,7 +18850,7 @@ msgstr "" "a 9.223.372.036.854.775.808, o limite sem sinal vai de 0 a " "18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18868,7 +18858,7 @@ msgstr "" "Um número de ponto fixo (M, D) - o número máximo de dígitos (M) é 65 (10 por " "padrão), e o número máximo de decimais (D) é 30 (0 por padrão)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18876,7 +18866,7 @@ msgstr "" "Um número curto de ponto flutuante, os valores permitidos são: de " "-3,402823466E+38 a -1,175494351E-38, 0 e de 1,175494351E-38 a 3,402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18886,7 +18876,7 @@ msgstr "" "-1.7976931348623157E+308 a -2.2250738585072014E-308, 0 e " "2.2250738585072014E-308 a 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18894,7 +18884,7 @@ msgstr "" "Sinônimo para DOUBLE (exceção: no modo SQL REAL_AS_FLOAT ele é um sinônimo " "para FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18902,7 +18892,7 @@ msgstr "" "Em um campo de tipo bit (M), o armazenamento M de bits por valor é de (1 por " "padrão, 64 no máximo)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18910,21 +18900,21 @@ msgstr "" "Um sinônimo para TINYINT(1), o zero é considerado falso, qualquer valor " "diferente de zero é considerado verdadeiro" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Um apelido para BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Uma data, o limite suportado é de %1$s até %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Uma combinação de data e hora, o limite suportado vai de %1$s a %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18939,12 +18929,12 @@ msgstr "" "03:14:07 UTC, armazenado como o número de segundos desde a época (1970-01-01 " "00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Um horário, o limite suportado é de %1$s até %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18952,7 +18942,7 @@ msgstr "" "Um ano no formato de quatro dígitos (4, padrão) ou dois dígitos (2), os " "valores permitidos são: de 70 (1970) a 69 (2069) ou de 1901 a 2155, e 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18960,7 +18950,7 @@ msgstr "" "Uma string de comprimento fixo (0-255, 1 por padrão) que é sempre acrescida " "à direita com espaços para o comprimento especificado quando armazenada" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18969,7 +18959,7 @@ msgstr "" "Uma string de comprimento variável (%s), o comprimento máximo efetivo está " "sujeito ao tamanho máximo da linha" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18978,7 +18968,7 @@ msgstr "" "caracteres, armazenada com um prefixo de um byte indicando o tamanho do " "valor em bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18987,7 +18977,7 @@ msgstr "" "caracteres, armazenada com um prefixo de dois bytes indicando o comprimento " "do valor em bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18996,7 +18986,7 @@ msgstr "" "caracteres, armazenada com um prefixo de três bytes indicando o comprimento " "do valor em bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19006,7 +18996,7 @@ msgstr "" "1) caracteres ou 4GiB, armazenada com um prefixo de quatro bytes indicando o " "comprimento do valor em bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19014,7 +19004,7 @@ msgstr "" "Similar ao tipo CHAR, mas armazena strings de bytes binários em vez de " "strings de caracteres não-binários" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19022,7 +19012,7 @@ msgstr "" "Similar ao tipo VARCHAR, mas armazena strings de bytes binários em vez de " "strings de caracteres não-binários" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19031,7 +19021,7 @@ msgstr "" "armazenada com um prefixo de um byte indicando o comprimento do valor em " "bytes" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19040,7 +19030,7 @@ msgstr "" "bytes, armazenada com um prefixo de três bytes indicando o comprimento do " "valor em bytes" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19049,7 +19039,7 @@ msgstr "" "armazenada com um prefixo de dois bytes indicando o comprimento do valor em " "bytes" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19058,7 +19048,7 @@ msgstr "" "1) bytes ou 4GB, armazenada com um prefixo de quatro bytes indicando o " "comprimento do valor em bytes" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19066,43 +19056,43 @@ msgstr "" "Uma enumeração, escolhida de uma lista de até 65.535 valores ou o valor " "especial de erro ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Um valor único escolhido de um conjunto de até 64 membros" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Um tipo que pode armazenar uma geometria de qualquer tipo" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Um ponto em um espaço bidimensional" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Uma curva com uma interpolação linear entre pontos" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Um polígono" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Uma coleção de pontos" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Uma coleção de curvas com interpolação linear entre pontos" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Uma coleção de polígonos" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Uma coleção de objetos geométricos de qualquer tipo" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19110,7 +19100,7 @@ msgstr "" "Armazena e permite o acesso eficiente aos dados em documentos JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -19118,31 +19108,31 @@ msgstr "" "Destinado ao armazenamento de endereços IPv6, bem como endereços IPv4, " "assumindo o mapeamento convencional de endereços IPv4 em endereços IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "UUID de 128 bits (Identificador Único Universal)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numérico" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Data e Tempo" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Espacial" @@ -19187,6 +19177,24 @@ msgstr "Erro no arquivo ZIP:" msgid "No files found inside ZIP archive!" msgstr "Nenhum arquivo encontrado dentro do arquivo ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Desabilita o alerta padrão que é exibido na página principal se o pacote " +#~ "Suhosin for detectado." + +#~ msgid "Suhosin warning" +#~ msgstr "Aviso do Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Servidor rodando com Suhosin. Favor utilizar a %sdocumentação%s para " +#~ "possíveis problemas." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "" #~ "A exportação de uma consulta bruta não é suportada para este método de " diff --git a/resources/po/rcf.po b/resources/po/rcf.po index 5d387c2296..0c54bdd610 100644 --- a/resources/po/rcf.po +++ b/resources/po/rcf.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-03 06:36+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Réunion Creole %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3602,7 +3602,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3612,7 +3612,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3924,8 +3924,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3947,7 +3947,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3983,17 +3983,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4441,28 +4441,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5468,7 +5482,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5541,7 +5555,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6102,7 +6116,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6184,7 +6198,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6245,7 +6259,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6291,7 +6305,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6761,7 +6775,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6923,32 +6937,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8603,14 +8617,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8788,329 +8794,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9118,478 +9124,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9597,13 +9597,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9611,391 +9611,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10003,56 +10003,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10062,924 +10062,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11012,7 +11012,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11046,7 +11047,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11054,7 +11055,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11175,7 +11176,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11437,7 +11438,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11561,7 +11562,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11619,7 +11620,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11705,35 +11706,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11796,7 +11790,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13598,7 +13592,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14330,7 +14324,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14408,7 +14402,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14779,27 +14773,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15356,11 +15350,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15758,39 +15752,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15864,7 +15858,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16260,7 +16254,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16281,52 +16275,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17013,18 +17007,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17277,95 +17271,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17373,170 +17367,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/ro.po b/resources/po/ro.po index 117072943d..f5ca6c17ba 100644 --- a/resources/po/ro.po +++ b/resources/po/ro.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-12-29 11:00+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Romanian %s" msgstr "Salvează pe server în directorul %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Suprascrie fișierul existent (fișierele existente)" @@ -3694,7 +3694,7 @@ msgstr "Ia-l" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Înapoi" @@ -3704,7 +3704,7 @@ msgstr "Înapoi" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importă" @@ -4057,8 +4057,8 @@ msgstr "Dump SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Baze de date" @@ -4082,7 +4082,7 @@ msgid "Recent" msgstr "Recente" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tabele favorite" @@ -4120,17 +4120,17 @@ msgid "Features" msgstr "Funcționalități" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Interogări SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Panou de navigare" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Panou principal" @@ -4616,13 +4616,28 @@ msgstr "Verifică privilegiile pentru baza de date „%s”." msgid "Check privileges" msgstr "Verifică privilegiile" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Execută o interogare/interogări SQL în baza de date %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Total:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4630,16 +4645,16 @@ msgstr "" "Notă: Activarea statisticilor bazei de date aici poate cauza un trafic " "intens între serverul web și serverul MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Activează statisticile" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Nicio bază de date" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Confirmă" @@ -5735,7 +5750,7 @@ msgid "Current server:" msgstr "Server curent:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servere" @@ -5820,7 +5835,7 @@ msgid "Test:" msgstr "Test:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6463,7 +6478,7 @@ msgstr "Arată formularul" msgid "Show hidden messages" msgstr "Arată elementele ascunse" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tip de autentificare" @@ -6547,7 +6562,7 @@ msgid "Detailed profile" msgstr "Profil detaliat" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ordine" @@ -6610,7 +6625,7 @@ msgstr "Profilez rezultatele" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Interogarea SQL a fost executată cu succes." @@ -6656,7 +6671,7 @@ msgstr "Delimitator" msgid "Show this query here again" msgstr "Arată această interogare din nou, aici" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Reține caseta de interogare" @@ -7143,7 +7158,7 @@ msgid "Delete the view (DROP)" msgstr "Șterge vizualizarea (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Structură tabel" @@ -7317,32 +7332,32 @@ msgid "Index length" msgstr "Lungime index" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizează" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Verifică" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimizează" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Reconstruiește" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Repară" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Trunchiază" @@ -9258,14 +9273,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnameză" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9443,19 +9450,19 @@ msgstr "ambele de mai sus" msgid "neither of the above" msgstr "niciuna din cele de sus" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Utilizatorii nu pot seta o valoare mai mare" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Dacă este activată, utilizatorul poate introduce orice server MySQL în " "formularul de autentificare pentru autentificarea cu cookie-uri." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9466,7 +9473,7 @@ msgstr "" "potrivirea IP-ului sau a numelui de gazdă al serverului MySQL cu expresia " "regulată dată." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9477,7 +9484,7 @@ msgstr "" "[strong]gaură de securitate[/strong] care permite atacuri de scripting " "încrucișat (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9485,15 +9492,15 @@ msgstr "" "Frază de acces secretă folosită pentru criptarea cookie-urilor în " "autentificarea cu [kbd]cookie-uri[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Activează compresia bzip2 pentru operațiile de import." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Introduceți adresa URL pentru API-ul compatibil cu reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " @@ -9502,32 +9509,32 @@ msgstr "" "Introdu fragmentul de Content-Security-Policy pentru API-ul tău compatibil " "cu reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Introdu cheia ta privată pentru serviciul tău reCAPTCHA." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Introdu cheia ta privată pentru serviciul tău reCAPTCHA." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Introdu cheia publică pentru serviciul tău reCAPTCHA." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Introdu cheia ta privată pentru serviciul tău reCAPTCHA." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Introdu cheia ta privată pentru serviciul tău reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9537,7 +9544,7 @@ msgstr "" "coloanele CHAR și VARCHAR; [kbd]input[/kbd] - permite limitarea lungimii " "intrării, [kbd]textarea[/kbd] - permite linii noi în coloane." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9545,7 +9552,7 @@ msgstr "" "Folosește un editor prietenos pentru editarea interogărilor SQL (CodeMirror) " "cu evidențierea sintaxei și a numerele de linie." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9553,7 +9560,7 @@ msgstr "" "Găsește toate erorile în interogare înainte de a o executa. CodeMirror " "trebuie să fie activat." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9561,7 +9568,7 @@ msgstr "" "Definește dimensiunea minimă pentru câmpurile de intrare generate pentru " "coloanele CHAR și VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9569,7 +9576,7 @@ msgstr "" "Definește dimensiunea maximă pentru câmpurile de intrare generate pentru " "coloanele CHAR și VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9578,7 +9585,7 @@ msgstr "" "întâmpini probleme cu fișierele gzip create, dezactivează această " "funcționalitate." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9586,16 +9593,16 @@ msgstr "" "Dacă ar trebui afișată o avertizare („Sigur vrei să…”) când ești pe cale să " "pierzi date." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" "Completarea automată a numelor tabelelor și coloanelor din interogările SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9604,7 +9611,7 @@ msgstr "" "fi contramandate dacă transformarea este completă în pagina structurii " "tabelului." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9612,7 +9619,7 @@ msgstr "" "Dezactivează operațiile de mentenanță în masă pentru tabele, cum ar fi " "optimizarea sau repararea tabelelor selectate într-o bază de date." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9620,12 +9627,12 @@ msgstr "" "Setează numărul de secunde în care un script are voie să ruleze ([kbd]0[/" "kbd] pentru nicio limită)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9634,7 +9641,7 @@ msgstr "" "chei străine; [kbd]conținut[/kbd] este data de referință, [kbd]id[/kbd] este " "valoarea cheii." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9643,7 +9650,7 @@ msgstr "" "[doc@faq6-27]documentația[/doc] pentru șiruri magice care pot fi folosite " "pentru a obține valori speciale." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9651,7 +9658,7 @@ msgstr "" "Te rog reține că phpMyAdmin este doar o interfață pentru utilizatori și " "funcționalitățile sale nu limitează MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9659,7 +9666,7 @@ msgstr "" "Configurare avansată server, nu modifica aceste opțiuni decât dacă știi " "pentru ce sunt ele." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9669,7 +9676,7 @@ msgstr "" "acces la funcționalități suplimentare, vezi [doc@linked-tables]spațiu de " "stocare pentru configurarea phpMyAdmin[/doc] în documentație." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9677,115 +9684,115 @@ msgstr "" "Urmărirea modificărilor făcute în baza de date. Necesită spațiul de stocare " "pentru configurarea phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Personalizează modul de răsfoire." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Personalizează opțiunile implicite." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Setări pentru dezvoltatorii phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Personalizează modul de editare." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Personalizează opțiunile de export implicite." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Setează câteva opțiuni folosite în mod obișnuit." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Personalizează opțiunile de import obișnuite și implicite." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Setează directorii de import și export și opțiunile de comprimare." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opțiuni afișare baze de date." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Personalizează aspectul panoului de navigare." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Personalizează arborele de navigare." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opțiuni afișare servere." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opțiuni afișare tabele." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Setări care nu se potrivesc în altă parte." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Setări autentificare." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Introdu parametrii de conectare la server." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Personalizează legăturile arătate în casetele de interogare SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Setări interogări SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Personalizează pagina de pornire." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Alege ce detalii vrei să arăți în structura bazei de date (lista de tabele)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Setări pentru structura tabelului (lista de coloane)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Alege cum vrei să funcționeze filele." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Personalizează câmpurile de intrare text." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Personalizează opțiunile implicite" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Dezactivează unele dintre avertizările afișate de phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Activează compresia gzip pentru operațiile de import și export." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9793,7 +9800,7 @@ msgstr "" "Dacă este activată, phpMyAdmin continuă calcularea interogărilor cu mai " "multe declarații, chiar dacă una dintre interogări a eșuat." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9803,7 +9810,7 @@ msgstr "" "limita de timp. Aceasta ar putea fi o modalitate bună pentru a importa " "fișiere mari, dar totuși poate întrerupe tranzacțiile." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9811,15 +9818,15 @@ msgstr "" "Format implicit; fii convins că această listă depinde de locație (bază de " "date, tabel) și numai SQL este întotdeauna disponibil." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Actualizează datele când sunt găsite chei duplicat la import" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Număr de interogări de sărit de la început." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 #, fuzzy msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " @@ -9831,7 +9838,7 @@ msgstr "" "la FALSE facilitează uitarea delogării de pe alte servere când ești conectat " "la mai multe servere." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9839,7 +9846,7 @@ msgstr "" "Definește dacă autentificarea anterioară ar trebui să fie amintită sau nu în " "modul de autentificare cu [kbd]cookie-uri[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9851,11 +9858,11 @@ msgstr "" "sesiunea curentă și va fi șters îndată ce închizi fereastra navigatorului. " "Acest lucru este recomandat pentru mediile nesigure." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Numărul maxim de caractere folosit când este afișată o interogare SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9863,7 +9870,7 @@ msgstr "" "Numărul de elemente care poate fi afișat pe fiecare pagină pe primul nivel " "al arborelui de navigare." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9871,7 +9878,7 @@ msgstr "" "Numărul de elemente care poate fi afișat pe fiecare pagină a arborelui de " "navigare." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9880,7 +9887,7 @@ msgstr "" "rezultate conține mai multe rânduri, vor fi afișate legăturile „Anterior” și " "„Următor”." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9889,18 +9896,18 @@ msgstr "" "kbd] ([kbd]-1[/kbd] pentru nicio limită și ([kbd]0[/kbd] pentru nicio " "modificare)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" "În panoul de navigare, înlocuiește arborele bazei de date cu un selector" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Conectează-te cu panoul principal prin evidențierea bazei de date curente " "sau a tabelului actual." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9908,7 +9915,7 @@ msgstr "" "Deschide pagina legată în fereastra principală ([code]principală[/code]) sau " "într-o fereastră nouă ([code]nouă[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9916,7 +9923,7 @@ msgstr "" "Definește numărul minim de elemente (tabele, vizualizări, rutine și " "evenimente) pentru a afișa o casetă de filtre." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9924,66 +9931,66 @@ msgstr "" "Grupează elementele în arborele de navigare (determinate de separatorul " "definit în filele Baze de date și Tabele de mai sus)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" "Fie pentru a oferi posibilitatea de a extinde arborele în panoul de navigare." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Fie pentru a arăta procedurile bazei de date în arborele de navigare" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy msgid "Whether to expand single database in the navigation tree automatically." msgstr "Fie pentru a arăta evenimentele bazei de date în arborele de navigare" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Setează la 0 pentru a restrânge panoul de navigare." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Arată logo în panoul de navigare." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL-ul la care va indica logoul din panoul de navigare." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Afișează alegerea serverului în partea de sus a panoului de navigare." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Șir care separă bazele de date pe diferite niveluri în arbore." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Șir care separă tabelele pe diferite niveluri în arbore." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Evidențiază serverul sub cursorul mausului." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Fie pentru a arăta tabelele bazei de date în arborele de navigare" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Fie pentru a arăta vizualizările bazei de date în arborele de navigare" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Fie pentru a arăta funcțiile bazei de date în arborele de navigare" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Fie pentru a arăta evenimentele bazei de date în arborele de navigare" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9991,7 +9998,7 @@ msgstr "" "[kbd]INTELIGENT[/kbd] - adică ordine descrescătoare pentru coloane de tipul " "ORĂ, DATĂ, DATĂ ȘI ORĂ și DATARE, în caz contrar ordine crescătoare." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10001,7 +10008,7 @@ msgstr "" "structură bază de date dacă oricare dintre tabelele necesare pentru stocarea " "configurării phpMyAdmin nu a putut fi găsit." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10009,7 +10016,7 @@ msgstr "" "Dezactivează avertizarea implicită care este afișată pe pagina Structură " "dacă în numele coloanelor dintr-un tabel sunt rezervate cuvintele MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10020,11 +10027,11 @@ msgstr "" "dezactivezi, se folosesc rutine JS pentru a afișa istoricul interogărilor " "(se pierde la închiderea ferestrei)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -10032,7 +10039,7 @@ msgstr "" "Setează fusul orar real; probabil este diferit de cel al serverului bazei de " "date" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10040,7 +10047,7 @@ msgstr "" "Lasă gol dacă nu vrei suport pentru [doc@bookmarks@]semne de carte[/doc], " "sugestie: [kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy msgid "" "Leave blank for no column comments/media types, suggested: " @@ -10049,7 +10056,7 @@ msgstr "" "Lasă gol pentru niciun comentariu/tip de mime în coloane, sugestie: " "[kbd]pma_column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10058,7 +10065,7 @@ msgstr "" "informații sunt disponibile în [doc@linked-tables]documentație[/doc]." # O altă gazdă care să deţină stocarea configurației; lăsați necompletat pentru a utiliza gazda deja definită -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10067,7 +10074,7 @@ msgstr "" "pentru a folosi gazda deja definită." # O altă gazdă care să deţină stocarea configurației; lăsați necompletat pentru a utiliza gazda deja definită -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10077,7 +10084,7 @@ msgstr "" "configurației; lasă gol pentru a folosi portul implicit sau portul deja " "definit, dacă gazda de control este identică cu gazda." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -10087,7 +10094,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] și [a@https://bugs.mysql." "com/19588]Erori MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10095,7 +10102,7 @@ msgstr "" "Lasă gol dacă nu vrei suport pentru istoricul interogărilor SQL, sugestie: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10103,7 +10110,7 @@ msgstr "" "Limitează numărul preferințelor din tabelele care sunt stocate în baza de " "date, înregistrările cele mai vechi sunt înlăturate automat." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10111,7 +10118,7 @@ msgstr "" "Lasă gol dacă nu vrei suport pentru export șabloane, sugestie: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10119,7 +10126,7 @@ msgstr "" "Lasă gol dacă nu vrei suport pentru coloane centrale, sugestie: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10129,14 +10136,14 @@ msgstr "" "folosești instanțele lor literale, adică folosește [kbd]'my\\_db'[/kbd] și " "nu [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lasă gol dacă nu vrei suport pentru PDF schema, sugestie: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10146,7 +10153,7 @@ msgstr "" "PDF. Vezi [doc@linked-tables]pmadb[/doc] pentru informații complete. Lasă " "gol dacă nu vrei suport. Sugestie: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10154,7 +10161,7 @@ msgstr "" "Lasă gol pentru niciun tabel folosit recent „persistent” în sesiuni, " "sugestie: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10162,7 +10169,7 @@ msgstr "" "Lasă gol pentru niciun tabel favorit „persistent” în sesiuni, sugestie: " "[kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10170,13 +10177,13 @@ msgstr "" "Lasă gol dacă nu vrei suport pentru [doc@relations@]relation-links[/doc], " "sugestie: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Ca exemplu, vezi [doc@authentication-modes]tipuri de autentificare[/doc]." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10184,7 +10191,7 @@ msgstr "" "Lasă gol dacă nu vrei suport pentru schema PDF, sugestie: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10192,7 +10199,7 @@ msgstr "" "Tabel care descrie afișarea coloanelor, lasă gol dacă nu vrei suport; " "sugestie: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10200,7 +10207,7 @@ msgstr "" "Lasă gol pentru nicio preferință UI „persistentă„ pentru tabele în sesiuni, " "sugestie: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10208,7 +10215,7 @@ msgstr "" "Dacă există o declarație ELIMINĂ BAZA DE DATE ea va fi adăugată ca prima " "linie în jurnal la crearea unei baze de date." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10216,7 +10223,7 @@ msgstr "" "Dacă există o declarație ELIMINĂ TABELUL ea va fi adăugată ca prima linie în " "jurnal la crearea unei baze de date." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10224,13 +10231,13 @@ msgstr "" "Dacă există o declarație ELIMINĂ VIZUALIZAREA ea va fi adăugată ca prima " "linie în jurnal la crearea unei vizualizări." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definește lista de declarații pe care crearea automată o folosește pentru " "versiunile noi." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10238,7 +10245,7 @@ msgstr "" "Lasă gol dacă nu vrei suport pentru urmărirea interogărilor SQL, sugestie: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10246,7 +10253,7 @@ msgstr "" "Dacă mecanismul de urmărire creează automat versiuni pentru tabele și " "vizualizări." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10254,7 +10261,7 @@ msgstr "" "Lasă gol pentru nicio stocare a preferințelor utilizatorilor în baza de " "date, sugestie: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10265,7 +10272,7 @@ msgstr "" "a unui tabel gol va dezactiva această funcționalitate, sugestie: " "[kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10275,7 +10282,7 @@ msgstr "" "funcționalitatea meniuri configurabile; lăsarea chiar numai a unui tabel gol " "va dezactiva această funcționalitate, sugestie: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10283,7 +10290,7 @@ msgstr "" "Lasă gol pentru a dezactiva funcționalitatea de a ascunde sau arăta " "elementele de navigare, sugestie: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10291,54 +10298,54 @@ msgstr "" "O descriere prietenoasă a acestui server. Lasă gol pentru a afișa numele " "gazdei în acest loc." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Lasă gol dacă nu folosești." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Lasă gol pentru implicite." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Numele HTTP Basic Auth Realm ce va fi afișat când se face autentificarea " "HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Metodă de autentificare de folosit." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Comprimă conexiunea la serverul MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Ascunde bazele de date care se potrivesc cu expresia obișnuită (PCRE)." # Numele gazdei pe care rulează serverul MySQL -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Numele gazdei unde rulează serverul MySQL." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Lasă gol dacă nu folosești config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Portul la care ascultă serverul MySQL, lasă gol pentru implicit." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Socket la care ascultă serverul MySQL, lasă gol pentru implicit." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Activează SSL pentru conectarea la serverul MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10348,27 +10355,27 @@ msgstr "" "[kbd]config[/kbd], deoarece parola este setată în fișierul de configurare; " "acest lucru nu limitează capacitatea de a executa aceeași comandă direct." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Arată sau ascunde o coloană care afișează datarea creării pentru toate " "tabelele." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Arată sau ascunde o coloană care afișează datarea ultimei actualizări pentru " "toate tabelele." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Arată sau ascunde o coloană care afișează datarea ultimei verificări pentru " "toate tabelele." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10376,7 +10383,7 @@ msgstr "" "Definește dacă trebuie, sau nu, să fie afișate inițial tipurile de câmp în " "modul editare/inserare." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10384,60 +10391,52 @@ msgstr "" "Arată o legătură la ieșirea [a@https://php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Dacă un utilizator ar vrea să fie afișat un buton „arată toate (rândurile)”." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Arată sau ascunde o coloană care afișează comentariile pentru toate tabelele." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Arată sau ascunde o coloană care afișează setul de caractere pentru toate " "tabelele." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Afișează câmpurile de funcții în modul editare/inserare." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Dacă să fie arătată o sugestie sau nu." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Definește dacă ar trebui să fie afișate interogările SQL generate de " "phpMyAdmin." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Permite afișarea statisticilor pentru baze de date și tabele (de exemplu, " "utilizare spațiu)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Marchează tabelele folosite și face posibilă afișarea bazelor de date cu " "tabele blocate." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Dezactivează avertizarea implicită care este afișată pe pagina principală " -"dacă este detectat Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10447,7 +10446,7 @@ msgstr "" "dacă valoarea setării PHP session.gc_maxlifetime este mai mică decât " "valoarea „LoginCookieValidity”." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10455,7 +10454,7 @@ msgstr "" "Dimensiunea zonei text (coloane) în modul editare, această valoare va fi " "mărită pentru zonele text ale interogărilor SQL (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10463,7 +10462,7 @@ msgstr "" "Dimensiunea zonei text (rânduri) în modul editare, această valoare va fi " "mărită pentru zonele text ale interogărilor SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10475,7 +10474,7 @@ msgstr "" "HTTP_X_FORWARDED_FOR (X-Forwarded-For) provenind de la proxy 1.2.3.4: [br]" "[kbd] 1.2.3.4: HTTP_X_FORWARDED_FOR [/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10483,7 +10482,7 @@ msgstr "" "Când este dezactivată, utilizatorii nu pot seta niciuna din opțiunile de mai " "jos, indiferent de bifa din dreapta." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10491,7 +10490,7 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10502,7 +10501,7 @@ msgstr "" "face autentificarea de bază. În prezent, nu este acceptat niciun alt tip de " "autentificare." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10510,7 +10509,7 @@ msgstr "" "Interogările sunt executate apăsând Enter (în loc de Ctrl+Enter). Vor fi " "inserate linii noi cu Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " @@ -10519,397 +10518,397 @@ msgstr "" "Activează modul Configurare zero care îți permite să inițializezi automat " "tabelele de stocare a configurației phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Evidențiază rândurile selectate." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Evidențiază rândul indicat de cursorul mausului." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Număr de coloane pentru zonele text CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Număr de rânduri pentru zonele text CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Interogări SQL din jurnal și timpul lor de execuție, pentru a fi afișate în " "consolă" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Fila care este afișată când introduci o bază de date." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Fila care este afișată când introduci un server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Fila care este afișată când introduci un tabel." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Dacă acțiunile structurii tabelului ar trebui să fie ascunse." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Dacă comentariile din coloană ar trebui arătate în vizualizarea structurii " "tabelului" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Arată listele de servere ca o listă în loc de un meniu derulant." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" "Va fi folosită o listă derulantă dacă sunt prezente mai puține elemente." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Valoare implicită pentru bifa verificărilor cheilor străine pentru anumite " "interogări." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Câte rânduri pot fi inserate la un moment dat." # Numărul maxim de caractere afișate în orice coloană non-numerică în vederea de cautare -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Numărul maxim de caractere arătat în orice coloană nenumerică în " "vizualizarea de răsfoire." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definește cât timp (în secunde) este valid un cookie de autentificare." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Dublează dimensiunea zonei text pentru coloanele cu MULT TEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Numărul maxim de baze de date afișat în lista cu baze de date." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Numărul maxim de tabele afișat în lista cu tabele." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Număr maxim de tabele folosite recent; setează la 0 pentru dezactivare." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Număr maxim de tabele favorite; setează la 0 pentru dezactivare." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Acestea sunt legăturile de editare, copiere și ștergere." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Fie pentru a arăta legăturile rândurilor chiar și în absența unei chei unice." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Dezactivează scurtăturile de taste" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Folosește ordinea naturală pentru sortarea numelor tabelelor și bazelor de " "date." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Folosește numai iconuri, numai text sau ambele." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Folosește tamponul de ieșire GZip pentru a crește viteza în transferurile " "HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Folosește conexiuni persistente la bazele de date MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Dezactivează coloanele BLOB și BINAR de la editare." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Câte interogări sunt păstrate în istoric." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Selectează care funcții vor fi folosite pentru conversia seturilor de " "caractere." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Când se răsfoiesc tabele, este memorată ordinea de sortare a fiecărui tabel." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Ordine de sortare implicită pentru tabele cu o cheie principală." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Repetă anteturile la fiecare X celule, [kbd]0[/kbd] dezactivează această " "funcționalitate." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Pentru opțiuni de afișare" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Directorii unde exporturile pot fi salvate pe server." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Definește dacă caseta de interogare ar trebui să rămână pe ecran după " "trimiterea ei." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titlul ferestrei navigatorului când este selectată o bază de date." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titlul ferestrei navigatorului când nu este selectat nimic." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titlul ferestrei navigatorului când este selectat un server." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titlul ferestrei navigatorului când este selectat un tabel." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Director pe server unde poți încărca fișierele pentru import." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Permite căutarea în întreaga bază de date." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Activează verificarea pentru ultima versiune pe pagina principală phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Parola pentru autentificarea cu proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Activează compresia ZIP pentru operațiile de import și export." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Alege acțiunea implicită când trimiți rapoarte de erori." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Permite autentificarea la orice server MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Restricționează autentificarea la serverul MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Permite încadrarea terților" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Arată legătura „Elimină baza de date” utilizatorilor obișnuiți" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 #, fuzzy msgid "Blowfish secret" msgstr "Secret blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Marcator de rând" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Evidențiază indicatorul" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Editare coloane CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Activează CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Activează linter-ul" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Dimensiune minimă pentru câmpul de intrare" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Dimensiune maximă pentru câmpul de intrare" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Coloane zonă text CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Rânduri zonă text CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Verifică permisiuni fișier de configurare" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Comprimă pe loc" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Confirmă interogările DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Dimensiune hârtie" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Fila implicită a bazei de date" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Filă implicită server" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Filă implicită tabel" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Activează completarea automată pentru numele tabelelor și a coloanelor" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Arată comentarii în coloană" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Ascunde acțiunile structurii tabelului" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Transformări implicite pentru Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Transformări implicite pentru subșiruri" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Transformări implicite pentru Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Transformări implicite pentru extern" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Transformări implicite pentru PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Transformări implicite pentru format dată" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Transformări implicite pentru în-linie" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Transformări implicite pentru legătură imagine text" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Transformări implicite pentru legătură text" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Afișează serverele ca o listă" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Dezactivează mentenanța pentru mai multe tabele" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Timp maxim de execuție" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Folosește declarația [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Salvează ca fișier" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Setul de caractere al fișierului" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Compresie" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10917,56 +10916,56 @@ msgstr "Compresie" msgid "Put columns names in the first row" msgstr "Pune numele coloanelor în primul rând" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Coloane închise cu" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Coloane escapate cu" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Înlocuiește NULL cu" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Înlătură caracterele CRLF în coloane" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Coloane terminate cu" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Linii terminate cu" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Ediție Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Șablon nume bază de date" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Șablon nume server" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Șablon nume tabel" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10976,83 +10975,83 @@ msgstr "Șablon nume tabel" msgid "Dump table" msgstr "Dump tabel" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Include text asociat tabel" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Text asociat tabel" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 #, fuzzy msgid "Continued table caption" msgstr "Continuare captură tabel" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Cheie etichetă" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relații" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Metodă de export" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Salvează pe server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportă ca fișiere separate" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Ține minte șablonul nume fișier" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy msgid "Remove DEFINER clause from definitions" msgstr "Înlătură coloanele din lista centrală" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Include numele tabelelor și coloanelor între ghilimele" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Mod de compatibilitate SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Creare/actualizare/verificare date" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Folosește inserări întârziate" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Dezactivează verificările cheilor străine" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportă vizualizări ca tabele" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Exportă metadate similare din spațiul de stocare a configurării phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Folosește hexazecimale pentru BINAR și BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11060,859 +11059,859 @@ msgstr "" "Adaugă DACĂ NU EXISTĂ (mai puțin eficientă pe măsură ce se vor genera " "indexuri în timpul creării tabelului)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format msgid "%s view" msgstr "Valoare %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Folosește inserări de ignorare" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintaxă de folosit când se inserează date" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Lungime maximă a interogării create" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tip de export" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Include exportul într-o tranzacție" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Oră export în format UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordine listă derulantă chei străine" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limită chei străine" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Verificări chei străine" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Prima zi din calendar" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Mod răsfoire" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Dezvoltator" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Mod editare" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Exportă valorile implicite" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Generale" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importă valorile implicite" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import/export" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Arbore de navigare" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Alte setări de bază" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Titluri pagină" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Securitate" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Setări de bază" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autentificare" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Configurare server" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Spațiu de stocare pentru configurare" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Urmărire modificări" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Casetă interogare SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Pornire" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Structură bază de date" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "File" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Afișează schema de relaționare" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Câmpuri text" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Text Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Avertizări" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parametri suplimentari pentru iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignoră erorile pentru mai multe declarații" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Activează încărcarea prin trage și plasează" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Import parțial: permite întreruperi" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Nu anulează la eroarea de INSERARE" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Adaugă ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format pentru fișierul importat" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Folosește cuvântul cheie LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Numele coloanelor în primul rând" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Nu importa rânduri goale" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importă monede (5.00$ în 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importă procentele ca zecimale corecte (12.00% în .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Import parțial: omite interogările" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nu folosi AUTO_INCREMENT pentru valorile zero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Citește ca multi-octeți" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Stare inițială pentru carusele" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Număr de rânduri inserate" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Limitează caracterele coloanei" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Șterge toate cookie-urile la dezautentificare" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Reamintește numele de utilizator" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Stocare cookie-uri de autentificare" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Validitate cookie-uri de autentificare" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Zonă text mai mare pentru MULT TEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Lungime maximă SQL de afișat" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Număr maxim baze de date" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Număr maxim de elemente pe primul nivel" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Număr maxim de elemente în ramură" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Număr maxim de rânduri de afișat" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Număr maxim de tabele" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Limită de memorie" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Arată navigarea în baza de date sub formă de arbore" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Lățime panou de navigare" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Leagă la panoul principal" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Afișează logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL legătură logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Destinație legătură logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Afișează selecția serverelor" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Destinație pentru icon de acces rapid" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Destinație pentru al doilea icon de acces rapid" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Număr minim de elemente pentru a afișa caseta de filtre" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Număr minim de baze de date pentru a afișa caseta de filtrare a bazelor de " "date" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Grupează elemente în arbore" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separator arbore bază de date" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separator arbore tabel" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Adâncime maximă arbore de tabele" # Activați evidențierea -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Activează evidențierea" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Activează extinderea arborelui în navigare" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Arată tabele în arbore" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Arată vizualizări în arbore" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Arată funcții în arbore" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Arată proceduri în arbore" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Arată evenimente în arbore" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Copiez baza de date" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tabele folosite recent" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Unde să fie arătate legăturile rândurilor din tabel" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Arată oricum legăturile rândurilor" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Ordine naturală" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Bară de navigare tabel" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Tampon de ieșire GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Ordine de sortare implicită" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Conexiuni persistente" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Lipsesc tabelele de stocare pentru configurarea phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Avertizare cuvânt MySQL rezervat" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Cum se afișează filele de meniu" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Cum se afișează diferite legături de acțiune" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Protejează coloanele binare" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Istoric interogări permanent" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Durată istoric interogări" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Motor de recodare" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Memorează sortarea tabelului" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Ordine de sortare implicită pentru cheie principală" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Repetă anteturile" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Editare grilă: declanșează acțiunea" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Afișare relațională" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Editare grilă: salvează simultan toate celulele editate" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Salvează directorul" # Ordinea de autorizare a gazdelor -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Ordine de autorizare gazde" # Reguli de autorizare a gazdelor -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Reguli de autorizare gazde" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Permite autentificări fără o parolă" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Permite autentificare în rădăcină" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Fus orar sesiune" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 #, fuzzy msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabel semne de carte" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabel informații coloane" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Comprimă conexiunea" # Parola pentru utilizatorul de control -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Controlează parola utilizatorului" # Utilizator de control -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Utilizator de control" # Gazdă de control -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Gazdă de control" # Gazdă de control -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Port de control" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Dezactivează folosirea INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Ascunde bazele de date" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabel istoric interogări SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Nume gazdă server" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL dezautentificare" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Număr maxim de preferințe din tabel de stocat" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Tabel export șabloane" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabel coloane centrale" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Arată numai bazele de date listate" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Parolă pentru config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF schema: tabel pagini" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Port server" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Tabel folosit recent" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabel favorite" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabel relații" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Nume sesiune signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket server" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Folosește SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Designer și schemă PDF: coordonate tabel" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Tabel afișare coloane" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabel preferințe UI" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Adaugă ELIMINĂ BAZA DE DATE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Adaugă ELIMINĂ VIZUALIZAREA" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Declarații de urmărit" # Tabelul de urmărire interogări SQL -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabel urmărire interogări SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Creează automat versiuni" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabel stocare preferințe utilizatori" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabel utilizatori" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabel grupuri de utilizatori" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabel elemente de navigare ascunse" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Utilizator pentru config auth" # Numele "pe larg" al acestui server -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Numele întreg al acestui server" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Permite afișarea tuturor rândurilor" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Arată formular schimbare parolă" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Arată formular creare bază de date" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Arată comentarii tabele" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Arată datare creare" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Arată datare ultima actualizare" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Arată datare ultima verificare" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Arată set de caractere tabel" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Arată tipuri de câmp" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Arată câmpuri funcții" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Arată sugestie" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Arată legătura phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Arată informații detaliate despre serverul MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Arată interogări SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Arată statistici" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Omite tabele blocate" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Explică SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Creează cod PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Avertizare Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Avertizare validitate cookie-uri autentificare" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Coloane zonă text" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Rânduri zonă text" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Titlu implicit" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista proxy-urilor de încredere pentru permite/refuză IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Director încărcări" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Folosește căutarea în baza de date" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Activează fila Dezvoltator în setări" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Verificare versiune" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "URL proxy" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Nume utilizator proxy" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Parolă proxy" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "Legătură pentru API reCAPTCHA v2" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Fragment Content-Security-Policy pentru API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parametrul cererii pentru API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parametru de răspuns pentru API reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Cheie publică pentru reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Cheie privată pentru reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Trimite rapoarte de erori" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Introdu execută interogări în consola" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Activează modul Configurare zero" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Execută interogări apăsând pe Enter și inserează o linie nouă cu Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Înălțime consolă" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Mod consolă" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Ordonează după" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Colaționare conexiune server" @@ -11945,7 +11944,8 @@ msgstr "Importul comprimat nu va funcționa deoarece lipsește funcția %s." msgid "Compressed export will not work due to missing function %s." msgstr "Exportul comprimat nu va funcționa deoarece lipsește funcția %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maxim %s" @@ -11979,7 +11979,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Foaie de calcul OpenDocument" @@ -11987,7 +11987,7 @@ msgstr "Foaie de calcul OpenDocument" msgid "OpenDocument Text" msgstr "Text OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV folosind LOAD DATA" @@ -12137,7 +12137,7 @@ msgstr "" "%1$sCompresia și decompresia GZip%2$s necesită funcții (%3$s) care nu sunt " "disponibile pe acest sistem." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12421,7 +12421,7 @@ msgstr "Niciun eveniment cu numele %1$s găsit în baza de date %2$s." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Nu am putut încărca modulele de export, te rog verifică-ți instalarea!" @@ -12550,7 +12550,7 @@ msgid "Success!" msgstr "Succes!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12618,7 +12618,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Poate vrei să reîmprospătezi pagina." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Tip incorect!" @@ -12723,16 +12723,7 @@ msgstr "" "serverului tău poate fi compromisă de persoane neautorizate care îți " "descarcă configurarea." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Serverul rulează cu Suhosin. Te rog consultă %sdocumentația%s pentru " -"posibile probleme." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12741,14 +12732,14 @@ msgstr "" "$cfg['TempDir'] (%s) nu este accesibil. phpMyAdmin nu poate memora în cache " "șabloane și va fi lent din cauza asta." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12758,7 +12749,7 @@ msgstr "" "caractere multi-octet. Fără extensia mbstring, phpMyAdmin nu poate să " "împartă corect șirurile și pot apărea rezultate neașteptate." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12836,7 +12827,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Declarațiile „ELIMINĂ BAZA DE DATE” sunt dezactivate." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK s-a făcut.]" @@ -14752,7 +14743,7 @@ msgid "No such column" msgstr "Nicio astfel de coloană" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Șir" @@ -15575,7 +15566,7 @@ msgstr "Date greșite" msgid "Wrong data or no validation for %s" msgstr "Date greșite sau nicio validare pentru %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Semnul de carte %s a fost creat." @@ -15655,7 +15646,7 @@ msgstr "Există prea multe asocieri fără indexuri." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL a returnat un set de rezultate gol (adică zero rânduri)." @@ -16060,27 +16051,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Rândul a fost șters." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Interogarea a durat %01.4f secunde." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Arăt rândurile %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s în total, %2$s în interogare" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s total" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Legătură negăsită!" @@ -16733,11 +16724,11 @@ msgstr "" msgid "web server upload directory:" msgstr "director încărcare pe server web:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Arăt interogarea SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "ID rând inserat: %1$d" @@ -17188,39 +17179,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Nicio dependență parțială găsită!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Fuzionează" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Nu pot muta tabelul în el însuși!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Nu pot copia tabelul în el însuși!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabelul %s a fost mutat în %s. Privilegiile au fost ajustate." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabelul %s a fost copiat în %s. Privilegiile au fost ajustate." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabelul %s a fost mutat în %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabelul %s a fost copiat în %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Numele tabelului este gol!" @@ -17309,7 +17300,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Ai activat autentificarea pe două niveluri, te rog confirmă autentificarea." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Coloane separate cu:" @@ -17735,7 +17726,7 @@ msgstr "" "Sistem baze de date sau server MySQL mai vechi pentru a maximiza " "compatibilitatea ieșirilor cu:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17758,19 +17749,19 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17778,7 +17769,7 @@ msgstr "" "Prima linie a fișierului conține numele coloanelor din tabel (dacă " "aceasta nu este bifată, prima linie va deveni o parte a datelor)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17789,27 +17780,27 @@ msgstr "" "coloanelor trebuie să fie separate prin virgule și să nu fie închise între " "ghilimele." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Nume coloane:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Format invalid pentru intrarea CSV pe linia %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Număr de coloane invalid în intrarea CSV pe linia %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Parametru invalid pentru importul CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18583,11 +18574,11 @@ msgstr "Nu este disponibilă nicio versiune stabilă mai nouă" msgid "Using bookmark \"%s\" as default browse query." msgstr "Folosește semnul de carte „%s” ca interogare de răsfoire implicită." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Arăt drept cod PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18596,7 +18587,7 @@ msgstr "" "Selecția actuală nu conține o coloană unică. Funcționalitățile editare " "grilă, bifă, editează, copiază și șterge nu sunt disponibile. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18861,17 +18852,17 @@ msgstr "Trebuie să furnizezi un nume de tabel valid!" msgid "You must provide a trigger definition." msgstr "Trebuie să furnizezi o definiție pentru declanșator." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Golește" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 #, fuzzy msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" @@ -18879,7 +18870,7 @@ msgstr "" "Un întreg de 1 octet, are valori de la -128 la 127, iar un întreg fără semn " "are valori de 0 la 255" -#: src/Types.php:162 +#: src/Types.php:163 #, fuzzy msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " @@ -18888,7 +18879,7 @@ msgstr "" "Un întreg de 2 octeţi, are valori de la -32,768 la 32,767, iar un întreg " "fără semn are valori de 0 la 65,535" -#: src/Types.php:164 +#: src/Types.php:165 #, fuzzy msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " @@ -18897,7 +18888,7 @@ msgstr "" "Un întreg de 3 octeţi, are valori de la -8,388,608 la 8,388,607, iar un " "întreg fără semn are valori de 0 la 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 #, fuzzy msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " @@ -18906,7 +18897,7 @@ msgstr "" "Un întreg de 4 octeţi, are valori de la -2,147,483,648 la 2,147,483,647, iar " "un întreg fără semn are valori de 0 la 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 #, fuzzy msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " @@ -18916,7 +18907,7 @@ msgstr "" "9,223,372,036,854,775,807 , iar un întreg fără semn are valori de 0 la " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 #, fuzzy msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " @@ -18925,7 +18916,7 @@ msgstr "" "Un număr cu punct fix (M, D) - numărul maxim de cifre (M) este 65 (implicit " "10), numărul maxim de zecimale(D) este 30 (implicit 0)" -#: src/Types.php:182 +#: src/Types.php:183 #, fuzzy msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " @@ -18934,7 +18925,7 @@ msgstr "" "Un număr cu virgulă mobilă, valorile permise sunt -3.402823466E+38 până la " "-1.175494351E-38, 0, şi 1.175494351E-38 până la 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 #, fuzzy msgid "" "A double-precision floating-point number, allowable values are " @@ -18945,19 +18936,19 @@ msgstr "" "-1.7976931348623157E+308 până la -2.2250738585072014E-308, 0, şi " "2.2250738585072014E-308 până la 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 #, fuzzy msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " @@ -18966,23 +18957,23 @@ msgstr "" "Un sinonim pentru TINYINT(1), o valoare nulă este considerată fals, valorile " "nenule sunt considerate adevărate" -#: src/Types.php:196 +#: src/Types.php:197 #, fuzzy msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Un sinonim pentru BIGINT FĂRĂ SEMN NENUL INCREMENTARE_AUTOMATĂ UNIC" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "O dată, intervalul suportat este de %1$s la %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" "O combinație de dată și oră, intervalul suportat este de la %1$s la %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18990,12 +18981,12 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "O perioadă de timp, intervalul este de la %1$s la %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19004,7 +18995,7 @@ msgstr "" "(2), valorile admise sunt de la 70 (1970) la 69(2069) sau de la 1901 la 2155 " "și 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19012,7 +19003,7 @@ msgstr "" "Un șir de o lungime fixă (0-255, implicit 1) care este mereu umplut cu " "spații în dreapta, până la lungimea specificată, când este stocat" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19021,7 +19012,7 @@ msgstr "" "Un șir de o lungime variabilă (%s), lungimea maximă efectivă depinde de " "dimensiunea maximă a rândului" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19029,7 +19020,7 @@ msgstr "" "O coloană TEXT cu o lungime maximă de 255 (2^8 - 1) de caractere, stocate cu " "un prefix de un octet care indică lungimea valorii în octeți" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19037,7 +19028,7 @@ msgstr "" "O coloană TEXT cu o lungime maximă de 65.535 (2^16-1) de caractere, stocate " "cu un prefix de doi octeți care indică lungimea valorii în octeți" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19045,7 +19036,7 @@ msgstr "" "O coloană TEXT cu o lungime maximă de 16.777.215 (2^24 - 1) de caractere, " "stocate cu un prefix de trei octeți care indică lungimea valorii în octeți" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19055,7 +19046,7 @@ msgstr "" "sau 4 GiO, stocate cu un prefix de patru octeți care indică lungimea valorii " "în octeți" -#: src/Types.php:254 +#: src/Types.php:255 #, fuzzy msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" @@ -19064,7 +19055,7 @@ msgstr "" "Similar cu tipul CHAR, dar stochează șiruri de caractere binare decât siruri " "de caractere non-binare" -#: src/Types.php:257 +#: src/Types.php:258 #, fuzzy msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" @@ -19073,31 +19064,31 @@ msgstr "" "Similar cu tipul VARCHAR, dar stochează șiruri de caractere binare decât " "șiruri de caractere non-binare" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19105,43 +19096,43 @@ msgstr "" "O enumerare, aleasă din lista de până la 65.535 de valori sau valoarea " "specială de eroare ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "O singură valoare aleasă dintr-un set de până la 64 de membri" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Un tip care poate stoca o geometrie de orice tip" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Un punct într-un plan bidimensional" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "O curbă cu interpolare liniară între două puncte" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Un poligon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "O colecție de puncte" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "O colecție de curbe cu interpolare liniară între puncte" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "O colecție de poligoane" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "O colecție de obiecte geometrice de orice tip" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19149,38 +19140,38 @@ msgstr "" "Stochează și permite accesul eficient la date în documentele JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Stochează un Identificator Universal Unic (IDUU)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numeric" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Dată și oră" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spațial" @@ -19225,6 +19216,24 @@ msgstr "Eroare în arhiva ZIP:" msgid "No files found inside ZIP archive!" msgstr "Niciun fișier găsit în arhiva ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Dezactivează avertizarea implicită care este afișată pe pagina principală " +#~ "dacă este detectat Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Avertizare Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Serverul rulează cu Suhosin. Te rog consultă %sdocumentația%s pentru " +#~ "posibile probleme." + #~ msgid "Version information" #~ msgstr "Informații despre versiune" diff --git a/resources/po/ru.po b/resources/po/ru.po index ebf16615f2..3d41fd20da 100644 --- a/resources/po/ru.po +++ b/resources/po/ru.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" -"PO-Revision-Date: 2026-03-03 23:09+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" +"PO-Revision-Date: 2026-04-20 15:09+0000\n" "Last-Translator: Andrei Stepanov \n" "Language-Team: Russian \n" @@ -14,7 +14,7 @@ msgstr "" "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 5.17-dev\n" +"X-Generator: Weblate 5.17.1-dev\n" #: resources/templates/base.twig:40 resources/templates/login/header.twig:13 msgid "Javascript must be enabled past this point!" @@ -760,8 +760,8 @@ msgstr "Настроить привилегии" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -780,8 +780,8 @@ msgstr "Переместить поле" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -852,7 +852,7 @@ msgstr "Сбросить" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 src/Engines/Pbxt.php:167 #: src/Html/Generator.php:685 src/Html/MySQLDocumentation.php:51 -#: src/Sanitize.php:188 +#: src/Sanitize.php:189 msgid "Documentation" msgstr "Документация" @@ -1018,7 +1018,7 @@ msgstr "Повторный запрос" #: resources/templates/setup/home/index.twig:64 #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 -#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:926 +#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:925 #: src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 @@ -1059,7 +1059,7 @@ msgstr "Удалить" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1070,7 +1070,7 @@ msgstr "База данных" msgid "SQL Query Console" msgstr "Консоль SQL запроса" -#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:766 +#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:764 msgid "Console" msgstr "Консоль" @@ -1099,7 +1099,7 @@ msgid "Bookmarks" msgstr "Закладки" #: resources/templates/console/display.twig:34 -#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:615 +#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "Отладка SQL" @@ -1171,7 +1171,7 @@ msgstr "Занято времени" msgid "Order by:" msgstr "Сортировки по:" -#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:964 +#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:962 msgid "Group queries" msgstr "Группировать запросы" @@ -1199,7 +1199,7 @@ msgstr "Занято времени:" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 #: src/Html/Generator.php:589 msgid "Refresh" msgstr "Обновить" @@ -1237,15 +1237,15 @@ msgstr "OK" msgid "Restore default values" msgstr "Восстановить значения по умолчанию" -#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:958 +#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "Всегда разворачивать сообщения запроса" -#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:957 +#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:955 msgid "Show query history at start" msgstr "Показать историю запросов" -#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:959 +#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "Показать текущий запрос на просмотр" @@ -1257,7 +1257,7 @@ msgstr "" "Выполнить запрос по нажатию Enter и вставить новую строку по нажатию " "Shift+Enter. Чтобы сделать эту опцию постоянной, см. настройки." -#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:961 +#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:959 msgid "Switch to dark theme" msgstr "Переключиться на тёмную тему" @@ -1378,8 +1378,8 @@ msgstr "Действие" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -1805,7 +1805,7 @@ msgstr "Определение" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "Формат" @@ -1905,7 +1905,7 @@ msgstr "Экспорт" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -1914,7 +1914,7 @@ msgstr "Экспорт" #: resources/templates/triggers/list.twig:20 #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 -#: resources/templates/triggers/row.twig:58 src/Operations.php:538 +#: resources/templates/triggers/row.twig:58 src/Operations.php:534 msgid "Drop" msgstr "Удалить" @@ -1997,7 +1997,7 @@ msgstr "Таблицы:" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2187,7 +2187,7 @@ msgstr "Скопировать базу данных в" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 msgid "Database name" msgstr "Имя базы данных" @@ -2218,10 +2218,10 @@ msgstr "Перед копированием создать базу данных #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, php-format msgid "Add %s" msgstr "Добавить %s" @@ -2229,7 +2229,7 @@ msgstr "Добавить %s" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "Добавить AUTO_INCREMENT" @@ -2736,7 +2736,7 @@ msgid "Database:" msgstr "База данных:" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "Добавить DROP TABLE" @@ -2801,7 +2801,7 @@ msgstr "Показываются запросы создания" #: resources/templates/table/relation/common_form.twig:102 #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 -#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:937 +#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:935 #: src/Plugins/Export/ExportXml.php:408 src/Server/Privileges.php:1570 #: src/Server/Privileges.php:1572 msgid "Table" @@ -3096,11 +3096,11 @@ msgstr "Геометрия" #: resources/templates/display/results/table.twig:268 msgid "Well Known Text" -msgstr "Текст (WKT)" +msgstr "Хорошо известный текст" #: resources/templates/display/results/table.twig:272 msgid "Well Known Binary" -msgstr "Бинарный (WKB)" +msgstr "Хорошо известные двоичные данные" #: resources/templates/display/results/table.twig:323 #: resources/templates/display/results/table.twig:324 @@ -3117,7 +3117,7 @@ msgstr "Использование результатов запроса" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "В буфер обмена" @@ -3283,7 +3283,7 @@ msgid "Save on server in the directory %s" msgstr "Сохранить на сервере в каталоге %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Перезаписать существующий(е) файл(ы)" @@ -3641,7 +3641,7 @@ msgstr "Применить" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Назад" @@ -3651,7 +3651,7 @@ msgstr "Назад" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Импорт" @@ -3993,8 +3993,8 @@ msgstr "Выгрузка SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Базы данных" @@ -4016,7 +4016,7 @@ msgid "Recent" msgstr "Недавнее" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Избранные таблицы" @@ -4054,17 +4054,17 @@ msgid "Features" msgstr "Настройки" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL запросы" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Панель навигации" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Основная панель" @@ -4537,13 +4537,27 @@ msgstr "Проверить привилегии для базы данных \"% msgid "Check privileges" msgstr "Проверить привилегии" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "Выполнить SQL-запросы к базе данных «%s»." + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Всего:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4551,16 +4565,16 @@ msgstr "" "Примечание: Включение статистики баз данных может вызвать увеличение трафика " "между веб-сервером и сервером MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Включить статистику" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Базы данных отсутствуют" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Подтвердить" @@ -5071,7 +5085,7 @@ msgstr "Разрешает изменение структуры существ #: src/Server/Privileges.php:304 src/Server/Privileges.php:350 #: src/Server/Privileges.php:354 msgid "Allows creating new views." -msgstr "Разрешает создание новых представлений (CREATE VIEW)." +msgstr "Разрешает создание новых представлений." #: resources/templates/server/privileges/privileges_table.twig:210 #: resources/templates/server/privileges/privileges_table.twig:213 @@ -5628,7 +5642,7 @@ msgid "Current server:" msgstr "Текущий сервер:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Сервера" @@ -5684,7 +5698,7 @@ msgstr "" #: resources/templates/server/status/advisor/index.twig:45 msgid "Errors occurred while executing rule expressions:" -msgstr "В процессе получения информации по отладке SQL произошла ошибка:" +msgstr "Ошибки, возникшие при выполнении выражений правил:" #: resources/templates/server/status/advisor/index.twig:55 msgid "Possible performance issues" @@ -5711,7 +5725,7 @@ msgid "Test:" msgstr "Тест:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Сервер" @@ -6312,7 +6326,7 @@ msgstr "Показать форму" msgid "Show hidden messages" msgstr "Показать скрытые сообщения" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Тип идентификации" @@ -6394,7 +6408,7 @@ msgid "Detailed profile" msgstr "Детальный профиль" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Порядок сортировки" @@ -6455,7 +6469,7 @@ msgstr "Круговая диаграмма с результатами проф #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL-запрос успешно выполнен." @@ -6501,7 +6515,7 @@ msgstr "Разделитель" msgid "Show this query here again" msgstr "Показать этот запрос снова" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Оставить поле запроса" @@ -6977,7 +6991,7 @@ msgid "Delete the view (DROP)" msgstr "Удалить представление (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Структура таблицы" @@ -7094,7 +7108,7 @@ msgstr "Выберите поля (не менее одного):" #: resources/templates/table/search/index.twig:129 msgid "Add search conditions (body of the \"where\" clause):" -msgstr "Добавить условия поиска (тело для условия \"WHERE\"):" +msgstr "Добавить условия поиска (тело для условия \"where\"):" #: resources/templates/table/search/index.twig:137 msgid "Number of rows per page" @@ -7146,32 +7160,32 @@ msgid "Index length" msgstr "Длина индекса" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Анализ" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Проверка" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Оптимизация" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Перестройка" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Исправление" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Очистить" @@ -9086,14 +9100,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Вьетнамский" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9271,19 +9277,19 @@ msgstr "оба верхних варианта" msgid "neither of the above" msgstr "иначе, чем в вариантах выше" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Пользователи не смогут установить более высокое значение" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "При включении позволяет ввести любой MySQL сервер в форме авторизации для " "cookie идентификации." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9294,7 +9300,7 @@ msgstr "" "прохождения IP-адреса или имени хоста MySQL-сервера заданного регулярного " "выражения." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9304,7 +9310,7 @@ msgstr "" "домене, вызвать phpMyAdmin внутри фрейма, что является потенциальной " "[strong]дырой в безопасности[/strong], допуская возможность XFS атак." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9312,15 +9318,15 @@ msgstr "" "Секретная фраза, используемая для шифрования cookies при [kbd]cookie[/kbd] " "идентификации." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Включить bzip2 сжатие для операций импорта." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Введите URL-адрес вашего API, совместимого с reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9328,29 +9334,29 @@ msgstr "" "Введите фрагмент Content-Security-Policy вашего API, совместимого с " "reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Введите параметр запроса, используемый вашим API, совместимым с reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Введите параметр ответа, используемый вашим API, совместимым с reCAPTCHA v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Введите открытый ключ для службы reCAPTCHA на вашем домене." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Введите ваш закрытый ключ для сервиса reCAPTCHA вашего домена." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Введите URL-адрес проверки сайта для вашей службы reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9360,7 +9366,7 @@ msgstr "" "- позволяет ограничить длину вводимых данных, [kbd]textarea[/kbd] - " "позволяет использовать в полях перенос строки." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9368,7 +9374,7 @@ msgstr "" "Использовать визуальный редактор SQL запросов (CodeMirror) с подсветкой " "синтаксиса и нумерацией строк." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9376,7 +9382,7 @@ msgstr "" "Проверить запрос на наличие ошибок до выполнения. Требует включенного " "CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9384,7 +9390,7 @@ msgstr "" "Определяет минимальный размер полей ввода, генерируемых для столбцов CHAR и " "VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9392,7 +9398,7 @@ msgstr "" "Определяет максимальный размер полей ввода, генерируемых для столбцов CHAR и " "VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9401,7 +9407,7 @@ msgstr "" "памяти; если вы испытываете проблемы с созданными файлами, отключите данную " "функцию." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9409,15 +9415,15 @@ msgstr "" "Выводить/не выводить предупреждение при возникновении ситуации, когда " "возможно полное удаление данных." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Автоматическое заполнение имени таблицы и имен колонок в SQL-запросах." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9426,7 +9432,7 @@ msgstr "" "перезаписаны, если преобразование будет заполнено на странице структуры " "таблицы." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9434,7 +9440,7 @@ msgstr "" "Отключить массовые операции обслуживания, такие как оптимизация или " "восстановление выбранных таблиц базы данных." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9442,12 +9448,12 @@ msgstr "" "Установите максимальную длительность в секундах, в течение которой скрипт " "может работать ([kbd]0[/kbd] - без ограничения)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Исключить определение текущего пользователя" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9455,7 +9461,7 @@ msgstr "" "Порядок сортировки значений в списке внешних ключей; [kbd]content[/kbd] - " "ссылочные данные, [kbd]id[/kbd] - значение ключа." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9463,7 +9469,7 @@ msgstr "" "Определите текст заголовка браузера. Для ввода особых значений используйте " "подставные строки, которые описаны в [doc@faq6-27]документация[/doc]." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9471,7 +9477,7 @@ msgstr "" "Обратите внимание! phpMyAdmin - это только интерфейс пользователя и его " "настройки не ограничивают возможности MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9479,7 +9485,7 @@ msgstr "" "Расширенное управление сервером, не изменяйте данные параметры без " "достаточного понимания их назначения." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9488,7 +9494,7 @@ msgstr "" "Настройка phpMyAdmin для расширенных возможностей, смотрите раздел " "[doc@linked-tables]phpMyAdmin configuration storage[/doc] в документации." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9496,115 +9502,115 @@ msgstr "" "Слежение за изменениями произведёнными в базе данных. Для работы требуется " "настройка хранения конфигурации phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Настройка режима просмотра данных." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Настроить опции по-умолчанию." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Настройки для разработчиков phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Настроить режим редактирования." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Настроить параметры экспорта по-умолчанию." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Настроить некоторые основные параметры." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Настроить параметры импорта по-умолчанию." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Установить каталоги импорта и экспорта, а также параметры сжатия." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Параметры отображения списка баз данных." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Настроить вид панели навигации." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Модифицировать дерево навигации." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Параметры отображения списка серверов." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Параметры отображения списка таблиц." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Настройки, неподходящие к другим разделам." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Настройки идентификации." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Введите параметры соединения сервера." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Настроить ссылки, выводимые в окнах SQL запросов." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Настройки SQL запросов." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Настройка вида начальной страницы." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Выберите детали для отображения в структуре базы данных (списке таблиц)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Настройки структуры таблицы (список столбцов)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Настройте отображение вкладок." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Настройте вид текстовых полей." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Настройте параметры экспорта используемые по умолчанию" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Отключить некоторые предупреждения, выводимые phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Включить gzip сжатие для операций импорта и экспорта." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9612,7 +9618,7 @@ msgstr "" "При включении данного параметра phpMyAdmin продолжит выполнение составного " "запроса даже в случае, когда один из запросов не будет выполнен." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9622,7 +9628,7 @@ msgstr "" "временного лимита на выполнение скрипта. Может помочь при импорте файлов " "большого размера, однако небезопасно для транзакций." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9630,15 +9636,15 @@ msgstr "" "Формат по-умолчанию; обратите внимание, что этот список зависит от положения " "(базы данных, таблицы) и только SQL доступен в любом случае." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Обновлять данные, если при импорте найдены дублированные ключи" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Количество запросов, пропускаемых от начала." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9649,7 +9655,7 @@ msgstr "" "значения в FALSE можно легко забыть отключиться от других серверов при " "множественном подключении." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9657,7 +9663,7 @@ msgstr "" "Определяет необходимость выводить имя пользователя предыдущего подключения " "при использовании [kbd]cookie[/kbd] идентификации." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9670,12 +9676,12 @@ msgstr "" "закрытия окна браузера. Хранение в течении сессии рекомендуется для " "использования в недружественном окружении." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Максимальное количество символов, используемых при отображении SQL запроса." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9683,13 +9689,13 @@ msgstr "" "Количество пунктов, выводимых на одной странице первого уровня дерева " "навигации." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Количество пунктов, выводимых на одной странице дерева навигации." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9697,7 +9703,7 @@ msgstr "" "Количество строк при выводе результата запроса. Если строк больше, то будут " "выведены ссылки перелистывания страниц." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9706,15 +9712,15 @@ msgstr "" "[kbd]32M[/kbd] ([kbd]-1[/kbd] - без ограничений, [kbd]0[/kbd] - без " "изменения)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "В панели навигации заменяет дерево базы данных селектором" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "Связать с главной панелью, выделив текущую базу данных или таблицу." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9722,7 +9728,7 @@ msgstr "" "Открывать ссылку в основном окне ([code]main[/code]) или в новом ([code]new[/" "code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9730,7 +9736,7 @@ msgstr "" "Определяет минимальное количество пунктов (таблиц, представлений, функций и " "событий) для вывода поля фильтра." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9738,66 +9744,66 @@ msgstr "" "Группировать пункты в дереве навигации (определяется разделителем, указанным " "в закладках баз данных и таблиц сверху)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Следует ли предлагать возможность раскрытия дерева в панели навигации." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Стоит ли отображать процедуры под базой данный в навигационном дереве" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Стоит ли разворачивать автоматически одиночную базу данных в дереве " "навигации." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Установите 0, чтобы свернуть панель навигации." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Отображать логотип в панели навигации." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL, на который будет ссылаться логотип в панели навигации." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Отображать в верхней части панели навигации список серверов." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Строка, разделяющая базы данных на различные уровни дерева." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Строка, разделяющая таблицы на различные уровни дерева." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Подсвечивать сервер при наведении курсора." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Следует ли отображать таблицы под базой данных в дереве навигации" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Стоит ли отображать представления под базой данных в дереве навигации" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Стоит ли отображать функции под базой данный в навигационном дереве" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Стоит ли отображать события под базой данных в дереве навигации" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9805,7 +9811,7 @@ msgstr "" "[kbd]SMART[/kbd] - означает обратный порядок сортировки для полей типа TIME, " "DATE, DATETIME и TIMESTAMP; в ином случае порядок будет прямой." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9814,7 +9820,7 @@ msgstr "" "Отключить предупреждение, отображаемое на странице структуры базы данных при " "отсутствии таблиц, необходимых для хранения конфигурации phpMyAdmin." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9822,7 +9828,7 @@ msgstr "" "Отключить предупреждение, отображаемое на странице структуры при наличии " "столбцов таблицы с именами, являющимися зарезервированными словами MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9832,13 +9838,13 @@ msgstr "" "настройка расширений phpMyAdmin). При отключении, для истории запросов " "используется JavaScript (история теряется при закрытии окна)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Разрешить пользователям создавать закладки, доступные для всех остальных " "пользователей" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9846,7 +9852,7 @@ msgstr "" "Устанавливает временную зону для использования; она может отличаться от зоны " "на сервере" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9854,7 +9860,7 @@ msgstr "" "Для отключения поддержки [doc@bookmarks@]закладок[/doc] оставьте поле " "пустым, рекомендуется: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9862,7 +9868,7 @@ msgstr "" "Для отключения комментариев/медиатипов в колонках, оставьте поле пустым, " "рекомендуется: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9870,7 +9876,7 @@ msgstr "" "Специальный пользователь MySQL с ограниченными привилегиями. Подробнее в " "[doc@linked-tables]документации[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9878,7 +9884,7 @@ msgstr "" "Альтернативный хост для хранения настроек конфигурации; для использования " "уже определённого хоста оставьте поле пустым." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9888,7 +9894,7 @@ msgstr "" "уже определённого поста оставьте поле пустым, или уже заранее определённым, " "если контрольный хост идентичен хосту." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9898,7 +9904,7 @@ msgstr "" "issues/8970]phpMyAdmin issue tracker[/a] и [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9906,7 +9912,7 @@ msgstr "" "Для отключения поддержки истории SQL запросов оставьте поле пустым, " "рекомендуется: [kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9914,7 +9920,7 @@ msgstr "" "Ограничивает количество хранимых в базе данных свойств таблицы, устаревшие " "записи автоматически удаляются." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9922,7 +9928,7 @@ msgstr "" "Для отключения поддержки шаблонов экспорта оставьте поле пустым, " "рекомендуется: [kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9930,7 +9936,7 @@ msgstr "" "Оставьте поле без поддержки центральной колонки, предположительно: [kbd] " "pma__central_columns [/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9940,14 +9946,14 @@ msgstr "" "хотите использовать, как обычные литературные символы, т.е. используйте " "[kbd]'my\\_db'[/kbd], а не [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9958,7 +9964,7 @@ msgstr "" "отключения поддержки оставьте поле пустым. Рекомендуется: [kbd]phpmyadmin[/" "kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9966,7 +9972,7 @@ msgstr "" "Для отключения сохранения списка недавно использованных таблиц оставьте поле " "пустым, рекомендуется: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9974,7 +9980,7 @@ msgstr "" "Для отключения сохранения списка избранных таблиц оставьте поле пустым, " "рекомендуется: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9982,14 +9988,14 @@ msgstr "" "Для отключения поддержки [doc@relations@]relation-links[/doc] оставьте поле " "пустым, рекомендуется: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Для примера смотрите раздел [doc@authentication-modes]authentication types[/" "doc]." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9997,7 +10003,7 @@ msgstr "" "Для отключения поддержки PDF схемы оставьте поле пустым, рекомендуется: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10005,7 +10011,7 @@ msgstr "" "Таблица для описания отображаемых полей, для отключения поддержки данной " "функции оставьте поле пустым, рекомендуется: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10013,7 +10019,7 @@ msgstr "" "Для отключения возможности хранения настроек интерфейса таблиц через сессии " "оставьте поле пустым, рекомендуется: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10021,7 +10027,7 @@ msgstr "" "Будет ли при создании базы данных, в журнал первой строкой добавлено " "выражение DROP DATABASE IF EXISTS." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10029,7 +10035,7 @@ msgstr "" "Будет ли при создании таблицы, в журнал первой строкой добавлено выражение " "DROP TABLE IF EXISTS." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10037,13 +10043,13 @@ msgstr "" "Будет ли при создании представления, в журнал первой строкой добавлено " "выражение DROP VIEW IF EXISTS." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Определить список выражений используемых для автоматического создания новых " "версий." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10051,7 +10057,7 @@ msgstr "" "Для отключения поддержки слежения за SQL запросами оставьте поле пустым, " "рекомендуется: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10059,7 +10065,7 @@ msgstr "" "Должен ли механизм слежения создавать версии таблиц и представлений " "автоматически." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10067,7 +10073,7 @@ msgstr "" "Для отключения возможности хранения пользовательских настроек в базе данных " "оставьте поле пустым, рекомендуется: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10077,7 +10083,7 @@ msgstr "" "возможности настраиваемых меню; если хотя бы одна из них пустая, то эта " "возможность будет отключена, рекомендуется: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10087,7 +10093,7 @@ msgstr "" "настраиваемых меню; если хотя бы одна из них пустая, то эта возможность " "будет отключена, предложил: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10095,7 +10101,7 @@ msgstr "" "Для отключения функции скрытия/отображения элементов навигации оставьте поле " "пустым, рекомендуется: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10103,51 +10109,51 @@ msgstr "" "Пользовательское описание сервера. Оставьте поле пустым, чтобы вывести " "название хоста." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Оставьте поле пустым, если не используете данную функцию." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Оставьте поле пустым для использования значения по-умолчанию." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Отображаемая строка при идентификации методом HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Используемый метод идентификации." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Сжимать данные при соединении с сервером MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Скрыть базы данных, подпадающие под регулярное выражение (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Хост, на котором работает сервер MySQL." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Если не используется config идентификация, оставьте поле пустым." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Порт, на котором работает сервер MySQL. По-умолчанию оставьте пустым." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Сокет, на котором работает сервер MySQL. По-умолчанию оставьте пустым." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Использовать SSL для соединения с сервером MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10157,24 +10163,24 @@ msgstr "" "идентификации методом [kbd]config[/kbd] из-за жестко прописанного пароля. " "Смена пароля в конфигурационном файле напрямую никак не ограничена." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "Выводить/скрывать столбец, отображающий время создания всех таблиц." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Выводить/скрывать столбец, отображающий последнее время обновления всех " "таблиц." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Выводить/скрывать столбец, отображающий последнее время проверки всех таблиц." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10182,7 +10188,7 @@ msgstr "" "Определяет, должны ли введенные поля изначально отображаться в режиме " "редактирования/вставки." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10190,53 +10196,45 @@ msgstr "" "Вывести ссылку [a@https://www.php.net/manual/en/function.phpinfo.php] " "phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Позволяет вывести пользователю кнопку \"показать все (записи)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Выводить/скрывать столбец, отображающий комментарии для всех таблиц." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Показать или скрыть столбец, отображающий кодировку для всех таблиц." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Выводить поля функций в режиме редактирования/вставки." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Показать/скрыть подсказки." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Определяет выводить или нет SQL запросы, генерируемые phpMyAdmin." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Разрешить вывод статистики по базе данных и таблице (например, объем " "занятого пространства)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Отмечать использованные таблицы и делать возможным отображение баз данных с " "заблокированными таблицами." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Отключить изначальное предупреждение на главной странице при определении " -"Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10246,7 +10244,7 @@ msgstr "" "параметра session.gc_maxlifetime конфигурации PHP меньше чем значение " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10254,7 +10252,7 @@ msgstr "" "Размер (кол-во столбцов) текстового поля в режиме редактирования, данное " "значение будет приоритетным для текстовых полей SQL запроса (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10262,7 +10260,7 @@ msgstr "" "Размер (кол-во строк) текстового поля в режиме редактирования, данное " "значение будет приоритетным для текстовых полей SQL запроса (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10274,7 +10272,7 @@ msgstr "" "For) заголовку, пришедшему с прокси 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10282,7 +10280,7 @@ msgstr "" "При отключении пользователи не смогут установить никакие из указанных ниже " "параметров вне зависимости от галочки справа от них." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10294,7 +10292,7 @@ msgstr "" "необходимо, если сервер, на котором установлен phpMyAdmin, не имеет прямого " "доступа к Интернету. Формат: «hostname:portnumber»." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10305,7 +10303,7 @@ msgstr "" "будет выполнена обычная проверка подлинности. В настоящее время другие типы " "проверки подлинности не поддерживаются." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10313,7 +10311,7 @@ msgstr "" "Запросы выполняются по нажатию Enter (вместо Ctrl+Enter). Строки переносятся " "с помощью Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10321,390 +10319,390 @@ msgstr "" "Включить режим нулевой конфигурации, который позволяет настроить хранилище " "конфигурации phpMyAdmin автоматически." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Подсвечивать выбранные строки." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Подсветить строку при наведении курсора." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Число столбцов для CHAR/VARCHAR textareas." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Число строк для CHAR/VARCHAR textareas." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Вести лог SQL-запросов и времени их выполнения для отображения в консоли" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Вкладка, отображаемая при входе в базу данных." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Вкладка, отображаемая при входе на сервер." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Вкладка, отображаемая при входе в таблицу." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Скрывать/отображать действия, производимые над структурой таблицы." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Отображать столбец \"Комментарии\" при отображении структуры таблицы" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" "Выводить доступные для выбора серверы в виде последовательного списка вместо " "выпадающего." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" "Если значений меньше указанного, то они будут выведены в виде выпадающего " "списка." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "Значение флажков внешних ключей по умолчанию для некоторых запросов." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Снимите флажок, чтобы отключить импорт перетаскиванием" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Количество строк, которое можно вставить за один раз." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Максимальное количество символов, отображаемых в любом нечисловом столбце в " "режиме просмотра." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Определяет длительность (в секундах) действия cookie идентификации." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" "Двойной размер текстового поля ввода для столбцов, имеющих тип LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Максимальное количество баз данных, отображаемых в списке." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Максимальное количество таблиц, отображаемых в списке таблиц." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Максимальное количество недавно использованных таблиц; для отключения " "установите в 0." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Максимальное количество избранных таблиц; для отключения установите в 0." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Ссылки редактирования, копирования и удаления." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Нужно ли показывать строки ссылок даже в отсутствие уникального ключа." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Отключить сочетания клавиш" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Использовать естественный порядок сортировки имен таблиц и баз данных." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Использовать только иконки, только текст, или всё вместе." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Использовать буферизацию вывода GZip для увеличения скорости передачи данных " "по HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Использовать постоянные соединения с базами данных MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Запретить возможность редактирования столбцов типа BLOB и BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Количество запросов, хранимых в истории." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Выберите функции, которые будут использоваться для перекодирования." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "При просмотре таблиц запоминается сортировка каждой таблицы." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Порядок сортировки по-умолчанию для таблиц с первичным ключом." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Повторять заголовки через каждые X ячеек, [kbd]0[/kbd] отключает данную " "функцию." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Для параметров отображения" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Каталог на сервере, в который можно сохранять файлы при экспорте." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Определяет будет ли форма запроса оставаться на экране после его отправки." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Заголовок окна браузера при выборе базы данных." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Заголовок окна браузера по-умолчанию." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Заголовок окна браузера при выборе сервера." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Заголовок окна браузера при выборе таблицы." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Каталог на сервере, в который вы можете загружать файлы для импорта." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Разрешить поиск по всей базе данных." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Включает возможность проверки последней версии phpMyAdmin на главной " "странице." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Пароль для идентификации через прокси." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Включить ZIP сжатие для операций импорта и экспорта." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Выберите действие по-умолчанию при отправке отчётов об ошибках." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Разрешить подключение к любому серверу MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Ограничить вход на сервер MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Разрешить встраивание во фрейм" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Показывать ссылку \"Удалить базу данных\" обычным пользователям" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Ключ Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Выделение строки" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Подсветить наведение" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Редактирование полей типа CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Включить CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Включить линтер" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Минимальный размер поля ввода" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Максимальный размер поля ввода" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Ширина textarea для CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Высота textarea для CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Проверка прав файла config" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Сжатие на лету" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Подтверждать DROP запросы" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Размер бумаги" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Вкладка по умолчанию для базы данных" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Вкладка по умолчанию для сервера" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Вкладка по умолчанию для таблицы" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Включить автозаполнение для имен таблицы и колонки" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Показать комментарии к столбцам" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Спрятать действия над структурой таблицы" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Преобразования по умолчанию для Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Преобразования по умолчанию для подстроки" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Преобразования по умолчанию для Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Преобразования по умолчанию для External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Преобразования по умолчанию для PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Преобразования по умолчанию для DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Преобразования по умолчанию для Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Преобразования по умолчанию для TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Преобразования по умолчанию для TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Выводить серверы списком" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Отключить операции обслуживания таблиц" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Максимальное время выполнения" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Использовать выражение [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Сохранить как файл" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Кодировка файла" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Упаковать" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10712,56 +10710,56 @@ msgstr "Упаковать" msgid "Put columns names in the first row" msgstr "Поместить названия полей в первой строке" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Значения полей обрамлены" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Символ экранирования" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Заменить NULL на" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Удалить из полей символы перевода строки CRLF" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Разделитель столбцов" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Разделитель строк" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Версия Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Шаблон имени базы данных" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Шаблон имени сервера" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Шаблон имени таблицы" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10771,81 +10769,81 @@ msgstr "Шаблон имени таблицы" msgid "Dump table" msgstr "Сохранение таблицы" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Добавить заголовок таблицы" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Заголовок таблицы" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Заголовок таблицы (продолжение)" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Идентификатор метки" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Ссылки" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Метод экспорта" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Сохранить на сервере" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Экспорт в виде отдельных файлов" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Запомнить шаблон имени файла" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Убрать предложение DEFINER из определений" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Заключить названия таблиц и полей в косые кавычки" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Режим совместимости SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Даты создания, обновления и проверки" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" -msgstr "Использовать отложенные вставки (DELAYED)" +msgstr "Использовать отложенные вставки" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Отключить проверку внешних ключей" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Экспортировать представления как таблицы" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" "Экспортировать связаныые мета-данные из хранилища конфигураций phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Использовать шестнадцатеричное отображение для BINARY и BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10853,847 +10851,847 @@ msgstr "" "Добавить IF NOT EXISTS (менее эффективно, т.к. индексы будут созданы во " "время создания таблицы)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s вид" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" -msgstr "Использовать игнорирующие вставки (IGNORE)" +msgstr "Использовать игнорирующие вставки" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Использовать синтаксис при вставке данных" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Максимальная длина создаваемого запроса" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Тип экспорта" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Заключить экспорт в транзакцию" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Экспорт времени в UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Сортировка внешних ключей" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Лимит внешних ключей" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Проверка внешних ключей" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Первый день календаря" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Обзор" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Разработчик" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Редакция" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Экспорт" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Общие" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Импорт" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Импорт / экспорт" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Дерево навигации" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Другие настройки ядра" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Заголовки страниц" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Безопасность" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Основные настройки" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Идентификация" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Параметры сервера" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Хранение конфигурации" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Слежение за изменениями" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL Запрос" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Главная" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Структура базы данных" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Вкладки" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Отобразить схему связей" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Текстовые поля" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! текст" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Предупреждения" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Добавочные параметры iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Игнорировать ошибки составных запросов" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Включить импорт перетаскиванием" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Частичный импорт: разрешает прерывание" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Не прерывать при возникновении ошибки во время выполнения INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "Импортировать пустые значения как NULL" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Добавить ОБНОВЛЕНИЕ ПРИ ДУБЛИРОВАНИИ ДАННЫХ (ON DUPLICATE KEY UPDATE)" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Формат импортируемого файла" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Использовать ключевое слово LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Имена таблиц в первой строке" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Пропускать пустые строки" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Импортировать денежные единицы (5.00 вместо $5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Импортировать проценты в виде десятичных значений (.12 вместо 12.00%)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Частичный импорт: пропуск запросов" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Не использовать AUTO_INCREMENT для нулевых значений" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Читать как мультибайты" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Исходное положение раскрывающихся блоков" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Количество строк при вставке" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Ограничить по количеству символов в поле" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Удалить все cookies при выходе" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Выводить имя пользователя" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Хранение cookie" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Срок действия cookie" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Увеличение текстового поля для LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Максимальная длина отображаемого SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Максимальное количество баз данных" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Максимум пунктов на первом уровне" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Максимум пунктов в ветке" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Максимальное количество строк" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Максимальное количество таблиц" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Лимит памяти" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Показать навигацию по базам данных в виде дерева" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Ширина панели навигации" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Связать с главной панелью" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Показывать логотип" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Ссылка логотипа" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Цель ссылки логотипа" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Отображать выбор сервера" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Цель иконки быстрого доступа" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Цель второй иконки быстрого доступа" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Минимум пунктов для вывода поля фильтра" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Минимум баз данных для отображения поля фильтра" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Группировать пункты в дереве" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Разделитель дерева баз данных" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Разделитель дерева таблиц" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Максимальная глубина дерева таблиц" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Включить подсветку" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Включить раскрытие навигационного дерева" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Отображение таблиц в дереве" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Показать представления в дереве" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Отображать функции в дереве" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Отображать процедуры в дереве" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Отображать события в дереве" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Развернуть одиночную базу данных" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Недавно использованные таблицы" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Где вывести ссылки строки таблицы" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Показывать ссылки строк" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Порядок сортировки" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Строка навигации по таблице" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Буферизация вывода GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Порядок сортировки" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Постоянные соединения" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Отсутствие таблиц хранения конфигурации phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Предупреждение о зарезервированном слове MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Как отображать вкладки меню" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Как отображать ссылки на различные действия" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Защитить бинарные данные" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Постоянная история запросов" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Длина истории запросов" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Разрешить совместные закладки между пользователями" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Механизм перекодирования" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Запоминать сортировку таблиц" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Порядок сортировки первичного ключа по-умолчанию" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Повтор заголовков" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Редактирование сетки: действие триггера" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Отображение ссылок" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Редактирование сетки: сохранить все отредактированные ячейки сразу" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Каталог сохранения" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Последовательность идентификации хоста" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Правила идентификации хоста" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Разрешать подключения без пароля" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Разрешить вход под root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Временная зона сессии" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Область HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Таблица закладок" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Таблица информации полей" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Соединение со сжатием" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Пароль выделенного пользователя" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Выделенный пользователь" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Контрольный хост" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Контрольный порт" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Отключить использование INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Скрыть базы данных" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Таблица истории SQL запросов" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Хост сервера" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL выхода" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Максимальное количество хранимых свойств таблицы" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Таблица шаблонов экспорта" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Центральные столбцы" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Показывать только базы данных из списка" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Прописанный пароль" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF схема: таблица страниц" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Порт сервера" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Таблица недавно использованного" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Таблица избранного" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Таблица связей" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Имя сессии для Signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL для Signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Сокет сервера" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Использовать SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Дизайнер и схема PDF: таблица координат" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Таблица с описаниями полей" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Таблица хранения настроек интерфейса" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Добавить DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Добавить DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Слежение за выражениями" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Таблица слежения за SQL запросами" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Автоматическое создание версий" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Таблица хранения настроек пользователя" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Таблица пользователей" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Таблица групп пользователей" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Таблица скрытых пунктов навигации" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Прописанный пользователь" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Пользовательское имя сервера" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Разрешать вывод всех строк" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Вывести форму изменения пароля" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Вывести форму создания базы данных" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Показать комментарии к таблице" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Показать время создания" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Показать последнее время обновления" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Показать последнее время проверки" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Показать кодировку таблицы" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Отображение типа полей" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Выводить поля функций" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Показать подсказку" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Вывести ссылку на phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Вывести подробную информацию по MySQL серверу" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Показывать SQL запросы" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Показывать статистику" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Пропускать заблокированные таблицы" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Анализ SQL запроса" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Создать PHP-код" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Предупреждение о Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Предупреждение о сроке действия cookie" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Столбцов в текстовом поле" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Строк в текстовом поле" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Заголовок по умолчанию" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Список доверенных прокси для IP allow/deny" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Каталог загрузки" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Использовать поиск по базе данных" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Включение вкладки разработчика в настройках" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Проверка версии" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Ссылка на прокси" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Имя пользователя прокси" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Пароль прокси" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL для reCAPTCHA v2 API" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Фрагмент Content-Security-Policy для reCAPTCHA v2 API" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Параметры запроса для reCAPTCHA v2 API" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Параметры ответа для reCAPTCHA v2 API" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Публичный ключ для reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Приватный ключ для reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL для проверки сайта reCAPTCHA" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Отправка отчётов об ошибках" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter выполняет запросы в консоли" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Включить режим нулевой конфигурации" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Выполнять запрос по нажатии Enter, и вставлять новую строку по нажатии " "Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Высота консоли" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Режим консоли" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Сортировки по" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Сопоставление кодировки соединения" @@ -11726,7 +11724,8 @@ msgstr "Импорт архива не будет функционировать msgid "Compressed export will not work due to missing function %s." msgstr "Экспорт в сжатом виде не будет работать без функции %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "максимум %s" @@ -11760,7 +11759,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Электронная таблица OpenDocument" @@ -11768,7 +11767,7 @@ msgstr "Электронная таблица OpenDocument" msgid "OpenDocument Text" msgstr "Текст OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV, используя LOAD DATA" @@ -11933,7 +11932,7 @@ msgstr "" "%1$sСоздание и распаковка GZip архивов%2$s требует наличия функций (%3$s), " "которые недоступны на данной системе." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Сервер %d" @@ -12210,7 +12209,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Отсутствуют плагины экспорта. Проверьте содержимое установленной копии " @@ -12342,7 +12341,7 @@ msgid "Success!" msgstr "Успех!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12404,7 +12403,7 @@ msgstr "Если у вас возникают проблемы, отправьт msgid "You may want to refresh the page." msgstr "Возможно вы хотите перезагрузить страницу." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Неучтённый тип!" @@ -12524,16 +12523,7 @@ msgstr "" "может быть скомпрометирована через свободный доступ к загрузке " "конфигурационного файла." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Сервер использует защитную систему Suhosin. Для решения возможных проблем " -"обратитесь к %sдокументации%s." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12542,7 +12532,7 @@ msgstr "" "$Cfg['TempDir'] (%s) недоступен. Из-за этого phpMyAdmin не может кэшировать " "шаблоны и будет медленным." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12552,7 +12542,7 @@ msgstr "" "неправильной работе phpMyAdmin. Возможные проблемы описаны в " "[doc@faq1-46]документации[/doc]." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12562,7 +12552,7 @@ msgstr "" "mbstring phpMyAdmin не в состоянии производить корректное разбиение строк, " "что может привести к непредсказуемым результатам." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12639,7 +12629,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Команда \"DROP DATABASE\" (удалить базу данных) отключена." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Произошел откат.]" @@ -14545,7 +14535,7 @@ msgid "No such column" msgstr "Нет такого столбца" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Символьные" @@ -15420,7 +15410,7 @@ msgstr "Ошибочные данные" msgid "Wrong data or no validation for %s" msgstr "Неверные данные или отсутствие проверки для %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Закладка %s создана." @@ -15499,7 +15489,7 @@ msgstr "С вашим запросом возникла проблема." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL вернула пустой результат (т.е. ноль строк)." @@ -15509,13 +15499,11 @@ msgstr "Для этого SQL-запроса не найден простран #: src/Controllers/Table/GisVisualizationController.php:121 msgid "Invalid file format, expected one of: " -msgstr "" +msgstr "Недопустимый формат файла, ожидается один из: " #: src/Controllers/Table/GisVisualizationController.php:129 -#, fuzzy -#| msgid "Failed to open remote URL" msgid "Failed to create image" -msgstr "Не удалось открыть удаленный URL" +msgstr "Не удалось создать изображение" #: src/Controllers/Table/Maintenance/AnalyzeController.php:67 #: src/Controllers/Table/Maintenance/CheckController.php:67 @@ -15890,27 +15878,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Строка была удалена." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Запрос занял %01.4f с." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Отображение строк %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s всего, %2$s в запросе" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s всего" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Связь не найдена!" @@ -16317,10 +16305,8 @@ msgstr "" "doc]." #: src/File.php:372 -#, fuzzy -#| msgid "Cannot read uploaded file." msgid "Cannot create temporary file." -msgstr "Невозможно прочесть загруженный файл." +msgstr "Невозможно создать временный файл." #: src/File.php:383 msgid "Error while moving uploaded file." @@ -16543,11 +16529,11 @@ msgstr "Индексы %1$s и %2$s равнозначны и один из ни msgid "web server upload directory:" msgstr "Из каталога загрузки:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Отображает SQL-запрос" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Идентификатор вставленной строки: %1$d" @@ -16999,39 +16985,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Частичных зависимостей не найдено!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Объединить" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Не возможно переместить таблицу саму в себя!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Невозможно скопировать таблицу саму в себя!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Таблица %s была перемещена в %s. Привилегии обновлены." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Таблица %s была скопирована в %s. Привилегии обновлены." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Таблица %s была перемещена в %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Таблица %s была скопирована в %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Не задано имя таблицы!" @@ -17115,7 +17101,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Вы включили двухфакторную аутентификацию, пожалуйста, подтвердите свой логин." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Разделитель полей:" @@ -17537,7 +17523,7 @@ msgstr "" "Максимальная совместимость с системой базы данных, или устаревшей версией " "MySQL:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "Отступ:" @@ -17560,19 +17546,19 @@ msgstr "" "Обновить данные при обнаружении дубликатов ключей при импорте (добавьте " "ОБНОВЛЕНИЕ DUPLICATE KEY)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Имя новой таблицы (необязательно):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Имя новой базы данных (необязательно):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Импортировать это множество строк (необязательно):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17580,7 +17566,7 @@ msgstr "" "Первая строка файла содержит имена полей таблицы (если данный параметр не " "выбран, то первая строка будет частью данных)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17590,27 +17576,27 @@ msgstr "" "данных, введите здесь имена полей в соответствующей последовательности. " "Имена полей разделяются запятыми и не должны быть заключены в кавычки." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Названия столбцов:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Неправильный формат входных CSV-данных в строке %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Несоответствие количества столбцов в CSV данных на строке %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Неправильный параметр импорта CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18391,11 +18377,11 @@ msgstr "Обновление стабильной версии недоступ msgid "Using bookmark \"%s\" as default browse query." msgstr "Для обзора данных использован запрос из закладки \"%s\"." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Отображает как PHP-код" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18404,7 +18390,7 @@ msgstr "" "Данное выделение не содержит уникального столбца. Изменение сетки, " "выставление галочки, редактирование, копирование и удаление невозможно. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18669,22 +18655,22 @@ msgstr "Необходимо задать корректное имя табли msgid "You must provide a trigger definition." msgstr "Вы должны задать определение триггера." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "пусто" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "не пусто" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Одно-байтовое целое число, диапазон чисел со знаком от -128 до 127, диапазон " "чисел без знака от 0 до 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18692,7 +18678,7 @@ msgstr "" "Двух-байтовое целое число, диапазон чисел со знаком от -32,768 до 32,767, " "диапазон чисел без знака от 0 до 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18700,7 +18686,7 @@ msgstr "" "Трех-байтовое целое число, диапазон чисел со знаком от -8,388,608 до " "8,388,607, диапазон чисел без знака от 0 до 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18708,7 +18694,7 @@ msgstr "" "Четырех-байтовое целое число, диапазон чисел со знаком от -2,147,483,648 до " "2,147,483,647, диапазон чисел без знака от 0 до 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18717,7 +18703,7 @@ msgstr "" "-9,223,372,036,854,775,808 до 9,223,372,036,854,775,807, диапазон чисел без " "знака от 0 до 18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18726,7 +18712,7 @@ msgstr "" "должно превышать 65 (по умолчанию 10), максимальное количество десятичных " "знаков после запятой (D) не должно превышать 30 (по умолчанию 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18734,7 +18720,7 @@ msgstr "" "Малое число с плавающей точкой, допустимые значения от -3.402823466E+38 до " "-1.175494351E-38, 0, и от 1.175494351E-38 до 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18744,7 +18730,7 @@ msgstr "" "-1.7976931348623157E+308 до -2.2250738585072014E-308, 0, и от " "2.2250738585072014E-308 до 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18752,14 +18738,14 @@ msgstr "" "Синоним для DOUBLE (исключение: в режиме REAL_AS_FLOAT SQL будет синоним для " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "Тип поля-бит (M), сохранит M бит для значения (по умолчанию 1, максимум 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18767,22 +18753,22 @@ msgstr "" "Синоним для TINYINT(1), значение нуля предполагает false, ненулевые значения " "предполагают true" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Псевдоним для BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Дата, поддерживаемый диапазон от %1$s до %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" "Совмещение даты и времени, поддерживаемый диапазон от \"%1$s\" до \"%2$s\"" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18794,12 +18780,12 @@ msgstr "" "UTC на 64-битных платформах (MariaDB 11.5 и поздние версии), содержит " "количество секунд с начала эпохи (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Время, диапазон от %1$s до %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18807,7 +18793,7 @@ msgstr "" "Год в четырехзначном (4, по умолчанию) или двухзначном (2) формате, " "допустимые значения от 70 (1970) до 69 (2069) или от 1901 до 2155 и 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18815,7 +18801,7 @@ msgstr "" "Строка фиксированной длины (0-255, по-умолчанию 1), при хранении всегда " "дополняется пробелами в конце строки до заданной длины" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18824,7 +18810,7 @@ msgstr "" "Строка переменной длины (%s), эффективная максимальная длина зависит от " "максимального размера строки" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18832,7 +18818,7 @@ msgstr "" "Столбец типа TEXT с максимальной длиной 255 (2^8 - 1) символов, сохраняется " "с одно-байтовым префиксом, указывающим длину значения в байтах" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18840,7 +18826,7 @@ msgstr "" "Столбец типа TEXT с максимальной длиной 65,535 (2^16 - 1) символов, " "сохраняется с двух-байтовым префиксом, указывающим длину значения в байтах" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18848,7 +18834,7 @@ msgstr "" "Столбец типа TEXT с максимальной длиной 16,777,215 (2^24 - 1) символов, " "сохраняется с трех-байтовым префиксом, указывающим длину значения в байтах" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18858,7 +18844,7 @@ msgstr "" "символов, сохраняется с четырех-байтовым префиксом, указывающим длину " "значения в байтах" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18866,7 +18852,7 @@ msgstr "" "Аналогичен типу CHAR, но предназначен для хранения бинарных байт-строк, " "вместо не бинарных символьных строк" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18874,7 +18860,7 @@ msgstr "" "Аналогичен типу VARCHAR, но предназначен для хранения бинарных байт-строк, " "вместо не бинарных символьных строк" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18882,7 +18868,7 @@ msgstr "" "Столбец типа BLOB с максимальной длиной 255 (2^8 - 1) байт, сохраняется с " "одно-байтовым префиксом, указывающим длину значения" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18890,7 +18876,7 @@ msgstr "" "Столбец типа BLOB с максимальной длиной 16,777,215 (2^24 - 1) байт, " "сохраняется с трех-байтовым префиксом, указывающим длину значения" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18898,7 +18884,7 @@ msgstr "" "Столбец типа BLOB с максимальной длиной 65,535 (2^16 - 1) байт, сохраняется " "с двух-байтовым префиксом, указывающим длину значения" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18906,7 +18892,7 @@ msgstr "" "Столбец типа BLOB с максимальной длиной 4,294,967,295 или 4ГиБ (2^32 - 1) " "байт, сохраняется с четырех-байтовым префиксом, указывающим длину значения" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18914,43 +18900,43 @@ msgstr "" "Перечисляемый тип данных, который может содержать максимум 65,535 различных " "величин или специальную величину ошибки ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Единственное значение выбираемое из набора не более 64 членов" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Тип для хранения любого вида геометрических данных" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Точка в двухмерном пространстве" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Кривая с линейной интерполяцией между точек" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Многоугольник" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Набор точек" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Набор кривых с линейной интерполяцией между точками" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Набор многоугольников" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Набор геометрических объектов любого типа" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18958,7 +18944,7 @@ msgstr "" "Тип данных для эффективного хранения и использования данных в JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18966,11 +18952,11 @@ msgstr "" "Предназначен для хранения адресов IPv6, а также адресов IPv4, предполагающих " "обычное отображение адресов IPv4 в адреса IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-битный UUID (универсальный уникальный идентификатор)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" @@ -18978,21 +18964,21 @@ msgstr "" "Хранит векторные данные, оптимизированные для таких операций, как поиск по " "схожести и приложения машинного обучения" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" -msgstr "" +msgstr "Предназначен для хранения данных XML" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Числовые" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Дата и время" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Пространственные" @@ -19037,6 +19023,24 @@ msgstr "Ошибка в ZIP-архиве:" msgid "No files found inside ZIP archive!" msgstr "Файлов внутри ZIP-архива не найдено!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Отключить изначальное предупреждение на главной странице при определении " +#~ "Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Предупреждение о Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Сервер использует защитную систему Suhosin. Для решения возможных проблем " +#~ "обратитесь к %sдокументации%s." + #~ msgid "The fullscreen request was denied." #~ msgstr "Запрос на полноэкранный режим был отклонён." diff --git a/resources/po/si.po b/resources/po/si.po index 465cd00c60..4db62af9c9 100644 --- a/resources/po/si.po +++ b/resources/po/si.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Sinhala %s" msgstr "සේවාදායකයේ %s ඩිරෙක්ටරියේ සුරකින්න" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "වත්මන් ගොනු(ව) උඩින් ලියන්න" @@ -3998,7 +3998,7 @@ msgstr "ලබාගන්න" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "ආපසු" @@ -4008,7 +4008,7 @@ msgstr "ආපසු" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "ආනයනය" @@ -4377,8 +4377,8 @@ msgstr "SQL ප්‍රතිළුල" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "දත්තගබඩා" @@ -4404,7 +4404,7 @@ msgid "Recent" msgstr "මෑතකාලීන" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "ප්‍රියතම වගු" @@ -4446,17 +4446,17 @@ msgid "Features" msgstr "විශේෂාංග" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL විමසුම" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "යාත්‍රණ පැනලය" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "ප්‍රධාන පැනලය" @@ -4986,13 +4986,28 @@ msgstr "\"%s\" දත්තගබඩාව සඳහා වරප්‍රසා msgid "Check privileges" msgstr "වරප්‍රසාද පරීක්ෂා කරන්න" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "SQL විමසුමක් සිදු කරන්න/%s දත්තගබඩාව මත විමසුම්" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "මුළු එකතුව:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5000,16 +5015,16 @@ msgstr "" "සටහන: සංඛ්‍යාලේඛන සක්‍රීය කිරීම මගින් වෙබ් සේවාදායකය සහ MySQL සේවාදායකය අතර විශාල දත්ත " "හුවමාරුවක් ඇති විය හැකිය." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "සංඛ්‍යා ලේඛන සක්‍රිය කරන්න" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "දත්තගබඩා නොමැත" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6148,7 +6163,7 @@ msgid "Current server:" msgstr "වත්මන් සේවාදායකය" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "සේවාදායකයන්" @@ -6241,7 +6256,7 @@ msgid "Test:" msgstr "ඇගයීම" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "සේවාදායකය" @@ -6897,7 +6912,7 @@ msgstr "පෝරමය පෙන්වන්න" msgid "Show hidden messages" msgstr "ඉඟිය පෙන්වන්න" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "සත්‍යාපන වර්ගය" @@ -6985,7 +7000,7 @@ msgid "Detailed profile" msgstr "දත්ත ගොනු" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7055,7 +7070,7 @@ msgstr "විමසුම් ප්‍රථිඵල සඳහා මෙහෙ #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "ඔබගේ SQL විමසුම සාර්ථකව ක්‍රියාවට නංවන ලදි." @@ -7101,7 +7116,7 @@ msgstr "පරිසීමකය" msgid "Show this query here again" msgstr "මෙම විමසුම මෙහි නැවත පෙන්වන්න" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "විමසුම් කවුළුව රඳවාගන්න" @@ -7628,7 +7643,7 @@ msgid "Delete the view (DROP)" msgstr "වගුව ඉවත් කරන්න (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "වගු සැකිල්ල" @@ -7837,32 +7852,32 @@ msgid "Index length" msgstr "පේළියේ දිග" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "විශ්ලේෂණය" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "පරීක්ෂාව" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "ප්‍රශස්තනය" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "නැවත සෑදීම" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "ප්‍රතිසංස්කරණය" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9746,14 +9761,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "වියට්නාම්" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9955,40 +9962,40 @@ msgstr "ඉහත ද්විත්වයම" msgid "neither of the above" msgstr "ඉහත එක් වර්ගයක්වත් නොව" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "භාවිතා කරන්නන්ට වැඩි අගයක් සිටුවිය නොහැක" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "සක්‍රීය කළහොත් භාවිතා කරන්නාට ඇතුල් වීමේ පෝරමයේ අඩංගු cookie සත්‍යාපනය සහිත ඕනෑම MySQL " "සේවාදායකයක් වෙත ඇතුල් විය හැක." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" "[kbd]කුකී [/kbd] සත්‍යාපනය භවිතා කිරීමේදී කුකිය encrypt කිරීමට යොදාගන්නා රහස් වාක්‍ය ඛණ්ඩය." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -9997,37 +10004,37 @@ msgid "Enable bzip2 compression for import operations." msgstr "" "ආනයන සඳහා [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] හැකිළීම සක්‍රීය කරන්න." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -10037,7 +10044,7 @@ msgstr "" "අදානයේ දිග පාලනය කිරීමට ඉඩ ලබා දේ, [kbd]textarea[/kbd] - දත්ත පේලි කීපයක් ලෙස ඇතුලත් " "කිරීමට ඉඩ ලබා දේ." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 #, fuzzy #| msgid "" #| "Use user-friendly editor for editing SQL queries ([a@https://codemirror." @@ -10049,25 +10056,25 @@ msgstr "" "විමසුම් සංස්කරණය සඳහා, පේළි අංක සහිත, වාක්‍ය වින්‍යාස ඉස්මතු කෙරෙන [a@https://codemirror." "net/]CodeMirror[/a] සංස්කාරකය භාවිතා කරන්න." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "CHAR සහ VARCHAR තීර සඳහා දත්ත ඇතුලත් කිරීමේ ක්ෂේත්‍රවල අවම ප්‍රමාණය දක්වයි." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "CHAR සහ VARCHAR තීර සඳහා දත්ත ඇතුලත් කිරීමේ ක්ෂේත්‍රවල උපරිම ප්‍රමාණය දක්වයි." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -10075,30 +10082,30 @@ msgstr "" "අධික මතක භාවිතයකින් තොරව gzip ප්‍රතිදානයන් එවෙලේම හකුළුවන්න; මෙසේ හැකිලු ගොනු ගැටළු ගෙනදේ " "නම් මෙය අක්‍රීය කරන්න." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" "දත්ත අහිමිවීමකට පෙර අනතුරු ඇඟවීමක් (\"ඔබට ඇත්තටම විශ්වාසද…\" ආදී ලෙස) කල යුතුද යන වග." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "වගු සහ තීර නම් පසු-උදෘත මගින් අවුරන්න" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -10106,7 +10113,7 @@ msgstr "" "දත්තගබඩාවක් තුල තෝරාගත් වගු කිහිපයක් සඳහා අලුත්වැඩියා කිරීම, ප්‍රශස්තකරණය වැනි නඩත්තු කටයුතු එක " "වර සිදු කිරීම අක්‍රීය කරන්න." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -10114,12 +10121,12 @@ msgstr "" "විධානාවලියක් ක්‍රියාත්මක වීමට ලබා දෙන කාලය සඳහා අගයක් සිටුවයි. (අසීමිත කාලයක් සඳහා [kbd]0[/" "kbd] භාවිතා කරන්න)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -10127,7 +10134,7 @@ msgstr "" "අන්‍ය-මූල පතන කොටුව තුල භාවිතා කල යුතු අනුපිළිවෙල; [kbd]content[/kbd] යොමුවේ දත්ත සඳහා, " "[kbd]id[/kbd] යතුරේ අගය සඳහා." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -10140,7 +10147,7 @@ msgstr "" "බව්සරයේ මාතෘකා පටියේ දැක්වෙන පෙළ සඳහන් කරයි. මේ සඳහා යොදාගත හැකි විශේෂ අගයන් ගෙනදෙන " "වචන දැනගැනීමට [doc@cfg_TitleTable]ලියකියවිලි[/doc] බලන්න." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10148,13 +10155,13 @@ msgstr "" "phpMyAdmin අතුරුමුහුණතක් පමණක් බව හා MySQL හි විශේෂාංග මෙයට සීමා නොවන බව කරුණාවෙන් " "සලකන්න." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10163,120 +10170,120 @@ msgstr "" "අමතර විශේෂාංග භාවිතා කිරීම සඳහා phpMyAdmin වින්‍යාස ගබඩාව සකසන්න. ලියකියවිලි වල " "[doc@linked-tables]phpMyAdmin වින්‍යාස ගබඩාව[/doc] බලන්න." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "දත්තගබඩා වල සිදු කරන වෙනස්කම් පිලිබඳ දත්ත තබා ගනියි. phpMyAdmin වින්‍යාස ගබඩාව අවශ්‍ය වේ." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "පිරික්සුම් ප්‍රකාරය රිසි සේ සකසන්න." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "පෙරනිමි විකල්ප රිසි සේ සකසන්න." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin හි මෘදුකාංග සංවර්ධනය කරන්නන් සඳහා සිටුවම්." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "සංස්කරණ ප්‍රකාරය රිසි සේ සකසන්න." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "පෙරනිමි අපනයන විකල්ප රිසි සේ සකසන්න." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "නිතර භාවිතා වන විකල්ප සඳහා අගයන් සිටුවන්න." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "පොදු ආනයන විකල්ප සඳහා පෙරනිමි අගයන් සකසන්න." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "ආනයන, අපනයන ඩිරෙක්ටරි සහ හැකිලුම් සඳහා විකල්ප තෝරාගන්න." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "දත්තගබඩා පෙන්වුම් විකල්ප." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "යාත්‍රණ පැනලයේ පෙනුම රිසි සේ සකසන්න." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation panel" msgid "Customize the navigation tree." msgstr "යාත්‍රණ පැනලය රිසි සේ සකසන්න" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "සේවාදායක පෙන්වුම් විකල්ප." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "ගොනු පෙන්වුම් විකල්ප." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "වෙනත් කිසිඳු තැනකට නොගැලපුණු සිටුවම්." # සිටුවම් = settings. Source: Glossary of Information Technology Terms - ICTA -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "සත්‍යාපන සිටුවම්." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "සේවාදායකයට සම්බන්ධ වීමේ පරාමිතියන් ඇතුල් කරන්න." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "SQL විමසුම් කවුළුවේ ඇති සබැඳුම් රිසි සේ සකසන්න." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL විමසුම් සිටුවම්." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "ඇරඹුම් පිටුව රිසි සේ සකසන්න." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "දත්තගබඩා සැකිල්ලේ (වගු ලයිස්තුවේ) පෙන්විය යුතු විස්තර තෝරන්න." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "වගු සැකිල්ලට අදාල සිටුවම් (තීර ලැයිස්තුව)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "ටැබ් ක්‍රියා කල යුතු ආකාරය තෝරන්න." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "පෙළ ආදාන ක්ෂේත්‍රයන් රිසි සේ සකසන්න." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "පෙරනිමි විකල්ප රිසි සේ සකසන්න" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin හි සමහර අනතුරු ඇඟවීම් අක්‍රීය කරන්න." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10286,7 +10293,7 @@ msgstr "" "ආනයන හා අපනයන සඳහා [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] හැකිළුම සක්‍රීය " "කරන්න." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10294,7 +10301,7 @@ msgstr "" "සක්‍රීය කළහොත් විමසුම් වැඩි ගණනක් එකවර ක්‍රියාත්මක කිරීමේදී එක විමසුමක් අසමත් වුවද ඉතිරි විමසුම් " "ක්‍රියාත්මක කරවයි." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10303,7 +10310,7 @@ msgstr "" "කාල සීමාව අවසානයට ආසන්න බව දැණුනු විට අනයනනයට බාධා කිරීම සිදුකරන්න. විශාල ගොනු ආනයනයට " "මෙය හොඳ ක්‍රමයක් වන නමුත් මෙමඟින් transactions බිඳීම සිදුවිය හැක." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10311,22 +10318,22 @@ msgstr "" "පෙරනිමි ආකෘතිය; මෙම ලැයිස්තුව ඔබ සිටිනා ස්ථානය (දත්තගබඩා, වගු) මත තීරණය වේ. SQL පමණක් සෑම " "විටම ඇත." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "ආරම්භයේ සිට ඇත හැරිය යුතු විමසුම් ගණන." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -10336,7 +10343,7 @@ msgid "" "kbd] authentication mode." msgstr "කුකී සත්‍යාපන ප්‍රකාරයේදී අවසන් ඇතුළු වීමම භාවිතා කල යුතුදැයි සඳහන් කරයි." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10347,11 +10354,11 @@ msgstr "" "වන 0 න් අදහස් වනුයේ එය වත්මන් සැසිය සඳහ පමණක් තබාගෙන බ්‍රව්සරය වැසීමෙන් පසු ඉවත් කල යුතුය " "යන්නය. විශ්වාසදායි නොවන පරිසරයන් සඳහා මෙම පෙරනිමි අගය නිර්දේශිතය." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL විමසුම පෙන්වීමේදී භාවිතා කල යුතු උපරිම අනුලකුණු ගණන." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "" #| "The number of items that can be displayed on each page of the navigation " @@ -10361,13 +10368,13 @@ msgid "" "the navigation tree." msgstr "යාත්‍රණ ගසෙහි එක පිටුවක පෙන්විය හැකි අයිතම ගණන." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "යාත්‍රණ ගසෙහි එක පිටුවක පෙන්විය හැකි අයිතම ගණන." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10375,7 +10382,7 @@ msgstr "" "ප්‍රථිඵල පිරික්සීමේදී එකවර පෙන්විය යුතු පේළි ගණන. ප්‍රතිඵලයේ ඊට වඩා පේළි ඇත්නම් \"පෙර\" සහ " "\"මීළඟ\" සබැඳි පෙන්වයි." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10387,15 +10394,15 @@ msgstr "" "විධානවලියකට වෙන් කිරීමට අවසර ඇති බයිට ගණන, උදා. [kbd]32M[/kbd] (අසීමිත බයිට ගණනක් සඳහා " "[kbd]0[/kbd])." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -10407,13 +10414,13 @@ msgstr "" "සබැඳි පිටුව ප්‍රධාන කවුළුව ([code]main[/code]) තුල හෝ නව කවුළුවක් ([code]new[/code]) තුල " "විවෘත කරන්න." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු අයිතම (වගු, දසුන්, නෛත්‍යක සහ සිද්ධි) ගණන." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Group items in the navigation tree (determined by the separator defined " @@ -10423,74 +10430,74 @@ msgid "" "the Databases and Tables tabs above)." msgstr "යාත්‍රණ ගසෙහි අයිතම සමූහගත කරන්න (පහත සඳහන් වෙන්කරණය මත තීරණය වේ)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to expand single database in the navigation tree automatically." msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "යාත්‍රණ පැනලයේ දැක්වෙන ලාංඡනය සබැඳිය යුතු URL." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "සේවාදායක තේරීම යාත්‍රණ පැනලයේ ඉහල පෙන්වන්න." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "දත්තගබඩා ලැයිස්තුව ගසක ආකාරයෙන් පෙන්වීමේදී එක් එක් මට්ටම් වෙන කරන සලකුණ." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "වගු ලැයිස්තුව ගසක ආකාරයෙන් පෙන්වීමේදී එක් එක් මට්ටම් වෙන කරන සලකුණ." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "කර්සරයෙන් දැක්වෙන සේවාදායකය ඉස්මතු කරන්න." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show tables under database in the navigation tree" msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show views under database in the navigation tree" msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Whether to show events under database in the navigation tree" msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10498,7 +10505,7 @@ msgstr "" "[kbd]SMART[/kbd] - එනම් TIME, DATE, DATETIME සහ TIMESTAMP තීර සඳහා අවරෝහණ " "පිළිවෙලත්, අනෙකුත් තීර සඳහා ආරෝහණ පිළිවෙලත්." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10507,7 +10514,7 @@ msgstr "" "phpMyAdmin වින්‍යාස ගබඩාවට අවශ්‍ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල " "පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්‍රීය කරන්න." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10520,24 +10527,24 @@ msgstr "" "phpMyAdmin වින්‍යාස ගබඩාවට අවශ්‍ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල " "පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්‍රීය කරන්න" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -10549,7 +10556,7 @@ msgstr "" "[a@https://wiki.phpmyadmin.net/pma/bookmark]පොත්සලකුණු[/a] විශේෂාංගය අනවශ්‍ය නම් " "හිස්ව තබන්න. යෝජිත: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10561,7 +10568,7 @@ msgstr "" "තීර විස්තර/mime වර්ග විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න. යෝජිත: [kbd]pma__column_info[/" "kbd]" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -10574,7 +10581,7 @@ msgstr "" "සීමිත අවසර සහිතව වින්‍යාස කරන ලද විශේෂ MySQL භාවිතා කරන්නෙක්, වැඩි විස්තර සඳහා [a@https://" "wiki.phpmyadmin.net/pma/controluser]විකිය[/a] බලන්න" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -10586,7 +10593,7 @@ msgstr "" "වින්‍යාස ගබඩාව තබා ගැනීම සඳහා විකල්ප දායකයෙක්; දැනට අර්ථ දක්වා ඇති දායකයා භාවිතා කිරීමට " "හිස්ව තබන්න" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 #, fuzzy #| msgid "" #| "An alternate host to hold the configuration storage; leave blank to use " @@ -10599,14 +10606,14 @@ msgstr "" "වින්‍යාස ගබඩාව තබා ගැනීම සඳහා විකල්ප දායකයෙක්; දැනට අර්ථ දක්වා ඇති දායකයා භාවිතා කිරීමට " "හිස්ව තබන්න" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -10618,13 +10625,13 @@ msgstr "" "SQL විමසුම් ඉතිහාසය රඳවා ගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__history[/kbd]" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -10636,7 +10643,7 @@ msgstr "" "ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__pdf_pages[/kbd]" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -10648,14 +10655,14 @@ msgstr "" "ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__table_coords[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/" @@ -10666,7 +10673,7 @@ msgstr "" "ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__pdf_pages[/kbd]" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@https://" @@ -10681,7 +10688,7 @@ msgstr "" "සඳහා [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] බලන්න. විශේෂාංග අනවශ්‍ය " "නම් හිස්ව තබන්න, යෝජිත: [kbd]phpmyadmin[/kbd]" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -10693,7 +10700,7 @@ msgstr "" "සැසි අතර \"කල් පවත්නා\" ලෙස මෑතදී භාවිතා කල වගු මතක තබාගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව " "තබන්න, යෝජිත: [kbd]pma__recent[/kbd]" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" recently used tables across sessions, " @@ -10705,7 +10712,7 @@ msgstr "" "සැසි අතර \"කල් පවත්නා\" ලෙස මෑතදී භාවිතා කල වගු මතක තබාගැනීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව " "තබන්න, යෝජිත: [kbd]pma__recent[/kbd]" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" @@ -10717,7 +10724,7 @@ msgstr "" "[a@https://wiki.phpmyadmin.net/pma/relation]වගු අතර සම්බන්ධතා දැක්වෙන සබැඳි[/a] " "විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__relation[/kbd]" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 #, fuzzy #| msgid "" #| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -10728,7 +10735,7 @@ msgstr "" "උදාහරණයක් ලෙස [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]සත්‍යාපන " "ක්‍රම[/a] බලන්න" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" @@ -10740,7 +10747,7 @@ msgstr "" "ක්‍රමානුරූපය PDF ලෙස අපනයනය කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: " "[kbd]pma__table_coords[/kbd]" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 #, fuzzy #| msgid "" #| "Table to describe the display columns, leave blank for no support; " @@ -10752,7 +10759,7 @@ msgstr "" "දර්ෂිත තීර පිලිබඳ දත්ත අඩංගු වගුව. විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: " "[kbd]pma__table_info[/kbd]" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 #, fuzzy #| msgid "" #| "Leave blank for no \"persistent\" tables' UI preferences across sessions, " @@ -10764,7 +10771,7 @@ msgstr "" "සැසි අතර \"කල් පවත්නා\" ලෙස වගු අතුරු මුහුණත සම්බන්ධ අභිරුචි තබාගැනීමේ විශේෂාංගය අනවශ්‍ය නම් " "හිස්ව තබන්න, යෝජිත: [kbd]pma__table_uiprefs[/kbd]" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10772,25 +10779,25 @@ msgstr "" "දත්තගබඩාවක් සෑදීමේදී ලොගයේ පළමු පේළිය ලෙස DROP DATABASE IF EXISTS ප්‍රකාශයක් එක් " "කරන්නේද යන වග." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "වගුවක් සෑදීමේදී ලොගයේ පළමු පේළිය ලෙස DROP TABLE IF EXISTS ප්‍රකාශයක් එක් කරන්නේද යන වග." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" "දසුනක් සෑදීමේදී ලොගයේ පළමු පේළිය ලෙස DROP VIEW IF EXISTS ප්‍රකාශයක් එක් කරන්නේද යන වග." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "නව අනුවාදයක් සඳහා ස්වයංක්‍රීය-සැදුම විසින් භාවිතා කලයුතු ප්‍රකාශන ලැයිස්තුව සඳහන් කරයි." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 #, fuzzy #| msgid "" #| "Leave blank for no SQL query tracking support, suggested: " @@ -10801,13 +10808,13 @@ msgid "" msgstr "" "SQL විමසුම් අවධානය විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න, යෝජිත: [kbd]pma__tracking[/kbd]" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "අවධාන ක්‍රියාවලිය විසින් වගු සහ දසුන් සඳහා ස්වයන්ක්‍රීයව අනුවාද සාදන්නේ ද යන වග." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -10819,21 +10826,21 @@ msgstr "" "භාවිතා කරන්නාගේ අභිරුචි දත්තගබඩාවේ ගබඩා කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: " "[kbd]pma__userconfig[/kbd]" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 #, fuzzy #| msgid "" #| "Leave blank for no user preferences storage in database, suggested: " @@ -10845,91 +10852,91 @@ msgstr "" "භාවිතා කරන්නාගේ අභිරුචි දත්තගබඩාවේ ගබඩා කිරීමේ විශේෂාංගය අනවශ්‍ය නම් හිස්ව තබන්න; යෝජිත: " "[kbd]pma__userconfig[/kbd]" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "සේවාදායකය සඳහා පරිශ්‍රීලක මිත්‍ර විස්තරයක්. එය වෙනුවට දායක නාමය පෙන්වීමට හිස්ව තබන්න." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "භාවිතා නොකෙරේ නම් හිස්ව තබන්න" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "පෙරනිමි අගයන් සඳහා හිස්ව තබන්න" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "භාවිතා කල යුතු සත්‍යාපන ක්‍රමය" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL සේවාදායකය වෙත සම්බන්දතාව හකුළුවන්න" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "Regular expression (PCRE) හා ගැළපෙන දත්තගබඩා සඟවන්න" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "MySQL සේවාදායකය ක්‍රියාත්මක දායකයේ දායක නාමය" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "config සත්‍යාපනය භාවිතා නොකරයි නම් හිස්ව තබන්න" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL සේවාදායකය සවන් දෙන පෝර්ටය, පෙරනිමි අගය සඳහා හිස්ව තබන්න" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL සේවාදායකය සවන් දෙන සොකටය, පෙරනිමි අගය සඳහා හිස්ව තබන්න" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "MySQL සේවාදායකය වෙත සබඳතාවය සඳහා SSL සක්‍රීය කරන්න" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "සියලුම වගු සඳහා වගුව සෑදූ වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last update timestamp for all tables" @@ -10937,7 +10944,7 @@ msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "සියලුම වගු සඳහා අවසන් වරට වගුව යාවත්කාලීන කල වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Last check timestamp for all tables" @@ -10945,7 +10952,7 @@ msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "සියලුම වගු සඳහා අවසන් වරට වගුව පරීක්ෂා කල වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 #, fuzzy #| msgid "" #| "Defines whether or not type fields should be initially displayed in edit/" @@ -10956,7 +10963,7 @@ msgid "" msgstr "" "සංස්කරණ/ඇතුළුකිරීම් ප්‍රකාරයේදී තීර වර්ගය දක්වන ක්ෂේත්‍රය ආරම්භයේදී පෙන්විය යුතුද නැතිද යන වග" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -10968,39 +10975,39 @@ msgstr "" "[a@https://www.php.net/manual/function.phpinfo.php]phpinfo()[/a] ප්‍රතිදානය වෙත " "සබැඳුම පෙන්වන්න" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 #, fuzzy #| msgid "Whether a user should be displayed a \"show all (rows)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "\"සියලුම පේළි පෙන්වන්න\" සබැඳිය භාවිතා කරන්නාට පෙන්වන්නේද යන වග" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the comments for all tables." msgstr "සියලුම වගු සඳහා වගුව සෑදූ වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 #, fuzzy #| msgid "" #| "Show or hide a column displaying the Creation timestamp for all tables" msgid "Show or hide a column displaying the charset for all tables." msgstr "සියලුම වගු සඳහා වගුව සෑදූ වේලාව දැක්වෙන තීරුව පෙන්වන්න හෝ සඟවන්න" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "සංස්කරණ/ඇතුළුකිරීම් ප්‍රකාරයේදී ශ්‍රිතය ක්ෂේත්‍රයන් පෙන්වයි" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 #, fuzzy #| msgid "Whether to show hint or not" msgid "Whether to show hint or not." msgstr "ඉඟිය පෙන්විය යුතුද නැත්ද යන වග" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -11008,14 +11015,14 @@ msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "phpMyAdmin විසින් සාදන ලද විමසුම් පෙන්විය යුතුදැයි සඳහන් කරයි" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "දත්තගබඩා හා වගු වලට අදාල සංඛ්‍යාලේඛන (උදා. භාවිතා වන ඉඩ ප්‍රමාණය) පෙන්වීමට ඉඩ සලසයි" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -11023,15 +11030,7 @@ msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "භාවිතා කරන ලද වගු සලකුණු කර අගුලු ළෑ වගු සහිත දත්තගබඩා පෙන්වීමට ඉඩ සලසන්න" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "A warning is displayed on the main page if Suhosin is detected" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "Suhosin ඇති බව හඳුනාගතහොත් ප්‍රධාන පිටුවේ අනතුරු ඇඟවීමක් පෙන්වයි" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -11045,7 +11044,7 @@ msgstr "" "phpMyAdmin වින්‍යාස ගබඩාවට අවශ්‍ය එක් වගුවක් හෝ සොයාගත නොහැකි අවස්ථාවකදී දත්තගබඩා සැකිල්ල " "පිටුවේ පෙන්වන පෙරනිමි අනතුරු ඇඟවීම අක්‍රීය කරන්න" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 #, fuzzy #| msgid "" #| "Textarea size (columns) in edit mode, this value will be emphasized for " @@ -11057,7 +11056,7 @@ msgstr "" "සංස්කරණ ප්‍රකාරයේදී පෙළ පෙදෙසේ පළල (තීරු ගණනින්). මෙම අගය වැඩි කිරීමෙන් SQL විමසුම් පෙළ " "පෙදෙසේද (*2) විමසුම් කවුළුවේද (*1.25) පළල ලබා ගැනේ" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 #, fuzzy #| msgid "" #| "Textarea size (rows) in edit mode, this value will be emphasized for SQL " @@ -11069,7 +11068,7 @@ msgstr "" "සංස්කරණ ප්‍රකාරයේදී පෙළ පෙදෙසේ උස (පේලි ගණනින්). මෙම අගය වැඩි කිරීමෙන් SQL විමසුම් පෙළ " "පෙදෙසේද (*2) විමසුම් කවුළුවේද (*1.25) උස ලබා ගැනේ" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11077,13 +11076,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11091,20 +11090,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11112,158 +11111,158 @@ msgid "" "configuration storage tables automatically." msgstr "phpMyAdmin වින්‍යාස ගබඩාවේ අඩු වගු" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "තෝරාගත් පේළි ඉස්මතු කරන්න." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "කර්සරය එල්ල වී ඇති පේළිය ඉස්මතු කරන්න." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR දත්ත ඇතුලත් කිරීමේ පෙළ පෙදෙසේ පළල." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR දත්ත ඇතුලත් කිරීමේ පෙළ පෙදෙසේ උස." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "දත්තගබඩාවකට ඇතුල් වීමේදී පෙන්විය යුතු ටැබය." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "සේවාදායකයකට ඇතුල් වීමේදී පෙන්විය යුතු ටැබය." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "වගුවකට ඇතුල් වීමේදී පෙන්විය යුතු ටැබය." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "වගු සැකිල්ලට අදාල ක්‍රියාවන් සැඟවිය යුතුද යන වග." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "සේවාදායකයන් පතනයක් ලෙස නොව ලැයිස්තුවක් ලෙස පෙන්වන්න." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "අයිතම ගණන අඩු නම් පතනයක් භාවිතා කෙරෙයි." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "වරකට ඇතුල් කල හැකි පේළි ගණන." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "වගු පිරික්සීමේදී සංඛ්‍යාමය නොවන තීරුවක පෙන්විය යුතු උපරිම අනුලකුණු ගණන." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "ඇතුල් වීමේ කුකියේ වලංගු කාලය (තත්පර වලින්) සඳහන් කරන්න." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT තීර සඳහා දෙගුණයක් විශාල පෙළපෙදෙසක්." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "දත්තගබඩා ලයිස්තුවේ උපරිම ලෙස පෙන්විය යුතු දත්තගබඩා ගණන." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "වගු ලයිස්තුවේ උපරිම ලෙස පෙන්විය යුතු වගු ගණන." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "මෑතදී භාවිතා කල වගු ලයිස්තුවේ පෙන්විය යුතු වගු ගණන; අක්‍රීය කිරීමට 0 යොදන්න." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "මෑතදී භාවිතා කල වගු ලයිස්තුවේ පෙන්විය යුතු වගු ගණන; අක්‍රීය කිරීමට 0 යොදන්න." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "මේවා සංස්කරණය කරන්න, පිටපත් කරන්න සහ ඉවත් කරන්න යන සබැඳිය." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "අන්‍ය මූල පරීක්ෂා අක්‍රිය කරන්න" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "වගු හා දත්තගබඩා වල නම් අනුපිළිවෙලට සැකසීම සඳහා ස්වභාවික අනුපිළිවෙල භාවිතා කරන්න." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "භාවිතා කල යුත්තේ අයිකන පමණක්, පෙළ පමණක්, හෝ මේ දෙකම." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP හුවමාරුවල වේගය වැඩි කිරීම සඳහා GZip ප්‍රතිදාන ගොඩගැසීම භාවිතා කරන්න." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL දත්තගබඩා වෙත කල්පවතිනා සබඳතා භාවිතා කරන්න." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB සහ BINARY තීරු සංස්කරණය වලකන්න" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "කොපමණ විමසුම් ප්‍රමාණයක් ඉතිහාසයේ රඳවා ගත යුතුද යන්න" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "අක්ෂර කට්ටල පරිවර්තනය සඳහා කුමන ශ්‍රිතය භාවිතා විය යුතුදැයි තෝරන්න" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "වගු පිරික්සීමේදී එක් එක් වගුවේ අනුපිලිවෙල සැකසූ ආකාරය මතක තබා ගැනේ" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -11271,19 +11270,19 @@ msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "පේළි x සංඛ්‍යාවකට වරක් ශීර්ෂ පුනරාවර්තනය කරන්න. අක්‍රීය කිරීමට [kbd]0[/kbd] යොදන්න" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options." msgid "For display Options" msgstr "සේවාදායක පෙන්වුම් විකල්ප." -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "සේවාදායකය මත අපනයන සුරැකිය හැකි ඩිරෙක්ටරිය" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 #, fuzzy #| msgid "" #| "Defines whether the query box should stay on-screen after its submission" @@ -11291,53 +11290,53 @@ msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "විමසුම ක්‍රියාත්මක කිරීමෙන් පසුව විමසුම් කවුළුව තිරය මත රඳවා ගත යුතුදැයි සඳහන් කරයි" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 #, fuzzy #| msgid "Title of browser window when a database is selected" msgid "Title of browser window when a database is selected." msgstr "දත්තගබඩාවක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 #, fuzzy #| msgid "Title of browser window when nothing is selected" msgid "Title of browser window when nothing is selected." msgstr "කිසිවක් තෝරා නැති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 #, fuzzy #| msgid "Title of browser window when a server is selected" msgid "Title of browser window when a server is selected." msgstr "සේවාදායකයක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 #, fuzzy #| msgid "Title of browser window when a table is selected" msgid "Title of browser window when a table is selected." msgstr "වගුවක් තෝරා ඇති විට බ්‍රව්සර කවුළුවේ මාතෘකාව" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "ආනයනය සඳහා ගොනු උඩුගත කල හැකි සේවාදායකයේ ඩිරෙක්ටරිය" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "සම්පූර්ණ දත්තගබඩාව තුලම සෙවීම සඳහා ඉඩ ලබා දෙන්න" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 #, fuzzy #| msgid "Enables check for latest version on main phpMyAdmin page" msgid "Enables check for latest version on main phpMyAdmin page." msgstr "phpMyAdmin ප්‍රධාන පිටුවේ නවතම අනුවාදය සඳහා පරීක්ෂාව සක්‍රීය කරන්න" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11347,203 +11346,203 @@ msgstr "" "ආනයන හා අපනයන සඳහා [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] හැකිළුම සක්‍රීය " "කරන්න." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "MySQL සේවාදායකයට ඇතුල් වීමට ඉඩ දෙන්න" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "MySQL සේවාදායකයට ඇතුල් වීම වලකන්න" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "තෙවන පාර්ශවීය ෆ්රේමින්ග් සඳහා ඉඩ ලබා දෙන්න" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "\"Drop database\" සබැඳිය සාමාන්‍ය භවිතා කරන්නන්ට පෙන්වන්න" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish රහස" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "පේළි සලකුණු කරණය" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "දක්වනය ඉස්මතු කරන්න" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR තීරු සංස්කරණය" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror සක්‍රීය කරන්න" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable SQL Validator" msgid "Enable linter" msgstr "SQL සත්‍යාපකය සක්‍රීය කරන්න" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "දත්ත ඇතුලත් කිරීමේ ක්ෂේත්‍රයක් සඳහා අවම ප්‍රමාණය" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "දත්ත ඇතුලත් කිරීමේ ක්ෂේත්‍රයක් සඳහා උපරිම ප්‍රමාණය" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR පෙළ පෙදෙසේ පළල" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR පෙළ පෙදෙසේ උස" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "වින්‍යාස ගොනුවේ අවසරයන් පරීක්ෂා කරන්න" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "එවෙලේම හකුළුවන්න" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP විමසුම් තහවුරු කරන්න" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "පිටුවේ ප්‍රමාණය" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "පෙරනිමි දත්තගබඩා ටැබය" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "පෙරනිමි සේවාදායක ටැබය" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "පෙරනිමි වගු ටැබය" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "වගු සහ තීර නම් පසු-උදෘත මගින් අවුරන්න" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "වගු විස්තර" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "වගු සැකිල්ලට අදාල ක්‍රියාවන් සඟවන්න" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "පෙරනිමි අනුපිළිවෙල" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Data creation options" msgid "Default transformations for Substring" msgstr "දත්ත සෑදීමේ විකල්ප" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "පෙරනිමි අනුපිළිවෙල" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "පෙරනිමි අනුපිළිවෙල" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Data creation options" msgid "Default transformations for PreApPend" msgstr "දත්ත සෑදීමේ විකල්ප" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "පෙරනිමි අනුපිළිවෙල" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Data creation options" msgid "Default transformations for Inline" msgstr "දත්ත සෑදීමේ විකල්ප" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Data creation options" msgid "Default transformations for TextImageLink" msgstr "දත්ත සෑදීමේ විකල්ප" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Data creation options" msgid "Default transformations for TextLink" msgstr "දත්ත සෑදීමේ විකල්ප" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "සේවාදායකයන් ලැයිස්තුවක් ලෙස පෙන්වන්න" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "වගු කිහිපයක් එක වර නඩත්තු කිරීම අක්‍රීය කරන්න" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "උපරිම ක්‍රියාත්මක කාලය" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "ගොනුවක් ලෙස තෝරන්න" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "ගොනුවේ අක්ෂර කට්ටලය" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "හැකිළීම" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11551,56 +11550,56 @@ msgstr "හැකිළීම" msgid "Put columns names in the first row" msgstr "තීර නම් පළමු පේළියේ යොදන්න" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "තීර ඇවුරුම් සළකුණ" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "තීර මගහැරීමේ සළකුණ" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL වෙනුවට භාවිතා කරන්න" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "තීර තුල ඇති CRLF අනුලකුණු ඉවත් කරන්න" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "තීර වෙන් කිරීමේ සළකුණ" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "පේළි අවසන් කිරීමේ සළකුණ" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "එක්සෙල් සංස්කරණය" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "දත්තගබඩා නාම ටෙම්ප්ලේටය" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "සේවාදායක නාම ටෙම්ප්ලේටය" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "ගොනු නාම ටෙම්ප්ලේටය" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11610,398 +11609,402 @@ msgstr "ගොනු නාම ටෙම්ප්ලේටය" msgid "Dump table" msgstr "වගු නික්ෂේපනය" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "වගු ශිර්ෂ පාඨ ඇතුලත් කරන්න" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "වගු සිරස් තලය" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "සබැඳි වගු සිරස්තල" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "ලේබල යතුර" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "සබඳතා" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "අපනයන ක්‍රමය" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "සේවාදායකයේ සුරකින්න" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export table headers" msgid "Export as separate files" msgstr "වගු ශීර්ෂක අපනයනය කරන්න" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "ගොනු නාම ටෙම්ප්ලේටය මතක තබා ගන්න" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "වගු සහ තීර නම් පසු-උදෘත මගින් අවුරන්න" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL ගැලපුම් ප්‍රකාරය" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "සෑදීම/යාවත් කාලීන/පරීක්ෂා කිරීමේ දින" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "ප්‍රමාදිත ඇතුල් කිරීම භාවිතා කරන්න" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "අන්‍ය මූල පරීක්ෂා අක්‍රිය කරන්න" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "\"%s\" වගුවෙන් පේළි අපනයනය කිරීම" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin වින්‍යාස ගබඩාවේ අඩු වගු" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB සඳහා hexadecimal භාවිතා කරන්න" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "සැසි අගය" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "දෝෂ නොසලකා ඇතුල් කිරීම් භාවිතා කරන්න" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "දත්ත ඇතුල් කිරීමේදී භාවිතා කල යුතු වාග් රීතිය" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "නිර්මිත විමසුමේ උපරිම දිග" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "අපනයන වර්ගය" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "අපනයන transaction යක් තුල අඩංගු කරන්න" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "වේලාව UTC ලෙස අපනයනය කරන්න" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "අන්‍ය-මූල පතන කොටුවේ අනුපිළිවෙල" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "අන්‍ය මූල සීමාව" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "අන්‍ය මූල පරීක්ෂාව:" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "පිරික්සුම් ප්‍රකාරය" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "මෘදුකාංග සංවර්ධනය කරන්නා" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "සංස්කරණ ප්‍රකාරය" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "අපනයන පෙරනිමි" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "සාමාන්‍ය" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "ආනයන පෙරනිමි" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "ආනයන / අපනයන" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation panel" msgid "Navigation tree" msgstr "යාත්‍රණ පැනලය" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "මයික්‍රොසොෆ්ට් ඔෆිස්" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "අනෙකුත් ප්‍රධාන සිටුවම්" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "පිටු නාම" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "ආරක්ෂාව" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "මූලික සිටුවම්" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "සත්‍යාපනය" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "සේවාදායකයේ වින්‍යාස" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "වින්‍යාස ගබඩාව" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "වෙනස්කම් පිළිබඳ අවධානය" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL විමසුම් කවුළුව" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "ඇරඹුම්" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "දත්තගබඩා සැකිල්ල" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "ටැබ්" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "ක්‍රමානුරූපය පෙන්වන්න" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "පෙළ ක්ෂේත්‍රයන්" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! පෙළ" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "අනතුරු ඇඟවීම්" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv සඳහා අමතර පරාමිතියන්" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "විමසුම් වැඩි ගණනකදී දෝෂ නොසලකන්න" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "අර්ධ ආනයනය: අතුරු බිඳිය හැක" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "ඇතුළු කිරීමේ දෝෂ මත අත් නොහරින්න" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "ආනයනය කරන ලද ගොනුවේ ආකෘතිය" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL මූල පදය භාවිතා කරන්න" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "පළමු පේළියේ තීරු නම්" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "හිස් පේළි ආනයනය නොකරන්න" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "ව්‍යවහාර මුදල් අගයන් ආනයනය කරන්න (උදා. $5.00, 5.00 ලෙස)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "ප්‍රතිශත පූර්ණ සංඛ්‍යා ලෙස ආනයනය කරන්න (උදා. 12.00%, 12 ලෙස)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "අර්ධ ආනයනය: විමසුම් නොසලකා හරිමින්" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "ශුන්‍ය අගයන් සඳහා AUTO_INCREMENT භාවිතා නොකරන්න" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "කියවීම් අතෑරුම්" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "හැකිලුමේ ආරම්භක ආකාරය" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "ඇතුල් කල පේළි ගණන" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "තීරුවක අනුලකුණු සීමා කරන්න" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "පිටවීමේදී කුකී සියල්ල ඉවත් කරන්න" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "භාවිත නාමය සිහියට නගන්න" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "ඇතුල් වීමේ කුකිය රඳවාගන්න" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "ඇතුල් වීමේ කුකියේ වලංගුතාවය" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT සඳහා විශාල පෙළ පෙදෙසක්" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "දර්ෂිත SQL සඳහා උපරිම දිග" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "උපරිම දත්තගබඩා" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum items in branch" msgid "Maximum items on first level" msgstr "අත්තක උපරිම අයිතම ගණන" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "අත්තක උපරිම අයිතම ගණන" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "පෙන්විය යුතු උපරිම පේළි ගණන" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "උපරිම වගු" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "මතක සීමාව" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in navigation panel" msgid "Show databases navigation as tree" msgstr "යාත්‍රණ පැනලයේ ලාංඡනය පෙන්වන්න" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "යාත්‍රණ පැනලය" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12009,612 +12012,608 @@ msgstr "යාත්‍රණ පැනලය" msgid "Link with main panel" msgstr "ප්‍රධාන පැනලය රිසි සේ සකසන්න" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "ලාංඡනය පෙන්වන්න" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "ලාංඡනය හා සබැඳි URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "ලාංඡනයේ සබැඳුම" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "සේවාදායක තේරීම පෙන්වන්න" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "ක්ෂණික ප්‍රවේශය අයිකනය සඳහා ඉලක්කය" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "ක්ෂණික ප්‍රවේශය අයිකනය සඳහා ඉලක්කය" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "වගු පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු අයිතම ගණන" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "දත්තගබඩා පෙරහන් කවුළුව පෙන්වීමට අවම වශයෙන් තිබිය යුතු දත්තගබඩා ගණන" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "ගසෙහි අයිතම සමූහගත කරන්න" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "දත්තගබඩා ගසෙහි වෙන්කරණය" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "වගු ගසෙහි වෙන්කරණය" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "වගු ගසෙහි උපරිම මට්ටම් ගණන" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "ඉස්මතු කිරීම සක්‍රීය කරන්න" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "අයිකන සහිත යාත්‍රණ පටිය" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Showing tables:" msgid "Show tables in tree" msgstr "වගු පෙන්වමින්:" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "අනුවාද පෙන්වන්න" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "ශ්‍රිතය තීරුව පෙන්වන්න" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "ක්‍රියාවලිය පෙන්වන්න" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "අනුවාද පෙන්වන්න" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "දත්තගබඩාව පිටපත් කෙරෙමින්" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "මෑතදී භාවිතා කල වගු" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "වගුවේ පේළි වලට අදාල සබැඳි පෙන්විය යුත්තේ කොහේද යන වග" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "ස්වභාවික අනුපිළිවල" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "අයිකන සහිත යාත්‍රණ පටිය" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip ප්‍රතිදාන ගොඩගැසීම" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "පෙරනිමි අනුපිළිවෙල" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "කල්පවතිනා සබඳතා" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin වින්‍යාස ගබඩාවේ අඩු වගු" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "සියලුම පේළි දර්ශනය කිරීමට ඉඩ ලබාදෙයි" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "ද්වීමය තීරු ආරක්ෂා කරන්න" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "ස්ථායී විමසුම් ඉතිහාසය" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "විමසුම් ඉතිහාසයේ ප්‍රමාණය" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "පටිගත කිරීමේ යන්ත්‍රය" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "වගුව සැකසූ අනුපිළිවෙල මතක තබාගන්න" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "ප්‍රාථමික යතුරු පෙරනිමි සුබෙදුම් අනුපිළිවෙල" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "ශීර්ෂක පුනරාවර්තනය" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "ජාලය තුල සංස්කරණය: සංස්කරණය ඇරඹිය යුත්තේ" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "සබැඳි දර්ශන තීරය" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "ජාලය තුල සංස්කරණය: සංස්කරණය කල කොටු සියල්ල එකවර සුරකින්න" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "සුරැකුම් ඩිරෙක්ටරිය" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "දායකයන් සඳහා අවසර ලබා දීමේ අනුපිළිවෙල" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "දායක සඳහා අවසර දීමේ රීති" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "මුරපදයක් රහිතව ඇතුල් වීමට ඉඩ ලබා දෙන්න" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "root ලෙස ඇතුල් වීමට ඉඩ දෙන්න" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "සැසි අගය" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "පොත්සලකුණු ගොනුව" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "තීර විස්තර ගොනුව" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "සම්බන්ධතාව හකුළුවන්න" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "පරිපාලක භාවිතා කරන්නාගේ මුරපදය" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "පරිපාලක භාවිතා කරන්නා" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "පාලක දායකයා" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "පාලක පෝර්ටය" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA භාවිතය අක්‍රීය කරන්න" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "දත්තගබඩා සඟවන්න" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL විමසුම් ඉතිහාස වගුව" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "සේවාදායකයේ දායක නාමය" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "පිටවිය යුතු URLය" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "ගබඩා කල යුතු උපරිම වගු අභිරුචි ගණන" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "අපනයන ආකෘති වගුව" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "පෙළ පෙදෙසේ පළල" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "සඳහන් දත්තගබඩා පමණක් පෙන්වන්න" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "config සත්‍යාපනය සඳහා මුරපදය" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF ක්‍රමනුරූපයේ පිටු පිලිබඳ විස්තර අඩංගු වගුව" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "සර්වරයේ පොර්ට්" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "මෑතදී භාවිතා වූ වගුව" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "විචල්‍යනයන්" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "සබැඳුම් දත්ත ඇතුලත් වගුව" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon සැසි නාමය" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Signon URLය" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "සර්වරයේ සොකට්" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL භාවිතා කරන්න" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF ක්‍රමානුරූපය: වගු ඛණ්ඩාංක" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "පෙන්විය යුතු තීර පිළිබඳ දත්ත ඇතුලත් වගුව" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI අභිරුචි පිළිබඳ දත්ත ඇතුලත් වගුව" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE එක් කරන්න" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW එක් කරන්න" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "අවධානය සක්‍රීය කල යුතු ප්‍රකාශ" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL විමසුම් අවධානයට අදාළ වගුව" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "ස්වයංක්‍රියව අනුවාද සාදන්න" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "භාවිතා කරන්නාගේ අභිරුචි වගුව" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "වගු භාවිතා කරන්න" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "දායක වගුව භාවිතා කරන්න" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "config සත්‍යාපනය සඳහා භාවිතා කරන්නා" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "සියලුම පේළි දර්ශනය කිරීමට ඉඩ ලබාදෙයි" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "මුරපදය වෙනස් කිරීමේ පෝරමය පෙන්වන්න" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "දත්තගබඩාවක් සෑදීමේ පෝරමය පෙන්වන්න" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "වගු විස්තර" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show Creation timestamp" msgid "Show creation timestamp" msgstr "සෑදූ වේලාව පෙන්වන්න" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show Last update timestamp" msgid "Show last update timestamp" msgstr "අවසන් වරට යාවත්කාලීන කල වේලාව පෙන්වන්න" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show Last check timestamp" msgid "Show last check timestamp" msgstr "අවසන් වරට පරීක්ෂා කල වේලාව පෙන්වන්න" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "වගු විස්තර" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "ක්ෂේත්‍රයේ වර්ගය පෙන්වන්න" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "ශ්‍රිතය තීරුව පෙන්වන්න" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "ඉඟිය පෙන්වන්න" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "phpinfo() සබැඳුම පෙන්වන්න" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "MySQL සේවාදායකය පිලිබඳ විස්තරාත්මක තොරතුරු පෙන්වන්න" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL විමසුම් පෙන්වන්න" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "සංඛ්‍ය ලේඛන පෙන්වන්න" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "අගුලු ළෑ දත්තගබඩා මඟහරින්න" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL ය පහදන්න" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP කේත සාදන්න" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin අනතුරු ඇඟවීම" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "ඇතුල් වීමේ කුකියේ වලංගුතාවය" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "පෙළ පෙදෙසේ පළල" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "පෙළ පෙදෙසේ උස" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "පෙරනිමි නාමය" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "උඩුගත කිරීමේ ඩිරෙක්ටරිය" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "දත්තගබඩා සෙවීම භාවිතා කරන්න" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "සිටුවම් හි ක්‍රමලේඛනය කරන්නන් සදහා වූ ටැබය සක්‍රීය කරන්න" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "අනුවාද පරීක්ෂාව" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "භාවිත නාමය" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "මුරපදය" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "සර්වරයේ පොර්ට්" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "ක්‍රියාත්මක කරන ලද විමසුම්" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "සේවාදායකයේ වින්‍යාස" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "පිරික්සුම් ප්‍රකාරය" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "අනෙකුත්" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "සේවාදායක සමඟ සම්බන්ධතාවේ පරිතුලනය" @@ -12647,7 +12646,8 @@ msgstr "%s ක්‍රියාවලිය නොමැති හෙයින msgid "Compressed export will not work due to missing function %s." msgstr "%s ක්‍රියාවලිය නොමැති හෙයින් හකුළුවූ ගොනු අපනයන අකර්මණ්‍යයි." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "උපරිම %s" @@ -12681,7 +12681,7 @@ msgid "Microsoft Word 2000" msgstr "මයික්‍රොසොෆ්ට් වර්ඩ් 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument පැතුරුම්පත" @@ -12689,7 +12689,7 @@ msgstr "OpenDocument පැතුරුම්පත" msgid "OpenDocument Text" msgstr "OpenDocument පෙළ" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "LOAD DATA භාවිතයෙන් CSV" @@ -12830,7 +12830,7 @@ msgid "" "are unavailable on this system." msgstr "%sZip දිගහැරුමට%s (%s) කෘත්‍ය අවශ්‍ය අතර එය ඔබගේ පද්ධතියේ නොමැත." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "%d වන සේවාදායකය" @@ -13120,7 +13120,7 @@ msgstr "%2$s දත්තගබඩාවේ %1$s නමින් සිද්ධ #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "අපනයන පේණු පූරණය කල නොහැකි විය, ඔබගේ ස්ථාපනය පරීක්ෂා කර බලන්න!" @@ -13249,7 +13249,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13309,7 +13309,7 @@ msgstr "ඔබ යම් දෝෂ වලට මුහුණදී නම් ඔ msgid "You may want to refresh the page." msgstr "ඔබ පිටුව ප්‍රතිපුර්ණය කිරීමට ඔබට අවශ්ය විය හැක." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "වැරදි වර්ගය!" @@ -13407,30 +13407,21 @@ msgstr "" "නිර්දේශිතයි. නැතහොත් ඔබගේ සේවාදායකයේ ආරක්ෂාව මෙම වින්‍යස අනවසරයෙන් බාගත කරගන්නන් විසින් " "තර්ජනයට ලක්කල හැකිය." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"සේවාදායකය Suhosin සමග ක්‍රියාත්මකයි. මෙමගින් ඇති විය හැකි ගැටළු සම්බන්ධයෙන් %sලියකියවිලි%s " -"බලන්න." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13440,7 +13431,7 @@ msgstr "" "mbstring දිගුව නොමැති ව phpMyAdmin හට නිවැරදිව පෙළ බෙදීමට නොහැකි අතර මෙය බලාපොරොත්තු " "නොවන ප්‍රතිඵල ගෙන දිය හැක." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13514,7 +13505,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" ප්‍රකාශ අක්‍රීය කර ඇත." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15660,7 +15651,7 @@ msgid "No such column" msgstr "පේළිය ගෙනයන්න" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "පෙළ" @@ -16419,7 +16410,7 @@ msgstr "වැරදි දත්ත" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "%s පොත් සලකුණ සාදන ලදි." @@ -16505,7 +16496,7 @@ msgstr "උඩුගත කිරීම සඳහා ගොනු නොමැ #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL හිස් ප්‍රතිඵල කුලකයක් (පේළි කිසිවක් අඩංගු නොවන) සපයන ලදි." @@ -16930,28 +16921,28 @@ msgstr "" msgid "The row has been deleted." msgstr "පේළිය ඉවත් කරන ලදි." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "විමසුම තත්පර %01.4f ගන්නා ලදි." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "%1s - %2s පේළි පෙන්වමින්" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "මුළු එකතුව %d" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "සබැඳිය හමු නොවිණි!" @@ -17556,11 +17547,11 @@ msgstr "%1$s හා %2$s සුචි එක සමාන බැවින් එ msgid "web server upload directory:" msgstr "වෙබ් සේවාදායකයේ උඩුගත ඩිරෙක්ටරිය:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL විමසුම පෙන්වමින්" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "%1$d පේළිය ඇතුල් කරන ලදි" @@ -17994,43 +17985,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "වසන්න" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "එම වගුවටම පිටපත් කල නොහැක!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s වගුව %s වෙතට ගෙනයන ලදි." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s වගුව %s වෙතට පිටපත් කරන ලදි." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s වගුව %s වෙතට ගෙනයන ලදි." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s වගුව %s වෙතට පිටපත් කරන ලදි." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "වගුවෙහි නම හිස්ව ඇත!" @@ -18114,7 +18105,7 @@ msgstr "වින්‍යසයන්හි වලංගු නැති සත msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "තීර වෙන් කිරීමේ සළකුණ:" @@ -18561,7 +18552,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "ප්‍රතිදාන අනුකූලතාව උපරිම කල යුතු පැරණි MySQL සේවාදායකය හෝ වෙනත් දත්තගබඩා පද්ධතිය:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18584,19 +18575,19 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18604,7 +18595,7 @@ msgstr "" "ගොනුවේ පළමු පේළියේ ඇත්තේ වගුවේ තීරවල නම්ය.(මෙය තෝරා නොගතහොත් පළමු පේලිය දත්ත සේ " "ගැනේ)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18613,29 +18604,29 @@ msgstr "" "ගොනුවේ එක් එක් පේළියේ අඩංගු දත්ත දත්තගබඩාවේ අනුපිළිවල හා නොගැලපේ නම්, අදාල තීර අනුපිළිවල " "මෙහි සඳහන් කරන්න. තීර නම් උධෘත මගින් ඇහිරිය යුතු අතර කොමා සලකුණු වලින් වෙන් කල යුතුය." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "තීර නම්: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "CSV ආනයනයේ %d පේළියේ වැරදි ආකෘතියක්." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "CSV අදානයේ %d පේළියේ වැරදි තීර ගණනකි." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV ආනයනය සඳහා වැරදි පරාමිතියක්: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19429,11 +19420,11 @@ msgstr "අලුත් ස්ථායී අනුවාදයක් නොම msgid "Using bookmark \"%s\" as default browse query." msgstr "\"%s\" පොත් සලකුණ පිරික්සීම සඳහා වූ පෙරනිමි SQL විමසුම ලෙස යොදා ගනිමින්." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP කේත ලෙස පෙන්වමින්" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19445,7 +19436,7 @@ msgstr "" "මෙම වගුවෙහි අනුපම තීරුවක් නැත. සුරැකීමෙන් අනතුරුව වෙනස් කිරීමට, පිටපත් කිරීමට, මකා දැමීමට අදාළ " "ඇඳීම් ක්‍රියා විරහිත වනු ඇත." -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19710,31 +19701,31 @@ msgstr "ඔබ වලංගු වගු නාමයක් ලබාදිය msgid "You must provide a trigger definition." msgstr "ඔබ ප්‍රේරක අර්ථදක්වීමක් ලබා දිය යුතුය." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "හිස් කරන්න" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "නොමැති" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "තනි බයිටයේ නිඛිලයකි, සලකුණ සහිත පරාසය -128 සිට 127, සලකුණ රහිත පරාසය 0 සිට 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" "ද්වී බයිට නිඛිලයකි, සලකුණ සහිත පරාසය -32,768 සිට 32,767, සලකුණ රහිත පරාසය 0 සිට 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19742,7 +19733,7 @@ msgstr "" "ත්‍රිත්ව බයිට නිඛිලයකි, සලකුණ සහිත පරාසය -8,388,608 සිට 8,388,607, සලකුණ රහිත පරාසය 0 සිට " "16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19750,7 +19741,7 @@ msgstr "" "සිවු බයිට නිඛිලයකි, සලකුණ සහිත පරාසය -2,147,483,648 සිට 2,147,483,647, සලකුණ රහිත පරාසය " "0 සිට 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19758,7 +19749,7 @@ msgstr "" "අෂ්ට බයිට නිඛිලයකි, සලකුණ සහිත පරාසය -9,223,372,036,854,775,808 සිට " "9,223,372,036,854,775,807, සලකුණ රහිත පරාසය 0 සිට 18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19766,7 +19757,7 @@ msgstr "" "ස්ථිර ලෙස දැක්වූ දශම සංඛ්‍යාවකි (M, D) - උපරිම පූර්නස්ථාන ගණන (M) 65 කි (පෙරනිමි 10), උපරිම " "දශමස්ථාන (D) ගණන 30 කි (පෙරනිමි 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19774,7 +19765,7 @@ msgstr "" "කුඩා දශම සංඛ්‍යාවකි, ලබා දිය හැකි අගයන් වන්නේ -3.402823466E+38 සිට -1.175494351E-38, " "0, හා 1.175494351E-38 සිට 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19784,7 +19775,7 @@ msgstr "" "-2.2250738585072014E-308, 0, හා 2.2250738585072014E-308 සිට " "1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19792,7 +19783,7 @@ msgstr "" "DOUBLE සඳහා සමානාර්ථ පදයකි (REAL_AS_FLOAT SQL ප්‍රකාරයේදී හැර, එහිදී එය FLOAT සඳහා " "සමානාර්ථ පදයකි)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -19800,7 +19791,7 @@ msgstr "" "බිටු (M) ක්ෂේත්‍ර වර්ගයකි, අගයක් සඳහා බිටු M ගණනක් ගබඩා කරයි (පෙරනිමි බිටු ගණන 1 කි, උපරිම 64 " "කි)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19808,21 +19799,21 @@ msgstr "" "TINYINT(1) සඳහා සමානාර්ථ පදයකි, ශුන්‍ය අගය false ලෙස සැලකෙන අතර ශුන්‍ය නොවන අගයන් " "true ලෙස සැලකේ" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE සඳහා අන්වර්ථ නාමයකි" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "දිනයකි, සහයැති පරාසය %1$s සිට %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "දිනය සහ වේලාවේ සංයුක්තයකි, සහයැති පරාසය %1$s සිට %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19836,12 +19827,12 @@ msgstr "" "කාල මුද්‍රාවකි, පරාසය 1970-01-01 00:00:01 UTC සිට 2038-01-09 03:14:07 UTC, " "කාලරම්භයේ (1970-01-01 00:00:00 UTC) සිට ගත වූ තත්පර ගණන ලෙස ගබඩා කර ඇත" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "වේලාවකි, පරාසය %1$s සිට %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19849,7 +19840,7 @@ msgstr "" "අංක හතරකින් (4, පෙරනිමි) හෝ අංක දෙකකින් (2) දැක්වෙන වර්ෂයකි, ගත හැකි අගයන් වන්නේ 70 " "(1970) සිට 69 (2069) හෝ 1901 සිට 2155 සහ 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19857,14 +19848,14 @@ msgstr "" "ස්ථිර-දිගැති පෙළකි (0-255, පෙරනිමි 1), සෑම විටම නියමිත දිග ලැබෙන තුරු දකුණු පසින් හිස් අවකාශ එක් " "කෙරේ" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "විචල්‍ය-දිගැති පෙළකි (%s), පෙළෙහි උපරිම දිග, පේළියේ උපරිම ප්‍රමාණය මත තීරණය වේ" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19872,7 +19863,7 @@ msgstr "" "සලකුණු 255 (2^8 - 1) ක උපරිම දිගක් සහිත පෙළ තීරුවකි, ඉදිරියෙන් යෙදු, අන්තර්ගතයේ දිග සඳහන් " "කෙරෙන එක් බයිටයක් සමඟ ගබඩා කෙරේ" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19880,7 +19871,7 @@ msgstr "" "සලකුණු 65,535 (2^16 - 1) ක උපරිම දිගක් සහිත පෙළ තීරුවකි, ඉදිරියෙන් යෙදු, අන්තර්ගතයේ දිග සඳහන් " "කෙරෙන බයිට දෙකක් සමඟ ගබඩා කෙරේ" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19888,7 +19879,7 @@ msgstr "" "සලකුණු 16,777,215 (2^24 - 1) ක උපරිම දිගක් සහිත පෙළ තීරුවකි, ඉදිරියෙන් යෙදු, අන්තර්ගතයේ දිග " "සඳහන් කෙරෙන බයිට තුනක් සමඟ ගබඩා කෙරේ" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19897,19 +19888,19 @@ msgstr "" "සලකුණු 4,294,967,295 නැතිනම් 4GiB (2^32 - 1) ක උපරිම දිගක් සහිත පෙළ තීරුවකි, ඉදිරියෙන් " "යෙදු, අන්තර්ගතයේ දිග සඳහන් කෙරෙන බයිට හතරක් සමඟ ගබඩා කෙරේ" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "CHAR වර්ගයට සමාන මුත් ද්වීමය නොවන සලකුණු පෙළක් වෙනුවට ද්වීමය බයිට පෙළක් ගබඩා කරයි" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "VARCHAR වර්ගයට සමාන මුත් ද්වීමය නොවන සලකුණු පෙළක් වෙනුවට ද්වීමය බයිට පෙළක් ගබඩා කරයි" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19917,7 +19908,7 @@ msgstr "" "බයිට 255(2^8 - 1) ක උපරිම දිගක් සහිත බ්ලොබ් තීරුවකි, ඉදිරියෙන් යෙදු, අන්තර්ගතයේ දිග සඳහන් " "කෙරෙන එක් බයිටයක් සමඟ ගබඩා කෙරේ" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19925,7 +19916,7 @@ msgstr "" "බයිට 16,777,215 (2^24 - 1) ක උපරිම දිගක් සහිත බ්ලොබ් තීරුවකි, ඉදිරියෙන් යෙදු, අන්තර්ගතයේ දිග " "සඳහන් කෙරෙන බයිට තුනක් සමඟ ගබඩා කෙරේ" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19933,7 +19924,7 @@ msgstr "" "බයිට 65,535 (2^16 - 1) ක උපරිම දිගක් සහිත බ්ලොබ් තීරුවකි, ඉදිරියෙන් යෙදු, අන්තර්ගතයේ දිග සඳහන් " "කෙරෙන බයිට දෙකක් සමඟ ගබඩා කෙරේ" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19941,7 +19932,7 @@ msgstr "" "බයිට 4,294,967,295 නැතිනම් 4GiB (2^32 - 1) ක උපරිම දිගක් සහිත බ්ලොබ් තීරුවකි, ඉදිරියෙන් " "යෙදු, අන්තර්ගතයේ දිග සඳහන් කෙරෙන බයිට හතරක් සමඟ ගබඩා කෙරේ" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19949,81 +19940,81 @@ msgstr "" "අගයන් 65535 ක් දක්වා ඇතුලත් කල හැකි ලැයිස්තුවකින් තෝරාගන්නා අගයක් හෝ විශේෂ දෝෂ අගය වන '' " "හෝ වේ" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "අගයන් 64 ක් දක්වා අඩංගු විය හැකි කුලකයකින් තෝරාගන්නා අගයකි" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "ඕනෑම වර්ගයක ජ්‍යාමිතියක් ගබඩා කල හැකි වර්ගයකි" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "ද්වීමාන අවකාශයේ ලක්ෂ්‍යයකි" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "ලක්ෂ්‍ය අතර සරල රේඛා අඩංගු වක්‍රයකි" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "බහු අස්‍රයකි" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "ලක්ෂ්‍ය එකතුවකි" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "ලක්ෂ්‍ය අතර සරල රේඛා අඩංගු වක්‍ර එකතුවකි" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "බහු අස්‍ර එකතුවකි" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "ඕනෑම වර්ගයක ජ්‍යාමිතීන් එකතුවකි" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "විශ්වීය අනන්‍ය හැඳුනුමක් (UUID) ගබඩා කරයි" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "සංඛ්‍යාත්මක" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "දිනය සහ වේලාව" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "අවකාශීය" @@ -20070,6 +20061,24 @@ msgstr "ZIP ආරක්ෂණයේ දෝෂයක් ඇත:" msgid "No files found inside ZIP archive!" msgstr "" +#, fuzzy +#~| msgid "A warning is displayed on the main page if Suhosin is detected" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "Suhosin ඇති බව හඳුනාගතහොත් ප්‍රධාන පිටුවේ අනතුරු ඇඟවීමක් පෙන්වයි" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin අනතුරු ඇඟවීම" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "සේවාදායකය Suhosin සමග ක්‍රියාත්මකයි. මෙමගින් ඇති විය හැකි ගැටළු සම්බන්ධයෙන් %sලියකියවිලි%s " +#~ "බලන්න." + #~ msgid "Version information" #~ msgstr "අනුවාදය පිළිබඳ තොරතුරු" diff --git a/resources/po/sk.po b/resources/po/sk.po index acc3f88547..d93c8d8cb9 100644 --- a/resources/po/sk.po +++ b/resources/po/sk.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2023-10-24 11:03+0000\n" "Last-Translator: Pavol Linet \n" "Language-Team: Slovak %s" msgstr "Uložiť na server do adresára %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Prepísať existujúce súbory" @@ -3716,7 +3716,7 @@ msgstr "zvoliť" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Späť" @@ -3726,7 +3726,7 @@ msgstr "Späť" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Import" @@ -4067,8 +4067,8 @@ msgstr "Výsledok SQL dopytu" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databázy" @@ -4091,7 +4091,7 @@ msgid "Recent" msgstr "Nedávne" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Obľúbené tabuľky" @@ -4129,17 +4129,17 @@ msgid "Features" msgstr "Funkcie" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL dopyty" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigačný panel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Hlavný panel" @@ -4628,13 +4628,28 @@ msgstr "Skontrolovať oprávnenia pre databázu \"%s\"." msgid "Check privileges" msgstr "Skontrolovať oprávnenia" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Spustiť SQL dopyt/dopyty na databázu %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Celkom:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4642,16 +4657,16 @@ msgstr "" "Poznámka: Aktivovanie štatistík databázy môže spôsobiť značné zvýšenie " "sieťovej prevádzky medzi databázou a web serverom." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Povoliť štatistiky" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Žiadne databázy" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Potvrdenie" @@ -5722,7 +5737,7 @@ msgid "Current server:" msgstr "Aktuálny server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servery" @@ -5800,7 +5815,7 @@ msgid "Test:" msgstr "Kontrola" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6399,7 +6414,7 @@ msgstr "Zobraziť formulár" msgid "Show hidden messages" msgstr "Zobraziť skryté položky" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Typ overovania" @@ -6483,7 +6498,7 @@ msgid "Detailed profile" msgstr "Podrobný profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Poradie" @@ -6545,7 +6560,7 @@ msgstr "Výsledky profilovania" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL dopyt bol úspešne vykonaný." @@ -6592,7 +6607,7 @@ msgstr "Oddeľovač" msgid "Show this query here again" msgstr "Zobraziť tento dopyt znovu" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Zachovať príkazové okno" @@ -7080,7 +7095,7 @@ msgid "Delete the view (DROP)" msgstr "Odstrániť zobrazenie (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Štruktúra tabuľky" @@ -7252,32 +7267,32 @@ msgid "Index length" msgstr "Dĺžka kľúča" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analyzovať" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Skontrolovať" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimalizovať" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Opraviť" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9092,14 +9107,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamčina" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9284,26 +9291,26 @@ msgstr "obidve vyššie uvedené" msgid "neither of the above" msgstr "žiadny z vyššie uvedených" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Uživatelia nemôžu nastaviť vyššiu hodnotu" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Pokiaľ je povolené, užívateľ može zadať ľuvolný MySQL server pre prihlásenie " "cez cookie autentifikáciu." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9313,7 +9320,7 @@ msgstr "" "phpMyAdmina vo vnútri rámca a je potenciálnou [strong]bezpečnostnou dierou[/" "strong] dovoľujúcou XSS (cross-frame scripting) útoky." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9321,48 +9328,48 @@ msgstr "" "Tajné heslo používané pre šifrovanie cookies pri prihlasovaní pomocou " "[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Povoliť bzip2 kompresiu pre operácie importu." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Zadajte váš súkromný kľúč pre službu reCaptcha." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "Zadajte váš súkromný kľúč pre službu reCaptcha." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Zadajte váš súkromný kľúč pre službu reCaptcha." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Zadajte váš súkromný kľúč pre službu reCaptcha." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Vložte váš verejný kľúč pre službu reCaptcha." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Zadajte váš súkromný kľúč pre službu reCaptcha." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Zadajte váš súkromný kľúč pre službu reCaptcha." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9372,7 +9379,7 @@ msgstr "" "CHAR a VARCHAR; [kbd]vstup[/kbd] - umožňuje obmedziť dĺžku vstupu, " "[kbd]textová oblasť[/kbd] - umožňuje použitie nových riadkov v poli." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9380,13 +9387,13 @@ msgstr "" "Použiť užívateľsky príjemný editor na úpravu SQL dozatazov CodeMirror) s " "číslovaním riadkov a zvýrazňovaním syntaxe." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9394,7 +9401,7 @@ msgstr "" "Definuje minimálnu veľkosť pre vstupné polia generované pre stĺpce typu CHAR " "a VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9402,7 +9409,7 @@ msgstr "" "Definuje maximálnu veľkosť pre vstupné polia generované pre stĺpce typu CHAR " "a VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9411,7 +9418,7 @@ msgstr "" "Pokiaľ zistíte problémy s takto vytvorenými gzip súbormi, vypnite túto " "funkciu." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9419,21 +9426,21 @@ msgstr "" "Či sa má zobrazovať varovanie (\"Ste si naozaj istí…\") pokiaľ hrozí strata " "dát." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Automatické dopĺňanie názvov tabuliek a stĺpcov v SQL dopytoch." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9441,19 +9448,19 @@ msgstr "" "Vypnúť hromadné operácie pre údržbu tabuliek, ako je optimalizácia alebo " "opravy vybraných tabuliek v databáze." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" "Nastavte dĺžku behu skriptu v sekundách ([kbd]0[/kbd] znamená bez obmedzení)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9461,7 +9468,7 @@ msgstr "" "Poradie radenia položiek v rozbaľovacej ponuke cudzích kľúčov; [kbd]obsah[/" "kbd] sú referenčné dáta, [kbd]id[/kbd] je hodnota kľúča." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9470,7 +9477,7 @@ msgstr "" "[doc@faq6-27]documentácii[/doc] nájdete špeciálne reťazce, ktoré môžete " "použiť na získanie špeciálnych hodnôt." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9478,7 +9485,7 @@ msgstr "" "Pripomíname, že phpMyAdmin je len užívateľské rozhranie a jeho funkcie " "neobmedzujú MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9486,7 +9493,7 @@ msgstr "" "Pokročilá konfigurácia servera, nemeňte tieto nastavenia, pokiaľ neviete " "čoho sa týkajú." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9496,7 +9503,7 @@ msgstr "" "prídavným funkciám, viď [doc@linked-tables]miesto uloženia konfigurácie [/" "doc] v dokumentácii." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9504,116 +9511,116 @@ msgstr "" "Sledovanie zmien vykonaných v databáze. Vyžaduje nastavenie miesta uloženia " "zmien phpMyAdmina." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Prispôsobiť režim prezerania." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Prispôsobenie východzích nastavení." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Nastavenia pre vývojárov phpMyAdmina." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Prispôsobenie režimu úprav." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Prispôsobiť východzie nastavenia exportu." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Nastaviť často používané nastavenia." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Prispôsobiť východzie nastavenia importu." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Nastaví adresáre pre import a export a voľby kompresie." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Nastavenia zobrazenia databáz." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Prizpôsobiť vzhľad navigačného panela." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Prispôsobiť navigačný strom." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Nastavenie zobrazenia serverov." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Nastavenie zobrazenia tabuliek." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Nastavenia, ktoré sa nedajú zaradiť inde." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Nastavenia prihlasovania." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Vložte parametre pripojenia servera." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Prispôsobenie odkazov zobrazovaných v poliach pre SQL dopyty." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Nastavenia SQL dopytov." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Prispôsobenie úvodnej stránky." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Vyberte, ktoré detaily sa majú zobrazovať v štruktúre databázy (zoznam " "tabuliek)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Nastavenia štruktúry tabuliek (zoznam stĺpcov)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Zvoľte, ako majú panely fungovať." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Prispôsobenie vstupných textových polí." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Prispôsobenie východzích nastavení" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Vypnúť niektoré varovania zobrazované phpMyAdminom." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Povolí gzip kompresiu pre importovanie a exportovanie." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9621,7 +9628,7 @@ msgstr "" "Pokiaľ je povolené, phpMyAdmin bude pokračovať v spracovaní viacprvkových " "dopytov, aj keď jeden z nich zlyhal." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9631,7 +9638,7 @@ msgstr "" "Týmto spôsobom sa môžu importovať aj veľké súbory, ale môže to zároveň " "spôsobiť problémy s transakciami." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9639,15 +9646,15 @@ msgstr "" "Východzí formát: Berte na vedomie, že tento zoznam závisí na umiestnení " "(databáza, tabuľka) a len SQL je stále dostupné." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Počet dopytov, ktoré sa majú preskočiť od začiatku." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9658,7 +9665,7 @@ msgstr "" "sa môže ľahko stať, že sa zabudnete odhlásiť z ostatných serverov, pokiaľ " "ich používate viac." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9666,7 +9673,7 @@ msgstr "" "Určuje, či sa má obnoviť predchádzajúce prihlásenie alebo nie pri " "prihlasovaní pomocou [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9678,11 +9685,11 @@ msgstr "" "sedenia a bude vymazaná pri zatvorení okna. Toto je odporúčané v " "nedôveryhodných prostrediach." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximálny počet znakov pri zobrazení SQL dopytu." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9690,14 +9697,14 @@ msgstr "" "Počet položiek, ktoré sa zobrazia na každej stránke prvej úrovne navigačného " "stromu." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Počet položiek, ktoré sa zobrazia na každej stránke navigačného stromu." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9705,7 +9712,7 @@ msgstr "" "Počet zobrazených riadkov pri prechádzaní sady výsledkov. Ak sada výsledkov " "obsahuje viac riadkov, zobrazia sa odkazy \"Predchádzajúci\" a \"Ďalší\"." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " @@ -9714,15 +9721,15 @@ msgstr "" "Počet bytov, ktoré môže alokovať skript, napr. [kbd]32M[/kbd] ([kbd]-1[/kbd] " "pre žiadny limit a [kbd]0[/kbd] pre žiadnu zmenu)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " @@ -9731,7 +9738,7 @@ msgstr "" "Otvoriť odkazovanú stránku v hlavnom okne ([kbd]hlavné[/kbd]) alebo v novom " "([kbd]nové[/kbd])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9739,7 +9746,7 @@ msgstr "" "Definuje minimálny počet položiek (tabuliek, zobrazení, rutín, udalostí) pre " "zobrazenie filtra." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9747,66 +9754,66 @@ msgstr "" "Zoskupovať položky v navigačnom paneli (určené oddeľovačom nastaveným v " "záložke Databázy a tabuľky vyššie)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Či sa má ponúknuť možnosť rozbaľovania stromu v navigačnom paneli." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy msgid "Whether to expand single database in the navigation tree automatically." msgstr "Či sa majú zobrazovať udalosti pod databázou v navigačnom strome" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy msgid "Set to 0 to collapse navigation panel." msgstr "Zobraziť logo v navigačnom paneli." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Zobraziť logo v navigačnom paneli." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL, na ktoré bude odkazovať logo v navigačnom paneli." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Zobraziť voľbu servera v hornej časti navigačného panela." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Reťazec, ktorý rozdeľuje databázy do rôznych úrovní stromu." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Reťazec, ktorý rozdelí tabuľky do rôznych úrovní stromu." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Zvýrazní server pod kurzorom myši." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Či sa majú zobrazovať tabuľky pod databázou v navigačnom strome" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Či sa majú zobrazovať pohľady pod databázou v navigačnom strome" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Či sa majú zobrazovať udalosti pod databázou v navigačnom strome" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9814,7 +9821,7 @@ msgstr "" "[kbd]SMART[/kbd] - t.j. zostupné radenie pre polia typu TIME, DATE, DATETIME " "a TIMESTAMP, ostatné budú radené vzostupne." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9824,7 +9831,7 @@ msgstr "" "vyžadovaných tabuliek pre miesto uloženia phpMyAdmin konfigurácie nebola " "nájdená." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9832,7 +9839,7 @@ msgstr "" "Vypnúť štandardné varovanie na stránke so štruktúou tabuľky, ak názvy " "stĺpcov v tabuľke patria k rezervovaným kľúčovým slovám MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9843,11 +9850,11 @@ msgstr "" "zobrazeniu histórie dopytoj Java Scriptové funkcie (bude stratená pri " "zavretí okna)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9855,7 +9862,7 @@ msgstr "" "Nastaví efektívnu časovú zónu; pravdepodobne rôznu od nastavenia vášho " "databázového servera" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9863,7 +9870,7 @@ msgstr "" "Nechajte prázdne pre žiadnu podporu [doc@bookmarks@]záložiek[/doc], " "navrhované: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy msgid "" "Leave blank for no column comments/media types, suggested: " @@ -9872,7 +9879,7 @@ msgstr "" "Nechajte prázdne pre žiadne komentáre či mime typy polí, navrhované: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy msgid "" "A special MySQL user configured with limited permissions, more information " @@ -9881,7 +9888,7 @@ msgstr "" "Špeciálny MySQL užívateľ s obmedzenými právami, viac informácii je " "dostupných na [a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9889,7 +9896,7 @@ msgstr "" "Alternatívny hostiteľ na ukladanie konfigurácie; ponechajte prázdne, aby sa " "použil už definovaný hostiteľ." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9899,7 +9906,7 @@ msgstr "" "ponechajte prázdne na použitie štandardného portu alebo už definovaný port, " "ak je nastavený server rovnaký ako hostiteľ." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" @@ -9909,7 +9916,7 @@ msgstr "" "Viac informácii na [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] a [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9917,7 +9924,7 @@ msgstr "" "Nechajte prázdne pre vypnutie histórie SQL dopytov, navrhované: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9925,7 +9932,7 @@ msgstr "" "Obmedzuje počet nastavení tabuľky, ktoré sú uložené v databáze. Najstaršie " "záznamy sú automaticky odstraňované." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9933,7 +9940,7 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory exportných šablón, navrhované: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9941,7 +9948,7 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory centrálnych stĺpcov. Odporúčaná " "hodnota: [kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9951,14 +9958,14 @@ msgstr "" "ich pôvodnom význame, vložte spätné lomítko pred, napríklad " "[kbd]'moja\\_db'[/kbd] namiesto [kbd]'moja_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Nechajte prázdne pre vypnutie podpory pre PDF schémy, navrhované: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 #, fuzzy msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" @@ -9970,7 +9977,7 @@ msgstr "" "prázdne, bude táto možnosť vypnutá. Doporučená hodnota: [kbd]phpmyadmin[/" "kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9978,7 +9985,7 @@ msgstr "" "Nechajte prázdne pre vypnutie možnosti \"trvalého\" ukladania nedávno " "použitých tabuliek. Odporúčaná hodnota: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9986,7 +9993,7 @@ msgstr "" "Nechajte prázdne pre vypnutie možnosti \"trvalého\" ukladania obľúbených " "tabuliek počas sedenia. Odporúčaná hodnota: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " @@ -9995,7 +10002,7 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory [a@https://wiki.phpmyadmin.net/pma/" "relation]relation-links[/a]. Odporúčaná hodnota: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 #, fuzzy msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." @@ -10003,7 +10010,7 @@ msgstr "" "Priklad, viď [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]typy " "overovania[/a]." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10011,7 +10018,7 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory pre PDF schému. Odporúčaná hodnota: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10019,7 +10026,7 @@ msgstr "" "Tabuľka obsahujúca popisy polí. Nechajte prázdnu pre vypnutie tejto funkcie. " "Odporúčaná hodnota: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10027,7 +10034,7 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory \"trvalého\" ukladania nastavení, " "navrhované: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10035,7 +10042,7 @@ msgstr "" "Či chcete pridať príkaz DROP DATABASE IF EXISTS do logu ako prvý riadok pri " "vytváraní databázy." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10043,7 +10050,7 @@ msgstr "" "Či chcete pridať príkaz DROP TABLE IF EXISTS do logu ako prvý riadok pri " "vytváraní tabuľky." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10051,13 +10058,13 @@ msgstr "" "Či chcete pridať príkaz DROP VIEW IF EXISTS do logu ako prvý riadok pri " "vytváraní pohľadu." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Určuje zoznam príkazov, ktoré sa automaticky použijú pri vytváraní nových " "verzií." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10065,14 +10072,14 @@ msgstr "" "Nechajte prázdne pre vypnutie podpory pre sledovanie SQL dopytov. Odporúčaná " "hodnota: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Či má sledovací mechanizmus automaticky vytvárať verzie tabuliek a pohľadov." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10080,21 +10087,21 @@ msgstr "" "Nechajte prázdne pre vypnutie možnosti ukladania užívateľských nastavení v " "databáze. Odporúčaná hodnota: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10102,7 +10109,7 @@ msgstr "" "Nechajte prázdne pre vypnutie možnosti pre schovávanie navigačných položiek. " "Odporúčané nastavenie: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10110,53 +10117,53 @@ msgstr "" "Užívateľsky prívetivý popis tohto servera. Ak necháte prízdne, zobrazí sa " "namiesto popisu meno servera." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Nechajte prázdne pokiaľ nepoužívate." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Nechajte prázdne, ak chcete použiť východzie nastavenia." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Názov pre zobrazenie pri použití HTTP prihlasovania." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Výber použitej prihlasovacej metódy." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Komprimovať spojenie s MySQL serverom." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Skryť databázy zodpovedajúce regulárnemu výrazu (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Meno počítača, kde beží MySQL server." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Nechajte prázdne ak nepoužívate prihlasovací config." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Port, na ktorom počúva MySQL server, nechajte prázdne pre východziu hodnotu." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Socket na ktorom počúva MySQL server, nechajte prázdne pre východziu hodnotu." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Povoliť SSL pre pripojenie k MySQL serveru." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10167,26 +10174,26 @@ msgstr "" "konfiguračnom súbore; toto nemá vplyv na možnosť vykonať rovnaký príkaz " "priamo." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Zobraziť/Skryť stĺpec s Časovou značkou vytvorenia vo všetkých tabuľkách." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Zobraziť/Skryť stĺpec s Časovou značkou poslednej aktualizácie vo všetkých " "tabuľkách." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Zobraziť/Skryť stĺpec s Časovou značkou poslednej kontroly vo všetkých " "tabuľkách." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10194,7 +10201,7 @@ msgstr "" "Definuje, či sa majú alebo nemajú zobrazovať typové polia v móde úprav/" "vkladania." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" @@ -10203,55 +10210,47 @@ msgstr "" "Zobraziť odkaz na výstup funkcie [a@https://www.php.net/manual/function." "phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Či sa bude užívateľovi zobrazovať tlačidlo \"zobraziť všetky (riadky)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Zobraziť/Skryť stĺpec zobrazujúci komentáre pre všetky tabuľky." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 #, fuzzy msgid "Show or hide a column displaying the charset for all tables." msgstr "Zobraziť/Skryť stĺpec zobrazujúci komentáre pre všetky tabuľky." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Zobraziť zoznam funkcií v móde úprav." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Či sa má zobrazovať nápoveda alebo nie." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Určuje, či sa budú zobrazovať SQL dopyty generované phpMyAdminom." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Povoliť zobrazenie štatistík o databázach a tabuľkách (napr. využité miesto)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Označiť použité tabuľky a umožniť zobrazovanie databáz s uzamknutými " "tabuľkami." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Vypne štandardné varovanie, ktoré je zobrazované na hlavnej stránke ak je " -"zistený Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10260,7 +10259,7 @@ msgstr "" "Vypnúť štandardné varovanie na hlavnej stránke, ak je hodnota PHP nastavenia " "session.gc_maxlifetime nižšia ako hodnota `LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10268,7 +10267,7 @@ msgstr "" "Veľkosť editačného okna (počet stĺpcov). Táto hodnota bude zväčšená pre okná " "SQL dopytov (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10276,7 +10275,7 @@ msgstr "" "Veľkosť editačného okna (počet riadkov). Táto hodnota bude zväčšená pre okná " "SQL dopytov (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10288,7 +10287,7 @@ msgstr "" "Forwarded-For) prichádzajúcej z proxy 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10296,7 +10295,7 @@ msgstr "" "Pokiaľ je vypnuté, užívatelia nemôžu zmeniť žiadne z nižšie uvedených " "nastavení, bez ohľadu na zaškrtávacie pole vpravo." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10304,7 +10303,7 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10314,404 +10313,404 @@ msgstr "" "žiadne prihlásenie. Ak je zadané užívateľské meno, použije sa základné " "overenie. Žiadny iný spôsob overovania momentálne nie je podporovaný." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "%sVytvoriť%s chýbajúce tabuľky pre uloženie phpMyAdmin konfigurácie." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Zvýrazniť zvolené riadky." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Zvýrazniť riadok označený kurzórom myši." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Počet stĺpcov techtový oblastí typu CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Počet riadkov textových oblastí typu CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Panel, ktorý je zobrazený pri prístupe k databáze." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Panel, ktorý je zobrazený pri prístupe na server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Panel, ktorý je zobrazený pri prístupe k tabuľke." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Určuje, či akcie štruktúry tabuliek majú byť skryté." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Zobraziť prehľad serverov ako zoznam namiesto rozbaľovacieho menu." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Pokiaľ je dostupných menej položiek, bude použitá rozbaľovacia ponuka." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Koľko riadkov môže byť vložených naraz." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximálny počet znakov zobrazovaných v nečíselných poliach pri prechádzaní." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Určuje, ako dlho je platná prihlasovacie cookie (v sekundách)." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Zdvojnásobiť veľkosť editačného poľa pre stĺpec typu LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maximálny počet databáz zobrazených v zozname databáz." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Maximálny počet tabuliek zobrazených v zozname tabuliek." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Maximálny počet tabuliek v zozname nedávno zobrazených tabuliek; nastavte 0 " "pre vypnutie." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Maximálny počet tabuliek v zozname obľúbených tabuliek; nastavte 0 pre " "vypnutie." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Toto sú odkazy na Upraviť, Kopírovať a Odstrániť." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy msgid "Disable shortcut keys" msgstr "Vypnúť kontrolu cudzích kľúčov" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Použiť prirodzené triedenie pre mená tabuliek a databáz." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Použiť len ikony, len text alebo obidve." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Použiť vyrovnávaciu pamäť GZip výstupu pre zvýšenie rýchlosti HTTP prenosov." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Použiť trvalé (persistent) spojenia k MySQL databázam." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Zakázať úpravu polí typu BLOB a BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Koľko dopytov sa má držať v histórii." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Zvoľte, ktorí funkcie budú použité pre konverziu znakových sád." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Pri prechádzaní tabuliek, sa pre každú uloží nastavenie triedenia." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Prednastavený spôsob triedenia pre tabuľky s primárnym kľúčom." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Opkovať hlavičku každých X buniek, [kbd]0[/kbd] vypne túto možnosť." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Pre zobrazenie nastavení" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Adresár na serveri pre ukladanie exportov." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Určuje či má príkazové okno ostať na obrazovke po vykonaní." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Názov okna prehliadača pri výbere databázy." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Názov okna prehliadača keď nie je nič vybrané." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Názov okna prehliadača keď je vybraný server." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Popis okna prehliadača keď je vybraná tabuľka." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Adresár na serveri, kde môžete nahrať súbor pre import." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Povoliť prehľadávať celú databázu." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Povoliť kontrolu poslednej verzie na hlavnej stránke phpMyAdmina." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Heslo pre prihlásenie sa k proxy serveru." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy msgid "Enable ZIP compression for import and export operations." msgstr "" "Povolí [a@https://sk.wikipedia.org/wiki/GZ_(súborový_formát)]gzip[/a] " "kompresiu pre importovanie a exportovanie." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Zvoľte východziu akciu pri odosielaní hlásení o chybe." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Povoliť prihlásenie k ľubovoľnému MySQL serveru" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Obmedziť prihlásenie k MySQL serveru" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Povoliť vkladanie do cudzieho rámu" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Zobraziť príkaz \"Zrušiť databázu\" bežným užívateľom" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Šifrovacia fráza Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Značkovač riadkov" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Zvýrazňovač" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "BZip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Úprava polí typu CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Povoliť CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Povoliť kontrolovanie SQL" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Minimálna veľkosť vstupného poľa" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maximálna veľkosť vstupného poľa" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Stĺpce techtovej oblasti typu CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Riadky pre textové oblasti CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Skontrolujte prístupové práva konfiguračného súboru" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Komprimovať za behu" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Potvrdzovať DROP dopyty" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Veľkosť stránky" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Prednastavený panel databázy" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Východzí panel servera" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Východzí panel tabuľky" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Povoliť automatické dopĺňanie názvov tabuliek a stĺpcov" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Zobraziť komentáre stĺpca" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Skryť akcie štruktúry tabuľky" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy msgid "Default transformations for Hex" msgstr "Východzie radenie" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy msgid "Default transformations for Substring" msgstr "Vstupné parametre transformácie" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy msgid "Default transformations for Bool2Text" msgstr "Východzie radenie" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy msgid "Default transformations for External" msgstr "Východzie radenie" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy msgid "Default transformations for PreApPend" msgstr "Vstupné parametre transformácie" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy msgid "Default transformations for DateFormat" msgstr "Východzie radenie" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy msgid "Default transformations for Inline" msgstr "Vstupné parametre transformácie" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy msgid "Default transformations for TextImageLink" msgstr "Vstupné parametre transformácie" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy msgid "Default transformations for TextLink" msgstr "Vstupné parametre transformácie" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Zobraziť servery ako zoznam" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Vypnúť hromadné operácie s tabuľkami" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maximálny čas behu" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Uložiť ako súbor" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Znaková sada súboru" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresia" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10719,56 +10718,56 @@ msgstr "Kompresia" msgid "Put columns names in the first row" msgstr "Pridať názvy polí na prvý riadok" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Polia uzatvorené do" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Polia uvedené pomocou" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Nahradiť NULL hodnoty" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Odstrániť konce riadkov (CRLF) z polí" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Stĺpce ukončené" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Riadky ukončené" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Verzia Excelu" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Vzor pre názov databázy" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Vzor pre názov servera" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Vzor pre názov tabuľky" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10778,934 +10777,934 @@ msgstr "Vzor pre názov tabuľky" msgid "Dump table" msgstr "Vypísať tabuľku" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Zahrnúť nadpis tabuľky" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Nadpis tabuľky" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Nadpis pokračovania tabuľky" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Návestie" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy msgid "Relationships" msgstr "Prepojenia" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Metóda exportu" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Uložiť na server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportovať ako samostatné súbory" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Zapamätať si vzor pre názov súboru" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Použiť opačný apostrof pri názvoch tabuliek a polí" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Režim kompatibility SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Dátum vytvorenia, poslednej zmeny a kontroly" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Použiť oneskorené vloženia" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Vypnúť kontrolu cudzích kľúčov" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportovať pohľady (views) ako tabuľky" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Exportovať súvisiace metadata z úložiska phpMyAdmin konfigurácie" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Použiť hexadecimálne zobrazenie pre BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format msgid "%s view" msgstr "%s hodnota" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Použiť IGNORE" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Použitá syntax pre vkladanie dát" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maximálna veľkosť vytvoreného príkazu" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Typ exportu" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Uzatvoriť príkazy v transakcii" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exportovať čas v UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Poradie cudzích kľúčov v rozbaľovacej ponuke" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limit cudzích kľúčov" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Kontrola cudzích kľúčov" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Režim prezerania" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV dáta" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Vývojár" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Režim úprav" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Východzie nastavenia exportu" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Všeobecné" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Východzie nastavenia importu" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import / export" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigačný strom" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Ostatné základné nastavenia" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Mená stránok" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Zabezpečenie" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Základné nastavenia" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Overenie" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Konfigurácia servera" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Miesto uloženia konfigurácie" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Sledovanie zmien" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Pole pre SQL dopyty" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Úvodná stránka" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Štruktúra databázy" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Panely" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Zobraziť relačnú schému" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Textové polia" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! text" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Varovania" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Extra parametre pre iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorovať chyby vo viacprvkových dopytoch" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Čiastočný import: povoliť prerušenie" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Neprerušovať pri chybe v príkaze INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Pridaj ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formát importovaného súboru" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Použiť kľúčové slovo LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Mená stĺpcov na prvom riadku" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Neimportovať prázdne riadky" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Import mien (5.00 namiesto $5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importovať percentá ako desatinné čísla (0,12 namiesto 12,00%)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Čiastočný import: preskočiť dopyty" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nepoužívať AUTO_INCREMENT pre nulové hodnoty" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Čítať ako multibyty" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Počiatočný stav pre posuvníky" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Počet vložených riadkov" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Obmedzenie počtu znakov" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Vymazať všetky cookies pri prihlásení" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Pamätať si užívateľské meno" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Uloženie prihlasovacej cookie" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Platnosť prihlasovacej cookie" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Väčšie editačné pole pre LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Mazimálna dĺžka zobrazeného SQL dopytu" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Najvyšší počet databáz" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maximálny počet položiek na prvej úrovni" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maximálny počet položiek vo vetve" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maximálny počet zobrazených riadkov" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maximum tabuliek" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Obmedzenie pamäte" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Zobraziť databázovú navigáciu ako strom" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "Navigačný panel" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Prepojiť s hlavným panelom" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Zobraziť logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL odkazu loga" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Cieľ odkazu loga" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Zobraziť výber serverov" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Cieľ pre ikonu rýchleho prístupu" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Cieľ pre druhú ikonu rýchleho prístupu" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minimálny počet položiek pre zobrazenie filtra" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Minimálny počet databáz pre zobrazenie filtra databáz" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Zoskupovať položky v strome" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Oddeľovač databázového stromu" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Oddeľovač tabuľkového stromu" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maximálna hĺbka tabuľkového stromu" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Povoliť zvýrazňovanie" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Povoliť rozbalenie navigačného stromu" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Zobraziť tabuľky v strome" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Zobraziť pohľady v strome" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Zobraziť funkcie v strome" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Zobraziť procedúry v strome" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Zobraziť udalosti v strome" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy msgid "Expand single database" msgstr "Kopírujem databázu" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Nedávno použité tabuľky" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Kde zobraziť linky riadkov tabuľky" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Prirodzené poradie" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Navigačná lišta tabuľky" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Medzipamäť pre GZip výstup" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Východzie radenie" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Trvalé spojenia" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Chýbajú tabuľky pre miesto uloženia phpMyAdmin konfigurácie" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Varovanie o kľúčových slovách MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Ako zobraziť lišty menu" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Ako zobraziť rôzne príkazy" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Chrániť binárne polia" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Trvalá história dopytov" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Dĺžka histórie dopytov" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Prekódovací nástroj" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Pamätať si triedenie tabuľky" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Východzie radenie primárneho kľúča" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Opakovať záhlavie" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Úprava mriežky: vyvolať akciu" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relačné zobrazenie" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Úprava mriežky: uložiť všetky upravené bunky naraz" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Adresár pre ukladanie" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Poradie overovania hostiteľa" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Pravidlá overovania hostiteľa" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Povoliť prihlásenie bez hesla" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Povoliť prihlásenia užívateľa root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Časová zóna sedenia" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabuľka záložiek" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabuľka informácii o poliach" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Komprimovať pripojenie" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Heslo kontrolného užívateľa" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Kontrolný užívateľ" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrolný hostiteľ" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Kontrolný port" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Zakazať použitie INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Skryť databázy" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabuľka histórie SQL dopytov" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Meno servera" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL pri odhlásení" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maximálny počet uložených nastavení tabuliek" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportovať tabuľku šablón" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabuľka centrálnych stĺpcov" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Zobraziť len vybrané databázy" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Heslo pre prihlásenie podľa konfigurácie" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF schéma: tabuľka stránok" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Port servera" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Naposledy použitá tabuľka" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabuľka obľúbených" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relačná tabuľka" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Meno prihlasovacej session/sedenia" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL pri prihlásení" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Socket servera" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Použiť SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Dizajnér a PDF schéma: tabuľka súradníc" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Zobrazenie stĺpcov tabuľky" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabuľka pre nastavenie rozhrania" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Pridať DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Pridať DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Sledované príkazy" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabuľka pre sledovanie SQL dopytov" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automaticky vytvárať verzie" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabuľka pre užívateľské nastavenia" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabuľka používateľov" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabuľka užívateľských skupín" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Užívateľ pre prihlásenie podľa konfigurácie" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Dlhé meno tohto servera" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Povoliť zobraziť všetky riadky" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Zobraziť formulár na zmenu hesla" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Zobraziť formulár na vytvorenie databázy" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Zobraziť komentáre tabuľky" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Zobraziť časovú značku vytvorenia" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Zobraziť časovú značku poslednej aktualizácie" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Zobraziť časovú značku poslednej kontroly" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy msgid "Show table charset" msgstr "Zobraziť komentáre tabuľky" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Zobraziť typy polí" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Zobraziť zoznam funkcií" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Zobraziť nápovedu" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Zobraziť odkaz na phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Zobraziť podrobné informácie o MySQL serveri" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Zobraziť SQL dopyty" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Zobraziť štatistiky" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Preskočiť zamknuté tabuľky" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Vysvetliť SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Vytvoriť PHP kód" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Varovanie Suhosin rozšírenia" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Varovanie o platnosti prihlasovacej cookie" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Stĺpce s textovou oblasťou" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Riadkov v textovej oblasti" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Východzí popis" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Zoznam dôveryhodných proxy pre povolenie/zakázanie IP adresy" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Adresár pre nahrávanie" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Použiť databázové vyhľadávanie" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Povoliť záložku Pre vývojára v nastaveniach" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Kontrola verzie" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy msgid "Proxy URL" msgstr "Proxy url" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proxy užívateľské meno" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proxy heslo" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy msgid "Public key for reCAPTCHA" msgstr "Verejný kľúč pre reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy msgid "Private key for reCAPTCHA" msgstr "Verejný kľúč pre reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Poslať chybové hlásenia" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter spustí dopyty v konzole" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Povoliť režim nulovej konfigurácie" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Výška konzoly" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy msgid "Console mode" msgstr "Konzola" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy msgid "Order by" msgstr "Zoradiť podľa:" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Znaková sada pre pripojenie k serveru" @@ -11738,7 +11737,8 @@ msgstr "Komprimovaný import nebude funkčný, chýba funkcia %s." msgid "Compressed export will not work due to missing function %s." msgstr "Komprimovaný export nebude funkčný, chýba funkcia %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maximálne %s" @@ -11772,7 +11772,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Tabuľkový procesor Open Document" @@ -11780,7 +11780,7 @@ msgstr "Tabuľkový procesor Open Document" msgid "OpenDocument Text" msgstr "Open Document Text" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV pomocou LOAD DATA" @@ -11918,7 +11918,7 @@ msgstr "" "%sGZip kompresia a dekompresia%s vyžaduje funkicie (%s), ktoré nie sú " "dostupné na tomto systéme." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12197,7 +12197,7 @@ msgstr "V databáze %2$s nebola nájdená žiadna udalosť s menom %1$s" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Nepodarilo sa načítať exportné pluginy, skontrolujte prosím vašu inštaláciu!" @@ -12326,7 +12326,7 @@ msgid "Success!" msgstr "Úspech!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12391,7 +12391,7 @@ msgstr "Ak spozorujete problém, odošlite hlášku o chybe manuálne." msgid "You may want to refresh the page." msgstr "Možno bude treba obnoviť stránku." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Nesprávny typ!" @@ -12492,16 +12492,7 @@ msgstr "" "nakonfigurovaný. V opačnom prípade bezpečnosť Vášho servera môže byť " "narušená neautorizovanými užívateľmi, ktorí stiahnu Vašu konfiguráciu." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Webový server beží so Suhosin-patchom. Možné dôsledky konzultujte s " -"%sdokumentáciou%s." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12510,14 +12501,14 @@ msgstr "" "$cfg['TempDir'] (%s) nie je dostupný. phpMyAdmin nie je schopný ukladať " "šablóny do vyrovnávacej pamäte a bude kvôli tomu pomalý." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12528,7 +12519,7 @@ msgstr "" "rozdeľovať reťazce kódované v týchto znakových sadách a môže to viesť k " "nečakaným výsledkom." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12605,7 +12596,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Príkaz \"DROP DATABASE\" je zakázaný." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -14522,7 +14513,7 @@ msgid "No such column" msgstr "Stĺpec neexistuje" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Reťazec" @@ -15379,7 +15370,7 @@ msgstr "Nesprávne dáta" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Príkaz %s bol zaradený medzi obľúbené." @@ -15459,7 +15450,7 @@ msgstr "Je príliš veľa spojení bez indexov." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL vrátil prázdny výsledok (tj. nulový počet riadkov)." @@ -15853,27 +15844,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Riadok bol zmazaný." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Dopyt zabral %01.4f sekúnd." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Zobrazené riadky %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format msgid "%1$s total, %2$s in query" msgstr "%1$d celkom, %2$d v dotaze" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format msgid "%s total" msgstr "celkom %d" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Odkaz nebol nájdený!" @@ -16478,11 +16469,11 @@ msgstr "" msgid "web server upload directory:" msgstr "upload adresár web serveru:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Zobrazujem SQL dotaz" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Vložený riadok id: %1$d" @@ -16885,39 +16876,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Neboli nájdené žiadne čiastočné závislosti!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Zlúčiť" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Nedá sa presunúť tabuľka sama do seba!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Nedá sa skopírovať tabuľka sama do seba!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabuľka %s bola presunutá do %s. Oprávnenia boli upravené." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabuľka %s bola skopírovaná do %s. Oprávnenia boli upravené." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabuľka %s bola presunutá do %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabuľka %s bola skorírovaná do %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tabuľka je prázdna!" @@ -16997,7 +16988,7 @@ msgstr "V konfigurácii je nastavená nesprávna autentifikačná metóda:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Polia oddelené s:" @@ -17406,7 +17397,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17429,52 +17420,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Názvy stĺpcov:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Chybný formát v CSV vstupe na riadku %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Chybný počet položiek v CSV vstupe na riadku %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Chybný parameter pre CSV import: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18209,11 +18200,11 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Zobrazujem ako PHP kód" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18222,7 +18213,7 @@ msgstr "" "Aktuálny výber neobsahuje unikátny stĺpec. Úprava gridu, zaškrtávanie, " "editácia, kopírovanie a mazanie nie sú dostupné. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18482,23 +18473,23 @@ msgstr "Musíte zadať platný názov tabuľky!" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy msgid "empty" msgstr "Vyprázdniť" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1-bytové celé číslo, rozsah: so znamienkom -128 až 127, bez znamienka 0 až " "255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18506,7 +18497,7 @@ msgstr "" "2-bytové celé číslo, rozsah: so znamienkom -32 768 až 32 767, bez znamienka " "0 až 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18514,7 +18505,7 @@ msgstr "" "3-bytové celé číslo, rozsah: so znamienkom -8 388 608 až 8 388 607, bez " "znamienka 0 až 16 777 215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18522,7 +18513,7 @@ msgstr "" "4-bitové celé číslo, rozsah: so znamienkom -2 147 483 648 až 2 147 483 647, " "bez znamienka 0 až 4 294 967 295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18530,7 +18521,7 @@ msgstr "" "8-bytové celé číslo, rozsah: so znamienkom -9 223 372 036 854 775 808 až 9 " "223 372 036 854 775 807, bez znamienka 0 až 18 446 744 073 709 551 615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18538,7 +18529,7 @@ msgstr "" "Číslo s pevnou čiarkou (M, D) - maximálny počet číslic (M) je 65 (predvolené " "10), maximálny počet desatinných miest (D) 30 (predvolené 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18546,7 +18537,7 @@ msgstr "" "Číslo s plávajúcou desatinnou čiarkou, rozsahy: od -3,402823466E+38 do " "-1,175494351E-38; 0; od 1,175494351E-38 do 3,402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18556,7 +18547,7 @@ msgstr "" "-1,7976931348623157E+308 do -2,2250738585072014E-308; 0; od " "2,2250738585072014E-308 do 1,7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18564,14 +18555,14 @@ msgstr "" "Synonymum pre DOUBLE (výnimka: v SQL režime REAL_AS_FLOAT je to synonymum " "pre FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "Pole bitov (M), ukladá M bitov pre každú hodnotu (predvolené 1, maximum 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18579,21 +18570,21 @@ msgstr "" "Synonymum pre TINYINT(1), hodnota 0 znamená NEPRAVDA, nenulové hodnoty " "znamenajú PRAVDA" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Alias pre BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Dátum, podporovaný rozsah je od %1$s do %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Dátum a čas, podporovaný rozsah je od %1$s do %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " @@ -18604,12 +18595,12 @@ msgstr "" "Časová značka, rozsah od 1.1.1970 00:00:01 UTC do 1.9.2038 03:14:07 UTC, " "ukladá sa ako počet sekúnd od počiatku (1.1.1970 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Čas, rozsah je od %1$s do %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18617,7 +18608,7 @@ msgstr "" "Rok v 4-číslicovom formáte (predvolené 4) alebo 2-číslicovom formáte (2), " "povolené hodnoty od 70 (1970) do 69 (2069) alebo 1901 až 2155 a 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18625,7 +18616,7 @@ msgstr "" "Text s pevnou dĺžkou (0-255, predvolené 1), zarovnaný sprava s medzerami na " "začiatku" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18634,7 +18625,7 @@ msgstr "" "Text s premenlivou dĺžkou (%s), skutočná maximálna dĺžka súvisí s maximálnou " "dĺžkou riadku" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18642,7 +18633,7 @@ msgstr "" "Stĺpec typu TEXT, maximálna dĺžka 255 (2^8 - 1) znakov, ukladá sa s 1-" "bytovým prefixom, ktorý obsahuje dĺžku textu v bytoch" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18650,7 +18641,7 @@ msgstr "" "Stĺpec typu TEXT, maximálna dĺžka 65 535 (2^16 - 1) znakov, ukladá sa s 2-" "bytovým prefixom, ktorý obsahuje dĺžku textu v bytoch" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18658,7 +18649,7 @@ msgstr "" "Stĺpec typu TEXT, maximálna dĺžka 16 777 215 (2^24 - 1) znakov, ukladá sa s " "3-bytovým prefixom, ktorý obsahuje dĺžku textu v bytoch" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18667,21 +18658,21 @@ msgstr "" "Stĺpec typu TEXT, maximálna dĺžka 4 294 967 295 or 4 GB (2^32 - 1) znakov, " "ukladá sa s 4-bytovým prefixom, ktorý obsahuje dĺžku textu v bytoch" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" "Podobné typu CHAR, ale ukladá binárne bajty namiesto nebinárnych znakov" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" "Podobné typu VARCHAR, ale ukladá binárne bajty namiesto nebinárnych znakov" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18689,7 +18680,7 @@ msgstr "" "Stĺpec BLOB, maximálna dĺžka 255 (2^8 - 1) bytov, ukladá sa sa 1-bytovým " "prefixom, ktorý obsahuje dĺžku hodnoty" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18697,7 +18688,7 @@ msgstr "" "Stĺpec BLOB, maximálna dĺžka 16 777 (2^24 - 1) bytov, ukladá sa sa 3-bytovým " "prefixom, ktorý obsahuje dĺžku hodnoty" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18705,7 +18696,7 @@ msgstr "" "Stĺpec BLOB, maximálna dĺžka 65 535 (2^16 - 1) bytov, ukladá sa sa 2-bytovým " "prefixom, ktorý obsahuje dĺžku hodnoty" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18713,7 +18704,7 @@ msgstr "" "Stĺpec BLOB, maximálna dĺžka 4 294 967 295 alebo 4 GB (2^32 - 1) bytov, " "ukladá sa sa 4-bytovým prefixom, ktorý obsahuje dĺžku hodnoty" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18721,80 +18712,80 @@ msgstr "" "Vymenovanie hodnôt vybratých zo zoznamu dlhého až 65 535 hodnôt alebo " "špeciálna chybová hodnota ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Jediná hodnota vybratá z množiny max. 64 členov" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Tento typ ukladá geometriu akéhokoľvek druhu" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Bod vo dvojrozmernom priestore" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Krivka s lineárnou interpoláciou medzi bodmi" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Polygón" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Množina bodov" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Množina kriviek s lineárnou interpoláciou medzi bodmi" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Množina polygónov" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Množina geometrických objektov akéhokoľvek typu" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Ukladá Univerzálny jedinečný identifikátor (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Číslo" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Dátum a čas" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Priestorový objekt" @@ -18840,6 +18831,24 @@ msgstr "Chyba v ZIP archíve:" msgid "No files found inside ZIP archive!" msgstr "V ZIP archíve neboli nájdené žiadne súbory!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Vypne štandardné varovanie, ktoré je zobrazované na hlavnej stránke ak je " +#~ "zistený Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Varovanie Suhosin rozšírenia" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Webový server beží so Suhosin-patchom. Možné dôsledky konzultujte s " +#~ "%sdokumentáciou%s." + #~ msgid "Version information" #~ msgstr "Informácie o verzii" diff --git a/resources/po/sl.po b/resources/po/sl.po index d21151d364..ace0488717 100644 --- a/resources/po/sl.po +++ b/resources/po/sl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-09-22 11:47+0000\n" "Last-Translator: Domen \n" "Language-Team: Slovenian %s" msgstr "Shrani na strežnik v imenik %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Prepiši obstoječo(e) datoteko(e)" @@ -3643,7 +3643,7 @@ msgstr "Uporabi" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Nazaj" @@ -3653,7 +3653,7 @@ msgstr "Nazaj" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Uvozi" @@ -3997,8 +3997,8 @@ msgstr "Nalaganje SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Zbirke podatkov" @@ -4020,7 +4020,7 @@ msgid "Recent" msgstr "Nedavno" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Priljubljene tabele" @@ -4058,17 +4058,17 @@ msgid "Features" msgstr "Lastnosti" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Poizvedbe SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigacijska plošča" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Glavna plošča" @@ -4539,13 +4539,28 @@ msgstr "Preveri privilegije za zbirko podatkov \"%s\"." msgid "Check privileges" msgstr "Preveri privilegije" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Izvedi poizvedbo/poizvedbe SQL na zbirki podatkov %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Skupaj:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4553,16 +4568,16 @@ msgstr "" "Obvestilo: Omogočitev statistike zbirke podatkov lahko povzroči močno " "povečan promet med spletnim in podatkovnim strežnikom." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Omogoči statistiko" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Brez zbirk podatkov" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Potrdi" @@ -5621,7 +5636,7 @@ msgid "Current server:" msgstr "Trenutni strežnik:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Strežniki" @@ -5705,7 +5720,7 @@ msgid "Test:" msgstr "Preizkus:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Strežnik" @@ -6309,7 +6324,7 @@ msgstr "Pokaži obrazec" msgid "Show hidden messages" msgstr "Prikaži skrita sporočila" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Vrsta overovitve" @@ -6391,7 +6406,7 @@ msgid "Detailed profile" msgstr "Podrobni profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Vrstni red" @@ -6452,7 +6467,7 @@ msgstr "Tortni diagram z rezultati profiliranja." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Poizvedbo SQL smo uspešno izvedli." @@ -6498,7 +6513,7 @@ msgstr "Ločilo" msgid "Show this query here again" msgstr "Ponovno pokaži poizvedbo v tem oknu" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Ohrani polje poizvedbe" @@ -6973,7 +6988,7 @@ msgid "Delete the view (DROP)" msgstr "Izbriši pogled (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Zgradba tabele" @@ -7139,32 +7154,32 @@ msgid "Index length" msgstr "Dolžina indeksa" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analiziraj" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Označi" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimiraj" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Ponovno sestavi" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Popravi" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Izprazni" @@ -9041,14 +9056,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamsko" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9226,19 +9233,19 @@ msgstr "oboje zgoraj" msgid "neither of the above" msgstr "nič od zgoraj" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Uporabniki ne morejo določiti višje vrednosti" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Če je omogočeno, lahko uporabnik vstopi v katerikoli strežnik MySQL v " "prijavnem obrazcu z overovitvijo piškotkov." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9248,7 +9255,7 @@ msgstr "" "določen strežnik MySQL omogočena z ujemanjem IP-naslova ali gostiteljevega " "imena strežnika MySQL z danim regularnim izrazom." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9259,7 +9266,7 @@ msgstr "" "[strong]varnostno luknjo[/strong], saj dovoljuje skriptne napade z okvirji " "(XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9267,43 +9274,43 @@ msgstr "" "Skrivno geslo, ki se uporabi pri šifriranju piškotkov v overovitvi " "[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Omogoči stiskanje bzip2 za posege uvoza." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Vnesite URL za vaš API, združljiv z reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" "Vnesite podatke Content-Security-Policy za vaš API, združljiv z reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Vnesite parameter zahteve za vaš API, združljiv z reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Vnesite parameter odgovora za vaš API, združljiv z reCAPTCHA v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Vnesite vaš javni ključ storitve reCAPTCHA na vaši domeni." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Vnesite vaš zasebni ključ storitve reCAPTCHA vaše domene." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" "Vnesite vaš URL za preverjanje strani (siteverify) vaše storitve reCAPTCHA." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9313,7 +9320,7 @@ msgstr "" "CHAR in VARCHAR; [kbd]input[/kbd] – omogoča omejevanje dolžine vnosa, " "[kbd]textarea[/kbd] – omogoča nove vrstice v stolpcu." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9321,14 +9328,14 @@ msgstr "" "Uporabi uporabniku prijazen urejevalnik za urejanje poizvedb SQL " "(CodeMirror) z obarvanjem skladnje in številkami vrstic." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" "Pred izvedbo poizvedbe najdi napake v njej. CodeMirror mora biti omogočen." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9336,7 +9343,7 @@ msgstr "" "Določa najmanjšo velikost vnosnih polj, ustvarjenih za stolpce CHAR in " "VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9344,7 +9351,7 @@ msgstr "" "Določa največjo velikost vnosnih polj, ustvarjenih za stolpce CHAR in " "VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9352,7 +9359,7 @@ msgstr "" "Stisne izvoze gzip med izvajanjem, brez večje porabe spomina; če naletite na " "težave z ustvarjenimi datotekami gzip, to funkcijo onemogočite." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9360,15 +9367,15 @@ msgstr "" "Ali se naj prikaže opozorilo (\"Ali res želite ...\"), ko boste izgubili " "podatke." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Samodokončanje imen tabel in stolpcev v poizvedbah SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9376,7 +9383,7 @@ msgstr "" "Vrednosti za seznam možnosti privzetih pretvorb. Te bodo prepisane, če je " "pretvorba izpolnjena na strani strukture tabele." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9384,7 +9391,7 @@ msgstr "" "Onemogoči množične operacije vzdrževanja tabel, kot je optimiranje ali " "popravljanje izbranih tabel zbirke podatkov." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9392,12 +9399,12 @@ msgstr "" "Nastavi število sekund, ko se skript lahko izvaja ([kbd]0[/kbd] za " "neomejeno)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Izključi opredelitev trenutnega uporabnika" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9405,7 +9412,7 @@ msgstr "" "Vrstni red za predmete na spustnem seznamu tujih ključev; [kbd]content[/kbd] " "je sklicevan podatek, [kbd]id[/kbd] je vrednost ključa." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9414,7 +9421,7 @@ msgstr "" "[doc@faq6-27]dokumentacijo[/doc] za čarobne nize, ki jih lahko uporabite za " "pridobitev posebnih vrednosti." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9422,7 +9429,7 @@ msgstr "" "Pomnite, da je phpMyAdmin samo uporabniški vmesnik in njegove lastnosti ne " "omejujejo MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9430,7 +9437,7 @@ msgstr "" "Napredne nastavitve strežnika; ne spreminjajte teh možnosti, če ne veste " "čemu služijo." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9440,7 +9447,7 @@ msgstr "" "funkcij, glej [doc@linked-tables]hrambo konfiguracije phpMyAdmin[/doc] v " "dokumentaciji." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9448,116 +9455,116 @@ msgstr "" "Sledenje spremembam narejenih v zbirki podatkov. Potrebuje hrambo " "konfiguracije phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Prilagodite način brskanja." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Prilagodite privzete možnosti." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Nastavitve za razvijalce phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Prilagodite način urejanja." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Prilagodite privzete možnosti izvoza." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Nastavi nekatere pogosto uporabljane možnosti." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Prilagodite pogoste privzete možnosti uvoza." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Nastavi mape za uvoz in izvoz ter možnosti stiskanja." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Možnosti prikaza zbirk podatkov." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Prilagodite prikaz navigacijske plošče." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Prilagodi navigacijsko drevo." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Možnosti prikaza strežnikov." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Možnosti prikaza tabel." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Nastavitve, ki se ne uvrščajo nikamor drugam." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Nastavitve overovitve." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Vnesite parametre povezave s strežnikom." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Prilagodi povezave prikazane v poljih poizvedbe SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Nastavitve poizvedb SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Prilagodi začetno stran." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Izberite podrobnosti, ki jih želite prikazati v zgradbi zbirke podatkov " "(seznam tabel)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Nastavitve zgradbe tabele (seznam stolpcev)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Določite, kako želite, da delujejo zavihki." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Prilagodi polja za vnos besedila." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Prilagodite privzete možnosti" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Onemogoči nekatera opozorila, ki jih prikazuje phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Omogoči stiskanje gzip za posege uvoza in izvoza." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9565,7 +9572,7 @@ msgstr "" "Če je omogočeno, phpMyAdmin nadaljuje z izvajanjem poizvedb z več izjavami, " "četudi ena od poizvedb spodleti." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9575,7 +9582,7 @@ msgstr "" "omejitve. To je morda dober način za uvoz velikih datotek, čeprav lahko " "prekine transakcije." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9583,15 +9590,15 @@ msgstr "" "Privzeta oblika; pomnite, da je seznam odvisen od položaja (zbirka podatkov, " "tabela) in vedno je na voljo samo SQL." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Ko pri uvozu obstajajo podvojeni ključi, posodobi podatke" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Število poizvedb, ki jih naj preskočim od začetka." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9602,7 +9609,7 @@ msgstr "" "hitro povzroči pozabljanje odjavljanja iz ostalih strežnikov, ko ste " "povezani na več strežnikov." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9610,7 +9617,7 @@ msgstr "" "Določi, ali se naj prejšnji prijavni podatki v načinu overovitve " "[kbd]cookie[/kbd] prikličejo ali ne." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9622,11 +9629,11 @@ msgstr "" "sejo in bo izbrisan takoj, ko zaprete okno brskalnika. To je priporočeno za " "okolja, ki jim ne zaupate." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Največje število znakov pri prikazu poizvedbe SQL." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9634,7 +9641,7 @@ msgstr "" "Število predmetov, ki se lahko prikažejo na posamezni strani na prvi stopnji " "navigacijskega drevesa." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9642,7 +9649,7 @@ msgstr "" "Število predmetov, ki se lahko prikažejo na posamezni strani navigacijskega " "drevesa." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9651,7 +9658,7 @@ msgstr "" "rezultatov vsebuje več vrstic, se prikažeta povezavi »Prejšnja« " "in »Naslednja«." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9659,16 +9666,16 @@ msgstr "" "Število bajtov, ki jih skript lahko dodeli, npr. [kbd]32M[/kbd] ([kbd]-1[/" "kbd] za neomejeno in [kbd]0[/kbd], da ostane enako)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Na navigacijski plošči zamenja drevo zbirke podatkov z izbirnikom" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Poveži z glavno ploščo tako, da označiš trenutno zbirko podatkov ali tabelo." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9676,7 +9683,7 @@ msgstr "" "Odpre povezano stran v glavnem ([code]main[/code]) ali v novem oknu " "([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9684,7 +9691,7 @@ msgstr "" "Najmanjše število predmetov (tabel, pogledov, rutin in dogodkov), potrebnih " "za prikaz filtrirnega polja." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9692,70 +9699,70 @@ msgstr "" "Združi predmete v navigacijskem drevesu (določeno z ločilom, navedenim v " "zavihkih Zbirke podatkov in Tabele spodaj)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Ali naj bo ponujena možnost razširitve drevesa na navigacijski plošči." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazane procedure" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Ali naj samsko zbirko podatkov samodejno razširimo v navigacijskem drevesu." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Nastavite na 0, da skrijete navigacijsko ploščo." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Prikaži logotip na navigacijski plošči." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL, kamor bo kazal logotip na navigacijski plošči." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Prikaži izbrani strežnik na vrhu navigacijske plošče." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Niz, ki loči zbirke podatkov v drugi nivo drevesa." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Niz, ki loči tabele v različne stopnje drevesa." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Poudari strežnik pod miškinim kazalcem." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazane tabele" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazani pogledi" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazane funkcije" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" "Ali naj bodo pod zbirko podatkov v navigacijskem drevesu prikazani dogodki" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9763,7 +9770,7 @@ msgstr "" "[kbd]SMART[/kbd] – tj. padajoči vrstni red za stolpce vrste TIME, DATE, " "DATETIME in TIMESTAMP, v naprotnem primeru naraščajoči vrstni red." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9773,7 +9780,7 @@ msgstr "" "podatkov Struktura, če katera od tabel, potrebnih za hrambo konfiguracije " "phpMyAdmin, ni bila najdena." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9781,7 +9788,7 @@ msgstr "" "Onemogoči privzeto opozorilo, ki se prikaže na strani Struktura, če so imena " "stolpcev v tabeli rezervirane besede MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9791,13 +9798,13 @@ msgstr "" "(potrebuje hrambo konfiguracije phpMyAdmin). Če je onemogočeno, se za prikaz " "zgodovine poizvedb uporabi rutina JavaScript (ki se izgubi ob zaprtju okna)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Dovoli uporabnikom ustvarjanje zaznamkov, ki bodo na voljo vsem ostalih " "uporabnikom" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9805,7 +9812,7 @@ msgstr "" "Določi časovni pas v uporabi; lahko se razlikuje od časovnega pasu na " "strežniku zbirke podatkov" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9813,7 +9820,7 @@ msgstr "" "Pustite prazno, če ne želite podpore [doc@bookmarks@]zaznamkov[/doc]; " "predlagano: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9821,7 +9828,7 @@ msgstr "" "Pustite prazno, če ne želite pripomb/vrst predstavnosti stolpcev; " "predlagano: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9829,7 +9836,7 @@ msgstr "" "Posebni uporabnik MySQL, konfiguriran z omejenimi dovoljenji; več informacij " "je na voljo na [doc@linked-tables]wikiji[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9837,7 +9844,7 @@ msgstr "" "Nadomestni gostitelj, ki ima shrambo konfiguracije; pustite prazno, če " "želite uporabiti že opredeljen gostitelj." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9847,7 +9854,7 @@ msgstr "" "pustite prazno, če želite uporabiti privzeta vrata ali že nastavljena vrata " "v primeru, ko je nadzorni gostitelj enak gostitelju." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9857,7 +9864,7 @@ msgstr "" "issues/8970]sledilniku težav phpMyAdmin[/a] in [a@https://bugs.mysql." "com/19588]hroščih MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9865,7 +9872,7 @@ msgstr "" "Pustite prazno, če ne želite podpore zgodovine poizvedb SQL; predlagano: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9873,7 +9880,7 @@ msgstr "" "Omeji število nastavitev tabel, ki so shranjene v zbirki podatkov; " "najstarejši zapisi bodo samodejno odstranjeni." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9881,7 +9888,7 @@ msgstr "" "Pustite prazno, če ne želite podpore izvoza predlog; predlagano: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9889,7 +9896,7 @@ msgstr "" "Pustite prazno, če ne želite podpore osrednjih stolpcev; predlagano: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9899,14 +9906,14 @@ msgstr "" "uporabiti dobesedno, npr. uporabite [kbd]'my\\_db'[/kbd] in ne [kbd]'my_db'[/" "kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Pustite prazno, če ne želite podpore sheme PDF; predlagano: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9916,7 +9923,7 @@ msgstr "" "si [doc@linked-tables]pmadb[/doc] za vse informacije. Pustite prazno, če ne " "želite podpore. Predlagano: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9924,7 +9931,7 @@ msgstr "" "Pustite prazno, če ne želite »vztrajnih« nedavno uporabljenih tabel skozi " "seje; predlagano: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9932,7 +9939,7 @@ msgstr "" "Pustite prazno, če ne želite »vztrajnih« priljubljenih tabel skozi seje; " "predlagano: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9940,12 +9947,12 @@ msgstr "" "Pustite prazno, če ne želite podpore [doc@relations@]relacijskih povezav[/" "doc]; priporočeno: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "Oglejte si [doc@authentication-modes]vrste overovitev[/doc] za primer." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9953,7 +9960,7 @@ msgstr "" "Pustite prazno, če ne želite podpore sheme PDF; predlagano: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9961,7 +9968,7 @@ msgstr "" "Tabela za opisovanje prikaznih stolpcev; pustite prazno, če ne želite " "podpore; predlagano: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9969,7 +9976,7 @@ msgstr "" "Pustite prazno, če ne želite »vztrajnih« nastavitev uporabniškega vmesnika " "tabel skozi seje; predlagano: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9977,7 +9984,7 @@ msgstr "" "Ali naj se stavek DROP DATABASE IF EXISTS doda kot prva vrstica v dnevnik " "pri ustvarjanju zbirke podatkov." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9985,7 +9992,7 @@ msgstr "" "Ali naj se stavek DROP TABLE IF EXISTS doda kot prva vrstica v dnevnik pri " "ustvarjanju tabele." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -9993,13 +10000,13 @@ msgstr "" "Ali naj se stavek DROP VIEW IF EXISTS doda kot prva vrstica v dnevnik pri " "ustvarjanju pogleda." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Določi seznam stavkov, ki jih samodejno ustvarjanje uporabi za nove " "različice." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10007,14 +10014,14 @@ msgstr "" "Pustite prazno, če ne želite podpore sledenja poizvedb SQL; predlagano: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Ali naj mehanizem sledenja ustvari različice tabel in pogledov samodejno." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10022,7 +10029,7 @@ msgstr "" "Pustite prazno, če ne želite hranjenja uporabnikovih nastavitev v zbirki " "podatkov; predlagano: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10032,7 +10039,7 @@ msgstr "" "funkcionalnosti nastavljivih menijev; če eno od njiju pustite prazno, boste " "onemogočiti funkcionalnost; predlagano: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10042,7 +10049,7 @@ msgstr "" "funkcionalnosti nastavljivih menijev; če eno od njiju pustite prazno, boste " "onemogočiti funkcionalnost; predlagano: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10050,7 +10057,7 @@ msgstr "" "Pustite prazno, če ne želite zmožnosti skrivanja in prikazovanja " "navigacijskih predmetov; predlagano: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10058,54 +10065,54 @@ msgstr "" "Uporabniku prijazen opis tega strežnika. Pustite prazno, če se naj namesto " "tega prikaže ime gostitelja." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Pustite prazno, če se ne uporablja." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Pustite prazno za privzeto." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Ime področja HTTP Basic Auth, ki se prikaže med HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Način overovitve za uporabo." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Stisni povezavo s strežnikom MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Skrije zbirke podatkov, ki se ujemajo z običajnim izrazom (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Ime gostitelja, kjer teče strežnik MySQL." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Pustite prazno, če ne uporabljate overovitve config." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Vrata, na katera naj bo strežnik MySQL priključen; pustite prazno za " "privzeto." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Vtičnica na katero je povezan strežnik MySQL; pustite prazno za privzeto." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Omogoči SSL za povezavo s strežnikom MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10115,33 +10122,33 @@ msgstr "" "kbd], saj je geslo vgrajeno v konfiguracijsko datoteko; to ne omejuje " "možnosti izvedbe enakega ukaza neposredno." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Prikaži ali skrij stolpec, ki prikazuje časovni žig nastanka vseh tabel." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Prikaži ali skrij stolpec, ki prikazuje časovni žig zadnje spremembe vseh " "tabel." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Prikaži ali skrij stolpec, ki prikazuje časovni žig zadnjega preverjanja " "vseh tabel." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" "Določa ali naj bodo v načinu urejanja/vstavljanja prikazane vrste polj." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10149,53 +10156,45 @@ msgstr "" "Prikaže povezavo do podatkov [a@https://www.php.net/manual/en/function." "phpinfo.php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Ali se naj uporabniku prikaže gumb \"prikaži vse (vrstice)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Prikaži ali skrij stolpec, ki prikazuje pripombe vseh tabel." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Prikaži ali skrij stolpec, ki prikazuje kodne nabore vseh tabel." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Prikaže polja funkcij v načinu urejanja/vstavljanja." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Naj prikažem namig ali ne." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Določi, ali se naj poizvedbe SQL, ki jih ustvari phpMyAdmin, prikažejo." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Dovoli prikaz statistike zbirke podatkov in tabele (npr. poraba prostora)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Označi uporabljene tabele in omogoči prikaz zbirk podatkov z zaklenjenimi " "tabelami." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Onemogoči privzeto opozorlo, ki se prikaže na glavni strani, če je zaznan " -"Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10205,7 +10204,7 @@ msgstr "" "nastavitve PHP session.gc_maxlifetime manjša kot vrednost " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10213,7 +10212,7 @@ msgstr "" "Velikost besedilnega polja (stolpci) v načinu urejanja; vrednost bo povečana " "za polja poizvedb SQL (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10221,7 +10220,7 @@ msgstr "" "Velikost besedilnega polja (vrstice) v načinu urejanja; vrednost bo povečana " "za polja poizvedb SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10232,7 +10231,7 @@ msgstr "" "navaja, da naj phpMyAdmin zaupa glavi HTTP_X_FORWARDED_FOR (X-Forwarded-For) " "prihajajoči iz proxyja 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10240,7 +10239,7 @@ msgstr "" "Ko je onemogočeno, uporabniki ne morejo nastaviti katere koli od spodnjih " "možnosti, ne glede na potrditveno polje na desni." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10252,7 +10251,7 @@ msgstr "" "nameščen phpMyAdmin, nima neposredne povezave z internetom. Oblika je: " "»imegostitelja:številkavrat«." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10262,7 +10261,7 @@ msgstr "" "navedete uporabniško ime, se bo izvedla overitev Basic Authentication. Druge " "vrste overitve trenutno niso podprte." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10270,7 +10269,7 @@ msgstr "" "Poizvedbe izvede pritisk na Enter (namesto Ctrl+Enter). Nove vrstice lahko " "vstavite s Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10278,381 +10277,381 @@ msgstr "" "Omogoči način ničelne konfiguracije, ki omogoča, da phpMyAdmin samodejno " "nastavi hrambene tabele konfiguracije." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Poudari izbrane vrstice." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Poudari vrstico, na katero kaže kazalec miške." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Število stolpcev besedilnih polj CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Število vrstic besedilnih polj CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "Zabeleži poizvedbe SQL in njihove čase izvajanj za prikaz v konzoli" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Zavihek, ki se prikaže ob odprtju zbirke podatkov." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Zavihek, ki se prikaže ob odprtju strežnika." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Zavihek, ki se prikaže ob odprtju tabele." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Ali naj bodo dejanja strukture tabele skrita." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Ali naj bodo pripombe stolpcev prikazane v pogledu zgradbe tabele" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Prikaži naštete strežnike kot seznam namesto spustnega menija." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Uporabljen bo spustni seznam, če je prisotnih manj elementov." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Polje za privzeto vrednost za preverjanja tujih ključev pri nekaterih " "poizvedbah." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Odstranite kljukico potrditvenega polja, da onemogočite uvoz s povleci-in-" "spusti" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Koliko vrstic je lahko vstavljenih naenkrat." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Največje število znakov prikazanih v katerem koli neštevilčnem stolpcu v " "načinu brskanja." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Določa, kako dolgo (v sekundah) je prijavni piškotek veljaven." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Dvojna velikost besedilnega polja za stolpce LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Največje število zbirk podatkov, prikazanih na seznamu zbirk podatkov." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Največje število tabel, prikazanih na seznamu tabel." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Največje število nedavno uporabljenih tabel; določite 0 za onemogočitev." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Največje število priljubljenih tabel; določite 0 za onemogočitev." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "To so povezave Uredi, Kopiraj in Izbriši." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Ali naj bodo povezave vrstic prikazane tudi ko ni unikatnega ključa." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Onemogoči bližnjične tipke" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Uporabi naravni vrstni red za razvrščanje tabel in imen zbirk podatkov." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Uporabi samo ikone, samo besedilo ali oboje." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Uporabi izhod medpomnjenja GZip za povečano hitrost v prenosih HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Uporabi vztrajne povezave z zbirkami podatkov MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Prepreči urejanje stolpcev BLOB in BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Koliko poizvedb je hranjenih v zgodovini." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Določi, katere funkcije bodo uporabljene za pretvorbo nabora znakov." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Med brskanjem po tabelah se razvrščanje vsake tabele ohrani." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Privzeto razvrščanje za tabele s primarnim ključem." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Ponovi glave vsakih X celic, [kbd]0[/kbd] dezaktivira to funkcijo." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Za prikaz Možnosti" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Mapa, kamor se lahko na strežnik shranijo izvozi." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Določa, ali naj polje s poizvedbo ostane na zaslonu po njeni izvedbi." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Naslov okna brskalnika, ko je izbrana zbirka podatkov." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Naslov okna brskalnika, ko je ni izbrano nič." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Naslov okna brskalnika, ko je izbran strežnik." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Naslov okna brskalnika, ko je izbrana tabela." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Mapa na strežniku, kamor lahko naložite datoteke za uvoz." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Dovoli iskanje po celotni zbirki podatkov." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Omogoča preverjanje najnovejše različice na glavni strani phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Geslo za overitev s proxyjem." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Omogoči stiskanje ZIP za posege uvoza in izvoza." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Izberite privzeto dejanje za pošiljanje poročil o napakah." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Dovoli prijavo v katerikoli strežnik MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Omeji prijavo na strežnik MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Dovoli uokvirjanje tretjim osebam" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" "Pokaži povezavo »Zavrzi zbirko podatkov« normalnim uporabnikom" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Skrivno geslo (blowfish)" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Označevalnik vrstic" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Poudari kazalec" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Urejanje stolpcev CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Omogoči CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Omogoči linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Najmanjša velikost vnosnega polja" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Največja velikost vnosnega polja" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Stolpcev polja CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Vrstic polja CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Preveri dovoljenja konfiguracijske datoteke" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Stisni med izvajanjem" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Potrjevanje poizvedb DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Velikost papirja" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Privzet zavihek zbirke podatkov" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Privzet zavihek strežnika" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Privzet zavihek tabele" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Omogoči samodokončanje imen tabel in stolpec" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Prikaži pripombe stolpcev" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Skrij dejanja strukture tabele" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Privzete pretvorbe za Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Privzete pretvorbe za Substring" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Privzete pretvorbe za Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Privzete pretvorbe za External" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Privzete pretvorbe za PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Privzete pretvorbe za DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Privzete pretvorbe za Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Privzete pretvorbe za TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Privzete pretvorbe za TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Prikaži strežnike kot seznam" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Onemogoči množično vzdrževanje tabel" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Najdaljši čas izvajanja" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Uporabi ukaz [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Shrani kot datoteko" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Nabor znakov datoteke" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Stiskanje" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10660,56 +10659,56 @@ msgstr "Stiskanje" msgid "Put columns names in the first row" msgstr "Postavi imena stolpcev v prvo vrstico" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Stolpci so obdani z" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Stolpci so izognjeni z" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Zamenjaj NULL z" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Odstrani znake CRLF znotraj stolpcev" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Stolpci so zaključeni z" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Vrstice so zaključene z" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Izdaja za Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Predloga imena zbirke podatkov" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Predloga imena strežnika" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Predloga imena tabele" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10719,80 +10718,80 @@ msgstr "Predloga imena tabele" msgid "Dump table" msgstr "Odloži tabelo" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Vključi ime tabele" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Ime tabele" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Nadaljevanje imena tabele" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Označi ključ" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Razmerja" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Način izvoza" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Shrani na strežnik" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Izvozi v ločenih datotekah" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Zapomni si predlogo imena datoteke" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Iz opredelitev odstrani stavek DEFINER" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Obdaj imena tabel in stolpcev z enojnimi poševnimi narekovaji" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Združljivostni način SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Datumi za ustvarjeno/posodobljeno/preverjeno" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Uporabi zakasnjeno vstavljanje" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Onemogoči preverjanja tujih ključev" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Izvozi poglede kot tabele" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Izvozi sorodne metapodatke iz hrambe konfiguracije phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Uporabi šestnajstiško za BINARY in BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10800,847 +10799,847 @@ msgstr "" "Dodaj IF NOT EXISTS (manj učinkovito, saj bodo indeksi ustvarjeni med " "ustvarjanjem tabele)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s pogled" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Uporabi možnost prezri vstavke" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Skladnja ob vstavljanju podatkov" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Največja dolžina ustvarjene poizvedbe" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Vrsta izvoza" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Vključi izvoz v transakcijo" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Izvozi čas v UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Vrstni red spustnega seznama tujih ključev" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Omejitev tujih ključev" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Preverjanja tujih ključev" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Prvi dan koledarja" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Način brskanja" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Razvijalec" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Način urejanja" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Privzete možnosti izvoza" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Splošno" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Privzete možnosti uvoza" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Uvoz / izvoz" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigacijsko drevo" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Druge nastavitve" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Naslovi strani" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Varnost" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Osnovne nastavitve" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Overovitev" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Konfiguracija strežnika" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Hramba konfiguracije" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Sledenje spremembam" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Polje poizvedbe SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Zagon" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Zgradba zbirke podatkov" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Zavihki" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Prikaži relacijsko shemo" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Besedilna polja" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Besedilo Texy!" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Opozorila" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Dodatni parametri za iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Prezri napake več stavkov" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Omogoči uvoz s povleci-in-spusti" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Delni uvoz: dovoli prekinitev" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Ne prekini ob napaki INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Dodaj ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Oblika uvožene datoteke" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Uporabi ključno besedo LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Imena stolpcev v prvi vrstici" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Ne uvozi praznih vrstic" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Uvozi denarne enote ($5.00 v 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Uvozi odstotke kot ustrezne decimalne vrednosti (12.00% v .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Delni uvoz: preskoči poizvedbe" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne uporabi AUTO_INCREMENT za ničelne vrednosti" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Preberi kot večbajtno" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Začetno stanje drsnikov" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Število vstavljenih vrstic" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Omejitev znakov stolpca" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Izbriši vse piškotke ob odjavi" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Prikliči uporabniško ime" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Shranjevanje prijavnih piškotkov" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Veljavnost prijavnega piškotka" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Večje besedilno polje za LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Največja dolžina prikazanega SQL" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Največ zbirk podatkov" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Največ predmetov na prvi stopnji" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Največ predmetov v veji" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Največje število vrstic za prikaz" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Največ tabel" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Omejitev spomina" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Prikaži navigacijo po zbirkah podatkov kot drevo" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Širina navigacijske plošče" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Poveži z glavno ploščo" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Prikaži logotip" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL-povezava logotipa" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Cilj povezave logotipa" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Prikaži izbiro strežnikov" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Cilj ikone za hitri dostop" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Cilj druge ikone za hitri dostop" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Najmanjše število predmetov, potrebnih za prikaz filtrirnega polja" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" "Najmanjše število zbirk podatkov, potrebnih za prikaz polja za filtriranje " "zbirk podatkov" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Združi predmete v drevesu" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Ločilo drevesa zbirke podatkov" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Ločilo drevesa tabel" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Največja globina drevesa tabel" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Omogoči poudarjanje" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Omogoči razširitev navigacijskega drevesa" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "V drevesu prikaži tabele" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "V drevesu prikaži poglede" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "V drevesu prikaži funkcije" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "V drevesu prikaži procedure" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "V drevesu prikaži dogodke" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Razširi samsko zbirko podatkov" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Nedavno uporabljene tabele" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Kje naj prikažem povezave vrstic tabel" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Prikaži povezave vrstic v vsakem primeru" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Naravni vrstni red" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Navigacijska vrstica tabele" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Izhod medpomnjenja GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Privzet vrstni red" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Vztrajne povezave" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Manjkajoče tabele hrambe konfiguracije phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Opozorilo rezerviranih besed MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Kako prikazati zavihke menija" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Kako prikazati različne povezave dejanj" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Zaščiti dvojiške stolpce" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Trajna zgodovina poizvedb" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Dolžina zgodovine poizvedb" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Dovoli deljene zaznamke med uporabniki" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Snemalni pogon" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Ohrani razvrščanje tabel" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Privzeto razvrščanje primarnega ključa" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Ponovi glave" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Urejanje mreže: sproži dejanje" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relacijski prikaz" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Urejanje mreže: naenkrat shrani vse urejene celice" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Mapa za shranjevanje" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Zaporedje overovitve gostitelja" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Pravila overovitve gostitelja" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Dovoli prijave brez gesla" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Dovoli prijavo root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Časovni pas seje" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Področje HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabela zaznamkov" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabela informacij stolpcev" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Stisni povezavo" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Geslo krmilnega uporabnika" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Krmilni uporabnik" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Krmilni gostitelj" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Krmilna vrata" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Onemogoči uporabo INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Skrij zbirke podatkov" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabela zgodovine poizvedb SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Ime gostitelja strežnika" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Odjavni URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Največje število shranjenih nastavitev tabel" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Izvozi tabelo s predlogami" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabela osrednjih stolpcev" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Prikaži samo navedene zbirke podatkov" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Geslo za overovitev config" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-shema: tabele strani" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Vrata strežnika" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Nedavno uporabljena tabela" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabela priljubljenih" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relacijska tabela" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Ime seje signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Vtičnica strežnika" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Uporabi SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Shema PDF in Designer: koordinate tabel" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Tabela prikaznih stolpcev" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabela nastavitev uporabniškega vmesnika" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Dodaj DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Dodaj DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Izjave za sledenje" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Tabela sledenja poizvedb SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Samodejno ustvari različice" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabela za hranjenje uporabnikovih nastavitev" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabela uporabnikov" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabela uporabniških skupin" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Skriti predmeti navigacijskega drevesa" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Uporabnik za overovitev config" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Razširjeno ime tega strežnika" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Dovoli prikaz vseh vrstic" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Pokaži obrazec za spremembo gesla" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Pokaži obrazec za ustvarjanje zbirke podatkov" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Prikaži pripombe tabele" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Prikaži časovni žig nastanka" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Prikaži časovni žig zadnje spremembe" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Prikaži časovni žig zadnjega preverjanja" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Prikaži kodni nabor tabele" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Pokaži vrste polj" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Prikaži polja funkcij" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Prikaži namig" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Prikaži povezavo phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Prikaži podrobne informacije o strežniku MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Pokaži poizvedbe SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Pokaži statistiko" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Preskoči zaklenjene tabele" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Razloži stavek SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Ustvari kodo PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Opozorilo Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Opozorilo o veljavnost prijavnega piškotka" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Stolpcev besedilnega polja" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Vrstic besedilnega polja" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Privzeti naslov" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Seznam zaupanja vrednih proxyjev za sprejetje/zavrnitev IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Mapa za nalaganje" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Uporabi iskanje po zbirki podatkov" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Omogoči zavihek Razvijalec v nastavitvah" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Preverjanje različice" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "URL proxyja" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Uporabniško ime proxyja" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Geslo proxyja" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL za API reCAPTCHA v2" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Podatki Content-Security-Policy za API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Parameter zahteve za API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Parameter odgovora za reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Javni ključ za reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Zasebni ključ za reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL za preverjanje strani (siteverify) reCAPTCHA" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Pošlji poročila o napakah" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter izvede poizvedbe v konzoli" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Omogoči način ničelne konfiguracije" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Izvedi poizvedbe z enter in vstavi novo vrstico s shift + enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Višina konzole" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Konzolni način" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Razvrsti po" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Razvrščanje znakov povezave strežnika" @@ -11673,7 +11672,8 @@ msgstr "Stisnjeni uvoz ne bo deloval, saj manjka funkcija %s." msgid "Compressed export will not work due to missing function %s." msgstr "Stisnjeni izvoz ne bo deloval, saj manjka funkcija %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "največ %s" @@ -11707,7 +11707,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Preglednica OpenDocument" @@ -11715,7 +11715,7 @@ msgstr "Preglednica OpenDocument" msgid "OpenDocument Text" msgstr "Besedilo OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV z uporabo LOAD DATA" @@ -11874,7 +11874,7 @@ msgstr "" "%1$sStiskanje in razširjanje GZip%2$s zahteva funkcije (%3$s), ki na tem " "sistemu niso na voljo." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Strežnik %d" @@ -12152,7 +12152,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Ne morem naložiti vtičnikov za izvoz, prosimo, preverite vašo namestitev!" @@ -12284,7 +12284,7 @@ msgid "Success!" msgstr "Uspešno!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12348,7 +12348,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Morda boste želeli osvežiti stran." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Slaba vrsta!" @@ -12476,16 +12476,7 @@ msgstr "" "strežnika morda ogrožena, saj bodo nepooblaščene osebe lahko prenesle vašo " "konfiguracijo." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Strežnik, ki teče z Suhosin. Prosimo, nanašajte se na %sdokumentacijo%s za " -"morebitna vprašanja." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12494,7 +12485,7 @@ msgstr "" "$cfg['TempDir'] (%s) ni dostopen. phpMyAdmin ne more predpomniti predlog in " "bo zaradi tega počasen." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12504,7 +12495,7 @@ msgstr "" "delovanje phpMyAdmina. Prosimo, oglejte si [doc@faq1-46]dokumentacijo[/doc] " "za morebitne težave." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12514,7 +12505,7 @@ msgstr "" "nabor znakov. Brez razširitve mbstring phpMyAdmin ni sposoben pravilno " "razcepiti nizov, kar lahko vodi v nepričakovane rezultate." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12592,7 +12583,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Poizvedbe \"DROP DATABASE\" so izključene." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[Zgodil se je ROLLBACK.]" @@ -14493,7 +14484,7 @@ msgid "No such column" msgstr "Ni takšnega stolpca" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Niz" @@ -15353,7 +15344,7 @@ msgstr "Napačni podatki" msgid "Wrong data or no validation for %s" msgstr "Napačni podatki ali pa ni preverjanja za %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Ustvarili smo zaznamek %s." @@ -15434,7 +15425,7 @@ msgstr "Prišlo je do težave z vašo zahtevo." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vrnil kot rezultat prazno množico (npr. nič vrstic)." @@ -15826,27 +15817,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Vrstica je izbrisana." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Poizvedba je potrebovala %01.4f sekunde." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Prikazujem vrstice %1s–%2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "skupno %1$s, %2$s v poizvedbi" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "skupaj %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Povezave ni mogoče najti!" @@ -16476,11 +16467,11 @@ msgstr "" msgid "web server upload directory:" msgstr "imenik za nalaganje datotek:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Prikazovanje poizvedbe SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Id vstavljene vrstice: %1$d" @@ -16927,39 +16918,39 @@ msgstr "Seznam temelji na podmnožici podatkov iz tabele in ni nujno točen. " msgid "No partial dependencies found!" msgstr "Našli nismo nobene delne odvisnosti!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Združi (coalesce)" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Tabele ne morete premakniti same vase!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Tabele ne morete kopirati same vase!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabelo %s smo premaknili na %s. Privilegije smo prilagodili." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabelo %s smo skopirali na %s. Privilegije smo prilagodili." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabelo %s smo premaknili na %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabelo %s smo skopirali na %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Ime tabele je prazno!" @@ -17041,7 +17032,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Omogočili ste dvostopenjsko overovitev; prosimo, potrdite svojo prijavo." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Stolpci so ločeni z:" @@ -17461,7 +17452,7 @@ msgstr "" "Sistem zbirk podatkov ali starejši strežnik MySQL, s katerim naj bo izhod " "kar se da združljiv:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17486,19 +17477,19 @@ msgstr "" "Ko pri uvozu obstajajo podvojeni ključi, posodobi podatke (dodaj ON " "DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Ime nove tabele (izbirno):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Ime nove zbirke podatkov (izbirno):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Uvozi toliko vrstic (izbirno):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17506,7 +17497,7 @@ msgstr "" "Prva vrstica v datoteki vsebuje imena stolpcev tabele (če to ni označeno, " "bo prva vrstica postala del podatkov)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17516,27 +17507,27 @@ msgstr "" "podatkov, tukaj navedite ustrezna imena stolpcev. Imena stolpcev morajo biti " "ločena z vejicami in ne smejo biti obdana z narekovaji." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Imena stolpcev:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Neveljavna oblika vnosa CSV v vrstici %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Neveljavno število stolpcev v vnosu CSV v vrstici %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Neveljavni parameter za uvoz CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18315,11 +18306,11 @@ msgstr "Na voljo ni novejše stabilne različice" msgid "Using bookmark \"%s\" as default browse query." msgstr "Uporaba zaznamka \"%s\" kot privzeto poizvedbo med brskanjem." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Prikazovanje kot koda PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18328,7 +18319,7 @@ msgstr "" "Trenutna izbira ne vsebuje unikatnega stolpca. Možnosti urejanja mreže, " "potrditvena polja, Uredi, Kopiraj in Izbriši niso na voljo. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18594,22 +18585,22 @@ msgstr "Navesti morate veljavno ime tabele!" msgid "You must provide a trigger definition." msgstr "Navesti morate opredelitev sprožilca." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "prazno" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "ni prazno" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1-bitno celo število; predznačen razpon je -128 do 127, nepredznačen razpon " "pa 0 do 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18617,7 +18608,7 @@ msgstr "" "2-bitno celo število; predznačen razpon je -32.768 do 32.767, nepredznačen " "razpon pa 0 do 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18625,7 +18616,7 @@ msgstr "" "3-bitno celo število; predznačen razpon je -8.388.608 do 8.388.607, " "nepredznačen razpon pa 0 do 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18633,7 +18624,7 @@ msgstr "" "4-bitno celo število; predznačeni razpon je od -2.147.483.648 do " "2.147.483.647, nepredznačeni razpon pa od 0 do 4.294.967.295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18642,7 +18633,7 @@ msgstr "" "9.223.372.036.854.775.807, nepredznačen razpon pa 0 do " "18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18650,7 +18641,7 @@ msgstr "" "Število s fiksno vejico (M, D) – največje število števk (M) je 65 (privzeto " "10), največje število decimalnih mest (D) je 30 (privzeto 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18659,7 +18650,7 @@ msgstr "" "-3,402823466E+38 do -1,175494351E-38, 0 in od 1,175494351E-38 do " "3,402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18669,7 +18660,7 @@ msgstr "" "-1,7976931348623157E+308 do -2,2250738585072014E-308, 0 in od " "2,2250738585072014E-308 do 1,7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18677,7 +18668,7 @@ msgstr "" "Sopomenka za DOUBLE (izjema: v načinu SQL REAL_AS_FLOAT je sopomenka za " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18685,7 +18676,7 @@ msgstr "" "Bitna vrsta polja (M), ki shrani M bitov na vrednost (privzeto je 1, največ " "je 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18693,21 +18684,21 @@ msgstr "" "Sopomenka za TINYINT(1); ničelna vrednost se obravnava kot ni res, neničelne " "vrednosti se obravnavajo kot res" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Vzdevek za BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Datum; podprt je razpon od %1$s do %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Kombinacija datuma in časa; podprt je razpon od %1$s do %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18719,12 +18710,12 @@ msgstr "" "na 64-bitnih platformah (MariaDB 11.5 in pozneje), shranjeno kot število " "sekund od dobe (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Čas; razpon je od %1$s do %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18732,7 +18723,7 @@ msgstr "" "Leto v obliki s štirimi (4, privzeto) ali dvema (2) števkama; dovoljene so " "vrednosti od 70 (1970) do 69 (2069) ali od 1901 do 2155 in 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18740,7 +18731,7 @@ msgstr "" "Niz stalne dolžine (0–255, privzeto 1), ki je ob shranjevanju vedno z desne " "zapolnjen s presledki do določene dolžine" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18749,7 +18740,7 @@ msgstr "" "Niz spremenljive dolžine (%s); učinkujoča največja dolžina je odvisna od " "največje dolžine stolpca" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18757,7 +18748,7 @@ msgstr "" "Stolpec TEXT, dolg največ 255 (2^8 - 1) znakov, shranjen z enobajtno " "predpono, ki nakazuje dolžino vrednosti v bajtih" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18765,7 +18756,7 @@ msgstr "" "Stolpec TEXT, dolg največ 65.535 (2^16 - 1) znakov, shranjen z dvobajtno " "predpono, ki nakazuje dolžino vrednosti v bajtih" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18773,7 +18764,7 @@ msgstr "" "Stolpec TEXT, dolg največ 16.777.215 (2^24 - 1) znakov, shranjen s tribajtno " "predpono, ki nakazuje dolžino vrednosti v bajtih" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18782,7 +18773,7 @@ msgstr "" "Stolpec TEXT, dolg največ 4.294.967.295 ali 4 GiB (2^32 - 1) znakov, " "shranjen s štiribajtno predpono, ki nakazuje dolžino vrednosti v bajtih" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18790,7 +18781,7 @@ msgstr "" "Podobno vrsti CHAR, vendar shranjuje dvojiške nize bajtov namesto " "nedvojiških nizov znakov" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18798,7 +18789,7 @@ msgstr "" "Podobno vrsti VARCHAR, vendar shranjuje dvojiške nize bajtov namesto " "nedvojiških nizov znakov" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18806,7 +18797,7 @@ msgstr "" "Stolpec BLOB, dolg največ 255 (2^8 - 1) znakov, shranjen z enobajtno " "predpono, ki nakazuje dolžino vrednosti v bajtih" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18814,7 +18805,7 @@ msgstr "" "Stolpec BLOB, dolg največ 16.777.215 (2^24 - 1) znakov, shranjen s tribajtno " "predpono, ki nakazuje dolžino vrednosti v bajtih" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18822,7 +18813,7 @@ msgstr "" "Stolpec BLOB, dolg največ 65.535 (2^16 - 1) znakov, shranjen z dvobajtno " "predpono, ki nakazuje dolžino vrednosti v bajtih" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18830,7 +18821,7 @@ msgstr "" "Stolpec BLOB, dolg največ 4.294.967.295 ali 4 GiB (2^32 - 1) znakov, " "shranjen s štiribajtno predpono, ki nakazuje dolžino vrednosti v bajtih" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18838,43 +18829,43 @@ msgstr "" "Naštevanje, izbrano s seznama do 65.535 vrednosti ali posebne vrednosti " "napake ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Ena vrednost, izbrana iz množice z največ 64 člani" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Vrsta, ki lahko shrani katero koli geometrijsko vrsto" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Točka v dvodimenzionalnem prostoru" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Krivulja z linearno interpolacijo med točkami" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Večkotnik" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Zbirka točk" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Zbirka krivulj z linearno interpolacijo med točkami" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Zbirka večkotnikov" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Zbirka geometrijskih objektov katere koli vrste" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18882,7 +18873,7 @@ msgstr "" "Shrani in omogoča učinkovit dostop do podatkov v dokumentih JSON (JavaScript " "Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18890,33 +18881,33 @@ msgstr "" "Namenjeno shranjevanju naslovov IPv6, kakor tudi naslovov IPv4, " "predpostavljajoč običajno preslikavo naslovov IPv4 v naslove IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" "128-bitni UUID (vsesplošno edinstven označevalnik, Universally Unique " "Identifier)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numerično" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Datum in čas" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Prostorsko" @@ -18961,6 +18952,24 @@ msgstr "Napaka v arhivu ZIP:" msgid "No files found inside ZIP archive!" msgstr "V arhivu ZIP ni bilo najdenih datotek!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Onemogoči privzeto opozorlo, ki se prikaže na glavni strani, če je zaznan " +#~ "Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Opozorilo Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Strežnik, ki teče z Suhosin. Prosimo, nanašajte se na %sdokumentacijo%s " +#~ "za morebitna vprašanja." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "Izvoz surove poizvedbe ni podprt pri tej metodi izvoza." diff --git a/resources/po/sq.po b/resources/po/sq.po index fec47aa858..1922306994 100644 --- a/resources/po/sq.po +++ b/resources/po/sq.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Albanian %s" msgstr "Ruaj në server në drejtorinë %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Mbishkruaj filin(et) ekzistues" @@ -3777,7 +3777,7 @@ msgstr "merre atë" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Prapa" @@ -3787,7 +3787,7 @@ msgstr "Prapa" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importi" @@ -4157,8 +4157,8 @@ msgstr "SQL zbraz" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databazat" @@ -4182,7 +4182,7 @@ msgid "Recent" msgstr "Të fundit" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Tabelat e preferuara" @@ -4222,17 +4222,17 @@ msgid "Features" msgstr "Tiparet" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Pyetsorët SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Paneli i navigimit" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Paneli kryesor" @@ -4760,13 +4760,28 @@ msgstr "Kontrollo privilegjet për databazën \"%s\"." msgid "Check privileges" msgstr "Kontrollo privilegjet" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Ekzekuto pyetsorin/rët SQL në databazën %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Totali:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4774,16 +4789,16 @@ msgstr "" "Shënim: Aftësimi i statistikave të databazës, mund të shkaktojë trafik të " "rënduar ndërmjet ueb serverit dhe serverit MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Aftëso statistikat" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Nuk ka databaza" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Konfirmo" @@ -5951,7 +5966,7 @@ msgid "Current server:" msgstr "Serveri aktual:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serverat" @@ -6048,7 +6063,7 @@ msgid "Test:" msgstr "Testi" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Serveri" @@ -6704,7 +6719,7 @@ msgstr "Shfaq formularin" msgid "Show hidden messages" msgstr "Shfaq njësitë e fshehta" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Tipi i autentifikimit" @@ -6790,7 +6805,7 @@ msgid "Detailed profile" msgstr "Profili i detajuar" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Renditja" @@ -6853,7 +6868,7 @@ msgstr "Rezultatet e profilimit" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Pyetsori juaj SQL është ekzekutuar me sukses." @@ -6899,7 +6914,7 @@ msgstr "Delimitër" msgid "Show this query here again" msgstr "Shfaq këtë pyetsor përsëri këtu" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Mbaj kutinë e pyetsorit" @@ -7399,7 +7414,7 @@ msgid "Delete the view (DROP)" msgstr "Fshij pamjen (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Struktura e tabelës" @@ -7582,32 +7597,32 @@ msgid "Index length" msgstr "Gjatësia e indeksit" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analizë" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Kontrollo" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimizo" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Rindërto" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Riparo" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Cungo" @@ -9593,14 +9608,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamisht" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9792,19 +9799,19 @@ msgstr "të dyja nga më sipër" msgid "neither of the above" msgstr "asnjë nga ato më sipër" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Përdoruesit nuk mund të vendosin një vlerë më të lartë" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Nëse aftësohet, përdoruesi mund të fusë ndonjë server MySQL në formularin e " "hyrjes për autent e gatimit (cookie)." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9814,7 +9821,7 @@ msgstr "" "server arbitrar MySQL është aftësuar me anë të përkimeve të IP-së ose " "hostname të serverit MySQL për shprehjen e rregullt të dhënë." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9824,7 +9831,7 @@ msgstr "" "thirrur phpMyAdmin brenda një kornize, dhe është një [strong]vrimë sigurie[/" "strong] potenciale, që lejon sulme skripti ndërmjet kornizave." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9832,17 +9839,17 @@ msgstr "" "Fraza e kalimit sekrete përdoret për gatimet (cookies) e kriptuara në " "autentifikimin [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Aftëso kompresimin bzip2 për veprimet e importit." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Fut çelësin tuaj privat për shërbimin e domainit tuaj reCaptcha." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -9850,37 +9857,37 @@ msgid "" "API." msgstr "Fut çelësin tuaj privat për shërbimin e domainit tuaj reCaptcha." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Fut çelësin tuaj privat për shërbimin e domainit tuaj reCaptcha." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Fut çelësin tuaj privat për shërbimin e domainit tuaj reCaptcha." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Fut çelësin tuaj publik për shërbimin e domainit tuaj reCaptcha." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Fut çelësin tuaj privat për shërbimin e domainit tuaj reCaptcha." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Fut çelësin tuaj privat për shërbimin e domainit tuaj reCaptcha." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9891,7 +9898,7 @@ msgstr "" "gjatësisë së futjes, [kbd]textarea[/kbd] (zona e tekstit) - lejon linjat e " "reja në kolona." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9899,7 +9906,7 @@ msgstr "" "Përdor editor miqësor për korrigjimin e pyetsorëve SQL CodeMirror, me " "theksim të sintaksës dhe numrat e rreshtave." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9907,7 +9914,7 @@ msgstr "" "Gjej gabimet në pyetsor, parase taekzekutoni atë. Kjo kërkon të aftësohet " "CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9915,7 +9922,7 @@ msgstr "" "Përcakton madhësinë minimale për fushat e të dhënave të gjeneruara për " "kolonat CHAR dhe VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9923,7 +9930,7 @@ msgstr "" "Përcakton madhësinë maksimale për fushat e të dhënave të gjeneruara për " "kolonat CHAR dhe VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9931,7 +9938,7 @@ msgstr "" "Kompresimi gzip eksporton në fluturim pa nevojën e shumë kujtese; nëse " "ndeshni në probleme me krijimin e fileve gzip pasivizoje këtë tipar." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9939,15 +9946,15 @@ msgstr "" "Nëse një paralajmërim (\"A jeni me të vërtetë i sigurtë…\"), do të shfaqet " "kur jeni duke humbur të dhëna." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Autoplotëso emrat e tabelës dhe kolonës në pyetsorët SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9955,7 +9962,7 @@ msgstr "" "Vlerat për listën e opsioneve për transformimet e parazgjedhura. Këto do të " "mbivendosen nëse transformimi plotësohet në faqen e strukturës së tabelës." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9963,7 +9970,7 @@ msgstr "" "Pasivizo veprimet masive të mirëmbajtjes së tabelës, si optimizimi apo " "riparimi i tabelave të zgjedhura të databazës." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9971,12 +9978,12 @@ msgstr "" "Vendos numrin e sekondave, që një skript lejohet të ekzekutohet ([kbd]0[/" "kbd] për asnjë kufizim)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9985,7 +9992,7 @@ msgstr "" "[kbd]përmbajtja[/kbd] janë të dhënat e referencës, [kbd]id[/kbd] është vlera " "e çelësit." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9994,7 +10001,7 @@ msgstr "" "[doc@faq6-27]dokumentacionin[/doc] për vargjet magjike, që mund të përdoren " "për të marrë vlera të veçanta." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10002,7 +10009,7 @@ msgstr "" "Ju lutem, vini re se phpMyAdmin është vetëm një ndërfaqe e përdoruesit dhe " "karakteristikat e tij nuk e kufizojnë MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -10010,7 +10017,7 @@ msgstr "" "Konfigurimi i avancuar i serverit, nuk do i ndryshojë këto opsione, nëse nuk " "e dini se për çfarë janë ata." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10020,7 +10027,7 @@ msgstr "" "shtesë, shiko [doc@linked-tables]ruajtja e konfigurimit phpMyAdmin[/doc] në " "dokumentacion." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10028,116 +10035,116 @@ msgstr "" "Gjurmimi i ndryshimeve të bëra në databazë. Kërkon ruajtjen e konfigurimit " "të phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Përshtat mënyrën e shfletimit." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Përshtat opsionet e parazgjedhura." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Rregullimet për zhvilluesit phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Përshtat mënyrën e korrigjimit." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Përshtat opsionet e parazgjedhura të eksportit." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Vendos disa opsione të përdorura zakonisht." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Përshtat opsionet e parazgjedhura të importimit të zakonshëm." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Vendos drejtoritë e importit dhe eksportit dhe opsionet kompresimit." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Opsionet e shfaqjes së databazave." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Përshtat shfaqjen e panelit të navigimit." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Përshtat pemën e navigimit." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Opsionet e shfaqjes së serverit." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Opsionet e shfaqjes së tabelës." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Rregullimet që nuk përshtaten diku tjetër." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Rregullimet e autentifikimit." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Fut parametrat e lidhjes me serverin." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Përshtat lidhjet e shfaqura në kutitë SQL Query (pyetsor)." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Rregullimet e pyetsorëve SQL." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Përshtat faqen e fillimit." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Zgjedh cilat detaje do të shfaqn në strukturën e databazës (lista e " "tabelave)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Rregullimet për strukturën e tabelës (lista e kolonave)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Zgjedh se si i doni tabelorët të punojnë." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Përshtat fushat e futjes së tekstit." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Përshtat opsionet e parazgjedhura" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Pasivizo disa nga paralajmërimet e shfaqura nga phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Aftëso kompresimin gzip për veprimet e importit dhe eksportit." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10145,7 +10152,7 @@ msgstr "" "Nëse aftësohet, phpMyAdmin vazhdon llogaritjen e pyetsorëve shumë-" "deklaratash, edhe nëse një prej pyetsorëve dështon." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10155,7 +10162,7 @@ msgstr "" "kohor. Kjo mund të jetë një mënyrë e mirë për të importuar file të mëdha, " "por mund të thyejë transaksionet." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10163,15 +10170,15 @@ msgstr "" "Formati standard; të jeni i qartë se kjo listë varet nga lokalizimi " "(databaza, tabela) dhe vetëm SQL është gjithmonë e vlefshme." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Aktualizo të dhënat kur dyfishon çelësat e gjetur në import" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Numri i pyetsorëve që shmangen nga fillimi." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10182,7 +10189,7 @@ msgstr "" "tek FALSE, e bën të lehtë harrimin e daljes nga serverat e tjerë, kur lidhet " "me servera të shumëfishtë." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10190,7 +10197,7 @@ msgstr "" "Përcaktoni nëse hyrja e mëparshme duhet të ri-thirret apo jo në mënyrën e " "autentifikimit [kbd]cookie[/kbd] (gatim)." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10202,12 +10209,12 @@ msgstr "" "ekzistuese dhe do të fshihet sapo të mbyllni dritaren e shfletuesit. Kjo " "rekomandohet për mjedise jo-të-besuar." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Numri maksimal i karaktereve që përdoret kur një pyetsor SQL është shfaqur." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10215,13 +10222,13 @@ msgstr "" "Numri i njësive që mund të shfaqet në çdo faqe të nivelit të parë të pemës " "së navigimit." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Numri i njësive që mund të shfaqet në çdo faqe të pemës së navigimit." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10230,7 +10237,7 @@ msgstr "" "rezultateve përmban më shumë radhë, lidhjet \"Përpara \" dhe \"Tjetër\" do " "të shfaqen." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10242,16 +10249,16 @@ msgstr "" "Numri i bajtëve, që një skript është i lejuar të ndajë, psh. [kbd]32M[/kbd] " "([kbd]-1[/kbd] për jo limit dhe [kbd]0[/kbd] për jo ndryshim)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Në panelin e navigimit, zëvendëso pemën e databazës me një përzgjedhës" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Lidhja me panelin kryesor, duke theksuar databazën aktuale ose tabelën." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10259,7 +10266,7 @@ msgstr "" "Hap faqen e lidhur në dritaren kryesore ([code]kryesore[/code]) ose në një " "të re ([code]e re[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10267,7 +10274,7 @@ msgstr "" "Përcakton numrin minimal të njësive (tabela, pamje, rutinat dhe ngjarjet) " "për të shfaqur një kuti filtri." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10275,68 +10282,68 @@ msgstr "" "Njësitë e grupit në pemën e navigacionit (të përcaktuar nga ndarës të " "vendosur në tabelorët e Databazave dhe Tabelave më lart)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Nëse ofron mundësinë e zgjerimit të pemës në panelin e navigimit." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Nëse shfaq procedurat nën databazë në pemën e navigimit" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Whether to show events under database in the navigation tree" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Nëse shfaq ngjarjet nën databazë në pemën e navigimit" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "Shfaq logon në panelin e navigimit." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Shfaq logon në panelin e navigimit." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL ku logo në panelin e navigimit do të tregojë." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Shfaq zgjedhjen e serverit në krye të panelit të navigimit." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Vargu që ndan databazat në nivele të ndryshme të pemës." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Vargu që ndan tabelat në nivele të ndryshme të pemës." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Thekso serverin nën kursorin e miut." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Nëse shfaq tabelat nën databazë në pemën e navigimit" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Nëse shfaq pamjet nën databazë në pemën e navigimit" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Nëse shfaq funksionet nën databazë në pemën e navigimit" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Nëse shfaq ngjarjet nën databazë në pemën e navigimit" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10344,7 +10351,7 @@ msgstr "" "[kbd]SMART[/kbd] - dmth. renditje zbritëse për kolonat e tipit TIME, DATE, " "DATETIME dhe TIMESTAMP, përndryshe rendiktje ngritëse." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10354,7 +10361,7 @@ msgstr "" "databazës Struktura, nëse ndonjë nga tabelat e kërkuara për ruajtjen e " "konfigurimit të phpMyAdmin nuk mund të gjendet." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10362,7 +10369,7 @@ msgstr "" "Pasivizon paralajmërimin standard që është shfaqur në faqen Struktura, nëse " "emrat e kolonës në një tabelë janë fjalë të rezervuara MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10372,11 +10379,11 @@ msgstr "" "konfigurimit phpMyAdmin). Nëse është pasiv, ky përdor JS-rutinat për të " "shfaqur historinë e pyetsorit (humbet me mbylljen e dritares)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -10384,7 +10391,7 @@ msgstr "" "Vendos zonën kohore efektive; ndoshta të ndryshme me atë që jepet nga " "serveri i databazës suaj" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10392,7 +10399,7 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje [doc@bookmarks@]të faqeruajtësit[/" "doc], sugjerohet: [kbd] 3pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10404,7 +10411,7 @@ msgstr "" "Lëre të zbrazët për asnjë kolonë të tipeve komente/mime, sugjerohet: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10412,7 +10419,7 @@ msgstr "" "Një përdorues i veçantë MySQL, i konfiguruar me lejime të kufizuara, më " "tepër informacion të vlefshëm në [doc@linked-tables]dokumentacioni[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10420,7 +10427,7 @@ msgstr "" "Një host (pritës) alternativ për të mbajtur ruajtjen e konfigurimit; lëre të " "zbrazët për të përdorur pritësin (host) e përcaktuar." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10431,7 +10438,7 @@ msgstr "" "portën e përcaktuar ndërkohë, nëse pritësi i kontrollit është i njëjtë me " "pritësin." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10446,7 +10453,7 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] dhe [a@https://bugs.mysql.com/19588]MySQL " "Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10454,7 +10461,7 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje të historisë së pyetsorit SQL, " "sugjerohet: [kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10462,7 +10469,7 @@ msgstr "" "Kufizon numrin e preferencave të tabelës, të cilat janë ruajtur në databazë, " "regjistrimet më të vjetra largohen automatiksht." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10470,7 +10477,7 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje të eksportit të shabllonit, sugjerohet: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10478,7 +10485,7 @@ msgstr "" "Lëre të zbrazët për jo mbështetje të kolonave qendrore, sugjerohet: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10488,14 +10495,14 @@ msgstr "" "të përdorni instancat e tyre literale, dmth. përdor [kbd]'my\\_db'[/kbd] dhe " "jo [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lëre të zbrazët për asnjë mbështetje të skemës PDF, sugjerohet: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10505,7 +10512,7 @@ msgstr "" "[doc@linked-tables][/doc][/doc]pmadb[/doc] për informacion më të plotë. Lëre " "të zbrazët për mos mbështetje. Sugjerohet: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10513,7 +10520,7 @@ msgstr "" "Lëre të zbrazët për asnjë tabelë të \"përhershme\" të përdorur së fundi " "përmes sesionit, sugjerohet: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10521,7 +10528,7 @@ msgstr "" "Lëre të zbrazët për jo tabela të preferuara të \"përhershme\" gjatë " "sesionit, sugjerohet: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10529,14 +10536,14 @@ msgstr "" "Lëre të zbrazët për jo mbështetje [doc@relations@]relation-links[/doc] " "(lidhje-relacioni), sugjerohet: [kbd]pma__relation[/kbd] (relacion_pma)." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Shiko [doc@authentication-modes]tipet e autentifikimit[/doc] për një " "shembull." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10544,7 +10551,7 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje të skemës PDF, sugjerohet: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10552,7 +10559,7 @@ msgstr "" "Tabela që përshkruan kolonat e shfaqjes, lëre të zbrazët për asnjë " "mbështetje; sugjerohet: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10560,7 +10567,7 @@ msgstr "" "Lëre të zbrazët për preferenca tabelash UI jo të \"përhershme\" përrmes " "sesionit, sugjerohet: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10568,7 +10575,7 @@ msgstr "" "Nëse një deklaratë DROP DATABASE IF EXISTS (fshij databazën nëse ekziston) " "do të shtohet si linjë e parë në regjistër (log), kur krijon një databazë." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10576,7 +10583,7 @@ msgstr "" "Nëse një deklaratë DROP TABLE IF EXISTS (fshij tabelën nëse ekziston) do të " "shtohet si linjë e parë tek regjistri (log) kur krijon një tabelë." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10584,12 +10591,12 @@ msgstr "" "Nëse një deklaratë DROP VIEW IF EXISTS (fshij pamjen nëse ekziston) do të " "shtohet si linjë e parë tek regjistri (log) kur krijon një pamje." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Përcakton listën e deklaratave, që auto-krijimi përdor për versionet e reja." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10597,7 +10604,7 @@ msgstr "" "Lëre të zbrazët për asnjë mbështetje gjurmimi të pyetsorit SQL, sugjerohet: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10605,7 +10612,7 @@ msgstr "" "Nëse mekanizmi i ndjekjes krijon versione për tabelat dhe shfaqet " "automatikisht." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10613,7 +10620,7 @@ msgstr "" "Lëre të zbrazët për asnjë ruajtje të preferencave të përdoruesit në " "databazë, sugjerohet: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10623,7 +10630,7 @@ msgstr "" "tiparin e menyve të konfigurueshme; duke lënë njërën prej tyre të zbrazët, " "do të pasivizoni këtë tipar, sugjerohet: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10633,7 +10640,7 @@ msgstr "" "tiparin e menyve të konfigurueshme; duke lënë njërën prej tyre të zbrazët, " "do e pasivizoni këtë tipar, sugjerohet: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10641,7 +10648,7 @@ msgstr "" "Lëre të zbrazët për të pasivizuar tiparin, që fsheh dhe shfaq njësitë e " "navigimit, sugjerohet: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10649,57 +10656,57 @@ msgstr "" "Një përshkrim përdoruesi-miqësor i këtij serveri. Lëre të zbrazët për të " "shfaqur emrin e pritësit në vend të saj." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Lëre të zbrazët nëse nuk përdoret." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Lëre të zbrazët për standardet." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "Emri bazë Auth Realm (fushë autent) HTTP, që shfaqet kur bën HTTP Auth " "(autent)." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Metoda e autentifikimit që përdoret." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Lidhje e kompresuar për tek serveri MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Fsheh databazat që përkojnë me shprehjet e rregulta (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Emri i pritësit (hostname) ku serveri MySQL funksionon." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Lëre të zbrazët nëse nuk përdor autent e konfig." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Porta në të cilën serveri MySQL është duke dëgjuar, lëre të zbrazët për " "standardin." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Fole në të cilën serveri MySQL është duke dëgjuar, lëre të zbrazët për " "standard." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Aftëso SSL për lidhje me serverin MySQL." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10710,27 +10717,27 @@ msgstr "" "në filin e konfigurimit; kjo nuk e kufizon aftësinë për të ekzekutuar të " "njëjtën komandë direkt." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Shfaq ose fsheh një kolonë nga shfaqja e Krijimit të vulës kohore për të " "gjitha tabelat." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Shfaq ose fsheh një kolonë nga shfaqja e Aktualizimit të fundit të vulës " "kohore për të gjithë tabelat." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Shfaq ose fsheh një kolonë nga shfaqja e Kontrollit të fundit të vulës " "kohore për të gjithë tabelat." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10738,7 +10745,7 @@ msgstr "" "Përcakton nëse fushat e shkrimit duhet ose jo të shfaqen fillimisht në " "mënyrën e redaktimit/shtimit." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10746,35 +10753,35 @@ msgstr "" "Shfaq lidhjen tek rezultati i [a@https://php.net/manual/function.phpinfo." "php] [/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Nëse një përdorues do të shfaqte një buton \"shfaq të gjitha (radhët)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Shfaq ose fsheh një kolonë nga shfaqja e komenteve për të gjitha tabelat." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "Trego ose fsheh një kolonë që shfaq pararojë për të gjitha tabelat." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Shfaq fushat e funksionit në mënyrën e korrigjimit/futjes." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Nëse e tregon , apo jo." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Përcakton nëse pyetsorët SQL të gjeneruara nga phpMyAdmin duhet të shfaqen." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." @@ -10782,22 +10789,14 @@ msgstr "" "Lejo për të shfaqur databazën dhe tabelën e statistikave (psh. përdorimi i " "hapësirës)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Shënjo tabelat e përdorura dhe bëje të mundur shfaqjen e databazave me " "tabela të kyçura." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Pasivizo paralajmërimin standard, që shfaqet në faqen kryesore, nëse Suhosin " -"është zbuluar." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10807,7 +10806,7 @@ msgstr "" "vlera e rregullimit PHP session.gc_maxlifetime është më e vogël se vlera e " "`LoginCookieValidity` (vlefshmëria e hyrjes së gatimit)." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10815,7 +10814,7 @@ msgstr "" "Madhësia e zonës së tekstit (kolonave) në mënyrën e korrigjimit, kjo vlerë " "do të theksohet për zonat e tekstit të pyetsorit SQL (*2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10823,7 +10822,7 @@ msgstr "" "Madhësia e zonës së tekstit (radhët) në mënyrën e korrigjimit, kjo vlerë " "është e theksuar për zonat e tekstit të pyetsorit SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10835,7 +10834,7 @@ msgstr "" "Forwarded-For), që vjen nga proksi 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10843,7 +10842,7 @@ msgstr "" "Kur pasivizohet, përdoruesit nuk mund të vendosin ndonjë nga opsionet më " "poshtë, pavarësisht kutisë së kontrollit në të djathtë." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10861,7 +10860,7 @@ msgstr "" "kjo, nëse serveri ku është instaluar phpMyAdmin nuk ka hyrje direkte në " "internet. Formati është: \"hostname:portnumber\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10871,7 +10870,7 @@ msgstr "" "kryer autentifikimi. Nëse një emër nuk mbështetet, Autentifikimi bazë do të " "kryhet. Asnjë lloj tjetër autentifikimi nuk mbështetet aktualisht." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10879,7 +10878,7 @@ msgstr "" "Pyetsorët ekzekutohen duke shtypur Enter (në vend të Ctrl+Enter). Linja të " "reja mund të futen me Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10891,388 +10890,388 @@ msgstr "" "Aktivizo mënyrën e Konfigurimit Zero, e cila ju lejon të instaloni " "automatikisht tabelat e ruajtjes së konfigurimit të phpMyAdmin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Thekso radhët e zgjedhura." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Thekso radhën e treguar nga kursori i miut." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Numri i kolonave për zonat e tekstit CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Numri i radhëve për zonat e tekstit CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Hyrje në pyetsorët SQL dhe në kohën e tyre të ekzekutimit, që do të shfaqet " "në konsol" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Tabelori që shfaqet kur hyn në një databazë." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Tabelori që shfaqet kur hyn në një server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Tabelori që shfaqet kur hyn në një tabelë." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Nëse veprimet e strukturës së tabelës duhet të fshihen." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Nëse komentet e kolonës duhet të shfaqen në pamjen e strukturës së tabelës" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Shfaq listën e serverit, si listë në vend të lësho-poshtë." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Një lësho-poshtë do të përdoret, nëse janë të pranishëm më pak njësi." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Vlera e parazgjedhur për çelësin e huaj kontrollon kutinë e kontrollit për " "disa pyetsorë." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Sa radhë do të futen në të njëjtën kohë." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Numri maksimal i karaktereve të shfaqura në çdo kolonë jo-numerike në pamjen " "e shfletimit." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Përcakto sa i gjatë (në sekonda) është një gatim (cookie) hyrjeje." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Madhësi dyfishe e zonës së tekstit për kolonat LONGTEXT." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Numri maksimal i databazave të paraqitura në listën e databazës." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Numri maksimal i tabelave të paraqitura në listën e tabelës." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Numri maksimal i tabelave të përdorura së fundi; vendos 0 për ta pasivizuar." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Numri maksimal i tabelave të preferuara; vëndos 0 për ta pasivizuar." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Këto janë lidhjet për redaktim, kopjim dhe fshirje." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Qoftë për të treguar lidhjet e radhës edhe në mungesë të një çelësi unik." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Çaktivizoni çelësat e shkurtoreve" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" "Përdor renditje natyrale për klasifikimin e emrave të tabelës dhe databazës." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Përdor vetëm ikona, vetëm text ose të dyja." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Përdor rezultatin e zbutjes GZip, për rritur shpejtësië në tranferuesit HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Përdor lidhje të qëndrueshme për tek databazat MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Moslejo kolona BLOB dhe BINARY nga korrigjimi." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Sa pyetsorë do të mbahen në histori." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Zgjedh cilat funksione do të përdoren për konvertimin e setit të karaktereve." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Kur shfleton tabelat, klasifikimi i çdo tabele kujtohet." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" "Renditja e klasifikimit të paracaktuar për tabelat me një çelës primar." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Përsërit kokat për çdo X qeliza, [kbd]0[/kbd] e pasivizon këtë tipar." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Për opsionet e shfaqjes" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Drejtoria ku eksportet mund të ruhen në server." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Përcakton nëse kutia e pyetsorit duhet të qëndrojë në ekran pas dorëzimit të " "saj." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një databazë." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titulli i dritares së shfletuesit, kur nuk është zgjedhur asgjë." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një server." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titulli i dritares së shfletuesit, kur është zgjedhur një tabelë." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Drejtoria në serverin ku mund të ngarkoni filet për import." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Lejo për kërkim në brendësi të të gjithë databazës." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Aftëson kontrollin për versionin e fundit në faqen kryesore phpMyAdmin." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Fjalëkalimi për autentifikimin (vërtetimin) me proksi (prokurë)." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Aftëso kompresimin ZIP për veprimet e importit dhe eksportit." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Zgjedh veprimin e parazgjedhur, kur dërgoni raportet e gabimit." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Lejo hyrjen tek çdo MySQL server" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Kufizo hyrjen në serverin MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Lejo përfshirjen e palëve të treta" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Shfaq lidhjen \"Fshij databazën\" për përdoruesit normalë" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Sekreti blowfish (peshk që fryhet)" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Shënjuesi i radhës" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Treguesi i theksuar" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR korrigjim i kolonave" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Aftëso CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Aftëso linterin" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Madhësia minimale për fushën e futjes" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Madhësia maksimale për fushën e futjes" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR zonë teksti e kolonave" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR zonë teksti e radhëve" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Kontrollo lejimet e filit config" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Kompreso në fluturim" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Konfirmo pyetsorët DROP (fshij)" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Madhësia e letrës" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Tabelori i parazgjedhur i databazës" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Tabelori standard i serverit" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Tabelori standard i tabelës" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Aftëso autoplotësimin për emrat e tabelave dhe kolonave" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Shfaq komentet e kolonës" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Fsheh veprimet e strukturës së tabelës" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Mënyrë staTransformimet e paracaktuara për Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Opsionet e transformimit të të dhënave" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Mënyrë standarde e renditjes" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Mënyrë standarde e renditjes" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Opsionet e transformimit të të dhënave" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Mënyrë standarde e renditjes" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Opsionet e transformimit të të dhënave" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Opsionet e transformimit të të dhënave" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Opsionet e transformimit të të dhënave" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Shfaq serverat si një listë" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Pasivizo mirëmbajtjen multi tabelë" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Koha maksimale e ekzekutimit" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Ruaj si fil" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Seti i karaktereve të filit" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresim" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11280,56 +11279,56 @@ msgstr "Kompresim" msgid "Put columns names in the first row" msgstr "Vendos emrat e kolonave në radhë të parë" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Kolonat e mbyllura me" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Kolonat ikin nga" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Zëvendëso NULL nga" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Largo karakteret CRLF brenda kolonave" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Kolonat ndërpriten me" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Rreshta që përfundojnë me" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Edicioni excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Modeli i emrit të databazës" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Modeli i emrit të serverit" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Modeli i emrit të tabelës" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11339,85 +11338,85 @@ msgstr "Modeli i emrit të tabelës" msgid "Dump table" msgstr "Zbraz tabelën" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Përfshij kokat e tabelës" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Titulli i tabelës" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Titull i vazhdueshëm tabele" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Çelësi i etiketës" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Relacionet" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Metoda e eksportit" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Ruaj në server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Eksporto si file të ndara" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Kujto modelin e emrit të filit" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "Largo kolonat nga lista qendrore" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" "Bashkëngjitni emrat e tabelave dhe kolonave me prapacitate (backquotes)" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL mënyrë e përshtatshme" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Krijimi/Aktualizimi/Kontrollo datat" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Përdor futje të vonuara" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Pasivizo kontrollet e çelësave të huaj" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Eksporto pamjet si tabela" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Eksporti i metadata të lidhura nga ruajtja e konfigurimit phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Përdor hekzadecimal për BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11425,840 +11424,840 @@ msgstr "" "Shto NËSE NUK EKZISTON (më pak efiçiente, pasi indekset do të gjenerohen " "gjatë krijimit të tabelës)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "%s value" msgid "%s view" msgstr "Vlera %s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Përdor futje injoruese" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintaksa që përdoret kur fut të dhënat" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Gjatësia maksimale e pyetsorit të krijuar" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tipi i eksportit" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Përfshij eksportin në një transaksion" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Eksporti i kohës në UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Renditja lësho-poshtë e çelësit të huaj" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Limiti i çelësit të huaj" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Kontrollet e çelësit të huaj" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Mënyra e shfletimit" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Zhvillues" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Mënyra e korrigjimit" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Standardet e eksportit" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "E përgjithshme" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importo standardet" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importi / eksporti" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Pema e navigimit" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Rregullime tjera kryesore" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Titujt e faqes" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Siguria" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Rregullimet bazë" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autentifikimi" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Konfigurimi i serverit" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Ruajtja e konfigurimit" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Ndryshon gjurmimin" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL kutia e pyetsorit" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Fillimi" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Struktura e databazës" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Tabelorët" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Shfaq skemën e relacioneve" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Fushat e tekstit" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekst" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Paralajmërime" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Parametra ekstra për iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Injoro gabimet e deklaratave të shumëfishta" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Importim pjesor: lejo ndërprerje" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Mos aborto në INSERT gabim" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Shto ON DUPLICATE KEY UPDATE (në çelësin e dyfishtë aktualizo)" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Formati i filit të importuar" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Përdor fjalë kyçe LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Emrat e kolonës në radhën e parë" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Mos importo radhë të zbrazëta" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importo monedhat (£5.00 në 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Përqindjet e importit si numra dhjetorë të plotë (12.00% në .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Importim pjesor: shmang pyetsorët" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Mos përdor AUTO_INCREMENT për vlerat zero" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Lexo si multibajt" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Gjendja fillestare për rrëshqitësit" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Numri i radhëve të futura" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Kufizo karakteret e kolonës" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Fshij të gjithë gatimet në dalje" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Ri-thirr emrin e përdoruesit" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Rezerva e gatimit (cookie) të hyrjes" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Vlefshmëria e gatimit (cookie) të hyrjes" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Zonë teksti e madhe për LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Gjatësia maksimale SQL e shfaqur" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maksimumi i databazave" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maksimumi i njësive në nivelin e parë" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Njësitë maksimale në degë" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Numri maksimal i radhëve për t'u shfaqur" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maksimumi i tabelave" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Kufizimi i kujtesës" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Shfaq navigimin e databazës si pemë" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Paneli i navigimit" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Lidh me panelin kryesor" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Shfaq logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL e lidhjes së logos" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Objektivi i lidhjes së logos" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Shfaq zgjedhjen e serverave" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Objektivi për ikonën e hyrjes së shpejtë" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Objektivi për ikonën e dytë të hyrjes së shpejtë" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Numri minimal i njësive që shfaq kutia e filtrit" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Numri minimal i databazave që shfaq kutia e filtrit të databazës" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Njësitë e grupit në pemë" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Ndarësi pemë i databazës" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Ndarësi i pemës së tabelës" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Thellësia maksimale e pemës së tabelës" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Aftëso theksimin" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Aftëso zgjerimin e navigimit të pemës" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Shfaq tabelën në pemë" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Shfaq pamjet në pemë" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Shfaq funksionet në pemë" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Shfaq procedurat në pemë" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Shfaq ngjarjet në pemë" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Kopjon databazën" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Tabelat e përdorura së fundi" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Ku tregohen lidhjet radhët e tabelës" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Shfaq lidhjet e radhës megjithatë" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Renditja natyrale" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Linja e navigimit të tabelës" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip stimulimi i produktit" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Mënyrë standarde e renditjes" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Lidhjet e vazhdueshme" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Mungojnë tabelat e ruajtjes së konfigurimit të phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL paralajmërim fjale e rezervuar" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Si të shfaqen tabelorët e menysë" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Si të shfaqen lidhjet e veprimeve të ndryshme" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Mbro kolonat binare" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Historia e pyetsorit permanent" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Gjatësia e historisë së pyetsorit" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Makinë regjistrimi" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Kujto klasifikimin e tabelës" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Renditja e paracaktuar e klasifikimit të çelësit primar" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Përsërit kokat" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Korrigjim i rrjetës: veprim shkrehës" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Shfaqje relacionale" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Korrigjim i rrjetës: ruaj të gjithë qelizat e korrigjuara menjëherë" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Drejtoria e ruajtjes" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Renditja e autorizimit të hostit (pritësit)" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Rregullat e autorizimit të hostit (pritësit)" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Lejo hyrjet pa fjalëklalim" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Lejo hyrjen në rrënjë (root)" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Zona kohore e sesionit" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Fusha HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabela e faqerojtësit" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabela e informacionit të kolonës" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Kompreso lidhjen" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Fjalëkalimi i përdoruesit të kontrollit" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Përdoruesi i kontrollit" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Hosti (pritësi) i kontrollit" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Porta e kontrollit" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Pasivizo përdorimin e INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Fsheh databazat" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL tabela e historisë së pyetsorit" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Emri i pritësit të serverit" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL e daljes" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Numri maksimal i preferencave të tabelave për të ruajtur" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Eksporto tabelën e shablloneve" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Tabela e kolonave qendrore" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Shfaq vetëm databazat e renditura" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Fjalëkalimi për konfig autent" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF skema: tabela e faqeve" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Porta e serverit" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Tabela e përdorur së fundi" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Tabela e preferuar" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Tabela e relacionit" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Emri i sesionit të hyrjes" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL e hyrjes" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Foleja e serverit" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Përdor SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Dizajneri dhe skema PDF: koordinatat e tabelës" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Shfaq tabelën e kolonave" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI tabelë e preferencave" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Shto DROP DATABASE (fshij databazën)" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Shto DROP VIEW (fshij pamjen)" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Deklaratat që gjurmohen" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL tabela e gjurmimit të pyetsorit" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Krijo automatikisht versionet" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Tabela e ruajtjes së preferencave të përdoruesit" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Tabela e përdoruesve" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Tabela e grupit të përdoruesve" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabela e njësive të navigimit të fshehtë" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Përdoruesi për config auth" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Emri fjalëshumë i këtij serveri" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Lejo të shfaq të gjitha rreshtat" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Shfaq formularin e ndryshimit të fjalëkalimit" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Shfaq formularin krijo databazë" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Shfaq komentet e tabelës" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Shfaq krijimin e vulës kohore (timestamp)" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Shfaq vulën kohore të aktualizuar së fundi" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Shfaq vulën kohore të kontrolluar së fundi" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Shfaq karakteret e tabelës" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Shfaq tipet e fushave" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Shfaq fushat e funksioneve" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Shfaq idenë (hint)" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Shfaq lidhjen phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Shfaq informacionin e detajuar të serverit MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Shfaq pyetsorët SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Shfaq statistikat" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Shmang tabelat e kyçura" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Sqaro SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Krijo kodin PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin paralajmërim" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Paralajmërimi i vlefshmërisë së gatimit (cookie) të hyrjes" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Kolonat e zonës së tekstit" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Radhët e zonës së tekstit" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Titulli standard" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista e proksi të besuara për IP lejo/moho" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Dosja e ngarkimit" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Përdor kërkimin e databazës" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Aftëso tabelorin Zhvilluesi tek rregullimet" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Kontroll i versionit" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "URL proksi" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Emri i përdoruesit proksi" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Fjalëkalimi proksi" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Çelës publik për reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Çelës publik për reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Dërgo raportet e gabimit" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter ekzekuton pyetsorën në konsole" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Aftëso mënyrën e konfigurimit zero" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "" #| "Execute queries on Enter and insert new line with Shift + Enter. To make " @@ -12268,25 +12267,25 @@ msgstr "" "Ekzekuto pyetsorët me Enter dhe fut linja të reja me Shift + Enter. Për ta " "bërë këtë të përhershme, shfaq rregullimet." -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Konsole" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Konsole" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order by:" msgid "Order by" msgstr "Renditur sipas:" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Përshtatja e lidhjes me serverin" @@ -12321,7 +12320,8 @@ msgid "Compressed export will not work due to missing function %s." msgstr "" "Eksporti i kompresuar nuk do të punojë për arsye se mungon funksioni %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimum %s" @@ -12355,7 +12355,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "HapDokument Excel" @@ -12363,7 +12363,7 @@ msgstr "HapDokument Excel" msgid "OpenDocument Text" msgstr "HapDokument Tekst" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV përdor LOAD DATA (ngarko të dhëna)" @@ -12530,7 +12530,7 @@ msgstr "" "%1$sGZip kompresimi dhe dekompresimi %2$s kërkojnë funksionet %3$s), të " "cilat janë të pavlefshme në këtë sistem." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Serveri %d" @@ -12815,7 +12815,7 @@ msgstr "Nuk ka ngjarje me emrin %1$s që gjendet në databazë %2$s." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Nuk mund të ngarkojë shtojcat e eksportit, ju lutem kontrollo instalimin " @@ -12953,7 +12953,7 @@ msgid "Success!" msgstr "Sukses!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13021,7 +13021,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Duhet të rifreskoni faqen." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Tip i keq!" @@ -13126,16 +13126,7 @@ msgstr "" "tuaj mund të rrezikohet nga njerëz të paautorizuar që mund të shkarkojnë " "konfigurimin tuaj." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Serveri po punon me Suhosin. Ju lutem, refero %sdokumentacionin%s për " -"çështje të mundshme." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -13144,14 +13135,14 @@ msgstr "" "$cfg['TempDir'] (%s) nuk është i arritshëm. phpMyAdmin nuk është në gjendje " "të cache templates dhe do të jetë i ngadalshëm për shkak të kësaj." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13162,7 +13153,7 @@ msgstr "" "është në gjendje të ndajë vargjet si duhet dhe kjo mund të rezultojë në " "rezultate të papritura." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13240,7 +13231,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" - deklaratat janë pasivizuar." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[RIKTHIMI u shfaq.]" @@ -15297,7 +15288,7 @@ msgid "No such column" msgstr "Jo kolonë të tillë" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Varg (string)" @@ -16198,7 +16189,7 @@ msgstr "Të dhëna gabim" msgid "Wrong data or no validation for %s" msgstr "Të dhëna të gabuara ose pa validim për %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Faqerojtësi %s është krijuar." @@ -16280,7 +16271,7 @@ msgstr "Ka shumë bashkime pa indekse." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ktheu një set rezultati të zbrazët (psh. zero radhë)." @@ -16689,29 +16680,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Radha është fshirë." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Pyetsori mori %01.4f sekonda." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Shfaqën radhët %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d gjithsejt, %2$d në pyetsor" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d gjithsejt" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Lidhja nuk gjendet!" @@ -17366,11 +17357,11 @@ msgstr "" msgid "web server upload directory:" msgstr "drejtoria e ngarkimit në ueb server:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Shfaqën pyetsorin SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "ID e radhës së futur: %1$d" @@ -17822,39 +17813,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Nuk gjenden varësi të pjesëshme!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Bashko" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Nuk mund t'i lëvizë tabelat tek vetvetja!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Nuk mund ta kopjojë tabelën tek vetvetja!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s ka lëvizur tek %s. Privilegjet janë përshtatur." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s është kopjuar tek %s. Privilegjet janë përshtatur." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s ka lëvizur tek %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s është kopjuar tek %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Emri i tabelës është i zbrazët!" @@ -17940,7 +17931,7 @@ msgstr "Metodë e pavlefshme autentifikimi e vendosur në konfigurim:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolonat e ndara me:" @@ -18371,7 +18362,7 @@ msgstr "" "Sistemi i databazës ose serveri i vjetër MySQL për të maksimizuar " "pajtueshmërinë e rezultatit me:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18396,19 +18387,19 @@ msgstr "" "Aktualizo të dhëna kur çelësat e dyfishtë gjenden në import (shto ON " "DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18416,7 +18407,7 @@ msgstr "" "Linja e parë e filit përmban emrat kolonës së tabelës (nëse kjo është e " "pashënjuar, linja e parë do të bëhet pjesë e të dhënave)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18426,29 +18417,29 @@ msgstr "" "në databazë, rendit këtu emrat e kolonave korresponduese. Emrat e kolonave " "duhet të ndahen me presje dhe nuk mbyllen me thonjëza." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Emrat e kolonës: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Format i pavlefshëm i hyrjes CSV në linjë %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Numër i pavlefshëm kolone në hyrjen CSV në linjë %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Parametër i pavlefshëm për importin CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19259,11 +19250,11 @@ msgstr "Nuk ka version stabil të ri të vlefshëm" msgid "Using bookmark \"%s\" as default browse query." msgstr "Përdorimi i faqerojtësit \"%s\" si shfletues pyetsori standard." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Shfaqën si kod PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19272,7 +19263,7 @@ msgstr "" "Zgjedhja aktuale nuk përmban një kolonë unike. Tiparet redaktimi i rrjetës, " "kutisë së kontrollit, Redakto, Kopjo dhe Fshij nuk janë në vlefshme. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19537,24 +19528,24 @@ msgstr "Duhet të siguroni një emër tabele të vlefshëm!" msgid "You must provide a trigger definition." msgstr "Duhet të siguroni një përkufizim të shkrehësit." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Zbraz" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Një integer 1-bajt, rrezja e nënshkrimit është -128 deri 127, rrezja e mos-" "nënshkrimit është 0 deri 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19562,7 +19553,7 @@ msgstr "" "Një integer 2-bajt, rrezja e nënshkrimit është -32,768 deri 32,767, rrezja e " "mos-nënshkrimit është 0 deri 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19570,7 +19561,7 @@ msgstr "" "Një integer 3-bajt, rrezja e nënshkrimit është -8,388,608 deri 8,388,607, " "rrezja e mos-nënshkrimit është 0 deri 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19578,7 +19569,7 @@ msgstr "" "Një integer 4-bajt, rrezja e nënshkruar është -2,147,483,648 deri " "2,147,483,647, rrezja e panënshkruar është 0 deri 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19587,7 +19578,7 @@ msgstr "" "deri 9,223,372,036,854,775,807, rrezja e panënshkruar është 0 deri " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19595,7 +19586,7 @@ msgstr "" "Një numër pikë-fiksuar (M, D) - numri maksimal i shifrave (M) është 65 " "(parazgjedhur 10), numri maksimal i dhjetoreve (D) është 30 (parazgjedhur 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19603,7 +19594,7 @@ msgstr "" "Një numër i vogël pikë-lundrues, vlerat e lejuara janë -3.402823466E+38 deri " "-1.175494351E-38, 0, dhe 1.175494351E-38 deri 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19613,7 +19604,7 @@ msgstr "" "-1.7976931348623157E+308 deri -2.2250738585072014E-308, 0, dhe " "2.2250738585072014E-308 deri 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19621,7 +19612,7 @@ msgstr "" "Sinonimi për DOUBLE (përjashtim: në mënyrën REAL_AS_FLOAT SQL është një " "sinonim për FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -19629,7 +19620,7 @@ msgstr "" "Një tip fushe-bit (M), ruan M bits për vlerë (vlera e parazgjedhur është 1, " "maksimumi është 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19637,21 +19628,21 @@ msgstr "" "Një sinonim për TINYINT(1), një vlerë zero konsiderohet false, vlerat jo-" "zero konsiderohen të vërteta" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Një pseudonim për BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Një datë, rrezja e mbështetur është %1$s deri %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Një kombinim date dhe kohe, rrezja e mbështetur është %1$s deri %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19666,12 +19657,12 @@ msgstr "" "03:14:07 UTC, ruajtur si numri i sekondave që nga fillimi (1970-01-01 " "00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Një kohë, rrezja është %1$s deri %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19679,7 +19670,7 @@ msgstr "" "Një vit në format me katër-shifra (4, parazgjedhur) ose dy-shifra (2), " "vlerat e lejuara janë 70 (1970) deri 69 (2069) ose 1901 deri 2155 dhe 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19687,7 +19678,7 @@ msgstr "" "Një varg me gjatësi-fikse (0-255, parazgjedhur 1), që është gjithmonë i " "mbushur-djathtas me hapësira deri tek gjatësia e përcaktuar kur ruhet" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19696,7 +19687,7 @@ msgstr "" "Një varg gjatësi-variabël (%s), gjatësia maksimale efektive është subjekt i " "madhësisë maksimale të radhës" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19704,7 +19695,7 @@ msgstr "" "Një kolonë TEXT me gjatësinë maksimale prej 255 (2^8 - 1) karaktere, e " "ruajtur me një prefiks një-bajt tregon gjatësinë e vlerës në bajt" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19712,7 +19703,7 @@ msgstr "" "Një kolonë TEXT me gjatësinë maksimale prej 65,535 (2^16 - 1) karaktere, e " "ruajtur me një prefiks dy-bajt tregon gjatësinë e vlerës në bajt" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19720,7 +19711,7 @@ msgstr "" "Një kolonë TEXT me gjatësinë maksimale prej 16,777,215 (2^24 - 1) karaktere, " "e ruajtur me një prefiks tre-bajt tregon gjatësinë e vlerës në bajt" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19730,7 +19721,7 @@ msgstr "" "1) karaktere, e ruajtur me një prefiks katër-bajt tregon gjatësinë e vlerës " "në bajt" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19738,7 +19729,7 @@ msgstr "" "Ngjashëm me tipin CHAR, por ruan vargje bajtësh binare, më mirë se vargje " "karakteresh jo-binare" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19746,7 +19737,7 @@ msgstr "" "Ngjashëm me tipin VARCHAR, por ruan vargje bajtësh binare, më mirë se vargje " "karakteresh jo-binare" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19754,7 +19745,7 @@ msgstr "" "Një kolonë BLOB me një gjatësi maksimale prej 255 (2^8 - 1) bajt, e ruajtur " "me një prefiks një-bajt tregon gjatësinë e vlerës" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19762,7 +19753,7 @@ msgstr "" "Një kolonë BLOB me një gjatësi maksimale prej 16,777,215 (2^24 - 1) bajt, e " "ruajtur me një prefiks tre-bajt tregon gjatësinë e vlerës" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19770,7 +19761,7 @@ msgstr "" "Një kolonë BLOB me një gjatësi maksimale prej 65,535 (2^16 - 1) bajt, e " "ruajtur me një prefiks dy-bajt tregon gjatësinë e vlerës" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19778,7 +19769,7 @@ msgstr "" "Një kolonë BLOB me një gjatësi maksimale prej 4,294,967,295 or 4GiB (2^32 - " "1) bajt, e ruajtur me një prefiks katër-bajt tregon gjatësinë e vlerës" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19786,43 +19777,43 @@ msgstr "" "Një numërim, i zgjedhur nga lista e deri 65,535 vlerave ose '' vlera e " "gabimit special" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Një vlerë e vetme e zgjedhur nga një set deri në 64 anëtarë" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Një tip që mund të ruajë gjeometrinë e çdo tipi" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Një pikë në hapësirë 2-dimensionale" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Një kurbë me interpolim linear mes pikave" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Një poligon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Një koleksion i pikave" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Një koleksion i kurbave me interpolim linear ndërmjet pikave" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Një koleksion i poligonëve" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Një koleksion i objekteve gjeometrike të çdo lloji" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19830,40 +19821,40 @@ msgstr "" "Ruan dhe aftëson hyrjen efiçiente në të dhënat në dokumentet JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" "Ruaj një Universally Unique Identifier (UUID) (identifikues unik universal)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numerike" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Data dhe ora" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spacial (hapësinor)" @@ -19908,6 +19899,24 @@ msgstr "Gabim në arkivin ZIP:" msgid "No files found inside ZIP archive!" msgstr "Nuk gjenden file brenda arkivit ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Pasivizo paralajmërimin standard, që shfaqet në faqen kryesore, nëse " +#~ "Suhosin është zbuluar." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin paralajmërim" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Serveri po punon me Suhosin. Ju lutem, refero %sdokumentacionin%s për " +#~ "çështje të mundshme." + #~ msgid "Version information" #~ msgstr "Informacion mbi versionin" diff --git a/resources/po/sr.po b/resources/po/sr.po index cacc93eead..cdf32960a2 100644 --- a/resources/po/sr.po +++ b/resources/po/sr.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-05 03:01+0000\n" "Last-Translator: \"Kristijan \\\"Fremen\\\" Velkovski\" \n" "Language-Team: Serbian %s" msgstr "Сачувај на сервер у директоријум %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Препиши постојеће датотеке" @@ -4169,7 +4169,7 @@ msgstr "преузми" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Назад" @@ -4179,7 +4179,7 @@ msgstr "Назад" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Увоз" @@ -4546,8 +4546,8 @@ msgstr "SQL резултат" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Базе" @@ -4574,7 +4574,7 @@ msgid "Recent" msgstr "Поништи" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4620,18 +4620,18 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "SQL упит" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Add new field" msgid "Main panel" @@ -5153,7 +5153,22 @@ msgstr "Провери привилегије за базу \"%s\"." msgid "Check privileges" msgstr "Провери привилегије" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Изврши SQL упит(е) на бази %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5161,7 +5176,7 @@ msgstr "Провери привилегије" msgid "Total:" msgstr "Укупно" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5169,18 +5184,18 @@ msgstr "" "Напомена: укључивање статистика може проузроковати велики саобраћај између " "веб и MySQL сервера." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Укључи статистике" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "База не постоји" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6340,7 +6355,7 @@ msgid "Current server:" msgstr "Сервер" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Сервери" @@ -6419,7 +6434,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Сервер" @@ -7070,7 +7085,7 @@ msgstr "Прикажи боју" msgid "Show hidden messages" msgstr "Прикажи мрежу" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -7161,7 +7176,7 @@ msgid "Detailed profile" msgstr "Датотеке са подацима" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7231,7 +7246,7 @@ msgstr "Профилисање" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7285,7 +7300,7 @@ msgstr "Граничник" msgid "Show this query here again" msgstr "Прикажи поново овај упит" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "SQL упит" @@ -7849,7 +7864,7 @@ msgid "Delete the view (DROP)" msgstr "База не постоји" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8062,34 +8077,34 @@ msgid "Index length" msgstr "Дужина реда" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 #, fuzzy msgid "Check" msgstr "Чешки" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 #, fuzzy msgid "Repair" msgstr "Поправи табелу" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -10047,14 +10062,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Назив табеле" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10264,315 +10271,315 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Користи ' за ограничавање имена поља" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Режим аутоматског опоравка" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy msgid "Customize default options." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy msgid "Customize edit mode." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy msgid "Customize default export options." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy msgid "Customize default common import options." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy msgid "Databases display options." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy msgid "Customize the navigation tree." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy msgid "Servers display options." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy msgid "Tables display options." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy msgid "Authentication settings." msgstr "Репликација" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "Сортирање за MySQL везу" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy msgid "SQL queries settings." msgstr "SQL упит" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy msgid "Customize startup page." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy msgid "Customize text input fields." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy msgid "Customize default options" msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 #, fuzzy msgid "" "Allow interrupt of import in case script detects it is close to time limit. " @@ -10583,36 +10590,36 @@ msgstr "" "ограничења. Ово може бити добар начин увоза великих датотека, али са друге " "стране може покварити трансакције." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Број записа (упита) које треба прескочити:" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10620,11 +10627,11 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -10632,7 +10639,7 @@ msgid "" "the navigation tree." msgstr "Број спојева који су урадили пуно скенирање прве табеле." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -10640,33 +10647,33 @@ msgid "" "tree." msgstr "Број спојева који су урадили пуно скенирање прве табеле." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -10674,445 +10681,439 @@ msgid "" "display a filter box." msgstr "Број отворених табела." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show grid" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Прикажи мрежу" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy msgid "Set to 0 to collapse navigation panel." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy msgid "Show logo in navigation panel." msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Прикажи мрежу" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Прикажи мрежу" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Прикажи мрежу" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy msgid "Authentication method to use." msgstr "Репликација" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "Не могу да се пријавим на MySQL сервер" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "The number of fsync() writes done to the log file." msgid "Enable SSL for connection to MySQL server." msgstr "Број fsyncs уписа начињених у датотеку дневника." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11120,13 +11121,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11134,440 +11135,440 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Предложи структуру табеле" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Број отворених табела." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Број отворених табела." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Број отворених табела." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Искључи провере страних кључева" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 #, fuzzy msgid "Allow login to any MySQL server" msgstr "Не могу да се пријавим на MySQL сервер" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Не могу да се пријавим на MySQL сервер" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Омогућено" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy msgid "Minimum size for input field" msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "Максимална величина привремених датотека за сортирање" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Димензије папира" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 #, fuzzy msgid "Default database tab" msgstr "Преименуј базу у" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 #, fuzzy msgid "Default server tab" msgstr "Преименуј базу у" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 #, fuzzy msgid "Default table tab" msgstr "Преименуј базу у" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Користи ' за ограничавање имена поља" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Коментари табеле" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Предложи структуру табеле" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Browser transformation" msgid "Default transformations for Hex" msgstr "Транформације читача" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Опције трансформације" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Bool2Text" msgstr "Опције трансформације" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for External" msgstr "Опције трансформације" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Опције трансформације" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for DateFormat" msgstr "Опције трансформације" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Опције трансформације" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Опције трансформације" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Опције трансформације" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Радње на табели" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Сачувај као датотеку" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 #, fuzzy msgid "Character set of the file" msgstr "Карактер сет датотеке:" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Компресија" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11577,71 +11578,71 @@ msgstr "Компресија" msgid "Put columns names in the first row" msgstr "Стави имена поља у први ред" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Поља ограничена са" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Ескејп карактер      " -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "Замени NULL са" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Линије се завршавају са" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Линије се завршавају са" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Excel издање" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 #, fuzzy msgid "Database name template" msgstr "Шаблон имена датотеке" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 #, fuzzy msgid "Server name template" msgstr "Шаблон имена датотеке" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 #, fuzzy msgid "Table name template" msgstr "Шаблон имена датотеке" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11653,1066 +11654,1066 @@ msgstr "Шаблон имена датотеке" msgid "Dump table" msgstr "%s табела" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Укључи коментар табеле" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Коментар табеле" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Настављен коментар табеле" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Ознака кључа" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Релације" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Тип извоза" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "хоризонталном (ротирана заглавља)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Шаблон имена датотеке" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Користи ' за ограничавање имена поља" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Мод SQL компатибилности" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Датуми креирања/ажурирања/провере" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Користи одложена уметања" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Искључи провере страних кључева" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "Направи нову табелу у бази %s" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Користи хексадецимално за BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Вредност сесије" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Игнориши дупликате при уметању" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Максимална дужина направљеног упита" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy msgid "Export type" msgstr "Тип извоза" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Обави извоз у трансакцији" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 #, fuzzy msgid "Export time in UTC" msgstr "Тип извоза" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Искључи провере страних кључева" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 #, fuzzy msgid "Export defaults" msgstr "Увоз датотека" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Направи" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 #, fuzzy msgid "Import defaults" msgstr "Увоз датотека" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy msgid "Navigation tree" msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 #, fuzzy #| msgid "Microsoft Excel 2000" msgid "Microsoft Office" msgstr "Microsoft Excel 2000" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Број стране:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Документација" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "SQL упит" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Статус" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "База за корисника" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Табела" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Релациона схема" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Користи текст поље" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Формат датотека за увоз" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Користи кључну реч LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Стави имена поља у први ред" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Додај AUTO_INCREMENT вредност" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Промашаји при читању" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 #, fuzzy msgid "Number of inserted rows" msgstr "Број сортираних редова." -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 #, fuzzy msgid "Maximum databases" msgstr "База не постоји" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Максимална величина привремених датотека за сортирање" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 #, fuzzy msgid "Memory limit" msgstr "Ограничења ресурса" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Прикажи мрежу" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy msgid "Link with main panel" msgstr "Опције за извоз базе" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Број отворених табела." -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Број отворених табела." -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 #, fuzzy msgid "Database tree separator" msgstr "Шаблон имена датотеке" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Коментар табеле" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Прикажи табеле" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Прикажи мрежу" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Прикажи листу процеса" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Прикажи мрежу" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "Копирај базу у" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy msgid "Recently used tables" msgstr "Провери табелу" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Промени редослед у табели" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Коментар табеле" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Промени име табеле у " -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "Примарни кључ је управо додат %s." -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Нити поправке" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Релациона схема" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 #, fuzzy msgid "Save directory" msgstr "Основни директоријум података" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Вредност сесије" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Било који домаћин" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Било који домаћин" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "База не постоји" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "назив сервера" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "Направи нову табелу у бази %s" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Додај/обриши колону" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 #, fuzzy msgid "Server port" msgstr "ИД сервера" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Анализирај табелу" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Променљиве" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Поправи табелу" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Избор сервера" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Приказујем коментаре колоне" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Дефрагментирај табелу" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Име" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Режим аутоматског опоравка" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Користи табеле" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Користи табелу домаћина" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Коментари табеле" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "Прикажи информације о PHP-у" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy msgid "Show last update timestamp" msgstr "Прикажи статус подређених сервера" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy msgid "Show last check timestamp" msgstr "Прикажи статус подређених сервера" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Коментари табеле" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Прикажи отворене табеле" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Прикажи мрежу" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 #, fuzzy msgid "Show SQL queries" msgstr "Прикажи комплетне упите" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Статистике реда" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 #, fuzzy msgid "Skip locked tables" msgstr "Прикажи отворене табеле" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Објасни SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Направи PHP код" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Додај/обриши колону" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy msgid "Default title" msgstr "Преименуј базу у" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 #, fuzzy msgid "Upload directory" msgstr "Основни директоријум података" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "Корисничко име:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Лозинка" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "ИД сервера" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" msgstr "Не могу да учитам подразумевану конфигурацију из: \"%1$s\"" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" @@ -12749,7 +12750,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12783,7 +12785,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -12795,7 +12797,7 @@ msgstr "Open Document Spreadsheet" msgid "OpenDocument Text" msgstr "Open Document Text" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV користећи LOAD DATA" @@ -12918,7 +12920,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13218,7 +13220,7 @@ msgstr "Табеле нису пронађене у бази." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Није могуће учитати додатке за извоз, молимо проверите своју инсталацију!" @@ -13352,7 +13354,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13414,7 +13416,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Погрешан тип!" @@ -13505,28 +13507,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13536,7 +13531,7 @@ msgstr "" "скуп знакова. Без екстензије mbstring phpMyAdmin не може исправно да " "раздваја стрингове и то може довести до неочекиваних резултата." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13619,7 +13614,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" команда је онемогућена." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15808,7 +15803,7 @@ msgid "No such column" msgstr "Додај/обриши колону" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16699,7 +16694,7 @@ msgstr "База не постоји" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16789,7 +16784,7 @@ msgstr "Провери табелу" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL је вратио празан резултат (нула редова)." @@ -17233,30 +17228,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Ред је обрисан" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Упит је трајао %01.4f секунди" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Приказ записа" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "укупно" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17883,11 +17878,11 @@ msgstr "" msgid "web server upload directory:" msgstr "директоријум за слање веб сервера" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Приказ као SQL упит" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -18319,42 +18314,42 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "Нема табела" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Не могу да преместим табелу у саму себе!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Не могу да копирам табелу у саму себе!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Табела %s је померена у %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Табела %s је копирана у %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Табела %s је померена у %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Табела %s је копирана у %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Има табеле је празно!" @@ -18438,7 +18433,7 @@ msgstr "Неисправан метод аутентикације је зада msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -18924,7 +18919,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -18948,55 +18943,55 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Имена колона" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Неисправан формат CSV улаза на линији %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, fuzzy, php-format #| msgid "Invalid field count in CSV input on line %d." msgid "Invalid column count in CSV input on line %d." msgstr "Неисправан број поља у CSV улазу на линији %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Неисправни параметри за CSV увоз: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19824,18 +19819,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Приказ као PHP код" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -20111,97 +20106,97 @@ msgstr "Неисправан назив табеле" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Испразни" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Направи релацију" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -20209,175 +20204,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "Грешка при преименовању табеле %1$s у %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add %s field(s)" msgid "A polygon" msgstr "Додај %s поља" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Направи нови кључ" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" diff --git a/resources/po/sr@latin.po b/resources/po/sr@latin.po index d7d5cdeeed..bb5ceb98d9 100644 --- a/resources/po/sr@latin.po +++ b/resources/po/sr@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-12-13 20:50+0000\n" "Last-Translator: Kristijan Fremen Velkovski \n" "Language-Team: Serbian (latin) %s" msgstr "Sačuvaj na server u direktorijum %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Prepiši postojeće datoteke" @@ -4047,7 +4047,7 @@ msgstr "preuzmi" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Nazad" @@ -4057,7 +4057,7 @@ msgstr "Nazad" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Uvoz" @@ -4435,8 +4435,8 @@ msgstr "SQL rezultat" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Baze" @@ -4464,7 +4464,7 @@ msgid "Recent" msgstr "Poništi" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4508,19 +4508,19 @@ msgid "Features" msgstr "Karakteristike" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL upiti" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Navigacioni okvir" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -5048,13 +5048,28 @@ msgstr "Proveri privilegije za bazu \"%s\"." msgid "Check privileges" msgstr "Proveri privilegije" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Izvrši SQL upit(e) na bazi %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Ukupno:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5062,18 +5077,18 @@ msgstr "" "Napomena: uključivanje statistika može prouzrokovati veliki saobraćaj između " "veb i MySQL servera." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Uključi statistike" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Baza ne postoji" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6221,7 +6236,7 @@ msgid "Current server:" msgstr "Trenutni server" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serveri" @@ -6304,7 +6319,7 @@ msgid "Test:" msgstr "Test" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6945,7 +6960,7 @@ msgstr "Prikaži formu" msgid "Show hidden messages" msgstr "Prikaži savet" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -7033,7 +7048,7 @@ msgid "Detailed profile" msgstr "Datoteke sa podacima" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 #, fuzzy #| msgid "Other" msgid "Order" @@ -7109,7 +7124,7 @@ msgstr "Rezultat profilisanja" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7161,7 +7176,7 @@ msgstr "Graničnik" msgid "Show this query here again" msgstr "Prikaži ponovo ovaj upit" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Zadrži okvir za upite" @@ -7705,7 +7720,7 @@ msgid "Delete the view (DROP)" msgstr "Brisanje tabele (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -7918,32 +7933,32 @@ msgid "Index length" msgstr "Dužina reda" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Provera" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Popravi" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9822,14 +9837,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Naziv datoteke" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10033,12 +10040,12 @@ msgstr "oba gore navedena" msgid "neither of the above" msgstr "nijedan od gore navedenih" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Korisnici ne mogu da zadaju veću vrednost" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 #, fuzzy #| msgid "" #| "If enabled user can enter any MySQL server in login form for cookie auth" @@ -10048,14 +10055,14 @@ msgstr "" "Ako je omogućeno korisnik može uneti bilo koji MySQL server u login formu za " "autentikaciju iz pomoć kukija" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 #, fuzzy #| msgid "" #| "Enabling this allows a page located on a different domain to call " @@ -10071,7 +10078,7 @@ msgstr "" "[strong]bezbednosni problem[/strong] dozvoljavajući cross-frame scripting " "napade" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10083,7 +10090,7 @@ msgstr "" "Tajna fraza koja se koristi za enkripciju kukija u [kbd]cookie[/kbd] " "autentikaciji" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -10093,37 +10100,37 @@ msgstr "" "Omogući [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] za operacije uvoza " "i izvoza" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 #, fuzzy #| msgid "" #| "Defines which type of editing controls should be used for CHAR and " @@ -10138,19 +10145,19 @@ msgstr "" "VARCHAR kolone, [kbd]input[/kbd] - dozvoljava ograničavanje dužine ulaza, " "[kbd]textarea[/kbd] - dozvoljava znak za novu liniju u kolonama" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 #, fuzzy #| msgid "" #| "Defines the minimum size for input fields generated for CHAR and VARCHAR " @@ -10162,7 +10169,7 @@ msgstr "" "Definiše minimalnu veličinu polja za unos generisanih za CHAR i VARCHAR " "kolone" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 #, fuzzy #| msgid "" #| "Defines the maximum size for input fields generated for CHAR and VARCHAR " @@ -10174,7 +10181,7 @@ msgstr "" "Definiše maksimalnu veličinu polja za unos generisanih za CHAR i VARCHAR " "kolone" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 #, fuzzy #| msgid "" #| "Compress gzip/bzip2 exports on the fly without the need for much memory; " @@ -10188,7 +10195,7 @@ msgstr "" "memorije, ako naiđete na probleme sa kreiranim gzip/bzip2 datotekama " "isključite ovu opciju" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 #, fuzzy #| msgid "" #| "Whether a warning (\"Are your really sure…\") should be displayed when " @@ -10200,23 +10207,23 @@ msgstr "" "Da li upozorenje (\"Da li ste sigurni…\") treba da bude prikazano kada ste " "na putu da izgubite podatke" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Stavi imena tabela i kolona u komentar" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -10224,7 +10231,7 @@ msgstr "" "Isključi masovne operacije održavanja tabela, kao što su optimizacija ili " "popravljanje izabranih tabela iz baze." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -10236,12 +10243,12 @@ msgstr "" "Postavi broj sekundi koliko je dozvoljeno da se skript izvršava ([kbd]0[/" "kbd] za neograničeno)" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -10254,13 +10261,13 @@ msgstr "" "[kbd]content[/kbd] je referencirani podatak; [kbd]id[/kbd] je vrednost " "ključa" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -10272,7 +10279,7 @@ msgstr "" "Imajte na umu da je phpMyAdmin samo korisnički interfejs i onjegove funkcije " "ne ograničavaju MySQL" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -10284,168 +10291,168 @@ msgstr "" "Napredna konfiguracija servera, nemojte menjati ove opcije osim ako niste " "sigurni čemu služe" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "Praćenje promena u bazi podataka. Zahteva phpMyAdmin skladište konfiguracije." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Prilagodi režim pretraživanja" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "Prilagodi podrazumevane opcije" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "Podešavanja za phpMyAdmin programere" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Podešavanje režima uređenja" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Prilagodi podrazumevane opcije izvoza" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "Postavite neke najčešće korišćene opcije" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Podešavanje podrazumevanih najčešće korišćenih opcija za uvoz" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Podesite direktorijume za izvoz i uvoz i opcije za kompresiju" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Opcije prikaza baza" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Prilagodite izgled navigacionog okvira" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Prilagođavanje navigacionog okvira" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Opcije prikaza servera" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Opcije prikaza tabela" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Postavke koje se ne uklapaju nigde drugde" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "Podešavanje autentikacije" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Unesite parametre veze sa serverom" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "Prilagođavanje linkova prikazanih u okvirima SQL upita" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "Podešavanje SQL upita" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Prilagođavanje početne strane" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Izaberite kako želite kartice da rade" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "Podešavanje text input polja" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Prilagodi podrazumevane opcije" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Isključi neka od upozorenja koja je phpMyAdmin prikazao" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10455,7 +10462,7 @@ msgstr "" "Omogući [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] kompresiju za " "operacije uvoza i izvoza" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10467,7 +10474,7 @@ msgstr "" "Ako je uključeno, phpMyAdmin će nastaviti da izračunava više-iskazne upite " "čak i ako jedan od upita nije uspeo" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10477,7 +10484,7 @@ msgstr "" "ograničenja. Ovo može biti dobar način uvoza velikih datoteka, ali sa druge " "strane može prekinuti transakcije." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10489,24 +10496,24 @@ msgstr "" "Podrazumevani format; budite svesni da ova lista zavisi od lokacije (baza, " "tabela) i samo SQL je uvek na raspolaganju" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "Broj upita za preskakanje od starta" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10518,7 +10525,7 @@ msgstr "" "Tajna fraza koja se koristi za enkripciju kukija u [kbd]cookie[/kbd] " "autentikaciji" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10526,13 +10533,13 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maksimalni broj znakova koji se koristi kada se SQL upit prikazuje" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -10540,7 +10547,7 @@ msgid "" "the navigation tree." msgstr "Broj spojeva koji su uradili puno skeniranje prve tabele." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -10548,13 +10555,13 @@ msgid "" "tree." msgstr "Broj spojeva koji su uradili puno skeniranje prve tabele." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10566,15 +10573,15 @@ msgstr "" "Broj bajtova koji je dozvoljen da skript zauzme, primer [kbd]32M[/kbd] " "([kbd]0[/kbd] nema ograničenja)" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -10586,7 +10593,7 @@ msgstr "" "Otvori linkovanu stranu u glavnom prozoru ([code]main[/code]) ili u novom " "([code]new[/code])" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -10594,7 +10601,7 @@ msgid "" "display a filter box." msgstr "Minimalni broj tabela za prikaz okvira za filter tabela" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -10606,92 +10613,92 @@ msgstr "" "Samo u pojednostavljenoj verziji; prikaži baze u obliku drveta (određeno " "separatorom definisanim u nastavku ispod)" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Prikaži logo u levom okviru" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "Prikaži logo u levom okviru" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Prikaži logo u levom okviru" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL na koji će logo iz navigacionog okvira pokazivati" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Prikaz izbora servera na vrhu levog okvira" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "String koji odvaja baze u različitim nivoima stabla" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "String koji razdvaja tabele u različite nivoe drveta" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Naglasi server koji se nalazi ispod kursora miša" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Prikaži logo u levom okviru" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Prikaži logo u levom okviru" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Prikaži logo u levom okviru" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10706,7 +10713,7 @@ msgstr "" "detaljima strukture baze podataka ako bilo koju od neophodnih tabela za " "skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10720,347 +10727,335 @@ msgstr "" "detaljima strukture baze podataka ako bilo koju od neophodnih tabela za " "skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Ostavi prazno ako se ne koristi" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Ostavi prazno za podrazumevane vrednosti" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "Podešavanje autentikacije" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Compress connection to MySQL server." msgstr "Uspostavi trajne veze sa MySQL bazama" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "The number of failed attempts to connect to the MySQL server." msgid "Enable SSL for connection to MySQL server." msgstr "Broj neuspelih pokušaja povezivanja na MySQL server." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 #, fuzzy #| msgid "Where to show the table row links" msgid "Whether to show hint or not." msgstr "Gde da se prikažu linkovi na redove tabele" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "" -#| "Disable the default warning that is displayed if mcrypt is missing for " -#| "cookie authentication" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Isključi podrazumevano upozorenje koje se prikazuje ako je mcrypt nedostupan " -"kod autentikacije uz pomoć kukija" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -11075,19 +11070,19 @@ msgstr "" "detaljima strukture baze podataka ako bilo koju od neophodnih tabela za " "skladištenje phpMyAdmin konfiguracije nije bilo moguće pronaći" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11095,13 +11090,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11109,20 +11104,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11130,86 +11125,86 @@ msgid "" "configuration storage tables automatically." msgstr "Nedostaju phpMyAdmin skladišne tabele" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Istakni izabrane redove." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight row pointed by the mouse cursor." msgstr "Istakni red na koji pokazuje kursor miša" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 #, fuzzy #| msgid "Number of columns for CHAR/VARCHAR textareas" msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Broj kolona za CHAR/VARCHAR textarea polja" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 #, fuzzy #| msgid "Number of rows for CHAR/VARCHAR textareas" msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Broj redova za CHAR/VARCHAR textarea polja" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 #, fuzzy #| msgid "Tab that is displayed when entering a database" msgid "Tab that is displayed when entering a database." msgstr "Kartica koja se prikazuje kada se ulazi u bazu" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 #, fuzzy #| msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server." msgstr "Kartica koja se prikazuje kada se ulazi u server" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." msgstr "Kartica koja se prikazuje kada se ulazi u tabelu" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Predloži strukturu tabele" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Prikaži spisak servera u običnoj listi umesto u padajućoj." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Biće korišćena padajuća lista ako je manje stavki prisutno" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Koliko redova može biti umetnuto odjednom" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -11220,106 +11215,106 @@ msgstr "" "Maksimalan broj prikazanih znakova u bilo kojoj nenumeričkoj koloni u " "pogledu za preglede" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "Definiše koliko dugo (u sekundama) je kuki za prijavu validan" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Maksimalni broj tabela prikazanih u listi tabela" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Maksimalni broj tabela prikazanih u listi tabela" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Maksimalni broj nedavno korišćenih tabela; postavite na 0 da isključite" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of recently used tables; set 0 to disable" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "Maksimalni broj nedavno korišćenih tabela; postavite na 0 da isključite" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Isključi provere stranih ključeva" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "Koristi prirodni poredak za sortiranje imena tabela i baza" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Koristi samo ikonice, samo tekst ili oboje" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "Uspostavi trajne veze sa MySQL bazama" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Koliko mnogo upita se čuva u istoriji" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "Izaberite koje funcije će biti korišćene za konverziju seta znakova" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 #, fuzzy #| msgid "When browsing tables, the sorting of each table is remembered" msgid "When browsing tables, the sorting of each table is remembered." msgstr "Kada pregledate tabele, sortiranje svake tabele je upamćeno" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -11328,56 +11323,56 @@ msgid "" msgstr "" "Ponovi zaglavlje nakon svakih X ćelija, [kbd]0[/kbd] isključuje ovu funkciju" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Opcije prikaza servera" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Direktorijum na serveru u koji izvezeni podaci mogu biti snimljeni" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11387,207 +11382,207 @@ msgstr "" "Omogući [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] kompresiju za " "operacije uvoza i izvoza" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Omogući prijavu na bilo koji MySQL server" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "Ne mogu da se prijavim na MySQL server" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Dozvoli okvire treće strane" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Prikaži \"Drop database\" link običnim korisnicima" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish tajni ključ" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Oznaka reda" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Pokazivač isticanja" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Uređenje CHAR kolona" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable %s" msgid "Enable linter" msgstr "Omogući %s" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Minimalna veličina za input polje" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maksimalna veličina za input polje" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR textarea kolone" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR textarea redovi" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Proveri prava pristupa knfiguracione datoteke" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Kompresija u letu" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Potvrdi DROP upite" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Dimenzije papira" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Podrazumevana kartica baze" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Podrazumevana kartica servera" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Podrazumevana kartica tabele" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Stavi imena tabela i kolona u komentar" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Komentari tabele" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Predloži strukturu tabele" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Podrazumevani redosled sortiranja" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Podrazumevani redosled sortiranja" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Podrazumevani redosled sortiranja" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Podrazumevani redosled sortiranja" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Opcije transformacije" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Prikaži servere u obliku liste" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Isključi multi-tabelarno održavanje" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maksimalno vreme izvršavanja" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Sačuvaj kao datoteku" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Karakter set datoteke" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Kompresija" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11595,66 +11590,66 @@ msgstr "Kompresija" msgid "Put columns names in the first row" msgstr "Stavi imena kolona u prvi red" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Columns enclosed with:" msgid "Columns enclosed with" msgstr "Kolone uokvirene sa:" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Columns escaped with:" msgid "Columns escaped with" msgstr "Kolone eskejpovane sa:" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL with:" msgid "Replace NULL with" msgstr "Zameni NULL sa:" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Izbaci CRLF znakove u kolonama" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "Kolone se završavaju sa" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated with:" msgid "Lines terminated with" msgstr "Linije se završavaju sa:" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel izdanje" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Šablon imena baze" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Šablon imena servera" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Šablon imena tabele" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11664,400 +11659,404 @@ msgstr "Šablon imena tabele" msgid "Dump table" msgstr "Obriši tabelu" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Uključi komentar tabele" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Komentar tabele" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Nastavljen komentar tabele" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Oznaka ključa" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Relacije" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Način izvoza" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Snimi na server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "horizontalnom (rotirana zaglavlja)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Zapamti šablon imena datoteke" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Stavi imena tabela i kolona u komentar" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Mod SQL kompatibilnosti" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Datumi kreiranja/ažuriranja/provere" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Koristi odložena umetanja" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Isključi provere stranih ključeva" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export views as tables" msgstr "Izvoz redova iz \"%s\" tabele" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Nedostaju phpMyAdmin skladišne tabele" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "Koristi heksadecimalno za BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Vrednost sesije" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Ignoriši duplikate pri umetanju" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Sintaksa koja se koristi kod umetanja podataka" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maksimalna dužina napravljenog upita" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Tip izvoza" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Obavi izvoz u transakciji" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Izvezi vreme u UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Redosled stranih ključeva u padajućoj listi" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Ograničenje stranog ključa" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Foreign key check:" msgid "Foreign key checks" msgstr "Provera stranog ključa:" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Režim pregleda" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Programer" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Režim uređenja" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Podrazumevane opcije izvoza" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Opšte" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Podrazumevane opcije uvoza" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Izvoz/uvoz" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Navigacioni okvir" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Majkrosoft Ofis" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Ostale osnovne postavke" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Naslovi strana" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Bezbednost" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Osnovne postavke" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Autentikacija" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Konfiguracija servera" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Skladište konfiguracije" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Praćenje promena" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Okvir sa SQL upitima" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Početno pokretanje" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Baza za korisnika" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Kartice" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Prikaži relacionu šemu" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Tekstualna polja" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! tekst" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Upozorenja" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Dodatni parametri za iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignoriši greške kod višestrukih iskaza" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Delimični uvoz: dozvolite prekid" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Ne prekidaj izvršavanje ako se desi greška kod umetanja" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format datoteka za uvoz" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Koristi ključnu reč LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Imena kolona u prvom redu" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Ne uvozi prazne redove" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Uvezi valute ($5.00 do 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Uvezi procente kao prave decimalne brojeve (12.00% kao .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Delimični uvoz: preskoči upite" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ne koristi AUTO_INCREMENT za nulte vrednosti" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Promašaji pri čitanju" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Početno stanje za klizače" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Broj umetnutih redova" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Ograničenje znakova kolone" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Obriši sve kukije nakon odjavljivanja" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Opozovi ime korisnika" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maksimalna dužina prikazanog SQL-a" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maksimalan broj baza" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for input field" msgid "Maximum items on first level" msgstr "Maksimalna veličina za input polje" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maksimalni broj redova za prikaz" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maksimalan broj tabela" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Ograničenje memorije" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Prikaži logo u levom okviru" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel width" msgstr "Navigacioni okvir" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12065,618 +12064,614 @@ msgstr "Navigacioni okvir" msgid "Link with main panel" msgstr "Prilagođavanje glavnog okvira" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Prikaži logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL za link na logo-u" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Prikaži izbor servera" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Zadatak ikonice za brzi pristup" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Zadatak ikonice za brzi pristup" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "Minimalni broj tabela za prikaz okvira za filter tabela" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Broj otvorenih tabela." -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Separator drveta baze" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Separator tabela u drvetu" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Maksimalna dubina drveta za tabele" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Omogući naglašavanje" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Komentar tabele" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Showing tables" msgid "Show tables in tree" msgstr "Prikazivanje tabela" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show hint" msgid "Show views in tree" msgstr "Prikaži savet" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Connections since last refresh" msgid "Show functions in tree" msgstr "Veze od poslednjeg osvežavanja" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Prikaži listu procesa" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show hint" msgid "Show events in tree" msgstr "Prikaži savet" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "Kopiranje baze" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Skorije korišćene tabele" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Gde da se prikažu linkovi na redove tabele" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Prirodni redosled" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Komentar tabele" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Podrazumevani redosled sortiranja" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Trajne veze" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Nedostaju phpMyAdmin skladišne tabele" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Zaštiti binarne kolone" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Stalna istorija upita" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Dužina istorije upita" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Zapamti način sortiranja u tabeli" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Podrazumevani redosled sortiranja" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Ponovi zaglavlja" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display column" msgid "Relational display" msgstr "Relacioni prikaz kolone" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 #, fuzzy #| msgid "Save all edited cells at once" msgid "Grid editing: save all edited cells at once" msgstr "Snimi sve izmenjene ćelije odjednom" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Snimi direktorijum" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Redosled autorizacije hostova" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Pravila autorizacije hostova" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Dozvoli prijavljivanje bez lozinke" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Dozvoli prijavljivanje root-a" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Vrednost sesije" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrolni domaćin" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Control host" msgid "Control port" msgstr "Kontrolni domaćin" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Sakrij baze" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Ime servera" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Exporting rows from \"%s\" table" msgid "Export templates table" msgstr "Izvoz redova iz \"%s\" tabele" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Textarea columns" msgid "Central columns table" msgstr "Kolone tekstulanih polja" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Port na serveru" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Skorašnje korišćena tabela" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Promenljive" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relaciona tabela" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Server socket" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Prikaži kolone tabele" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabela podešavanja korisničkog interfejsa" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Praćenje komandi" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Automatski kreiraj verzije" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Koristi tabele" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Koristi tabelu domaćina" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Komentari tabele" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "Prikaži informacije o PHP-u" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy msgid "Show last update timestamp" msgstr "Prikaži status podređenih servera" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy msgid "Show last check timestamp" msgstr "Prikaži status podređenih servera" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Komentari tabele" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Prikaži tipove polja" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Prikaži savet" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Prikaži SQL upite" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Prikaži statistike" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Preskoči zaključane tabele" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Objasni SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "Napravi PHP kod" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Kolone tekstulanih polja" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Podrazumevani naslov" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Pošalji direktorijum" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Korisničko ime" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Lozinka" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Port na serveru" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy #| msgid "Executed queries" msgid "Enter executes queries in console" msgstr "Izvršeni upiti" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "Konfiguracija servera" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "Režim pregleda" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Other" msgid "Order by" msgstr "Ostalo" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Način poređenja kod veze na server" @@ -12713,7 +12708,8 @@ msgstr "uvoz neće raditi, nedostaje funkcija (%s)" msgid "Compressed export will not work due to missing function %s." msgstr "izvoz neće raditi, nedostaje funkcija (%s)" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maksimalno %s" @@ -12747,7 +12743,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -12759,7 +12755,7 @@ msgstr "Open Document Spreadsheet" msgid "OpenDocument Text" msgstr "Open Document Text" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV koristeći LOAD DATA" @@ -12884,7 +12880,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13189,7 +13185,7 @@ msgstr "Događaj sa imenom %1$s nije pronađen u bazi %2$s" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Nije moguće učitati dodatke za izvoz, molimo proverite svoju instalaciju!" @@ -13319,7 +13315,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13384,7 +13380,7 @@ msgstr "Ako imate bilo kakvih problema, ručno podnesite izveštaj o greškama." msgid "You may want to refresh the page." msgstr "Možda ćete želeti da osvežite stranicu." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Pogrešan tip!" @@ -13478,28 +13474,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13509,7 +13498,7 @@ msgstr "" "skup znakova. Bez ekstenzije mbstring phpMyAdmin ne može ispravno da " "razdvaja stringove i to može dovesti do neočekivanih rezultata." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13589,7 +13578,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" komanda je onemogućena." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15758,7 +15747,7 @@ msgid "No such column" msgstr "Dodaj/obriši kolonu" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16636,7 +16625,7 @@ msgstr "Pogrešan podatak" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Napravljen marker %s." @@ -16726,7 +16715,7 @@ msgstr "Ima previše spajanja koja ne koriste indekse." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL je vratio prazan rezultat (nula redova)." @@ -17160,30 +17149,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Red je obrisan" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Upit je trajao %01.4f sekundi" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Prikaz zapisa" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "ukupno" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17821,11 +17810,11 @@ msgstr "" msgid "web server upload directory:" msgstr "direktorijum za slanje veb servera" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Prikaz kao SQL upit" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -18260,43 +18249,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Zatvori" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Ne mogu da premestim tabelu u samu sebe!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Ne mogu da kopiram tabelu u samu sebe!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Tabela %s je pomerena u %s." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Tabela %s je kopirana u %s." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabela %s je pomerena u %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabela %s je kopirana u %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Ima tabele je prazno!" @@ -18381,7 +18370,7 @@ msgstr "Neispravan metod autentikacije je zadat u konfiguraciji:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolone razdvojene sa:" @@ -18838,7 +18827,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18861,54 +18850,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Imena kolona: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Neispravan format CSV ulaza na liniji %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Neispravan broj kolona u CSV ulazu na liniji %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Neispravni parametri za CSV uvoz: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19711,11 +19700,11 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Prikaz kao PHP kod" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -19728,7 +19717,7 @@ msgstr "" "izmene u gridu, checkbox, Edit, Copy i Delete linkovi može da se desi da ne " "rade nakon snimanja." -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format #| msgid "" #| "This table does not contain a unique column. Features related to the grid " @@ -20012,97 +20001,97 @@ msgstr "Morate uneti ispravno ime tabele" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Isprazni" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Napravi relaciju" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -20110,175 +20099,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "Greška pri preimenovanju tabele %1$s u %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add %s field(s)" msgid "A polygon" msgstr "Dodaj %s polja" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Napravi novi ključ" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" @@ -20327,6 +20316,17 @@ msgstr "Greška u ZIP arhivi:" msgid "No files found inside ZIP archive!" msgstr "U ZIP arhivi nema datoteka!" +#, fuzzy +#~| msgid "" +#~| "Disable the default warning that is displayed if mcrypt is missing for " +#~| "cookie authentication" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Isključi podrazumevano upozorenje koje se prikazuje ako je mcrypt " +#~ "nedostupan kod autentikacije uz pomoć kukija" + #~ msgid "Version information" #~ msgstr "Informacije o verziji" diff --git a/resources/po/sv.po b/resources/po/sv.po index 4fd5bd674a..98492df617 100644 --- a/resources/po/sv.po +++ b/resources/po/sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2023-02-17 01:47+0000\n" "Last-Translator: Anders Johansson \n" "Language-Team: Swedish %s" msgstr "Spara på servern i katalogen %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Skriv över befintlig(a) fil(er)" @@ -3851,7 +3851,7 @@ msgstr "använd detta" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Återgå" @@ -3861,7 +3861,7 @@ msgstr "Återgå" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Importera" @@ -4225,8 +4225,8 @@ msgstr "SQL-dump" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Databaser" @@ -4250,7 +4250,7 @@ msgid "Recent" msgstr "Senaste" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Favorittabeller" @@ -4292,17 +4292,17 @@ msgid "Features" msgstr "Funktioner" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL-frågor" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Navigationspanel" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Huvudpanel" @@ -4827,13 +4827,28 @@ msgstr "Kontrollera privilegier för databas \"%s\"." msgid "Check privileges" msgstr "Kontrollera privilegier" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Kör SQL-fråga/frågor i databasen %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Totalt:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4841,16 +4856,16 @@ msgstr "" "Anm: Att aktivera databas-statistik här kan orsaka tung trafik mellan " "webbservern och MySQL-servern." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Aktivera Statistik" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Inga databaser" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Bekräfta" @@ -6024,7 +6039,7 @@ msgid "Current server:" msgstr "Aktuell Server:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Servrar" @@ -6119,7 +6134,7 @@ msgid "Test:" msgstr "Test" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -6771,7 +6786,7 @@ msgstr "Visa formulär" msgid "Show hidden messages" msgstr "Visa dolda objekt" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Autentiseringstyp" @@ -6857,7 +6872,7 @@ msgid "Detailed profile" msgstr "Detaljerad profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Ordning" @@ -6920,7 +6935,7 @@ msgstr "Profilering av resultat" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Din SQL-fråga utfördes korrekt." @@ -6966,7 +6981,7 @@ msgstr "Avgränsare" msgid "Show this query here again" msgstr "Visa denna fråga här igen" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Behåll frågerutan" @@ -7465,7 +7480,7 @@ msgid "Delete the view (DROP)" msgstr "Ta bort vyn (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Tabellstruktur" @@ -7647,32 +7662,32 @@ msgid "Index length" msgstr "Index längd" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Analysera" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Kontrollera" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimera" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Återskapa" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Reparera" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Avkorta" @@ -9685,14 +9700,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamesiska" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9884,19 +9891,19 @@ msgstr "båda av ovanstående" msgid "neither of the above" msgstr "ingen av ovanstående" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Användare kan inte ange ett högre värde" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Om aktiverat kan användare ange valfri MySQL-server i inloggningsformulär " "för cookie-autentisering." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9906,7 +9913,7 @@ msgstr "" "godtycklig MySQL-server aktiveras genom att matcha IP- eller värdnamnet för " "MySQL-servern till det givna reguljära uttrycket." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9916,7 +9923,7 @@ msgstr "" "phpMyAdmin i en ram, vilket är ett potentiellt [strong]säkerhetshål[/strong] " "som tillåter XSS-angrepp (cross-frame scripting)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9924,17 +9931,17 @@ msgstr "" "Hemlig lösenordsfras som används för kryptering av cookies i [kbd]cookie[/" "kbd]-autentisering." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Aktivera bzip2-komprimering av importoperationer." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Ange din privata nyckel för din domäns reCaptcha-tjänst." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -9942,37 +9949,37 @@ msgid "" "API." msgstr "Ange din privata nyckel för din domäns reCaptcha-tjänst." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "Ange din privata nyckel för din domäns reCaptcha-tjänst." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "Ange din privata nyckel för din domäns reCaptcha-tjänst." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Ange din publika nyckel till reCaptcha-tjänsten för din domän." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Ange din privata nyckel för din domäns reCaptcha-tjänst." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Ange din privata nyckel för din domäns reCaptcha-tjänst." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9982,7 +9989,7 @@ msgstr "" "VARCHAR-fält; [kbd]input[/kbd] - tillåter begränsning av inmatningens längd, " "[kbd]textarea[/kbd] - tillåter radbrytningar i kolumner." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9990,14 +9997,14 @@ msgstr "" "Använd användarvänlig editor för att redigera SQL-frågor (CodeMirror) med " "syntaxmarkering och radnummer." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" "Rätta till sökningen innan du kör den. Kräver att \"CodeMirror\" aktiveras." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10005,7 +10012,7 @@ msgstr "" "Definierar minsta storlek för inmatningsfält skapade för CHAR- och VARCHAR-" "kolumner." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10013,7 +10020,7 @@ msgstr "" "Anger den maximala storleken för inmatningsfält skapade för CHAR- och " "VARCHAR-kolumner." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -10021,7 +10028,7 @@ msgstr "" "Komprimera gzip-exporter i farten utan att det behövs mycket minne; " "inaktivera funktionen om du får problem med skapade gzip-filer." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -10029,21 +10036,21 @@ msgstr "" "Anger om en varning (\"Är du riktigt säker…\") ska visas när du håller på " "att förlora data." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Automatisk komplettering av namn på tabell och kolumn i SQL-sökningar." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -10051,7 +10058,7 @@ msgstr "" "Inaktivera mängdoperationer för tabellunderhåll, som att optimera eller " "reparera de valda tabellerna i en databas." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -10059,12 +10066,12 @@ msgstr "" "Ange antalet sekunder ett skript får köras ([kbd]0[/kbd] för ingen " "begränsning)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -10072,7 +10079,7 @@ msgstr "" "Sorteringsordning för poster i en främmande nyckel-listruta; [kbd]innehåll[/" "kbd] är refererad data, [kbd]id[/kbd] är nyckelvärdet." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -10080,7 +10087,7 @@ msgstr "" "Ange webbläsarens namnlisttext. Se [doc@faq6-27]Table]documentation[/doc] " "för magiska strängar som kan användas för att få speciella värden." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10088,7 +10095,7 @@ msgstr "" "Observera att phpMyAdmin endast är ett användargränssnitt och dess " "funktioner inte begränsar MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -10096,7 +10103,7 @@ msgstr "" "Avancerad serverkonfiguration, ändra inte dessa alternativ om du inte vet " "vad de är till för." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10106,121 +10113,121 @@ msgstr "" "ytterligare funktionalitet, se [doc@linked-tables]konfigurationslagring för " "phpMyAdmin[/doc] i dokumentationen." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "Spårning av ändringar i databasen. Kräver phpMyAdmin konfigurations lagring." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Anpassa utforskningsläge." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Anpassa förvalda alternativ." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Inställningar för phpMyAdmin-utvecklare." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Anpassa redigeringsläge." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Anpassa standardexportalternativ." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Välj några av de vanligaste alternativen." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Anpassa standardalternativ för import." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Ange kataloger för import och export och komprimeringsalternativ." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Visningsalternativ för databaser." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Anpassa navigationspanelens utseende." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Anpassa navigeringspanelen." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Visningsalternativ för servrar." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Visningsalternativ för tabeller." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Inställningar som inte passade någon annanstans." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Autentiseringsinställningar." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Ange parametrar för anslutning till server." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Anpassa länkar som visas i SQL-frågerutor." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Inställningar för SQL-frågor." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Anpassa startsidan." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "Välj vilka detaljer som ska visas i databasstrukturen (tabellista)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Inställningar för tabellstrukturen (kolumnlista)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Välj hur du vill att flikar ska fungera." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Anpassa textfält." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Anpassa förvalda alternativ" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Inaktivera några av de varningar som visas av phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Aktivera gzip-komprimering för import- och exportoperationer." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10228,7 +10235,7 @@ msgstr "" "Om aktiverat fortsätter phpMyAdmin att utföra fleruttrycksfrågor även om en " "av frågorna misslyckades." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10238,7 +10245,7 @@ msgstr "" "tidsbegränsningen. Detta kan vara ett bra sätt att importera stora filer, " "men det kan bryta transaktioner." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10246,15 +10253,15 @@ msgstr "" "Standardformat; observera att denna lista beror på plats (databas, tabell) " "och endast SQL är alltid tillgängligt." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Uppdatera data när dubblettnycklar hittas vid import" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Antal förfrågningar att hoppa från start." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10264,7 +10271,7 @@ msgstr "" "sker utloggning endast för aktuell server. Satt till FALSE gör det lätt att " "glömma att logga ut från andra servrar när du är ansluten till flera servrar." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10272,7 +10279,7 @@ msgstr "" "Ange om den tidigare inloggningen ska återkallas eller inte vid [kbd]cookie[/" "kbd]-autentiseringsläge." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10284,11 +10291,11 @@ msgstr "" "session, och kommer tas bort så snart webbläsaren stängs. Detta är " "rekommenderat för icke tillförlitliga miljöer." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "Maximalt antal tecken som används när en SQL-fråga visas." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -10296,13 +10303,13 @@ msgstr "" "Antalet objekt som kan visas på varje sida på den första nivån av " "navigationsträdet." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Antalet objekt som kan visas på varje sida i navigationsträdet." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10310,7 +10317,7 @@ msgstr "" "Antal rader som visas vid visning av resultat. Om resultatet innehåller fler " "rader, visas länkar för \"Föregående\" och \"Nästa\"." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10322,17 +10329,17 @@ msgstr "" "Antal byte som ett skript har tillåtelse att allokera, t.ex. [kbd]32M[/kbd] " "([kbd]-1[/kbd] för ingen begränsning eller [kbd]0[/kbd] för oförändrat)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "I navigeringspanelen, ersätter databasen trädet med en väljare" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Länk med huvudpanelen genom att markera den aktuella databasen eller " "tabellen." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10340,7 +10347,7 @@ msgstr "" "Öppna den länkade sidan i huvudfönstret ([code]main[/code]) eller i ett nytt " "([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10348,7 +10355,7 @@ msgstr "" "Definierar minsta antal objekt (tabeller, vyer, rutiner och händelser) för " "att visa en filterbox." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10356,71 +10363,71 @@ msgstr "" "Grupperar objekt i navigationsträdet (bestäms av avskiljaren definierad i " "databas- & tabell-flikarna)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Möjliggör trädexpansion i navigationspanelen." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Möjliggör visning av processer kopplade till databasen i navigeringsträdet" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Whether to show events under database in the navigation tree" msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Möjliggör visning av händelser kopplade till databas i navigeringsträdet" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in navigation panel." msgid "Set to 0 to collapse navigation panel." msgstr "Visa logotyp i navigationspanelens." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Visa logotyp i navigationspanelens." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL som navigationspanelens logotyp pekar mot." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Visa val av server högst upp i navigationspanelen." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Sträng som separerar databaser i olika trädnivåer." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Sträng som separerar tabeller i olika trädnivåer." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Markera server under muspekaren." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Om du vill visa tabeller från databasen i navigeringsträdet" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Om du vill visa vyer från databasen i navigationsträdet" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Möjliggör funktionsvisning från databas i navigeringsträdet" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" "Möjliggör visning av händelser kopplade till databas i navigeringsträdet" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -10428,7 +10435,7 @@ msgstr "" "[kbd]SMART[/kbd] - dvs fallande ordning för kolumner av typen TIME, DATE, " "DATETIME och TIMESTAMP, stigande ordning annars." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10438,7 +10445,7 @@ msgstr "" "databasdetaljer om någon av de nödvändiga tabellerna för " "konfigurationslagring för phpMyAdmin inte kunde hittas." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10446,7 +10453,7 @@ msgstr "" "Inaktivera standardvarningen som visas på sidan Struktur om kolumnnamn i en " "tabell är reserverade MySQL-ord." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10456,18 +10463,18 @@ msgstr "" "konfigurationslagring). Om inakiverad, så används JS-rutiner för att visa " "frågehistorik (förloras när fönstret stängs)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" "Ställer in aktuell tidszon; möjligen annorlunda än den från din databasserver" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10475,7 +10482,7 @@ msgstr "" "Lämna tomt för att stänga av [doc@bookmarks@]bokmärken[/doc], förslag: " "[kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10487,7 +10494,7 @@ msgstr "" "Lämna tomt för att stänga av kolumnkommentarer/mime-typer, förslag: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10495,7 +10502,7 @@ msgstr "" "En speciell MySQL-användare konfigurerad med begränsade rättigheter, mer " "information tillgänglig i [doc@linked-tables]dokumentationen[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10503,7 +10510,7 @@ msgstr "" "En alternativ värd för att hålla konfigurationslagring, lämna tomt för att " "använda den aktuella värden." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10513,7 +10520,7 @@ msgstr "" "konfigurationslagring; lämna tomt för att använda standardporten, eller den " "redan definierade porten, om controlhost motsvarar host." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10527,7 +10534,7 @@ msgstr "" "Mer information på [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] och [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10535,7 +10542,7 @@ msgstr "" "Lämna blankt för att stänga av stöd för SQL-frågehistorik, förslag: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10543,7 +10550,7 @@ msgstr "" "Begränsar antalet tabellpreferenser som lagras i databasen, de äldsta " "posterna tas bort automatiskt." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10551,7 +10558,7 @@ msgstr "" "Lämna tom för inget stöd vid vapenexport, förslag: [kbd] " "pma__export_templates [/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10559,7 +10566,7 @@ msgstr "" "Lämn tom för inget huvudkolumnstöd, förslag: [kbd] pma__central_columns [/" "kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10569,14 +10576,14 @@ msgstr "" "använda deras ordagranna betydelse, dvs använd [kbd] 'my\\_db\"[/kbd] och " "inte [kbd]'my_db\"[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Lämna blankt för att stänga av stöd för PDF-schema, förslag: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10586,7 +10593,7 @@ msgstr "" "[doc@linked-tables]pmadb[/doc] för komplett information. Lämna tomt för " "inget stöd. Förslag: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10594,7 +10601,7 @@ msgstr "" "Lämna tomt för att stänga av \"ihållande\" nyligen använda tabeller över " "sessioner, förslag: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10602,7 +10609,7 @@ msgstr "" "Lämna tom för inga favorittabeller över sessioner, förslag: [kbd] " "pma__favorite [/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10610,13 +10617,13 @@ msgstr "" "Lämna tomt för avstängt stöd för [doc@relations@]relationslänkar[/doc], " "förslag: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Se [doc@authentication-modes]autentiseringstyper[/doc] för ett exempel." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10624,7 +10631,7 @@ msgstr "" "Lämna tomt för avstängt stöd för PDF-schema, förslag: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10632,7 +10639,7 @@ msgstr "" "Tabell för att beskriva visningskolumnerna, lämna tomt för avstängt stöd; " "förslag: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10641,7 +10648,7 @@ msgstr "" "användargränssnittspreferenser som sparas över sessioner, förslag: " "[kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -10649,7 +10656,7 @@ msgstr "" "Om DROP DATABASE IF EXISTS-kommando skall läggas till som första raden i " "loggen när man skapar en databas." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -10657,7 +10664,7 @@ msgstr "" "Om DROP TABLE IF EXISTS-kommando skall läggas till som första raden i loggen " "när man skapar en tabell." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10665,13 +10672,13 @@ msgstr "" "Om DROP VIEW IF EXISTS-kommando skall läggas till som första raden i loggen " "när man skapar en vy." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Definierar lista med påståenden vilken auto-creation använder för nya " "versioner." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10679,7 +10686,7 @@ msgstr "" "Lämna tomt för avstängt stöd för SQL-frågespårning, förslag: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10687,7 +10694,7 @@ msgstr "" "Huruvida spårningsmekanismen skapar versioner för tabeller och vyer " "automatiskt." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10695,7 +10702,7 @@ msgstr "" "Lämna tomt för att stänga av lagring av användarpreferenser i databasen, " "förslag: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10705,7 +10712,7 @@ msgstr "" "funktionen anpassningsbara menyer; om en av dem lämnas tom inaktiveras " "funktionen, förslag: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10715,7 +10722,7 @@ msgstr "" "anpassningsbara menyer; om en av dem lämnas tom inaktiveras funktionen, " "förslag: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10723,7 +10730,7 @@ msgstr "" "Lämna tomt för att stänga av funktionen att dölja och visa " "navigationsobjekt, förslag: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10731,51 +10738,51 @@ msgstr "" "En användarvänlig beskrivning av denna server. Lämna tomt för att visa " "värdnamnet istället." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Lämna tomt om den inte används." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Lämna blankt för standardvärden." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Namn på HTTP Basic Auth Realm att visa när man gör HTTP Auth." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Autentiseringsmetod att använda." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Komprimera anslutning till MySQL-servern." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Dölj databaser som matchar reguljärt uttryck (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Värdnamn där MySQL-servern körs." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Lämna tomt om inte config auth används." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "Port som MySQL-servern lyssnar på, lämna blankt för standardport." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Sockel som MySQL-servern lyssnar på, lämna tomt för standardsocket." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Aktivera SSL för anslutning till MySQL-servern." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10785,33 +10792,33 @@ msgstr "" "autentisering eftersom lösenordet är hårdkodat i konfigurationsfilen; detta " "begränsar inte möjligheten att utföra samma kommando direkt." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Visa eller dölj en kolumn som visar tidsstämpeln för skapandet av samtliga " "tabeller." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Visa eller dölj en kolumn som visar tidsstämpeln Senaste uppdatering för " "alla tabeller." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Visa eller dölj en kolumn som visar tidsstämpeln Senaste kontroll för alla " "tabeller." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "Anger om typ-fält först bör visas i ändra/infoga-läge." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -10823,53 +10830,47 @@ msgstr "" "Visar länk till resultatet av [a@https://www.php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Ifall en användare ska få se en \"visa alla (rader)\"-knapp." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Visa eller dölja en kolumn som visar kommentarer för alla tabeller." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 #, fuzzy #| msgid "Show or hide a column displaying the comments for all tables." msgid "Show or hide a column displaying the charset for all tables." msgstr "Visa eller dölja en kolumn som visar kommentarer för alla tabeller." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Visa funktionsfälten i ändra/infoga-läge." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Huruvida tips ska visas eller inte." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "Anger om SQL-frågor som genereras av phpMyAdmin ska visas." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "Tillåt visning av databas- och tabellstatistik (t.ex. av utrymme)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Markera använda tabeller och gör det möjligt att visa databaser med låsta " "tabeller." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "Stäng av varning om att Suhosin upptäcks." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10879,7 +10880,7 @@ msgstr "" "inställningen session.gc_maxlifetime är mindre än värdet för " "'LoginCookieValidity'." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10887,7 +10888,7 @@ msgstr "" "Textareans storlek (kolumner) i redigeringsläge, detta värde kommer betonas " "för SQL-frågetextfält (* 2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10895,7 +10896,7 @@ msgstr "" "Textareans storlek (rader) i redigeringsläge, detta värde kommer betonas för " "SQL-frågetextfält (* 2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10907,7 +10908,7 @@ msgstr "" "som kommer från proxyservern 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/" "kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10915,7 +10916,7 @@ msgstr "" "När det är avstängt, kan användare inte ange något av alternativen nedan, " "oberoende av kryssrutan till höger." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10933,7 +10934,7 @@ msgstr "" "behöver denna om servern där phpMyAdmin är installerat inte har direkt " "tillgång till Internet. Formatet är: \"värdnamn:portnummer\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10943,7 +10944,7 @@ msgstr "" "Om ett användarnamn anges kommer grundläggande autentisering ske. Inga andra " "typer av autentisering stöds för närvarande." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10951,7 +10952,7 @@ msgstr "" "Sökningar utförs genom att trycka på RETUR (i stället för Ctrl+Retur). Nya " "rader infogas med SKIFT+RETUR." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10963,396 +10964,396 @@ msgstr "" "Aktivera \"Zero Configuration\" läge som låter dig installera phpMyAdmin " "konfigurationlagringstabeller automatiskt." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Markera valda rader." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Markera raden som indikeras av muspekaren." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Antal kolumner för CHAR/VARCHAR textfält." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Antal rader för CHAR/VARCHAR textfält." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "Logga SQL-sökningar och genomförandetid, för senare visning i konsolen" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Flik som visas när du anger en databas." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Flik som visas när du går till en server." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Flik som visas när du går till en tabell." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Om tabellstrukturåtgärderna ska döljas eller inte." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Om kolumnkommentarer skall visas i tabellstrukturvisningen" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Visa serverlista som en lista istället för en drop-down." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "En listruta kommer användas om färre objekt finns." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Standardvärdet för kryssrutan \"Aktivera kontroller av främmande nycklar\", " "för vissa sökningar." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Hur många rader som kan infogas på en gång." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Maximalt antal tecken som visas i icke-numeriska kolumner i bläddringsvyn." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Anger hur lång tid (i sekunder) som en inloggnings-cookie är giltig." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Dubbel storlek på textområdet för LONGTEXT-kolumner." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Maximalt antal databaser som visas i databaslistan." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Maximalt antal tabeller som visas i tabellista." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Maximalt antal nyligen använda tabeller, ange 0 för att inaktivera." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Maximalt antal favorittabeller, ange 0 för att inaktivera." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Dessa är länkar till Redigera, Kopiera och Radera." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "Möjliggör visning av rad-länkar även vid avsaknad av en unik nyckel." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Inaktivera shortcut keys" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Använd naturlig ordning vid sortering av tabell- och databasnamn." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Använd enbart ikoner, endast text eller både och." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Använd GZip utmatningsbuffer för ökad hastighet i HTTP-överföringar." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Använd bestående anslutningar till MySQL-databaser." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Tillåt ej redigering av BLOB- och BINARY-kolumner." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Antal frågor som sparas i historiken." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "Välj vilka funktioner som kommer användas för konvertering av " "teckenuppsättning." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Vid bläddring i tabeller är sorteringen av varje tabell ihågkommen." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Standardsorteringsordning för tabeller med en primär nyckel." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Upprepa rubrik varje X celler, [kbd]0[/kbd] avaktiverar den här funktionen." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Visningsalternativ" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Katalog där exporter kan sparas på servern." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Anger om frågerutan ska stanna på skärmen efter att den skickats." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Titel på webbläsarfönstret när en databas är vald." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Titel på webbläsarfönstret när ingenting är markerat." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Titel på webbläsarfönstret när en server är vald." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Titel på webbläsarfönstret när en tabell är markerad." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Katalog på servern där du kan ladda upp filer för import." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Tillåt sökning i hela databasen." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Aktivera kontroll efter senaste version på phpMyAdmins hemsida." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Lösenordet för autentisering med proxy." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Aktivera ZIP-komprimering för import- och exportoperationer." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Välj standardhandling vid sändande av felrapporter." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Tillåt inloggning till valfri MySQL-server" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Begränsa inloggning till MySQL-server" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Tillåt tredjeparts infogning" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Visa \"Ta bort databas\"-länk för normala användare" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish-lösenord" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Radmarkör" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Markera pekaren" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Redigera CHAR-kolumn" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Aktivera CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Aktivera filtrering" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Minsta storlek för inmatningsfält" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Maximal storlek för inmatningsfält" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Kolumner för CHAR textfält" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR textarea rader" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Kontrollera konfigurationsfilens behörigheter" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Komprimera i farten" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Bekräfta DROP-frågor" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Pappersstorlek" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Förvald databasflik" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Förvald serverflik" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Förvald tabellflik" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Aktivera \"auto-fyll\" för tabell-och kolumnnamn" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Visa kolumnkommentarer" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Dölj åtgärder för tabellstruktur" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Förvald sorteringsordning" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for Substring" msgstr "Inmatningsalternativ" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Förvald sorteringsordning" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Förvald sorteringsordning" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for PreApPend" msgstr "Inmatningsalternativ" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Förvald sorteringsordning" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for Inline" msgstr "Inmatningsalternativ" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for TextImageLink" msgstr "Inmatningsalternativ" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Input transformation options" msgid "Default transformations for TextLink" msgstr "Inmatningsalternativ" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Visa servrar som en lista" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Inaktivera underhåll av multipla tabeller" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maximal exekveringstid" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Spara som fil" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Filens teckenuppsättning" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Komprimering" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11360,56 +11361,56 @@ msgstr "Komprimering" msgid "Put columns names in the first row" msgstr "Sätt kolumnnamn på första raden" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Kolumner omges av" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Specialtecken i fält föregås av" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Ersätt NULL med" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Ta bort CRLF-tecken i kolumner" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Kolumner avslutas med" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Rader avslutas med" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel-version" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Mall för databasnamn" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Mall för servernamn" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Mall för tabellnamn" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11419,86 +11420,86 @@ msgstr "Mall för tabellnamn" msgid "Dump table" msgstr "Dumpa tabell" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Inkludera tabellbeskrivning" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tabellrubrik" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Fortsatt tabellrubrik" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Märk nyckel" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Relationer" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Exportmetod" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Spara på server" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Exportera som separata filer" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Kom ihåg mall för filnamn" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "Ta bort kolumner från huvudlista" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Använd citattecken runt tabell- och fältnamn" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL-kompatibilitetsläge" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Skapad/Uppdaterad/Kontrollerad datum" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Använd fördröjda inläggningar" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Inaktivera kontroller av främmande nycklar" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Exportera vyer som tabeller" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Exportera relaterade metadata från sparade inställningar i phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Använd hexadecimalt för BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -11506,842 +11507,842 @@ msgstr "" "Lägg till \"IF NOT EXISTS\" (mindre effektiv eftersom index kommer att " "genereras när tabellen skapas)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "%s value" msgid "%s view" msgstr "%s värde" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Använd ignore i inläggningar" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Syntax att använda när man infogar data" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Maximal längd på skapad fråga" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Export-typ" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Bifoga export i en transaktion" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Exportera tid i UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ordning i främmande nyckel-listruta" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Begränsning för främmande nyckel" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Kontroll av främmande nyckel" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Utforskningsläge" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Utvecklare" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Redigeringsläge" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Exportera standardvärden" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Allmänt" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Importera standardvärden" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Importera / exportera" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Navigationsträd" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Andra grundinställningar" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Sidtitlar" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Säkerhet" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Grundläggande inställningar" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Verifiering" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Serverkonfiguration" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Konfigurationslagring" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Förändringar i spårning" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL-frågeruta" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Uppstart" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Databasstruktur" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Flikar" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Visa relationsschema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Textfält" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! text" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Varningar" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Extra parameterar för iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ignorera fel i fleruttrycksfrågor" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Partiell import: tillåt avbrott" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Avbryt inte vid INSERT-fel" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Lägg till DUBLETTNYCKEL" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Format på importerad fil" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Använd nyckelordet LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Kolumnnamn på första raden" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Importera inte tomma rader" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Importera valutor ($5,00 till 5,00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Importera procenttal med riktiga decimaler (12,00% till .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Partiell import: hoppa över frågor" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Använd inte AUTO_INCREMENT för nollvärden" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Läs som multibytes" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Utgångsläge för reglagen" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Antal infogade rader" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Begränsa antalet tecken i kolumn" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Radera alla cookies vid utloggning" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Återkalla användarnamn" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Lagringsplats för inloggnings-cookie" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Giltighet för inloggnings-cookie" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Större textarea för LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Maximal visad SQL-längd" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Maximalt antal databaser" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Maximalt antal objekt på första nivån" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Maximalt antal objekt i gren" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Maximalt antal rader att visa" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maximalt antal tabeller" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Minnesgräns" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Visa databasnavigering som träd" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation panel" msgid "Navigation panel width" msgstr "Navigationspanel" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Länka med huvudpanelen" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Visa logo" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Länkadress för logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Mål för logo-länk" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Visa serverval" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Mål för snabbåtkomst-ikon" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Mål för sekundär snabbåtkomst-ikon" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Minsta antal objekt för att visa filterboxen" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Minsta antal databaser för att visa filterboxen för databaser" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Gruppera objekt i trädet" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Avskiljare för databasträd" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Avskiljare för tabellträd" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Max djup i tabellträd" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Aktivera framhävning" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Aktivera trädexpansion i navigationspanelen" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Visa tabeller som träd" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Visa vyer som träd" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Visa funktioner som träd" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Visa processer som träd" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Visa händelser som träd" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Kopiera databas" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Nyligen använda tabeller" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Var länkarna i tabellraden visas" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Visa länkade rader ändå" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Naturlig ordning" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Tabellbaserat navigeringsfält" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip Utmatningsbuffer" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Förvald sorteringsordning" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Bestående anslutningar" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Saknade phpMyAdmin konfiguration lagringstabeller" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Varning för reserverat MySQL-ord" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Hur att visa menyflikarna" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Hur man visar olika åtgärdslänkar" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Skydda binära kolumner" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Permanent frågehistorik" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Längd på frågehistorik" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Omvandlingsmotor" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Kom ihåg tabellens sortering" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Primärnyckels förvandla sorteringsordning" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Reparera rubriker" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Rutnäts-redigering: utlösningsåtgärd" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Relations-visning" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Rutnäts-redigering: spara alla redigerade celler omedelbart" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Sparningskatalog" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Host auktorisation för" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Behörighetsregler för host" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Tillåt inloggning utan lösenord" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Tillåt root-inloggning" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Sessions tidszon" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Tabell för bokmärken" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Tabell för kolumninformation" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Komprimera anslutning" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Lösenord för kontrollanvändare" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Kontrollanvändare" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Kontrollvärd" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Kontrollport" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Inaktivera användning av INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Dölj databaser" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Tabell för SQL-frågehistorik" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Serverns värdnamn" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL för utloggning" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Maximalt antal tabellinställningar att spara" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Exportera tabellmallar" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Huvudkolumnstabell" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Visa endast listade databaser" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Lösenord för config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-schema: Tabell för sidor" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Serverport" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Nyligen använd tabell" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Favorittabeller" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Relationstabell" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon sessionsnamn" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Inloggnings-URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Server socket" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Använd SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Design/PDF-schema: tabellkoordinater" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Visa tabellkolumner" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Tabell för inställningar av användargränssnittet" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Lägg till DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Lägg till DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Kommandon att spåra" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL-frågespårningstabell" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Skapa versioner automatiskt" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Lagringstabell för användarinställningar" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Användartabell" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Användargruppstabell" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Tabell för dolda navigationsobjekt" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Användare för config auth" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Beskrivande namn för denna server" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Tillåt att visa alla rader" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Visa ändra lösenord-formulär" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Visa skapa databas-formulär" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Visa tabellkommentarer" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Visa skapad tidpunkt" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Visa senaste uppdatering" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Visa senaste tidpunkt för kontroll" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Show table comments" msgid "Show table charset" msgstr "Visa tabellkommentarer" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Visa fälttyper" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Visa funktionsfält" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Visa tips" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Visa phpinfo()-länk" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Visa detaljerad MySQL-serverinformation" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Visa SQL-frågor" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Visa statistik" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Hoppa över låsta tabeller" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Förklara SQL-kod" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Skapa PHP-kod" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin-varning" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Varning angående inloggnings-cookies giltighet" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Textarea kolumner" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Textarea rader" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Standardtitel" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Lista med betrodda proxies för IP allow/deny" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Uppladdningskatalog" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Använd databassökning" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Aktivera fliken Utvecklare i inställningar" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versionskontroll" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "Proxy-url" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proxyanvändarnamn" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proxylösenord" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Publik nyckel för reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Publik nyckel för reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Skicka felrapporter" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Ange sökningar i konsolen" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Aktivera \"Zero Configuration\" läge" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "" #| "Execute queries on Enter and insert new line with Shift + Enter. To make " @@ -12351,25 +12352,25 @@ msgstr "" "Köra sökningar med RETUR och Infoga ny rad med SKIFT+RETUR. Visa " "inställningar för att göra detta permanent." -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Konsol" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Konsol" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 #, fuzzy #| msgid "Order by:" msgid "Order by" msgstr "Sorteringsordning:" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Serveranslutning kollationering" @@ -12402,7 +12403,8 @@ msgstr "Komprimerad import fungerar inte på grund av saknad funktion %s." msgid "Compressed export will not work due to missing function %s." msgstr "Komprimerad export fungerar inte på grund av saknad funktion %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "maximum %s" @@ -12436,7 +12438,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument-kalkylblad" @@ -12444,7 +12446,7 @@ msgstr "OpenDocument-kalkylblad" msgid "OpenDocument Text" msgstr "OpenDocument-text" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV med LOAD DATA" @@ -12626,7 +12628,7 @@ msgstr "" "%sGZip komprimering och dekomprimering%s kräver funktioner (%s) som inte är " "tillgängliga på detta system." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Server %d" @@ -12907,7 +12909,7 @@ msgstr "Ingen händelse med namnet %1$s hittades i databasen %2$s" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Kunde inte läsa in insticksprogram för export. Kontrollera din installation!" @@ -13038,7 +13040,7 @@ msgid "Success!" msgstr "Lyckades!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13099,7 +13101,7 @@ msgstr "Skicka en buggrapport manuellt om du upplever några problem." msgid "You may want to refresh the page." msgstr "Du kan vilja ladda om sidan." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Dålig typ!" @@ -13202,28 +13204,21 @@ msgstr "" "den när phpMyAdmin har konfigurerats. I annat fall kan din servers säkerhet " "hotas av obehöriga som laddar ner din konfiguration." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "Server körs med Suhosin. Se %sdokumentation%s för möjliga problem." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13233,7 +13228,7 @@ msgstr "" "flerbitars teckenuppsättning. phpMyAdmin kan inte dela upp strängar korrekt " "utan tillägget mbstring, vilket kan resultera i oväntade resultat." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13311,7 +13306,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\"-satser är inaktiverade." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ÅTERTOG tidigare version]" @@ -15331,7 +15326,7 @@ msgid "No such column" msgstr "Ingen sådan kolumn" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Sträng" @@ -16213,7 +16208,7 @@ msgstr "Felaktigt data" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Bokmärket %s har skapats." @@ -16295,7 +16290,7 @@ msgstr "Det finns för många JOINS som saknar index." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL returnerade ett tomt resultat (dvs inga rader)." @@ -16716,29 +16711,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Raden har raderats." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Frågan tog %01.4f sekunder." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Visar raderna %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "%1$d totalt, %2$d i fråga" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "%d totalt" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Länken hittades inte!" @@ -17387,11 +17382,11 @@ msgstr "" msgid "web server upload directory:" msgstr "Uppladdningskatalog på webbserver:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Visar SQL-fråga" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Infogade rad-id: %1$d" @@ -17832,39 +17827,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Inga partiella beroenden hittade!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Sammanfogning" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Kan inte flytta tabell till samma en!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Kan inte kopiera tabell till samma en!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Registret %s har flyttats till %s., privilegier har justerats." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Registret %s har kopierats till %s., privilegier har justerats." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Tabellen %s har flyttats till %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Tabellen %s har kopierats till %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tabellnamnet är tomt!" @@ -17949,7 +17944,7 @@ msgstr "Ogiltig metod för verifiering angiven i konfiguration:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Kolumnerna avslutas med:" @@ -18383,7 +18378,7 @@ msgstr "" "Databassystem eller äldre MySQL-server att maximera kompatibilitet av utdata " "med:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18408,19 +18403,19 @@ msgstr "" "Uppdatera data när dublettnyckel hittas vid import (tillägg 'ON DUPLICATE " "KEY UPDATE')" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -18428,7 +18423,7 @@ msgstr "" "Den första raden i filen innehåller tabellens kolumnnamn (om detta inte " "är markerat, kommer den första raden bli en del av uppgifterna)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -18438,29 +18433,29 @@ msgstr "" "lista motsvarande kolumnnamn här. Kolumnnamn måste vara åtskilda med " "kommatecken och inte inneslutna i citattecken." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Kolumnnamn: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Ogiltigt format i CSV-indata på rad %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Ogiltigt antal kolumner i CSV-indata på rad %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Ogiltig parameter för CSV-import: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19273,11 +19268,11 @@ msgstr "Ingen nyare stabil version finns tillgänglig" msgid "Using bookmark \"%s\" as default browse query." msgstr "Använd bokmärket \"%s\" som standard webbläsarfråga." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Visar som PHP-kod" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -19287,7 +19282,7 @@ msgstr "" "rutnätsredigera, kryssruta, redigera, kopiera och radera är inte " "tillgängliga. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19553,26 +19548,26 @@ msgstr "Du måste ange ett giltigt tabellnamn!" msgid "You must provide a trigger definition." msgstr "Du måste ange en triggerdefinition." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Töm" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "saknas" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "En 1-byte heltal, signerat intervall är -128 till 127, osignerad intervall " "är 0 till 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -19580,7 +19575,7 @@ msgstr "" "Ett 2-bytes heltal, signerat inom intervallet -32.768 till 32.767, osignerat " "inom intervallet 0 till 65.535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -19588,7 +19583,7 @@ msgstr "" "Ett 3-bytes heltal, signerat inom intervallet -8.388.608 till 8.388.607, " "osignerat inom intervallet 0 till 16.777.215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -19596,7 +19591,7 @@ msgstr "" "Ett 4-bytes heltal, signerat inom intervallet -2147483648 till 2147483647, " "osignerat inom intervallet 0 till 4294967295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -19605,7 +19600,7 @@ msgstr "" "till 9.223.372.036.854.775.807, osignerat inom intervallet 0 till " "18.446.744.073.709.551.615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -19613,7 +19608,7 @@ msgstr "" "Ett fast-punkt nummer (M, D) - det maximala antalet siffror (M) är 65 " "(default 10), det maximala antalet decimaler (D) är 30 (default 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -19621,7 +19616,7 @@ msgstr "" "Ett litet flyttal. Tillåtna värden är: 3.402823466E+38 till-1.175494351E-38, " "0, och 1.175494351E-38 till 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -19631,7 +19626,7 @@ msgstr "" "till 2.2250738585072014E-308, 0, och 2.2250738585072014E-308 till " "1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -19639,14 +19634,14 @@ msgstr "" "Synonym för DOUBLE (undantag: i REAL_AS_FLOAT SQL läget är det en synonym " "för FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "En bit-fälttyp (M), lagrar M bitar per värde default är 1, maximalt är 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -19654,21 +19649,21 @@ msgstr "" "En synonym för TINYINT (1), ett värde på noll betraktas som falskt, värden " "skilda från noll anses sanna" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Ett alias för BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Ett datum, supportat område är %1$s till %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "En datum och tidskombination, supportat område är %1$s till %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -19682,12 +19677,12 @@ msgstr "" "En tidsstämpel, intervallet är 1970-01-01 00:00:01 UTC till 2038-01-09 " "03:14:07 UTC, lagrad som antalet sekunder sedan 1970-01-01 00:00:00 UTC" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "En tid, området är %1$s till %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -19695,7 +19690,7 @@ msgstr "" "Ett år i fyr-siffrigt (4, default) eller 2-siffrigt (2) format, tillåtna " "värden är: 70 (1970) till 69 (2069) eller 1901 till 2155 och 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -19703,7 +19698,7 @@ msgstr "" "En sträng med fast längd (0-255, standard 1) som alltid är högerfylld med " "blankslag till den angivna längden vid lagring" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -19712,7 +19707,7 @@ msgstr "" "En variabel-längd (%s) sträng, den effektiva maximala längden är " "förutsättningen för den maximala radstorleken" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -19720,7 +19715,7 @@ msgstr "" "En TEXT-kolumn med en maximal längd av 255 (2^8-1) tecken, lagrat med ett en-" "bytes prefix vilket anger längden av värdet i bytes" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -19728,7 +19723,7 @@ msgstr "" "En TEXT-kolumn med en maximal längd av 65.535 (2^16-1) tecken, lagrat med " "ett två-bytes prefix vilket anger längden av värdet i bytes" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -19736,7 +19731,7 @@ msgstr "" "En TEXT-kolumn med en maximal längd av 16.777.215 (2^24-1) tecken, lagrat " "med ett tre-bytes prefix vilket anger längden av värdet i bytes" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -19746,7 +19741,7 @@ msgstr "" "tecken, lagrat med ett fyra-bytes prefix vilket anger längden av värdet i " "bytes" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19754,7 +19749,7 @@ msgstr "" "Liknande typen CHAR, men lagrar binära bytesträngar snarare än icke-binära " "teckensträngar" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -19762,7 +19757,7 @@ msgstr "" "Liknande typen VARCHAR, men lagrar binära bytesträngar snarare än icke-" "binära teckensträngar" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -19770,7 +19765,7 @@ msgstr "" "En BLOB-kolumn med en maximal längd av 255 (2^8-1) bytes, lagrat med ett en-" "bytes prefix vilket anger längden av värdet" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -19778,7 +19773,7 @@ msgstr "" "En BLOB-kolumn med en maximal längd av 16.777.215 (2^24-1) bytes, lagrat med " "ett tre-bytes prefix vilket anger längden av värdet" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -19786,7 +19781,7 @@ msgstr "" "En BLOB-kolumn med en maximal längd av 65.535 (2^16-1) bytes, lagrad med ett " "två bytes prefix vilket anger längden på värdet" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -19794,7 +19789,7 @@ msgstr "" "En BLOB-kolumn med en maximal längd av 4,294,967,295 och 4GB (2^32-1) byte, " "lagrad med ett fyra-bytes prefix som anger längden på värdet" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -19802,43 +19797,43 @@ msgstr "" "En uppräkning, vald från listan med upp till 65.535 värden eller det " "speciella felvärdet ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "En enstaka värde valt från en uppsättning av upp till 64 stycken" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "En typ som kan lagra en geometri av alla typer" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "En punkt i det 2-dimensionella rummet" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "En kurva med linjär interpolering mellan punkter" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "En polygon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "En samling punkter" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "En samling kurvor med linjär interpolering mellan punkterna" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "En samling polygoner" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "En samling geometriobjekt av valfri typ" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -19846,39 +19841,39 @@ msgstr "" "Lagrar och möjliggör effektiv åtkomst till data i JSON (JavaScript Object " "Notation) -dokument" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "Lagrar en universiellt unik identifierare (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Numeriska" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Datum och tid" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spatial" @@ -19925,6 +19920,20 @@ msgstr "Fel i ZIP-arkiv:" msgid "No files found inside ZIP archive!" msgstr "Inga filer hittades i ZIP-arkivet!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "Stäng av varning om att Suhosin upptäcks." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin-varning" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "Server körs med Suhosin. Se %sdokumentation%s för möjliga problem." + #~ msgid "Version information" #~ msgstr "Versionsinformation" diff --git a/resources/po/ta.po b/resources/po/ta.po index 9f0f62ee1a..2bf7973c49 100644 --- a/resources/po/ta.po +++ b/resources/po/ta.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-02 13:14+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Tamil %s" msgstr "கோப்பகத்தில் சேவையகத்தில் சேமிக்கவும் %s " #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "இருக்கும் கோப்பு (களை) மேலெழுதவும்" @@ -3637,7 +3637,7 @@ msgstr "அதை எடுத்துக் கொள்ளுங்கள்" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "பின்செல்க" @@ -3647,7 +3647,7 @@ msgstr "பின்செல்க" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "தரவிறக்கம்" @@ -3986,8 +3986,8 @@ msgstr "கவிமொ பதிவேற்றம்" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "தரவுத்தளங்கள்" @@ -4009,7 +4009,7 @@ msgid "Recent" msgstr "அண்மையில்" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "விருப்பமான அட்டவணைகள்" @@ -4047,17 +4047,17 @@ msgid "Features" msgstr "பயன்முறைகள்" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL வினவல்கள்" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "வழிசெலுத்தல் பலகம்" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "முதன்மை பலகம்" @@ -4520,13 +4520,28 @@ msgstr "\"%s\" தரவுத்தளத்தின் தனிசலுக msgid "Check privileges" msgstr "சலுகைகளை சரிபார்க்கவும்" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "SQL வினவலை/களை %s தரவுத்தளத்தில் செயலாக்குக" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "கவிமொ" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "மொத்தம்:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4534,16 +4549,16 @@ msgstr "" "குறிப்பு: இங்கே தரவுத்தள புள்ளிவிவரங்களை இயக்குவது வலை சேவையகத்திற்கும் MySQL " "சேவையகத்திற்கும் இடையில் அதிக போக்குவரத்தை ஏற்படுத்தக்கூடும்." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "புள்ளிவிவரங்களை இயக்கவும்" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "தரவுத்தளங்கள் இல்லை" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "உறுதிசெய்க" @@ -5589,7 +5604,7 @@ msgid "Current server:" msgstr "தற்போதைய சேவையகம்:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "சேவையகங்கள்" @@ -5672,7 +5687,7 @@ msgid "Test:" msgstr "சோதனை:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "வழங்கி" @@ -6266,7 +6281,7 @@ msgstr "படிவத்தை காட்டு" msgid "Show hidden messages" msgstr "மறைக்கப்பட்ட செய்திகளைக் காட்டு" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "அங்கீகார வகை" @@ -6348,7 +6363,7 @@ msgid "Detailed profile" msgstr "விரிவான சுயவிவரம்" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "ஏனையது->வரிசை" @@ -6409,7 +6424,7 @@ msgstr "விவரக்குறிப்பு முடிவுகளு #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "உங்கள் SQL வினவல் வெற்றிகரமாக நிறைவேற்றப்பட்டது." @@ -6455,7 +6470,7 @@ msgstr "பிரிப்பான்" msgid "Show this query here again" msgstr "இந்த வினவலை மீண்டும் இங்கே காட்டு" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "வினவல் பெட்டியை வைத்திருக்க" @@ -6931,7 +6946,7 @@ msgid "Delete the view (DROP)" msgstr "தரவு பார்வையை அழி (கைவிடு)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "தரவுத்தளங்கள்->அட்டவணை கட்டமைப்பு" @@ -7098,32 +7113,32 @@ msgid "Index length" msgstr "குறியீட்டு நீளம்" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "ஆரய்தல்" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "சரிபார்" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "உகப்பாக்கு" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "மீள்வாகு" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "திருத்து" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "துண்டிக்கவும்" @@ -8999,14 +9014,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "வியட்நாமிய" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "கவிமொ" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9184,19 +9191,19 @@ msgstr "மேற்கூறிய இரண்டும்" msgid "neither of the above" msgstr "மேற்கூறிய எதுவும் இல்லை" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "பயனர்கள் அதிக மதிப்பை அமைக்க முடியாது" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "இயக்கப்பட்டால், பயனர் எந்த MySQL சேவையகத்தையும் குக்கீ அங்கீகாரத்திற்காக உள்நுழைவு படிவத்தில் " "உள்ளிடலாம்." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9206,7 +9213,7 @@ msgstr "" "பொருத்துவதன் மூலம் தன்னிச்சையான MySQL சேவையகத்தில் உள்நுழையும்போது பயனர் உள்ளிடக்கூடிய " "MySQL சேவையகங்களை கட்டுப்படுத்துகிறது." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9216,49 +9223,49 @@ msgstr "" "அழைக்க அனுமதிக்கிறது, மேலும் இது குறுக்கு-சட்ட ச்கிரிப்டிங் (எக்ச்எச்எச்) தாக்குதல்களை " "அனுமதிக்கும் சாத்தியமான [வலுவான] பாதுகாப்பு துளை [/வலுவானது." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" "[KBD] குக்கீ [/KBD] அங்கீகாரத்தில் குக்கீகளை குறியாக்கப் பயன்படுத்தப்படும் ரகசிய கடவுச்சொல்." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "இறக்குமதி நடவடிக்கைகளுக்கு BZIP2 சுருக்கத்தை இயக்கவும்." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "உங்கள் ரெக்காப்ட்சா வி 2 இணக்கமான ஏபிஐக்கு முகவரி ஐ உள்ளிடவும்." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" "உங்கள் ரெக்காப்ட்சா வி 2 இணக்கமான ஏபிஐக்கு உள்ளடக்க-பாதுகாப்பு-கொள்கை துணுக்கை உள்ளிடவும்." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "உங்கள் ரெக்காப்ட்சா வி 2 இணக்கமான பநிஇ பயன்படுத்தும் கோரிக்கை அளவுருவை உள்ளிடவும்." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "உங்கள் ரெக்காப்ட்சா வி 2 இணக்கமான பநிஇ பயன்படுத்தும் மறுமொழி அளவுருவை உள்ளிடவும்." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "உங்கள் டொமைனில் ரெக்காப்ட்சா சேவைக்கு உங்கள் பொது விசையை உள்ளிடவும்." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "உங்கள் டொமைன் ரெக்காப்ட்சா சேவைக்கு உங்கள் தனிப்பட்ட விசையை உள்ளிடவும்." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "உங்கள் ரெக்காப்ட்சா சேவைக்கு உங்கள் தளத்தை முகவரி ஐ உள்ளிடவும்." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9267,7 +9274,7 @@ msgstr "" "கரி மற்றும் VARCHAR நெடுவரிசைகளுக்கு எந்த வகை திருத்துதல் கட்டுப்பாடுகள் பயன்படுத்தப்பட " "வேண்டும் என்பதை வரையறுக்கிறது; ." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9275,14 +9282,14 @@ msgstr "" "தொடரியல் சிறப்பம்சமாக மற்றும் வரி எண்களுடன் கவிமொ வினவல்களை (கோட்மிரர்) திருத்துவதற்கு " "பயனர் நட்பு எடிட்டரைப் பயன்படுத்தவும்." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" "வினவலை இயக்குவதற்கு முன் ஏதேனும் பிழைகளைக் கண்டறியவும். கோட்மிரர் இயக்கப்பட வேண்டும்." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9290,7 +9297,7 @@ msgstr "" "CHAR மற்றும் VARCHAR நெடுவரிசைகளுக்காக உருவாக்கப்படும் உள்ளீட்டு புலங்களுக்கான " "குறைந்தபட்ச அளவை வரையறுக்கிறது." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9298,7 +9305,7 @@ msgstr "" "CHAR மற்றும் VARCHAR நெடுவரிசைகளுக்காக உருவாக்கப்படும் உள்ளீட்டு புலங்களுக்கான அதிகபட்ச " "அளவை வரையறுக்கிறது." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9306,7 +9313,7 @@ msgstr "" "அதிக நினைவகம் தேவையில்லாமல் பறக்கும்போது GZIP ஏற்றுமதியை சுருக்கவும்; உருவாக்கப்பட்ட " "GZIP கோப்புகளில் சிக்கல்களை நீங்கள் சந்தித்தால் இந்த அம்சத்தை முடக்கவும்." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9314,15 +9321,15 @@ msgstr "" "நீங்கள் தரவை இழக்கும்போது ஒரு எச்சரிக்கை (\"உங்களுக்கு உண்மையிலேயே உறுதியாக " "இருக்கிறது ...\") காண்பிக்கப்பட வேண்டும்." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "கவிமொ வினவல்களில் அட்டவணை மற்றும் நெடுவரிசை பெயர்களின் தன்னியக்க வேறுபாடு." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9330,7 +9337,7 @@ msgstr "" "இயல்புநிலை மாற்றங்களுக்கான விருப்பங்களுக்கான மதிப்புகள். அட்டவணை கட்டமைப்பு பக்கத்தில் " "மாற்றம் நிரப்பப்பட்டால் இவை மேலெழுதப்படும்." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9338,7 +9345,7 @@ msgstr "" "தரவுத்தளத்தின் தேர்ந்தெடுக்கப்பட்ட அட்டவணைகளை மேம்படுத்துவது அல்லது சரிசெய்வது போன்ற " "அட்டவணை பராமரிப்பு வெகுசன செயல்பாடுகளை முடக்கு." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9346,12 +9353,12 @@ msgstr "" "ஒரு ச்கிரிப்ட் இயக்க அனுமதிக்கப்பட்ட வினாடிகளின் எண்ணிக்கையை அமைக்கவும் ([KBD] 0 [/KBD] " "வரம்புக்கு)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "தற்போதைய பயனரின் வரையறையை விலக்கவும்" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9359,7 +9366,7 @@ msgstr "" "வெளிநாட்டு விசை கீழ்தோன்றும் பெட்டியில் பொருட்களுக்கான வரிசையை வரிசைப்படுத்தவும்; [KBD] " "உள்ளடக்கம் [/KBD] என்பது குறிப்பிடப்பட்ட தரவு, [KBD] ஐடி [/KBD] முக்கிய மதிப்பு." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9367,7 +9374,7 @@ msgstr "" "உலாவியின் தலைப்பு பார் உரையைக் குறிப்பிடவும். சிறப்பு மதிப்புகளைப் பெற பயன்படுத்தக்கூடிய " "மேசிக் சரங்களுக்கு [Doc@faq6-27] ஆவணங்கள் [/doc] ஐப் பார்க்கவும்." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9375,7 +9382,7 @@ msgstr "" "Phpmyadmin என்பது ஒரு பயனர் இடைமுகம் மற்றும் அதன் நற்பொருத்தங்கள் MySQL ஐ " "மட்டுப்படுத்தாது என்பதை நினைவில் கொள்க." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9383,7 +9390,7 @@ msgstr "" "மேம்பட்ட சேவையக உள்ளமைவு, இந்த விருப்பங்கள் என்னவென்று உங்களுக்குத் தெரியாவிட்டால் மாற்ற " "வேண்டாம்." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9393,123 +9400,123 @@ msgstr "" "ஆவணத்தில் [DOC@இணைக்கப்பட்ட-அட்டவணைகள்] Phpmyadmin உள்ளமைவு சேமிப்பிடம் [/doc] ஐப் " "பார்க்கவும்." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "தரவுத்தளத்தில் செய்யப்பட்ட மாற்றங்களின் கண்காணிப்பு. Phpmyadmin உள்ளமைவு சேமிப்பு தேவை." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "உலாவு பயன்முறையைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "இயல்புநிலை விருப்பங்களைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Phpmyadmin டெவலப்பர்களுக்கான அமைப்புகள்." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "திருத்து பயன்முறையைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "இயல்புநிலை ஏற்றுமதி விருப்பங்களைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "பொதுவாகப் பயன்படுத்தப்படும் சில விருப்பங்களை அமைக்கவும்." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "இயல்புநிலை பொதுவான இறக்குமதி விருப்பங்களைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "இறக்குமதி மற்றும் ஏற்றுமதி கோப்பகங்கள் மற்றும் சுருக்க விருப்பங்களை அமைக்கவும்." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "தரவுத்தளங்களின் காட்சித்தெரிவுகள்." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "வழிசெலுத்தல் குழுவின் தோற்றத்தைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "வழிசெலுத்தல் மரத்தைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "சேவையகங்கள் காட்சி விருப்பங்கள்." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "அட்டவணைகளின் காட்சித்தெரிவுகள்." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "வேறு எங்கும் பொருந்தாத அமைப்புகள்." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "உறுதிப்பாடு அமைப்புமுறைமை." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "வழங்கியுடன் இணைவதற்கான அளவுருக்களை இடுக." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "கவிமொ வினவல் பெட்டிகளில் காட்டப்பட்டுள்ள இணைப்புகளைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL வினவல் அமைவுகள்." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "தொடக்க பக்கத்தைத் தனிப்பயனாக்குங்கள்." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "தரவுத்தள கட்டமைப்பில் எந்த விவரங்களைக் காட்ட வேண்டும் என்பதைத் தேர்வுசெய்க (அட்டவணைகளின் " "பட்டியல்)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "அட்டவணை கட்டமைப்பிற்கான அமைப்புகள் (நெடுவரிசைகளின் பட்டியல்)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "தாவல்கள் எவ்வாறு செயல்பட வேண்டும் என்பதைத் தேர்வுசெய்க." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "உரைஉள்ளிடல் களங்களை தனிபயனாக்குக." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "இயல்புநிலை விருப்பங்களைத் தனிப்பயனாக்குங்கள்" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Phpmyadmin ஆல் காட்டப்பட்ட சில எச்சரிக்கைகளை முடக்கு." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "இறக்குமதி மற்றும் ஏற்றுமதி நடவடிக்கைகளுக்கு GZIP சுருக்கத்தை இயக்கவும்." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9517,7 +9524,7 @@ msgstr "" "இயக்கப்பட்டால், வினவல்களில் ஒன்று தோல்வியுற்றாலும் பல-நிலையான வினவல்களைக் கணக்கிடுவதைத் " "தொடர்ந்து PHPMYADMIN தொடர்கிறது." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9527,7 +9534,7 @@ msgstr "" "அனுமதிக்கவும். பெரிய கோப்புகளை இறக்குமதி செய்வதற்கான சிறந்த வழியாக இது இருக்கலாம், " "இருப்பினும் இது பரிவர்த்தனைகளை உடைக்கக்கூடும்." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9535,15 +9542,15 @@ msgstr "" "இயல்புநிலை வடிவம்; இந்த பட்டியல் இருப்பிடம் (தரவுத்தளம், அட்டவணை) சார்ந்துள்ளது என்பதை " "அறிந்து கொள்ளுங்கள், மேலும் கவிமொ மட்டுமே எப்போதும் கிடைக்கும்." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "இறக்குமதியில் நகல் விசைகள் காணப்படும்போது தரவைப் புதுப்பிக்கவும்" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "தொடக்கத்திலிருந்து தவிர்க்க வினவல்களின் எண்ணிக்கை." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9555,7 +9562,7 @@ msgstr "" "சேவையகங்களுடன் இணைத்திருக்கும்போது இதை FALSEஆக அமைத்தால் எளிதில் மற்ற சேவையகங்களிருந்து " "செல்பதிகை செய்வதை மறக்க நேரிடலாம்." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9563,7 +9570,7 @@ msgstr "" "முந்தைய உள்நுழைவை நினைவுகூர வேண்டுமா இல்லையா என்பதை வரையறுக்கவும் [KBD] குக்கீ [/KBD] " "அங்கீகார பயன்முறையில்." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9575,24 +9582,24 @@ msgstr "" "வைக்கப்படும், மேலும் நீங்கள் உலாவி சாளரத்தை மூடியவுடன் நீக்கப்படும். நம்பமுடியாத " "சூழல்களுக்கு இது பரிந்துரைக்கப்படுகிறது." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "கவிமொ வினவல் காட்டப்படும் போது பயன்படுத்தப்படும் அதிகபட்ச எழுத்துக்கள்." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" "வழிசெலுத்தல் மரத்தின் முதல் மட்டத்தில் ஒவ்வொரு பக்கத்திலும் காட்டக்கூடிய பொருட்களின் எண்ணிக்கை." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "வழிசெலுத்தல் மரத்தின் ஒவ்வொரு பக்கத்திலும் காட்டக்கூடிய பொருட்களின் எண்ணிக்கை." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9600,23 +9607,23 @@ msgstr "" "முடிவு தொகுப்பை உலாவும்போது காண்பிக்கப்படும் வரிசைகளின் எண்ணிக்கை. முடிவு தொகுப்பில் " "அதிக வரிசைகள் இருந்தால், \"முந்தைய\" மற்றும் \"அடுத்த\" இணைப்புகள் காண்பிக்கப்படும்." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "பைட்டுகளின் எண்ணிக்கை ஒரு ச்கிரிப்ட் ஒதுக்க அனுமதிக்கப்படுகிறது, எ.கா. ." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "வழிசெலுத்தல் குழுவில், தரவுத்தள மரத்தை ஒரு தேர்வாளருடன் மாற்றுகிறது" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "தற்போதைய தரவுத்தளம் அல்லது அட்டவணையை முன்னிலைப்படுத்துவதன் மூலம் முதன்மையான பேனலுடன் " "இணைக்கவும்." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9624,7 +9631,7 @@ msgstr "" "இணைக்கப்பட்ட பக்கத்தை முதன்மையான சாளரத்தில் ([குறியீடு] முதன்மை [/குறியீடு]) அல்லது " "புதிய ஒன்றில் ([குறியீடு] புதிய [/குறியீடு]) திறக்கவும்." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9632,7 +9639,7 @@ msgstr "" "வடிகட்டி பெட்டியைக் காண்பிக்க குறைந்தபட்ச பொருட்களின் எண்ணிக்கையை (அட்டவணைகள், காட்சிகள், " "நடைமுறைகள் மற்றும் நிகழ்வுகள்) வரையறுக்கிறது." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9640,64 +9647,64 @@ msgstr "" "வழிசெலுத்தல் மரத்தில் உள்ள குழு உருப்படிகள் (மேலே உள்ள தரவுத்தளங்கள் மற்றும் அட்டவணைகள் " "தாவல்களில் வரையறுக்கப்பட்ட பிரிப்பானால் தீர்மானிக்கப்படுகிறது)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "வழிசெலுத்தல் குழுவில் மரம் விரிவாக்கத்திற்கான சாத்தியத்தை வழங்க வேண்டுமா." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "வழிசெலுத்தல் மரத்தில் தரவுத்தளத்தின் கீழ் நடைமுறைகளைக் காட்ட வேண்டுமா" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "வழிசெலுத்தல் மரத்தில் ஒற்றை தரவுத்தளத்தை தானாக விரிவாக்க வேண்டுமா." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "வழிசெலுத்தல் குழுவில் சரிவதற்கு 0 என அமைக்கவும்." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "வழிசெலுத்தல் பலகத்தில் இலச்சினையை காட்டுக." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "வழிசெலுத்தல் குழுவில் லோகோ சுட்டிக்காட்டும் முகவரி." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "வழிசெலுத்தல் குழுவின் மேலே சேவையக தேர்வைக் காண்பி." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "தரவுத்தளங்களை வெவ்வேறு மர மட்டங்களாக பிரிக்கும் சரம்." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "அட்டவணையை வெவ்வேறு மர மட்டங்களாக பிரிக்கும் சரம்." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "மவுச் கர்சரின் கீழ் சேவையகத்தை முன்னிலைப்படுத்தவும்." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "வழிசெலுத்தல் மரத்தில் தரவுத்தளத்தின் கீழ் அட்டவணைகளைக் காட்ட வேண்டுமா" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "வழிசெலுத்தல் மரத்தில் தரவுத்தளத்தின் கீழ் காட்சிகளைக் காட்ட வேண்டுமா" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "வழிசெலுத்தல் மரத்தில் தரவுத்தளத்தின் கீழ் செயல்பாடுகளைக் காட்ட வேண்டுமா" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "வழிசெலுத்தல் மரத்தில் தரவுத்தளத்தின் கீழ் நிகழ்வுகளைக் காட்ட வேண்டுமா" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9705,7 +9712,7 @@ msgstr "" "[kbd]SMART[/kbd] - i.e. இறங்கு order க்கு columns of வகை TIME, DATE, DATETIME " "and TIMESTAMP, ஏறுதல் order otherwise." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9714,7 +9721,7 @@ msgstr "" "PHPMYADMIN உள்ளமைவு சேமிப்பகத்திற்கு தேவையான அட்டவணைகள் ஏதேனும் காணப்படாவிட்டால் " "தரவுத்தள விவரங்கள் கட்டமைப்பு பக்கத்தில் காட்டப்படும் இயல்புநிலை எச்சரிக்கையை முடக்கு." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9722,7 +9729,7 @@ msgstr "" "ஒரு அட்டவணையில் உள்ள நெடுவரிசை பெயர்கள் MySQL சொற்களை ஒதுக்கினால் கட்டமைப்பு பக்கத்தில் " "காட்டப்படும் இயல்புநிலை எச்சரிக்கையை முடக்கு." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9732,12 +9739,12 @@ msgstr "" "சேமிப்பு தேவை). முடக்கப்பட்டால், இது வினவல் வரலாற்றைக் காண்பிக்க JS- ரூட்டின்களைப் " "பயன்படுத்துகிறது (சாளர நெருக்கமான மூலம் இழந்தது)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "மற்ற எல்லா பயனர்களுக்கும் கிடைக்கக்கூடிய புக்மார்க்குகளை உருவாக்க பயனர்களை அனுமதிக்கவும்" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9745,7 +9752,7 @@ msgstr "" "பயனுள்ள நேர மண்டலத்தை அமைக்கிறது; உங்கள் தரவுத்தள சேவையகத்திலிருந்து வந்ததை விட " "வேறுபட்டது" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9753,7 +9760,7 @@ msgstr "" "இல்லை [டாக்@புக்மார்க்ச்@] புக்மார்க்கு [/டாக்] உதவி, பரிந்துரைக்கப்படுகிறது: [kbd] pma__ " "புத்தகமார்க் [/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9761,7 +9768,7 @@ msgstr "" "நெடுவரிசை கருத்துகள்/ஊடக வகைகளுக்கு காலியாக விடுங்கள், பரிந்துரைக்கப்படுகிறது: [KBD] " "PMA__Column_info [/KBD]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9769,7 +9776,7 @@ msgstr "" "வரையறுக்கப்பட்ட அனுமதிகளுடன் கட்டமைக்கப்பட்ட ஒரு சிறப்பு MySQL பயனர், [DOC@இணைக்கப்பட்ட-" "அட்டவணைகள்] ஆவணத்தில் [/doc] கூடுதல் தகவல்கள் கிடைக்கின்றன." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9777,7 +9784,7 @@ msgstr "" "உள்ளமைவு சேமிப்பிடத்தை வைத்திருக்க மாற்று ஓச்ட்; ஏற்கனவே வரையறுக்கப்பட்ட ஓச்டைப் பயன்படுத்த " "காலியாக விடவும்." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9787,7 +9794,7 @@ msgstr "" "புரவலன் ஓச்டுக்கு சமமாக இருந்தால் இயல்புநிலை துறைமுகம் அல்லது ஏற்கனவே வரையறுக்கப்பட்ட " "போர்ட்டைப் பயன்படுத்த காலியாக விடவும்." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9797,7 +9804,7 @@ msgstr "" "issues/8970]phpMyAdmin சிக்கல் tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a ]]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9805,7 +9812,7 @@ msgstr "" "கவிமொ வினவல் வரலாற்று ஆதரவுக்கு காலியாக விடுங்கள், பரிந்துரைக்கப்படுகிறது: [KBD] " "PMA__ வரலாறு [/KBD]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9813,7 +9820,7 @@ msgstr "" "தரவுத்தளத்தில் சேமிக்கப்பட்டுள்ள அட்டவணை விருப்பங்களின் எண்ணிக்கை, பழமையான பதிவுகள் " "தானாகவே அகற்றப்படும்." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9821,7 +9828,7 @@ msgstr "" "ஏற்றுமதி வார்ப்புரு ஆதரவுக்கு காலியாக விடுங்கள், பரிந்துரைக்கப்படுகிறது: [KBD] " "PMA__export_templates [/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9829,7 +9836,7 @@ msgstr "" "நடு நெடுவரிசைகள் எந்த ஆதரவிற்கும் காலியாக விடுங்கள், பரிந்துரைக்கப்படுகிறது: [kbd] " "pma__central_columns [/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9839,14 +9846,14 @@ msgstr "" "நிகழ்வுகளைப் பயன்படுத்த விரும்பினால் அவற்றிலிருந்து தப்பிக்கலாம், அதாவது [KBD] 'எனது \\ " "_DB' [/KBD] மற்றும் [KBD] 'my_db' [/kbd] அல்ல." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF ச்கீமா ஆதரவுக்கு காலியாக விடுங்கள், பரிந்துரைக்கப்படுகிறது: [KBD] PMA__PDF_PAGES " "[/KBD]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9856,7 +9863,7 @@ msgstr "" "தகவலுக்கு [doc@இணைக்கப்பட்ட-அட்டவணைகள்] PMADB [/doc] ஐப் பார்க்கவும். எந்த ஆதரவும் " "இல்லாமல் காலியாக விடவும். பரிந்துரைக்கப்பட்ட: [KBD] Phpmyadmin [/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9864,7 +9871,7 @@ msgstr "" "அமர்வுகள் முழுவதும் அண்மைக் காலத்தில் பயன்படுத்தப்பட்ட அட்டவணைகள் இல்லாத \"தொடர்ச்சியான\" " "இல்லை என்று காலியாக விடுங்கள், பரிந்துரைக்கப்பட்டுள்ளது: [kbd] pma__ recent [/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9872,7 +9879,7 @@ msgstr "" "அமர்வுகள் முழுவதும் \"தொடர்ச்சியான\" பிடித்த அட்டவணைகளுக்கு காலியாக விடவும், " "பரிந்துரைக்கப்படுகிறது: [kbd] pma__foavorite [/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9880,12 +9887,12 @@ msgstr "" "இல்லை [டாக்@உறவுகள்@] உறவு-இணைப்புகள் [/doc] உதவி, பரிந்துரைக்கப்படுகிறது: [kbd] " "pma__Relation [/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "எடுத்துக்காட்டுக்கு [DOC@அங்கீகார-முறை] அங்கீகார வகைகளைப் பார்க்கவும் [/doc]." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9893,7 +9900,7 @@ msgstr "" "PDF ச்கீமா ஆதரவுக்கு காலியாக விடுங்கள், பரிந்துரைக்கப்படுகிறது: [KBD] " "PMA__Table_Coords [/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9901,7 +9908,7 @@ msgstr "" "காட்சி நெடுவரிசைகளை விவரிக்க அட்டவணை, எந்த ஆதரவும் இல்லாமல் காலியாக விடவும்; " "பரிந்துரைக்கப்பட்ட: [kbd] pma__table_info [/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9909,7 +9916,7 @@ msgstr "" "அமர்வுகள் முழுவதும் \"தொடர்ச்சியான\" அட்டவணைகளின் இடைமுகம் விருப்பங்களுக்கு காலியாக " "விடவும், பரிந்துரைக்கப்படுகிறது: [kbd] pma__table_uiprefs [/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9917,7 +9924,7 @@ msgstr "" "தரவுத்தளத்தை உருவாக்கும் போது பதிவின் முதல் வரியாக ஒரு துளி தரவுத்தளம் சேர்க்கப்படுமா " "என்பது." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9925,7 +9932,7 @@ msgstr "" "ஒரு அட்டவணையை உருவாக்கும்போது பதிவின் முதல் வரியாக ஒரு துளி அட்டவணை சேர்க்கப்படுமா " "என்பது." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -9933,11 +9940,11 @@ msgstr "" "ஒரு பார்வையை உருவாக்கும் போது பதிவின் முதல் வரியாக ஒரு துளி காட்சி சேர்க்கப்படுமா " "என்பது." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "புதிய பதிப்புகளுக்கு தானாக உருவாக்கும் அறிக்கைகளின் பட்டியலை வரையறுக்கிறது." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -9945,7 +9952,7 @@ msgstr "" "கவிமொ வினவல் கண்காணிப்பு ஆதரவுக்கு காலியாக விடுங்கள், பரிந்துரைக்கப்படுகிறது: [KBD] " "PMA__Tracking [/KBD]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -9953,7 +9960,7 @@ msgstr "" "கண்காணிப்பு பொறிமுறையானது அட்டவணைகள் மற்றும் பார்வைகளுக்கான பதிப்புகளை தானாக " "உருவாக்குகிறது." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -9961,7 +9968,7 @@ msgstr "" "தரவுத்தளத்தில் பயனர் விருப்பத்தேர்வுகள் சேமிப்பதற்காக காலியாக விடவும், " "பரிந்துரைக்கப்படுகிறது: [KBD] PMA__userconfig [/KBD]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -9971,7 +9978,7 @@ msgstr "" "இயக்க வேண்டும்; அவற்றில் ஒன்றை காலியாக விட்டுவிடுவது இந்த அம்சத்தை முடக்கும், " "பரிந்துரைக்கப்படுகிறது: [kbd] pma__users [/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -9981,7 +9988,7 @@ msgstr "" "வேண்டும்; அவற்றில் ஒன்றை காலியாக விட்டுவிடுவது இந்த அம்சத்தை முடக்கும், " "பரிந்துரைக்கப்படுகிறது: [kbd] pma__usergroups [/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -9989,58 +9996,58 @@ msgstr "" "வழிசெலுத்தல் உருப்படிகளை மறைத்து காண்பிப்பதற்கான அம்சத்தை முடக்க காலியாக விடுங்கள், " "பரிந்துரைக்கப்படுகிறது: [kbd] pma__navigationhiding [/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" "இந்த சேவையகத்தின் பயனர் நட்பு விளக்கம். அதற்கு பதிலாக ஓச்ட்பெயரைக் காட்ட காலியாக விடவும்." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "பயன்படுத்தப்படாவிட்டால் காலியாக விடவும்." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "இயல்புநிலைக்கு காலியாக விடவும்." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP AUTH ஐச் செய்யும்போது காண்பிக்க HTTP அடிப்படை AUTH ermm பெயர்." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "உறுதிப்படுத்துதல் பயன்முறைமை." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "MySQL சேவையகத்திற்கான இணைப்பை சுருக்கவும்." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "சுருங்குறிக்கு பொருந்தும் தரவுத்தளங்களை மறைக்க (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "MySQL சேவையகம் இயங்கும் ஓச்ட்பெயர்." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "கட்டமைப்பு அங்கீகாரத்தைப் பயன்படுத்தாவிட்டால் காலியாக விடவும்." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL சேவையகம் கேட்கும் துறைமுகம், இயல்புநிலைக்கு காலியாக விடவும்." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL சேவையகம் கேட்கும் சாக்கெட், இயல்புநிலைக்கு காலியாக விடவும்." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL சேவையகத்துடன் இணைக்க SSL ஐ இயக்கவும்." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10050,27 +10057,27 @@ msgstr "" "ஏற்படுத்தாது என்பதை நினைவில் கொள்க, ஏனெனில் கடவுச்சொல் உள்ளமைவு கோப்பில் கடினமாக " "குறியிடப்பட்டுள்ளது; இது அதே கட்டளையை நேரடியாக இயக்கும் திறனைக் கட்டுப்படுத்தாது." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "அனைத்து அட்டவணைகளுக்கும் உருவாக்கும் நேர முத்திரையைக் காண்பிக்கும் நெடுவரிசையைக் காட்டவும் " "அல்லது மறைக்கவும்." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "எல்லா அட்டவணைகளுக்கும் கடைசி புதுப்பிப்பு நேர முத்திரையைக் காண்பிக்கும் நெடுவரிசையைக் " "காட்டவும் அல்லது மறைக்கவும்." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "அனைத்து அட்டவணைகளுக்கும் கடைசி காசோலை நேர முத்திரையைக் காண்பிக்கும் நெடுவரிசையைக் " "காட்டவும் அல்லது மறைக்கவும்." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10078,7 +10085,7 @@ msgstr "" "வகை புலங்கள் ஆரம்பத்தில் திருத்து/செருகு பயன்முறையில் காட்டப்பட வேண்டுமா இல்லையா என்பதை " "வரையறுக்கிறது." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10086,55 +10093,48 @@ msgstr "" "[A@https: //www.php.net/manual/en/function.phpinfo.php] phpinfo () [/a] " "வெளியீட்டிற்கான இணைப்பைக் காட்டுகிறது." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "ஒரு பயனர் \"அனைத்தையும் (வரிசைகள்) காட்டு\" பொத்தானைக் காட்ட வேண்டுமா." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "எல்லா அட்டவணைகளுக்கும் கருத்துகளைக் காண்பிக்கும் நெடுவரிசையைக் காட்டவும் அல்லது மறைக்கவும்." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "அனைத்து அட்டவணைகளுக்கும் சார்ச்செட்டைக் காண்பிக்கும் நெடுவரிசையைக் காட்டவும் அல்லது " "மறைக்கவும்." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "செயல்பாட்டு புலங்களை திருத்து/செருகு பயன்முறையில் காண்பி." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "குறிப்பைக் காட்ட வேண்டுமா இல்லையா." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "phpMyAdminஆல் உருவாக்கபட்ட SQL வினவல் காட்டப்படவேண்டுமா என்பதை வரையறுக்கிறது." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "தரவுத்தளம் மற்றும் அட்டவணை புள்ளிவிவரங்களைக் காட்ட அனுமதிக்கவும் (எ.கா. விண்வெளி " "பயன்பாடு)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "மார்க் பயன்படுத்திய அட்டவணைகள் மற்றும் பூட்டப்பட்ட அட்டவணைகளுடன் தரவுத்தளங்களைக் காண்பிப்பதை " "சாத்தியமாக்குகிறது." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"சுஓசின் கண்டறியப்பட்டால் முதன்மையான பக்கத்தில் காட்டப்படும் இயல்புநிலை எச்சரிக்கையை முடக்கு." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10143,7 +10143,7 @@ msgstr "" "பிஎச்பி அமைத்தல் அமர்வின் மதிப்பு `logincookievalidity` இன் மதிப்பை விட குறைவாக " "இருந்தால் முதன்மையான பக்கத்தில் காட்டப்படும் இயல்புநிலை எச்சரிக்கையை முடக்கு." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10151,7 +10151,7 @@ msgstr "" "Textarea அளவு (நெடுவரிசைகள்) திருத்து பயன்முறையில், கவிமொ வினவல் உரை (*2) க்கு இந்த " "மதிப்பு வலியுறுத்தப்படும்." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10159,7 +10159,7 @@ msgstr "" "Textarea அளவு (வரிசைகள்) திருத்து பயன்முறையில், இந்த மதிப்பு கவிமொ வினவல் உரை (*2) " "க்கு வலியுறுத்தப்படும்." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10170,7 +10170,7 @@ msgstr "" "http_x_forwarded_for (x- முன்னோடி) தலைப்பை ப்ராக்சியில் இருந்து வரும் என்று பின்வரும் " "எடுத்துக்காட்டு குறிப்பிடுகிறது." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10178,7 +10178,7 @@ msgstr "" "முடக்கப்பட்டால், வலதுபுறத்தில் உள்ள தேர்வுப்பெட்டியைப் பொருட்படுத்தாமல், பயனர்கள் கீழே உள்ள " "எந்த விருப்பங்களையும் அமைக்க முடியாது." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10190,7 +10190,7 @@ msgstr "" "நிறுவப்பட்ட சேவையகத்திற்கு இணையத்திற்கு நேரடி அணுகல் இல்லை என்றால் உங்களுக்கு இது தேவை. " "வடிவம்: \"ஓச்ட்பெயர்: போர்ட்நம்பர்\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10200,7 +10200,7 @@ msgstr "" "பயனர்பெயர் வழங்கப்பட்டால், அடிப்படை ஏற்பு செய்யப்படும். வேறு எந்த வகையான அங்கீகாரங்களும் " "தற்போது ஆதரிக்கப்படவில்லை." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10208,7 +10208,7 @@ msgstr "" "ENTER ஐ அழுத்துவதன் மூலம் வினவல்கள் செயல்படுத்தப்படுகின்றன (CTRL+ENTER க்கு பதிலாக). " "புதிய கோடுகள் SHIFT+ENTER உடன் செருகப்படும்." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10216,378 +10216,378 @@ msgstr "" "சுழிய உள்ளமைவு பயன்முறையை இயக்கவும், இது phpmyadmin உள்ளமைவு சேமிப்பக அட்டவணைகளை " "தானாக அமைக்க அனுமதிக்கிறது." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "தேர்ந்தெடுக்கப்பட்ட வரிசைகளை முன்னிலைப்படுத்தவும்." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "மவுச் கர்சரால் சுட்டிக்காட்டப்பட்ட வரிசையை முன்னிலைப்படுத்தவும்." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "கரி/வர்சார் டெக்ச்டேரியாக்களுக்கான நெடுவரிசைகளின் எண்ணிக்கை." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "கரி/வர்சார் டெக்ச்டேரியாக்களுக்கான வரிசைகளின் எண்ணிக்கை." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "கவிமொ வினவல்கள் மற்றும் அவற்றின் செயல்பாட்டு நேரம், கன்சோலில் காண்பிக்கப்பட வேண்டும்" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "தரவுத்தளத்தை உள்ளிடும்போது காட்டப்படும் தாவல்." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "சேவையகத்தை உள்ளிடும்போது காண்பிக்கப்படும் தாவல்." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "அட்டவணையை உள்ளிடும்போது காட்டப்படும் தாவல்." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "அட்டவணை வடிவாக்க செயல்களை மறைக்கவா." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "நெடுவரிசை கருத்துகள் அட்டவணை கட்டமைப்பு பார்வையில் காட்டப்பட வேண்டுமா" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "சேவையக பட்டியலை ஒரு வீழ்ச்சிக்கு பதிலாக பட்டியலாகக் காட்டுங்கள்." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "குறைவான உருப்படிகள் இருந்தால் கீழ்தோன்றும் பயன்படுத்தப்படும்." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "சில வினவல்களுக்கான வெளிநாட்டு விசை காசோலைகளுக்கான இயல்புநிலை மதிப்பு." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "இழுவை முடக்கவும் இறக்குமதியை கைவிடவும் தேர்வுப்பெட்டியைத் தேர்வுநீக்கவும்" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "ஒரு நேரத்தில் எத்தனை வரிசைகளை செருக முடியும்." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "உலாவல் பார்வையில் எந்த-மொமரிக் அல்லாத நெடுவரிசையில் காட்டப்பட்டுள்ள அதிகபட்ச எழுத்துக்கள்." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "உள்நுழைவு குக்கீ எவ்வளவு காலம் (நொடிகளில்) செல்லுபடியாகும் என்பதை வரையறுக்கவும்." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "லாங் டெக்ச்ட் நெடுவரிசைகளுக்கான டெக்ச்டேரியாவின் இரட்டை அளவு." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "தரவுத்தள பட்டியலில் காட்டப்படும் அதிகபட்ச தரவுத்தளங்களின் எண்ணிக்கை." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "அட்டவணை பட்டியலில் காட்டப்படும் அதிகபட்ச அட்டவணைகள்." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "அண்மைக் காலத்தில் பயன்படுத்தப்பட்ட அட்டவணைகளின் அதிகபட்ச எண்ணிக்கை; முடக்க 0 ஐ அமைக்கவும்." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "பிடித்த அட்டவணைகளின் அதிகபட்ச எண்ணிக்கை; முடக்க 0 ஐ அமைக்கவும்." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "இவை திருத்து, நகலெடு மற்றும் இணைப்புகளை நீக்குதல்." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "தனித்துவமான விசை இல்லாத நிலையில் கூட வரிசை இணைப்புகளைக் காட்ட வேண்டுமா." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "குறுக்குவழி விசைகளை முடக்கு" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "அட்டவணை மற்றும் தரவுத்தள பெயர்களை வரிசைப்படுத்த இயற்கை வரிசையைப் பயன்படுத்தவும்." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "ஐகான்கள், உரை அல்லது இரண்டையும் மட்டுமே பயன்படுத்தவும்." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "HTTP இடமாற்றங்களில் அதிகரித்த வேகத்திற்கு GZIP வெளியீடு இடையகத்தைப் பயன்படுத்தவும்." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL தரவுத்தளங்களுக்கு தொடர்ச்சியான இணைப்புகளைப் பயன்படுத்தவும்." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "திருத்துதல் மூலம் குமிழ் மற்றும் பைனரி நெடுவரிசைகளை அனுமதிக்காதீர்கள்." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "வரலாற்றில் எத்தனை வினவல்கள் வைக்கப்படுகின்றன." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "எழுத்து தொகுப்பு மாற்றத்திற்கு எந்த செயல்பாடுகள் பயன்படுத்தப்படும் என்பதைத் தேர்ந்தெடுக்கவும்." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "அட்டவணைகளை உலாவும்போது, ஒவ்வொரு அட்டவணையின் வரிசையாக்கமும் நினைவில் இருக்கும்." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "முதன்மை விசையுடன் அட்டவணைகளுக்கான இயல்புநிலை வரிசை வரிசை." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "ஒவ்வொரு ஃச் கலங்களுக்கும் தலைப்புகளை மீண்டும் செய்யவும், [KBD] 0 [/KBD] இந்த அம்சத்தை " "செயலிழக்கச் செய்கிறது." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "காட்சி விருப்பங்களுக்கு" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "சேவையகத்தில் ஏற்றுமதியைச் சேமிக்கக்கூடிய அடைவு." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "வினவல் பெட்டி சமர்ப்பித்தபின் திரையில் இருக்க வேண்டுமா என்பதை வரையறுக்கிறது." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "ஒரு தரவுத்தளம் தேர்ந்தெடுக்கப்படும்போது உலாவி சாளரத்தின் தலைப்பு." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "எதுவும் தேர்ந்தெடுக்கப்படாதபோது உலாவி சாளரத்தின் தலைப்பு." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "உலாவி சாளரத்தின் தலைப்பு ஒரு சேவையகம் தேர்ந்தெடுக்கப்படும்போது." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "ஒரு அட்டவணை தேர்ந்தெடுக்கப்படும்போது உலாவி சாளரத்தின் தலைப்பு." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "இறக்குமதிக்கான கோப்புகளை பதிவேற்றக்கூடிய சேவையகத்தில் அடைவு." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "முழு தரவுத்தளத்திலும் தேட அனுமதிக்கவும்." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "முதன்மையான Phpmyadmin பக்கத்தில் அண்மைக் கால பதிப்பை சரிபார்க்கவும்." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "ப்ராக்சியுடன் அங்கீகரிப்பதற்கான கடவுச்சொல்." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "இறக்குமதி மற்றும் ஏற்றுமதி நடவடிக்கைகளுக்கு சிப் சுருக்கத்தை இயக்கவும்." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "பிழை அறிக்கைகளை அனுப்பும்போது இயல்புநிலை செயலைத் தேர்வுசெய்க." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "எந்த MySQL சேவையகத்திலும் உள்நுழைய அனுமதிக்கவும்" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "MySQL சேவையகத்திற்கு உள்நுழைவைக் கட்டுப்படுத்துங்கள்" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "மூன்றாம் தரப்பு ஃப்ரேமிங்கை அனுமதிக்கவும்" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "சாதாரண பயனர்களுக்கு \"டிராப் டேட்டாபேச்\" இணைப்பைக் காட்டுங்கள்" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "ப்ளோஃபிச் மறைபொருள்" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "வரிசை மார்க்கர்" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "சுட்டிக்காட்டி சிறப்பம்சமாக" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "BZIP2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "கரி நெடுவரிசைகள் திருத்துதல்" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "கோட்மிரரை இயக்கவும்" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "லிண்டரை இயக்கவும்" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "உள்ளீட்டு புலத்திற்கான குறைந்தபட்ச அளவு" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "உள்ளீட்டு புலத்திற்கான அதிகபட்ச அளவு" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "கரி டெக்ச்டேரியா நெடுவரிசைகள்" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "கரி டெக்ச்டேரியா வரிசைகள்" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "கட்டமைப்பு கோப்பு அனுமதிகளை சரிபார்க்கவும்" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "பறக்கும்போது சுருக்க" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "துளி வினவல்களை உறுதிப்படுத்தவும்" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "காகித அளவு" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "இயல்புநிலை தரவுத்தள தாவல்" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "இயல்புநிலை சேவையக தாவல்" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "இயல்புநிலை அட்டவணை தாவல்" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "அட்டவணை மற்றும் நெடுவரிசை பெயர்களுக்கான தன்னியக்க வேறுபாட்டை இயக்கவும்" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "நெடுவரிசை கருத்துகளைக் காட்டு" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "தரவுதள வடிவமைப்பு நடவடிக்கைகளை மறை" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "எக்சிற்கான இயல்புநிலை மாற்றங்கள்" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "அடி மூலக்கூறுக்கான இயல்புநிலை மாற்றங்கள்" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "BOOL2Text க்கான இயல்புநிலை மாற்றங்கள்" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "வெளிப்புறத்திற்கான இயல்புநிலை மாற்றங்கள்" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "தயாராக இருப்பதற்கான இயல்புநிலை மாற்றம்" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "DateFormat க்கான இயல்புநிலை மாற்றங்கள்" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "இன்லைனுக்கான இயல்புநிலை மாற்றங்கள்" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "டெக்ச்டிமகெலிங்கிற்கான இயல்புநிலை மாற்றங்கள்" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "டெக்ச்ட்லிங்கிற்கான இயல்புநிலை மாற்றங்கள்" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "சேவையகங்களை ஒரு பட்டியலாகக் காண்பி" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "பல அட்டவணை பராமரிப்பை முடக்கு" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "அதிகபட்ச சாவுஒறுப்பு நேரம்" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "[குறியீடு] பூட்டு அட்டவணைகள் [/குறியீடு] அறிக்கையைப் பயன்படுத்தவும்" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "கோப்பாக சேமிக்க" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "கோப்பின் எழுத்து தொகுப்பு" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "சுருக்க" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10595,56 +10595,56 @@ msgstr "சுருக்க" msgid "Put columns names in the first row" msgstr "முதல் வரிசையில் நெடுவரிசை பெயர்களை வைக்கவும்" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "இணைக்கப்பட்ட நெடுவரிசைகள்" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "நெடுவரிசைகள் தப்பித்தன" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "பூச்யத்தை மாற்றவும்" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "நெடுவரிசைகளுக்குள் சிஆர்எல்எஃப் எழுத்துக்களை அகற்று" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "நெடுவரிசைகள் நிறுத்தப்பட்டன" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "கோடுகள் நிறுத்தப்பட்டன" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "எக்செல் பதிப்பு" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "தரவுத்தள பெயர் வார்ப்புரு" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "சேவையக பெயர் வார்ப்புரு" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "அட்டவணை பெயர் வார்ப்புரு" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10654,80 +10654,80 @@ msgstr "அட்டவணை பெயர் வார்ப்புரு" msgid "Dump table" msgstr "டம்ப் டேபிள்" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "அட்டவணை தலைப்பு சேர்க்கவும்" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "அட்டவணை தலைப்பு" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "தொடர்ச்சியான அட்டவணை தலைப்பு" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "சிட்டை விசை" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "உறவுகள்" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "ஏற்றுமதி முறை" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "சேவையகத்தில் சேமிக்கவும்" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "தனி கோப்புகளாக ஏற்றுமதி செய்யுங்கள்" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "கோப்பு பெயர் வார்ப்புருவை நினைவில் கொள்க" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "வரையறைகளிலிருந்து வரையறுக்கும் பிரிவை அகற்று" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "பேக்சுவோட்டுகளுடன் அட்டவணை மற்றும் நெடுவரிசை பெயர்களை இணைக்கவும்" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "கவிமொ பொருந்தக்கூடிய பயன்முறை" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "உருவாக்கம்/புதுப்பித்தல்/சரிபார்க்கும் தேதிகள்" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "தாமதமான செருகல்களைப் பயன்படுத்தவும்" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "வெளிநாட்டு விசை காசோலைகளை முடக்கு" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "விவரபார்வையை அட்டவணையாக தரவாக்குக" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Phpmyadmin உள்ளமைவு சேமிப்பிலிருந்து ஏற்றுமதி தொடர்பான மேனிலை தரவு" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "பைனரி மற்றும் குமிழிக்கு எக்சாடெசிமல் பயன்படுத்தவும்" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10735,845 +10735,845 @@ msgstr "" "இல்லை என்றால் சேர் (அட்டவணை உருவாக்கத்தின் போது குறியீடுகள் உருவாக்கப்படும் என்பதால் குறைந்த " "செயல்திறன் கொண்டது)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "புறக்கணிப்பு செருகல்களைப் பயன்படுத்தவும்" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "தரவைச் செருகும்போது பயன்படுத்த தொடரியல்" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "உருவாக்கப்பட்ட வினவலின் அதிகபட்ச நீளம்" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "ஏற்றுமதி வகை" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "ஒரு பரிவர்த்தனையில் ஏற்றுமதியை இணைக்கவும்" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "UTC இல் ஏற்றுமதி நேரம்" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "வெளிநாட்டு விசை கீழ்தோன்றும் ஒழுங்கு" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "வெளிநாட்டு முக்கிய வரம்பு" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "வெளிநாட்டு விசை காசோலைகள்" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "காலெண்டரின் முதல் நாள்" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "உலாவு பயன்முறை" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "சிஎச்வி" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "உருவாக்குநர்" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "திருத்து பயன்முறை" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "இயல்புநிலைகளை ஏற்றுமதி செய்யுங்கள்" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "பொது" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "இயல்புநிலைகளை இறக்குமதி செய்க" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "தரவிறக்கம் / தரவேற்றம்" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "லாடெக்சு" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "வழிசெலுத்தல் மரம்" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "நுண்மென் ஆபிச்" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "பிற முக்கிய அமைப்புகள்" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "பக்க தலைப்புகள்" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "பாதுகாப்பு" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "அடிப்படை அமைப்புகள்" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "உறுதிப்படுத்தல்" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "சேவையக உள்ளமைவு" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "உள்ளமைவு சேமிப்பு" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "கண்காணிப்பை மாற்றுகிறது" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "கவிமொ வினவல் பெட்டி" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "தொடங்கு" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "தரவுத்தளக் கட்டமைப்பு" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "தாவல்கள்" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "தொடர்புடைய திட்டத்தைக் காண்பி" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "உரை கலம்" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "டெக்சி! உரை" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "எச்சரிக்கைகள்" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "Gzip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "ICONV க்கான கூடுதல் அளவுருக்கள்" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "பல அறிக்கை பிழைகளை புறக்கணிக்கவும்" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "இழுவை மற்றும் இறக்குமதியை இயக்கவும்" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "பகுதி இறக்குமதி: குறுக்கீட்டை அனுமதிக்கவும்" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "செருகும் பிழையை நிறுத்த வேண்டாம்" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "நகல் விசை புதுப்பிப்பில் சேர்க்கவும்" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "இறக்குமதி செய்யப்பட்ட கோப்பின் வடிவம்" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "உள்ளக முக்கிய சொல்லைப் பயன்படுத்தவும்" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "முதல் வரிசையில் நெடுவரிசை பெயர்கள்" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "வெற்று வரிசைகளை இறக்குமதி செய்ய வேண்டாம்" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "இறக்குமதி நாணயங்கள் ($ 5.00 முதல் 5.00 வரை)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "சரியான தசமங்களாக இறக்குமதி சதவீதங்கள் (12.00% முதல் .12 வரை)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "பகுதி இறக்குமதி: வினவல்களைத் தவிர்க்கவும்" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "சுழிய மதிப்புகளுக்கு AUTO_INCREMENT(தன்னிலைகூட்டு) பயன்படுத்த வேண்டாம்" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "மல்டிபைட்டுகளாக படியுங்கள்" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "ச்லைடர்களுக்கான ஆரம்ப நிலை" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "செருகப்பட்ட வரிசைகளின் எண்ணிக்கை" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "நெடுவரிசை எழுத்துக்களை கட்டுப்படுத்துங்கள்" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "அனைத்து குக்கீகளையும் வெளியேறுங்கள்" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "பயனர் பெயரை நினைவுகூருங்கள்" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "புகுபதிவு நிலைபதிவுத்துணுக்கு சேமிப்பகம்" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "புகுபதிவு நிலைபதிவுத்துணுக்கு செல்லுங்காலம்" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "லாங்டெக்ச்டுக்கு பெரிய உரை" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "அதிகபட்சம் காட்டப்படும் கவிமொ நீளம்" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "அதிகபட்ச தரவுத்தளங்கள்" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "முதல் மட்டத்தில் அதிகபட்ச உருப்படிகள்" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "கிளையில் அதிகபட்ச உருப்படிகள்" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "காண்பிக்க அதிகபட்ச வரிசைகளின் எண்ணிக்கை" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "அதிகபட்ச அட்டவணைகள்" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "நினைவக வரம்பு" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "தரவுத்தளங்கள் வழிசெலுத்தலை மரமாகக் காட்டுங்கள்" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "வழிசெலுத்தல் குழு அகலம்" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "முதன்மை பலகத்துடன் இணைக்க" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "சின்னத்தை காட்டுக" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "லோகோ இணைப்பு முகவரி" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "லோகோ இணைப்பு இலக்கு" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "சேவையகங்கள் தேர்வு" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "விரைவான அணுகல் ஐகானுக்கான இலக்கு" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "இரண்டாவது விரைவான அணுகல் ஐகானுக்கான இலக்கு" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "வடிகட்டி பெட்டியைக் காண்பிக்க குறைந்தபட்ச உருப்படிகளின் எண்ணிக்கை" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "தரவுத்தள வடிகட்டி பெட்டியைக் காண்பிக்க குறைந்தபட்ச தரவுத்தளங்களின் எண்ணிக்கை" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "மரத்தில் குழு பொருட்கள்" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "தரவுத்தள மரம் பிரிப்பான்" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "அட்டவணை மரம் பிரிப்பான்" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "அதிகபட்ச அட்டவணை மர ஆழம்" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "சிறப்பம்சமாக இயக்கவும்" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "வழிசெலுத்தல் மரம் விரிவாக்கத்தை இயக்கவும்" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "மரத்தில் அட்டவணைகளைக் காட்டு" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "மரத்தில் காட்சிகளைக் காட்டு" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "மரத்தில் செயல்பாடுகளைக் காட்டு" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "மரத்தில் நடைமுறைகளைக் காட்டு" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "மரத்தில் நிகழ்வுகளைக் காட்டு" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "ஒற்றை தரவுத்தளத்தை விரிவாக்குங்கள்" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "அண்மைக் காலத்தில் பயன்படுத்தப்பட்ட அட்டவணைகள்" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "அட்டவணை வரிசை இணைப்புகளை எங்கே காண்பிப்பது" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "வரிசை இணைப்புகளை எப்படியும் காட்டு" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "இயற்கை ஒழுங்கு" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "அட்டவணை வழிசெலுத்தல் பட்டி" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZIP வெளியீடு இடையக" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "இயல்புநிலை வரிசையாக்க வரிசை" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "தொடர்ச்சியான இணைப்புகள்" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Phpmyadmin உள்ளமைவு சேமிப்பக அட்டவணைகளைக் காணவில்லை" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL ஒதுக்கப்பட்ட சொல் எச்சரிக்கை" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "பட்டியல் தாவல்களை எவ்வாறு காண்பிப்பது" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "பல்வேறு செயல் இணைப்புகளை எவ்வாறு காண்பிப்பது" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "பைனரி நெடுவரிசைகளைப் பாதுகாக்கவும்" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "நிரந்தர வினவல் வரலாறு" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "வரலாற்று நீளத்தை வினவவும்" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "பயனர்களிடையே பகிரப்பட்ட புக்மார்க்குகளை அனுமதிக்கவும்" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "மறுவடிவமைப்பு இயந்திரம்" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "அட்டவணையின் வரிசையாக்கத்தை நினைவில் கொள்ளுங்கள்" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "முதனிலை குறிப்பெழுத்தின் முன்னிருப்பு அடுக்குமுறை" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "தலைப்புகளை மீண்டும் செய்யவும்" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "கட்டம் எடிட்டிங்: தூண்டுதல் செயல்" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "தொடர்புடைய காட்சி" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "கட்டம் எடிட்டிங்: அனைத்து திருத்தப்பட்ட கலங்களையும் ஒரே நேரத்தில் சேமிக்கவும்" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "கோப்பகத்தை சேமிக்கவும்" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "புரவலன் அங்கீகார கட்டளை" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "புரவலன் அங்கீகார விதிகள்" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "கடவுச்சொல் இல்லாமல் உள்நுழைவுகளை அனுமதிக்கவும்" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "root புகுபதிவை ஏற்க" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "அமர்வு நேர மண்டலம்" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "Http சாம்ராச்யம்" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "புக்மார்க்கு அட்டவணை" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "நெடுவரிசை செய்தி அட்டவணை" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "இணைப்பு சுருக்க" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "பயனர் கடவுச்சொல்லைக் கட்டுப்படுத்தவும்" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "கட்டுப்பாட்டு பயனரை" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "கட்டுப்பாட்டு புரவலன்" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "கட்டுப்பாட்டு துறை" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "தகவல்_செமாவின் பயன்பாட்டை முடக்கு" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "தரவுத்தளங்களை மறைக்கவும்" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "கவிமொ வினவல் வரலாற்று அட்டவணை" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "சேவையக ஓச்ட்பெயர்" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "வெளியேறு முகவரி" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "சேமிக்க அட்டவணை விருப்பங்களின் அதிகபட்ச எண்ணிக்கை" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "ஏற்றுமதி வார்ப்புருக்கள் அட்டவணை" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "நடு நெடுவரிசைகள் அட்டவணை" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "பட்டியலிடப்பட்ட தரவுத்தளங்களை மட்டுமே காட்டு" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "கட்டமைப்பு அங்கீகாரத்திற்கான கடவுச்சொல்" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF ச்கீமா: பக்கங்கள் அட்டவணை" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "சேவையக துறைமுகம்" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "அண்மைக் காலத்தில் பயன்படுத்தப்பட்ட அட்டவணை" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "பிடித்த அட்டவணை" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "உறவு அட்டவணை" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "சிக்னன் அமர்வு பெயர்" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "முகவரி இன் அடையாளம்" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "சேவையக சாக்கெட்" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL ஐப் பயன்படுத்தவும்" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "வடிவமைப்பாளர் மற்றும் பி.டி.எஃப் ச்கீமா: அட்டவணை ஒருங்கிணைப்புகள்" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "நெடுவரிசை அட்டவணையைக் காண்பி" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "இடைமுகம் விருப்பத்தேர்வுகள் அட்டவணை" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "துளி தரவுத்தளத்தைச் சேர்க்கவும்" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "துளி காட்சியைச் சேர்க்கவும்" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "கண்காணிக்க அறிக்கைகள்" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "கவிமொ வினவல் கண்காணிப்பு அட்டவணை" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "பதிப்புகளை தானாக உருவாக்கவும்" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "பயனர் விருப்பத்தேர்வுகள் சேமிப்பக அட்டவணை" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "பயனர் அட்டவணை" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "பயனர் குழுக்கள் அட்டவணை" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "மறைக்கப்பட்ட வழிசெலுத்தல் உருப்படிகள் அட்டவணை" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "கட்டமைப்பு அங்கீகாரத்திற்கான பயனர்" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "இந்த சேவையகத்தின் சொற்களஞ்சியம்" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "அனைத்து வரிசைகளையும் காண்பிக்க அனுமதிக்கவும்" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "கடவுச்சொல் மாற்ற படிவத்தைக் காட்டு" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "தரவுத்தள படிவத்தை உருவாக்கு என்பதைக் காட்டு" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "அட்டவணை கருத்துகளைக் காட்டு" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "படைப்பு நேர முத்திரையைக் காட்டு" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "கடைசி புதுப்பிப்பு நேர முத்திரையைக் காட்டு" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "கடைசி காசோலை நேர முத்திரையைக் காட்டு" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "டேபிள் சார்சைக் காட்டு" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "புல வகைகளைக் காட்டு" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "செயல்கூற்றின் களங்களை காட்டுக" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "குறிப்பைக் காட்டு" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Phpinfo () இணைப்பைக் காட்டு" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "விரிவான MySQL சேவையக தகவலைக் காட்டு" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL வினவல்களை காட்டுக" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "புள்ளிவிவரங்களைக் காட்டு" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "பூட்டப்பட்ட அட்டவணைகளைத் தவிர்க்கவும்" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "கவிமொ ஐ விளக்குங்கள்" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "பிஎச்பி குறியீட்டை உருவாக்கவும்" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "சுஓசின் எச்சரிக்கை" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "உள்நுழைவு குக்கீ செல்லுபடியாகும் எச்சரிக்கை" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "உரைக்கட்ட நெடுவரிசைகள்" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "டெக்ச்டேரியா வரிசைகள்" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "இயல்புநிலை தலைப்பு" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "ஐபி அனுமதி/மறுப்பதற்கான நம்பகமான ப்ராக்சிகளின் பட்டியல்" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "கோப்பகத்தை பதிவேற்றவும்" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "தரவுத்தள தேடலைப் பயன்படுத்தவும்" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "அமைப்புகளில் உருவாக்குபவர் தாவலை இயக்கவும்" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "பதிப்பு சோதனை" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "பதிலாள் முகவரி" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "பயனாளர்:->பதிலி பயனர் பெயர்" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "பதிலி கடவுச்சொல்" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "சிப்" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "ரெக்காப்ட்சா வி 2 ஏபிஐக்கான முகவரி" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "ரெக்காப்ட்சா வி 2 ஏபிஐக்கான உள்ளடக்க-பாதுகாப்பு-கொள்கை துணுக்கை" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Recaptcha V2 பநிஇ க்கான அளவுரு" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "ரெக்காப்ட்சா வி 2 ஏபிஐக்கான மறுமொழி அளவுரு" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "ரெக்காப்ட்சாவிற்கான பொது விசை" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "ரெக்காப்ட்சாவிற்கான தனிப்பட்ட விசை" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "Recaptcha siteverify க்கான முகவரி" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "பிழை அறிக்கைகளை அனுப்பவும்" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "கன்சோலில் வினவல்களை இயக்கவும்" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "அமைப்பாக்கம் இல்லா முறைமையை இயலசெய்க" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Shift+Enter உடன் புதிய வரியை உள்ளிடவும் செருகவும் வினவல்களை இயக்கவும்" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "கன்சோல் உயரம்" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "கன்சோல் பயன்முறை" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "வழங்கியவர்" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "சேவையக இணைப்பு குறிமுறை அடுக்குவரிசை" @@ -11606,7 +11606,8 @@ msgstr "செயல்பாடு %s காணாமல் போனதால msgid "Compressed export will not work due to missing function %s." msgstr "காணாமல் போன செயல்பாடு %s காரணமாகச் சுருக்கப்பட்ட ஏற்றுமதி வேலை செய்யாது." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "அதிகபட்ச %s" @@ -11640,7 +11641,7 @@ msgid "Microsoft Word 2000" msgstr "நுண்மென் வேர்ட் 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "திறந்தஆவணம் விரிதாள்" @@ -11648,7 +11649,7 @@ msgstr "திறந்தஆவணம் விரிதாள்" msgid "OpenDocument Text" msgstr "கட்டற்றஆவண உரை" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "சுமை தரவைப் பயன்படுத்தி காபிம" @@ -11804,7 +11805,7 @@ msgstr "" "%1$sgzip சுருக்க மற்றும் டிகம்பரச்சன்%2$s இந்த அமைப்பில் கிடைக்காத செயல்பாடுகள் (%3$s) " "தேவைப்படுகிறது." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "வழங்கி %d" @@ -12074,7 +12075,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "ஏற்றுமதி செருகுநிரல்களை ஏற்ற முடியவில்லை, தயவுசெய்து உங்கள் நிறுவலை சரிபார்க்கவும்!" @@ -12206,7 +12207,7 @@ msgid "Success!" msgstr "வெற்றி!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12273,7 +12274,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "நீங்கள் இப்பக்கத்தை மீளேற்ற வேண்டியிருக்கலாம்." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "தகா வகை!" @@ -12391,16 +12392,7 @@ msgstr "" "பரிந்துரைக்கிறது. இல்லையெனில் உங்கள் சர்வர் பாதுகாப்பு கட்டமைப்பு கோவையை அங்கீகரிக்கப்படாத " "பயனர் பதிவிறக்குவதால் பாதிப்பு ஏற்படும்." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"வழங்கி SUSHOSIN உடன் இயங்குகிறது. நிகழக்கூடிய பிழைமுறைகளுக்கு தயவுசெய்து " -"%sஆவணச்சான்றை%s காண்க." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12409,7 +12401,7 @@ msgstr "" "$ Cfg ['tempdir'] (%s) அணுக முடியாது. Phpmyadmin வார்ப்புருக்களை கேச் செய்ய " "முடியவில்லை, இதன் காரணமாக மெதுவாக இருக்கும்." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12418,7 +12410,7 @@ msgstr "" "[code]HTTP_HOST[/code] மாறி இல்லை, இது phpMyAdmin சரியாக வேலை செய்யாமல் போகலாம். " "சாத்தியமான சிக்கல்களுக்கு [doc@faq1-46]ஆவணத்தைப்[/doc] பார்க்கவும்." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12428,7 +12420,7 @@ msgstr "" "பயன்படுத்துகின்றீர்கள். mbstring PHP நீட்சி இல்லாமல் PHPMyAdminஆல் சரங்களை சரியாக " "பிரிக்கவியலாது அதனால் எதிர்பாரா முடிவுகள் கிடைக்கலாம்." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12502,7 +12494,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" கூற்றுகள் முடக்கப்பட்டுள்ளன." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ரோல்பேக் ஏற்பட்டது.]" @@ -14392,7 +14384,7 @@ msgid "No such column" msgstr "அதுபோல் நிரல்வரிசை இல்லை" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "சரம்" @@ -15242,7 +15234,7 @@ msgstr "தவறான தரவு" msgid "Wrong data or no validation for %s" msgstr "தவறான தரவு அல்லது %s க்கு சரிபார்ப்பு இல்லை" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "புத்தகக்குறி %s குறிக்கப்பட்டது." @@ -15320,7 +15312,7 @@ msgstr "உங்கள் கோரிக்கையில் சிக்க #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ஒரு வெற்று முடிவு தொகுப்பை (அதாவது சுழிய வரிசைகள்) திருப்பி அளித்தது." @@ -15705,27 +15697,27 @@ msgstr "" msgid "The row has been deleted." msgstr "இந்நிரைவரிசை அழிக்கப்பட்டது." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "வினவல் %01.4f நொடிகள் எடுத்துக்கொண்டது." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "%1s - %2s நிரைவரிசைகள் காட்டப்படுகின்றன" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s மொத்தம், வினவலில் %2$s" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "மொத்தம் %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "இணைப்பை காணவில்லை!" @@ -16351,11 +16343,11 @@ msgstr "குறியீடுகள் %1$s மற்றும் %2$s சம msgid "web server upload directory:" msgstr "வலை சேவையக பதிவேற்ற அடைவு:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "கவிமொ வினவலைக் காட்டுகிறது" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "வரிசை ஐடி செருகப்பட்டது: %1$d" @@ -16797,39 +16789,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "பகுதி சார்புகள் எதுவும் கிடைக்கவில்லை!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "ஒருங்கிணைப்பு" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "அட்டவணையை ஒரே மாதிரியாக நகர்த்த முடியாது!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "அட்டவணையை ஒரே மாதிரியாக நகலெடுக்க முடியாது!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "அட்டவணை %s %s க்கு மாற்றப்பட்டுள்ளன. சலுகைகள் சரிசெய்யப்பட்டுள்ளன." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "அட்டவணை %s %s க்கு நகலெடுக்கப்பட்டுள்ளன. சலுகைகள் சரிசெய்யப்பட்டுள்ளன." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "அட்டவணை %s %s க்கு மாற்றப்பட்டுள்ளன." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "அட்டவணை %s %s க்கு நகலெடுக்கப்பட்டுள்ளன." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "அட்டவணை பெயர் காலியாக உள்ளது!" @@ -16912,7 +16904,7 @@ msgstr "" "நீங்கள் இரண்டு காரணி அங்கீகாரத்தை இயக்கியுள்ளீர்கள், தயவுசெய்து உங்கள் உள்நுழைவை " "உறுதிப்படுத்தவும்." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "இதனுடன் பிரிக்கப்பட்ட நெடுவரிசைகள்:" @@ -17335,7 +17327,7 @@ msgstr "" "இதனுடன் வெளியீட்டு பொருந்தக்கூடிய தன்மையை அதிகரிக்க தரவுத்தள அமைப்பு அல்லது பழைய MySQL " "சேவையகம்:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "உள்தள்ளல்:" @@ -17356,19 +17348,19 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "இறக்குமதியில் காணப்படும் நகல் விசைகள் (நகல் விசை புதுப்பிப்பில் சேர்)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "புதிய அட்டவணையின் பெயர் (விரும்பினால்):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "புதிய தரவுத்தளத்தின் பெயர் (விரும்பினால்):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "இந்த பல எண்ணிக்கையிலான வரிசைகளை இறக்குமதி செய்க (விரும்பினால்):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17376,7 +17368,7 @@ msgstr "" "கோப்பின் முதல் வரியில் அட்டவணை நெடுவரிசை பெயர்கள் உள்ளன (இது தேர்வு " "செய்யப்படாவிட்டால், முதல் வரி தரவின் பகுதியாக மாறும்) " -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17386,27 +17378,27 @@ msgstr "" "தொடர்புடைய நெடுவரிசை பெயர்களை இங்கே பட்டியலிடுங்கள். நெடுவரிசை பெயர்கள் காற்புள்ளிகளால் " "பிரிக்கப்பட வேண்டும் மற்றும் மேற்கோள்களில் இணைக்கப்படக்கூடாது." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "நெடுவரிசை பெயர்கள்:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "வரி %d இல் காபிம உள்ளீட்டின் தவறான வடிவம் d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "சி.எச்.வி உள்ளீட்டில் தவறான நெடுவரிசை எண்ணிக்கை %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "காபிம இறக்குமதிக்கான தவறான அளவுரு: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18180,11 +18172,11 @@ msgstr "புதிய நிலையான பதிப்புகள் ஏ msgid "Using bookmark \"%s\" as default browse query." msgstr "இயல்புநிலை உலாவி வினவலாகப் புக்மார்க்கு \"%s\" பயன்படுத்துதல்." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "பிஎச்பி குறியீடாகக் காட்டுகிறது" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18193,7 +18185,7 @@ msgstr "" "தற்போதைய தேர்வில் தனித்துவமான நெடுவரிசை இல்லை. கட்டம் திருத்து, தேர்வுப்பெட்டி, " "திருத்து, நகலெடுத்து நீக்குதல் நற்பொருத்தங்கள் கிடைக்கவில்லை. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18456,22 +18448,22 @@ msgstr "நீங்கள் செல்லுபடியாகும் அ msgid "You must provide a trigger definition." msgstr "நீங்கள் ஒரு தூண்டுதல் வரையறையை வழங்க வேண்டும்." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "காலி" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "காலியாக இல்லை" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1 -பைட் முழு எண், கையொப்பமிடப்பட்ட வரம்பு -128 முதல் 127 வரை, கையொப்பமிடப்படாத வரம்பு " "0 முதல் 255 வரை" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18479,7 +18471,7 @@ msgstr "" "2 -பைட் முழு எண், கையொப்பமிடப்பட்ட வரம்பு -32,768 முதல் 32,767 வரை, கையொப்பமிடாத " "வரம்பு 0 முதல் 65,535 வரை" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18487,7 +18479,7 @@ msgstr "" "3 -பைட் முழு எண், கையொப்பமிடப்பட்ட வரம்பு -8,388,608 முதல் 8,388,607 வரை, " "கையொப்பமிடாத வரம்பு 0 முதல் 16,777,215 வரை" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18495,7 +18487,7 @@ msgstr "" "4 -பைட் முழு எண், கையொப்பமிடப்பட்ட வரம்பு -2,147,483,648 முதல் 2,147,483,647 வரை, " "கையொப்பமிடப்படாத வரம்பு 0 முதல் 4,294,967,295 வரை" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18504,7 +18496,7 @@ msgstr "" "9,223,372,036,854,775,807 வரை, கையொப்பமிடப்படாத வரம்பு 0 முதல் " "18,446,744,073,709,51,51,51,51,51,51,51,61," -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18512,7 +18504,7 @@ msgstr "" "ஒரு நிலையான -புள்ளி எண் (மீ, டி) - அதிகபட்ச இலக்கங்களின் எண்ணிக்கை (மீ) 65 (இயல்புநிலை " "10), அதிகபட்ச தசமங்களின் எண்ணிக்கை (ஈ) 30 (இயல்புநிலை 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18520,7 +18512,7 @@ msgstr "" "ஒரு சிறிய மிதக்கும்-புள்ளி எண், அனுமதிக்கக்கூடிய மதிப்புகள் -3.402823466E+38 முதல் " "-1.175494351E-38, 0, மற்றும் 1.175494351E-38 முதல் 3.40282346E+38 வரை" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18530,7 +18522,7 @@ msgstr "" "-1.7976931348623157E+308 முதல் -2.225073855072014E-308, 0, மற்றும் " "2.250738585072014E-308 முதல் 1.797693133157E வரை" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18538,7 +18530,7 @@ msgstr "" "இரட்டிப்பிற்கு ஒத்த பெயர் (விதிவிலக்கு: ரியல்_ஏஎச்_ஃப்ளோட் கவிமொ பயன்முறையில் இது " "மிதவைக்கு ஒத்ததாகும்)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18546,7 +18538,7 @@ msgstr "" "ஒரு பிட்-ஃபீல்ட் வகை (மீ), ஒரு மதிப்புக்கு பிட் மீவை சேமித்தல் (இயல்புநிலை 1, அதிகபட்சம் " "64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18554,21 +18546,21 @@ msgstr "" "டைனின்ட் (1) இன் ஒத்த பெயர், பூச்சியத்தின் மதிப்பு தவறானது என்று கருதப்படுகிறது, " "nonzero மதிப்புகள் உண்மையாக கருதப்படுகின்றன" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "கையொப்பமிடப்படாத பெரியது அல்லாத ஆட்டோ_இன் கிரெமென்ட் தனித்துவமானது" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "ஒரு நாளுக்கான வீச்சு, %1$s லிருந்து %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "ஒரு தேதி மற்றும் நேர சேர்க்கை, ஆதரிக்கப்பட்ட வரம்பு %1$s முதல் %2$s ஆகும்" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18581,12 +18573,12 @@ msgstr "" "இது சகாப்தத்திலிருந்து விநாடிகளின் எண்ணிக்கையாகச் சேமிக்கப்படுகிறது (1970-01-01 00 " "UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "ஒர் நேரத்துக்கான, வீச்சு %1$s லிருந்து %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18595,7 +18587,7 @@ msgstr "" "அனுமதிக்கக்கூடிய மதிப்புகள் 70 (1970) முதல் 69 (2069) அல்லது 1901 முதல் 2155 மற்றும் " "0000 வரை" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18603,14 +18595,14 @@ msgstr "" "ஒரு நிலையான நீளம் (0-255, இயல்புநிலை 1) சரம் சேமிக்கும்போது குறிப்பிட்ட நீளத்திற்கு " "எப்போதும் வலது-துடுப்பு" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "மாறி-நீளம் (%s) சரம், பயனுள்ள அதிகபட்ச நீளம் அதிகபட்ச வரிசை அளவிற்கு உட்பட்டது" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18618,7 +18610,7 @@ msgstr "" "அதிகபட்சம் 255 (2^8 - 1) எழுத்துக்களைக் கொண்ட உரை நெடுவரிசை, பைட்டுகளில் மதிப்பின் " "நீளத்தைக் குறிக்கும் ஒரு பைட் முன்னொட்டுடன் சேமிக்கப்படுகிறது" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18626,7 +18618,7 @@ msgstr "" "அதிகபட்சம் 65,535 (2^16 - 1) எழுத்துக்களைக் கொண்ட உரை நெடுவரிசை, பைட்டுகளில் மதிப்பின் " "நீளத்தைக் குறிக்கும் இரண்டு -பைட் முன்னொட்டுடன் சேமிக்கப்படுகிறது" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18634,7 +18626,7 @@ msgstr "" "அதிகபட்சம் 16,777,215 (2^24 - 1) எழுத்துக்களைக் கொண்ட உரை நெடுவரிசை, பைட்டுகளில் " "மதிப்பின் நீளத்தைக் குறிக்கும் மூன்று -பைட் முன்னொட்டுடன் சேமிக்கப்படுகிறது" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18643,7 +18635,7 @@ msgstr "" "அதிகபட்சம் 4,294,967,295 அல்லது 4GIB (2^32 - 1) எழுத்துக்களைக் கொண்ட உரை நெடுவரிசை, " "பைட்டுகளில் மதிப்பின் நீளத்தைக் குறிக்கும் நான்கு -பைட் முன்னொட்டுடன் சேமிக்கப்படுகிறது" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18651,7 +18643,7 @@ msgstr "" "கரி வகையைப் போன்றது, ஆனால் பைனரி அல்லாத எழுத்து சரங்களை விட பைனரி பைட் சரங்களை " "சேமிக்கிறது" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18659,7 +18651,7 @@ msgstr "" "VARCHAR வகையைப் போன்றது, ஆனால் பைனரி அல்லாத எழுத்து சரங்களை விட பைனரி பைட் சரங்களை " "சேமிக்கிறது" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18667,7 +18659,7 @@ msgstr "" "அதிகபட்சம் 255 (2^8 - 1) பைட்டுகள் கொண்ட ஒரு குமிழ் நெடுவரிசை, மதிப்பின் நீளத்தைக் " "குறிக்கும் ஒரு பைட் முன்னொட்டுடன் சேமிக்கப்படுகிறது" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18675,7 +18667,7 @@ msgstr "" "அதிகபட்சம் 16,777,215 (2^24 - 1) பைட்டுகள் கொண்ட ஒரு குமிழ் நெடுவரிசை, மதிப்பின் " "நீளத்தைக் குறிக்கும் மூன்று -பைட் முன்னொட்டுடன் சேமிக்கப்படுகிறது" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18683,7 +18675,7 @@ msgstr "" "அதிகபட்சம் 65,535 (2^16 - 1) பைட்டுகள் கொண்ட ஒரு குமிழ் நெடுவரிசை, மதிப்பின் நீளத்தைக் " "குறிக்கும் இரண்டு -பைட் முன்னொட்டுடன் சேமிக்கப்படுகிறது" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18691,7 +18683,7 @@ msgstr "" "அதிகபட்சம் 4,294,967,295 அல்லது 4GIB (2^32 - 1) பைட்டுகள் கொண்ட ஒரு குமிழ் " "நெடுவரிசை, மதிப்பின் நீளத்தைக் குறிக்கும் நான்கு -பைட் முன்னொட்டுடன் சேமிக்கப்படுகிறது" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18699,43 +18691,43 @@ msgstr "" "ஒரு கணக்கீடு, 65,535 மதிப்புகள் அல்லது சிறப்பு '' பிழை மதிப்பு ஆகியவற்றின் " "பட்டியலிலிருந்து தேர்ந்தெடுக்கப்பட்டது" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "64 உறுப்பினர்களின் தொகுப்பிலிருந்து தேர்ந்தெடுக்கப்பட்ட ஒற்றை மதிப்பு" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "எந்தவொரு வகையிலும் ஒரு வடிவவியலை சேமிக்கக்கூடிய ஒரு வகை" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "2 பரிமாண இடத்தில் ஒரு புள்ளி" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "புள்ளிகளுக்கு இடையில் நேரியல் இடைக்கணிப்பு கொண்ட ஒரு வளைவு" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "ஒரு பல்கோணி" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "புள்ளிகளின் தொகுப்பு" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "புள்ளிகளுக்கு இடையில் நேரியல் இடைக்கணிப்பு கொண்ட வளைவுகளின் தொகுப்பு" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "பலகோணங்களின் தொகுப்பு" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "எந்தவொரு வகையிலும் வடிவியல் பொருள்களின் தொகுப்பு" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18743,7 +18735,7 @@ msgstr "" "சாதொபொகு (சாவாச்கிரிப்ட் ஆப்செக்ட் குறியீட்டு) ஆவணங்களில் தரவை சேமித்து வைத்து " "செயல்படுத்துகிறது" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18751,11 +18743,11 @@ msgstr "" "ஐபிவி 6 முகவரிகளை சேமிப்பதற்காகவும், ஐபிவி 4 முகவரிகளையும் ஐபிவி 4 முகவரிகளின் " "வழக்கமான மேப்பிங் ஐபிவி 6 முகவரிகளில் கருதுகிறது" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-பிட் UUID (உலகளவில் தனித்துவமான அடையாளங்காட்டி)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" @@ -18763,21 +18755,21 @@ msgstr "" "ஒற்றுமை தேடல் மற்றும் இயந்திர கற்றல் பயன்பாடுகள் போன்ற செயல்பாடுகளுக்கு உகந்த திசையன் " "தரவைச் சேமிக்கிறது" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "எண் வரிசை" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "நாள் மற்றும் நேரம்" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "வெளி சார்பு" @@ -18822,6 +18814,24 @@ msgstr "சிப் காப்பகத்தில் பிழை:" msgid "No files found inside ZIP archive!" msgstr "சிப் காப்பகத்திற்குள் கோப்புகள் எதுவும் இல்லை!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "சுஓசின் கண்டறியப்பட்டால் முதன்மையான பக்கத்தில் காட்டப்படும் இயல்புநிலை எச்சரிக்கையை " +#~ "முடக்கு." + +#~ msgid "Suhosin warning" +#~ msgstr "சுஓசின் எச்சரிக்கை" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "வழங்கி SUSHOSIN உடன் இயங்குகிறது. நிகழக்கூடிய பிழைமுறைகளுக்கு தயவுசெய்து " +#~ "%sஆவணச்சான்றை%s காண்க." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "இந்த ஏற்றுமதி முறைக்கு மூல வினவலை ஏற்றுமதி செய்வது ஆதரிக்கப்படவில்லை." diff --git a/resources/po/te.po b/resources/po/te.po index d166495a67..3d02c31195 100644 --- a/resources/po/te.po +++ b/resources/po/te.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2024-03-15 15:17+0000\n" "Last-Translator: Prasanth-k \n" "Language-Team: Telugu %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -4083,7 +4083,7 @@ msgstr "తీసుకొనుము" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "వెనుకకి" @@ -4093,7 +4093,7 @@ msgstr "వెనుకకి" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "దిగుమతి" @@ -4446,8 +4446,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4478,7 +4478,7 @@ msgstr "పట్టికను సృష్టించు" # మొదటి అనువాదము #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgctxt "short form" #| msgid "Create table" @@ -4527,18 +4527,18 @@ msgid "Features" msgstr "విశేషాలు" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" # మొదటి అనువాదము #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Hide/Show all" msgid "Main panel" @@ -5062,7 +5062,21 @@ msgstr "" msgid "Check privileges" msgstr "క్రొత్త వాడుకరిని చేర్చు" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5070,24 +5084,24 @@ msgstr "క్రొత్త వాడుకరిని చేర్చు" msgid "Total:" msgstr "మొత్తం" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "గణాంకాలని చేతనంచేయి" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6182,7 +6196,7 @@ msgid "Current server:" msgstr "మరిన్ని అమరికలు" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -6261,7 +6275,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6900,7 +6914,7 @@ msgstr "" msgid "Show hidden messages" msgstr "చూపించు" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6989,7 +7003,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7062,7 +7076,7 @@ msgstr "గణాంకాలను చూపించు" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7115,7 +7129,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -7661,7 +7675,7 @@ msgstr "డేటాబేస్ ను తుడిచివేయి" # మొదటి అనువాదము #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database" msgid "Table structure" @@ -7868,32 +7882,32 @@ msgstr "" # మొదటి అనువాదము #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "విశదీకరించు" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9774,14 +9788,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "పట్టిక పేరు" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9989,347 +9995,347 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Table options" msgid "Databases display options." msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Show" msgid "Customize the navigation tree." msgstr "చూపించు" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Show more actions" msgid "Servers display options." msgstr "మరిన్ని చర్యలను చూపించు" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Table options" msgid "Tables display options." msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "అధీకరణ అమరికలు" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Server configuration" msgid "Enter server connection parameters." msgstr "సేవకి స్వరూపణం" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "More settings" msgid "SQL queries settings." msgstr "మరిన్ని అమరికలు" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Add new field" msgid "Customize text input fields." msgstr "క్రొత్త ఫీల్డ్ చేర్చు" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10337,500 +10343,494 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show" msgid "Whether to expand single database in the navigation tree automatically." msgstr "చూపించు" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Table options" msgid "Set to 0 to collapse navigation panel." msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Table options" msgid "Show logo in navigation panel." msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show" msgid "Whether to show tables under database in the navigation tree" msgstr "చూపించు" # మొదటి అనువాదము -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show" msgid "Whether to show views under database in the navigation tree" msgstr "చూపించు" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show" msgid "Whether to show events under database in the navigation tree" msgstr "చూపించు" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "ఉపయోగించకపోతే ఖాళీగా వదిలేయండి" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "అప్రమేయాలకై ఖాళీగా వదిలివేయండి" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication settings" msgid "Authentication method to use." msgstr "అధీకరణ అమరికలు" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10838,13 +10838,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10852,421 +10852,421 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Database" msgid "Whether the table structure actions should be hidden." msgstr "డేటాబేస్" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Show more actions" msgid "For display Options" msgstr "మరిన్ని చర్యలను చూపించు" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Tables" msgid "Enable linter" msgstr "పట్టికలు" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "కాగితపు పరిమాణం" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "పట్టిక వ్యాఖ్యలు" # మొదటి అనువాదము -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Database" msgid "Hide table structure actions" msgstr "డేటాబేస్" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Information" msgid "Default transformations for Hex" msgstr "సమాచారం" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Table options" msgid "Default transformations for Substring" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Table options" msgid "Default transformations for Bool2Text" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Table options" msgid "Default transformations for External" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Table options" msgid "Default transformations for PreApPend" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Table options" msgid "Default transformations for DateFormat" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Table options" msgid "Default transformations for Inline" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Table options" msgid "Default transformations for TextImageLink" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Table options" msgid "Default transformations for TextLink" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11274,56 +11274,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11333,400 +11333,404 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "సంబంధాలు" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "ఎగుమతి పద్ధతి" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export method" msgid "Export as separate files" msgstr "ఎగుమతి పద్ధతి" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Select All" msgid "Remember filename template" msgstr "అన్నీ ఎంచుకో" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Table name" msgid "Export views as tables" msgstr "పట్టిక పేరు" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Use this value" msgid "%s view" msgstr "ఈ విలువని ఉపయోగించు" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "ఎగుమతి రకం" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "సాధారణ" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "దిగుమతి / ఎగుమతి" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Table options" msgid "Navigation tree" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "మైక్రోసాఫ్ట్ ఆఫీస్" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "ఇతర ప్రముఖ అమరికలు" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "పుట శీర్షికలు" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "భద్రత" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "ప్రాధమిక అమరికలు" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "అధీకరణ" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "సేవకి స్వరూపణం" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 #, fuzzy #| msgid "Server configuration" msgid "Configuration storage" msgstr "సేవకి స్వరూపణం" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database" msgid "Database structure" msgstr "డేటాబేస్" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Add new field" msgid "Text fields" msgstr "క్రొత్త ఫీల్డ్ చేర్చు" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "హెచ్చరికలు" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Comments" msgid "Column names in first row" msgstr "వ్యాఖ్యలు" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "గరిష్ఠ పట్టికలు" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show" msgid "Show databases navigation as tree" msgstr "చూపించు" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Table options" msgid "Navigation panel width" msgstr "పట్టిక ఎంపికలు" # మొదటి అనువాదము -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -11734,605 +11738,601 @@ msgstr "పట్టిక ఎంపికలు" msgid "Link with main panel" msgstr "అన్నింటిని చూపుము/దాచుము" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "చిహ్నాన్ని చూపించు" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table options" msgid "Enable navigation tree expansion" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "అన్నీ చూపించు" # మొదటి అనువాదము -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show" msgid "Show views in tree" msgstr "చూపించు" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show" msgid "Show events in tree" msgstr "చూపించు" # మొదటి అనువాదము -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Database" msgid "Expand single database" msgstr "డేటాబేస్" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "సహజ క్రమం" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table options" msgid "Table navigation bar" msgstr "పట్టిక ఎంపికలు" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "సంబంధాలు" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Table name" msgid "Export templates table" msgstr "పట్టిక పేరు" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Table comments" msgid "Central columns table" msgstr "పట్టిక వ్యాఖ్యలు" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgctxt "short form" #| msgid "Create table" msgid "Favorites table" msgstr "పట్టికను సృష్టించు" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "User preferences" msgid "UI preferences table" msgstr "వాడుకరి అభిరుచులు" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "పట్టికల్ని వాడు" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "పట్టిక వ్యాఖ్యలు" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show more actions" msgid "Show creation timestamp" msgstr "మరిన్ని చర్యలను చూపించు" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show more actions" msgid "Show last update timestamp" msgstr "మరిన్ని చర్యలను చూపించు" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show more actions" msgid "Show last check timestamp" msgstr "మరిన్ని చర్యలను చూపించు" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "పట్టిక వ్యాఖ్యలు" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show" msgid "Show hint" msgstr "చూపించు" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "గణాంకాలను చూపించు" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" # మొదటి అనువాదము -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create a page" msgid "Create PHP code" msgstr "పుటని సృష్టించు" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Table comments" msgid "Textarea columns" msgstr "పట్టిక వ్యాఖ్యలు" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "అప్రమేయ శీర్షిక" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "వాడుకరిపేరు" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "సంకేతపదం" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "సేవకి స్వరూపణం" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "Server configuration" msgid "Server connection collation" @@ -12369,7 +12369,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "గరిష్ఠం %s" @@ -12405,7 +12406,7 @@ msgid "Microsoft Word 2000" msgstr "మైక్రోసాఫ్ట్ వర్డ్ 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" @@ -12417,7 +12418,7 @@ msgstr "ఓపెన్ డాక్యుమెంట్" msgid "OpenDocument Text" msgstr "ఓపెన్ డాక్యుమెంట్" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12540,7 +12541,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Security" msgid "Server %d" @@ -12846,7 +12847,7 @@ msgstr "డేటాబేస్ లో ఏ పట్టికలు లేవ #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -12976,7 +12977,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13038,7 +13039,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "తప్పు రకం!" @@ -13124,35 +13125,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13218,7 +13212,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15311,7 +15305,7 @@ msgid "No such column" msgstr "పట్టిక వ్యాఖ్యలు" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -16065,7 +16059,7 @@ msgid "Wrong data or no validation for %s" msgstr "" # మొదటి అనువాదము -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Page has been created." msgid "Bookmark %s has been created." @@ -16149,7 +16143,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -16575,28 +16569,28 @@ msgstr "" msgid "The row has been deleted." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "మొత్తం" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -17179,11 +17173,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -17610,43 +17604,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "మూసివేయి" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Database %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s డేటాబేస్ తుడిచివేయడమైనది" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -17721,7 +17715,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -18167,7 +18161,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -18190,54 +18184,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Comments" msgid "Column names:" msgstr "వ్యాఖ్యలు" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18967,18 +18961,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19246,98 +19240,98 @@ msgid "You must provide a trigger definition." msgstr "" # మొదటి అనువాదము -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "ఖాళీ" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "More settings" msgid "A date, supported range is %1$s to %2$s" msgstr "మరిన్ని అమరికలు" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19345,176 +19339,176 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "More settings" msgid "A time, range is %1$s to %2$s" msgstr "మరిన్ని అమరికలు" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" # మొదటి అనువాదము -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add into comments" msgid "A polygon" msgstr "స్పందనలకు చేర్చు" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "పుటని సృష్టించు" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" diff --git a/resources/po/th.po b/resources/po/th.po index d13e921bb8..8ac371266d 100644 --- a/resources/po/th.po +++ b/resources/po/th.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-01-31 17:01+0000\n" "Last-Translator: Jiraroj Leelarattanawong \n" "Language-Team: Thai %s" msgstr "บันทึกไว้ในไดเรกทอรีบนเซิร์ฟเวอร์ %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "เขียนทับไฟล์ที่มีอยู่แล้ว" @@ -3616,7 +3616,7 @@ msgstr "รับไว้" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "ย้อนกลับ" @@ -3626,7 +3626,7 @@ msgstr "ย้อนกลับ" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "นำเข้า" @@ -3957,8 +3957,8 @@ msgstr "อัปโหลด SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "ฐานข้อมูล" @@ -3980,7 +3980,7 @@ msgid "Recent" msgstr "ล่าสุด" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "ตารางโปรด" @@ -4018,17 +4018,17 @@ msgid "Features" msgstr "คุณสมบัติ" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "คำสั่ง SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "แผงนำทาง" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "แผงหลัก" @@ -4490,13 +4490,28 @@ msgstr "ตรวจสอบสิทธิ์สำหรับฐานข้ msgid "Check privileges" msgstr "ตรวจสอบสิทธิ์" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "รันคำสั่ง SQL บนฐานข้อมูล %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "รวม:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4504,16 +4519,16 @@ msgstr "" "โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก " "ระหว่างเว็บเซิร์ฟเวอร์ และเซิร์ฟเวอร์ MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "เปิดใช้งานสถิติ" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "ไม่มีฐานข้อมูล" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "ยืนยัน" @@ -5545,7 +5560,7 @@ msgid "Current server:" msgstr "เซิร์ฟเวอร์ปัจจุบัน:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "เซิร์ฟเวอร์" @@ -5628,7 +5643,7 @@ msgid "Test:" msgstr "ทดสอบ:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "เซิร์ฟเวอร์" @@ -6218,7 +6233,7 @@ msgstr "แสดงแบบฟอร์ม" msgid "Show hidden messages" msgstr "แสดงข้อความซ่อน" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "ประเภทการยืนยันตัวตน" @@ -6300,7 +6315,7 @@ msgid "Detailed profile" msgstr "รายละเอียดโปรไฟล์" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "เรียงลำดับ" @@ -6361,7 +6376,7 @@ msgstr "แผนภูมิวงกลมแสดงลักษณะผล #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "คำสั่ง SQL ของคุณได้รับการดำเนินการเรียบร้อยแล้ว" @@ -6407,7 +6422,7 @@ msgstr "ตัวคั่น" msgid "Show this query here again" msgstr "แสดงคำสั่งนี้ที่นี่อีกครั้ง" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "คงกล่องคำสั่ง SQL ไว้" @@ -6881,7 +6896,7 @@ msgid "Delete the view (DROP)" msgstr "ลบมุมมอง (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "โครงสร้างของตาราง" @@ -7045,32 +7060,32 @@ msgid "Index length" msgstr "ความยาวดัชนี" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "วิเคราะห์" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "ตรวจสอบ" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "ปรับให้เหมาะสม" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "สร้างใหม่" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "ซ่อมแซม" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "ล้มตาราง" @@ -8871,14 +8886,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "เวียดนาม" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9056,19 +9063,19 @@ msgstr "ทั้งสองข้างต้น" msgid "neither of the above" msgstr "ไม่รับทั้งหมดข้างต้น" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "ผู้ใช้ไม่สามารถตั้งค่าที่สูงกว่าได้" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "หากเปิดใช้งาน ผู้ใช้จะสามารถเข้าเซิร์ฟเวอร์ MySQL " "ผ่านแบบฟอร์มลงชื่อเข้าสู่ระบบเพื่อคุกกี้รับรองความถูกต้องได้" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9077,7 +9084,7 @@ msgstr "" "จำกัดเซิร์ฟเวอร์ MySQL ที่ผู้ใช้สามารถเข้าถึงได้เมื่อเปิดใช้งานการลงชื่อเข้าสู่ระบบไปยังเซิร์ฟเวอร์ " "MySQL ใดๆ โดยการจับคู่ IP หรือชื่อโฮสต์ของเซิร์ฟเวอร์ MySQL กับนิพจน์ปกติที่กำหนด" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9087,47 +9094,47 @@ msgstr "" "[strong]ช่องโหว่ด้านความปลอดภัย[/strong] ซึ่งจะทำให้เกิดการโจมตีแบบ Cross-Frame " "Scripting (XSS)" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "ข้อความรหัสผ่านลับใช้สำหรับเข้ารหัสการตรวจสอบสิทธิ์ [kbd]คุกกี้[/kbd]" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "เปิดใช้งานการบีบอัด bzip2 สำหรับการนำเข้า" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "ป้อน URL สำหรับ API ที่ใช้งานร่วมกับ reCAPTCHA v2 ได้" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "ป้อนโค้ด Content-Security-Policy สำหรับ API ที่ใช้งานร่วมกับ reCAPTCHA v2 ได้" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "ป้อนพารามิเตอร์คำขอที่ใช้โดย API ที่เข้ากันได้กับ reCAPTCHA v2 ของคุณ" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "ป้อนพารามิเตอร์การตอบกลับที่ใช้โดย API ที่เข้ากันได้กับ reCAPTCHA v2 ของคุณ" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "ป้อนรหัสสาธารณะของคุณสำหรับบริการ reCAPTCHA บนโดเมนของคุณ" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "ป้อนรหัสส่วนตัวของคุณสำหรับบริการ reCAPTCHA ของโดเมนของคุณ" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "ป้อน siteverify URL สำหรับบริการ reCAPTCHA ของคุณ" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9137,7 +9144,7 @@ msgstr "" "kbd] - อนุญาตการจำกัดความยาวของข้อความ [kbd] textarea [/kbd] - " "อนุญาตการขึ้นบรรทัดใหม่ในคอลัมน์" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9145,25 +9152,25 @@ msgstr "" "ใช้โปรแกรมแก้ไขที่ใช้งานง่ายสำหรับแก้ไขคำสั่ง SQL (CodeMirror) " "ด้วยการเน้นไวยากรณ์และหมายเลขบรรทัด" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "ค้นหาข้อผิดพลาดในคำสั่งก่อนที่จะดำเนินการ จำเป็นต้องเปิดใช้งาน CodeMirror" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "กำหนดขนาดต่ำสุดสำหรับช่องกรอกข้อมูลที่สร้างขึ้นสำหรับคอลัมน์ CHAR และ VARCHAR" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "กำหนดขนาดสูงสุดสำหรับช่องกรอกข้อมูลที่สร้างขึ้นสำหรับคอลัมน์ CHAR และ VARCHAR" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9171,21 +9178,21 @@ msgstr "" "บีบอัดไฟล์ส่งออก gzip ได้ในทันทีโดยไม่ต้องใช้หน่วยความจำมาก; หากพบปัญหาเกี่ยวกับไฟล์ gzip " "ที่สร้างขึ้น ให้ปิดใช้งานฟีเจอร์นี้" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "ควรแสดงคำเตือน (\"คุณแน่ใจจริง ๆ หรือไม่... \") เมื่อข้อมูลของคุณกำลังจะสูญหาย" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "ระบบจะเติมชื่อตารางและชื่อคอลัมน์โดยอัตโนมัติในคำสั่ง SQL" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9193,7 +9200,7 @@ msgstr "" "ค่าสำหรับรายการตัวเลือกเพื่อการแปลงค่าเริ่มต้น " "ค่าเหล่านี้จะถูกเขียนทับหากมีการกรอกข้อมูลการแปลงในหน้าโครงสร้างตาราง" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9201,18 +9208,18 @@ msgstr "" "ปิดใช้งานการดำเนินการบำรุงรักษาตารางจำนวนมาก เช่น " "การเพิ่มประสิทธิภาพหรือการซ่อมแซมตารางที่เลือกในฐานข้อมูล" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "ตั้งค่าจำนวนวินาทีที่สคริปต์สามารถทำงานได้ ([kbd]0[/kbd] แบบไม่จำกัดเวลา)" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "ไม่รวมคำจำกัดความของผู้ใช้ปัจจุบัน" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9220,7 +9227,7 @@ msgstr "" "ลำดับการจัดเรียงสำหรับรายการในกล่องดรอปดาวน์คีย์นอก; [kbd]เนื้อหา[/kbd] คือข้อมูลที่อ้างอิง " "และ [kbd]id[/kbd] คือค่าคีย์" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9228,7 +9235,7 @@ msgstr "" "ระบุข้อความบนแถบชื่อของเบราว์เซอร์ โปรดดูเอกสารประกอบ [doc@faq6-27]documentation[/" "doc] สำหรับข้อความพิเศษที่สามารถใช้เพื่อรับค่าพิเศษได้" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9236,7 +9243,7 @@ msgstr "" "โปรดทราบว่า phpMyAdmin เป็นเพียงส่วนติดต่อผู้ใช้ และคุณสมบัติของมันไม่ได้จำกัดการทำงานของ " "MySQL" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9244,7 +9251,7 @@ msgstr "" "การกำหนดค่าเซิร์ฟเวอร์ขั้นสูง " "ห้ามเปลี่ยนแปลงตัวเลือกเหล่านี้เว้นแต่คุณจะทราบว่าแต่ละตัวเลือกใช้สำหรับอะไร" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9253,121 +9260,121 @@ msgstr "" "กำหนดค่าการจัดเก็บการตั้งค่า phpMyAdmin เพื่อเข้าถึงคุณสมบัติเพิ่มเติม ดู [doc@linked-" "tables]การจัดเก็บการตั้งค่า phpMyAdmin[/doc] ในเอกสารประกอบ" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "การติดตามการเปลี่ยนแปลงที่เกิดขึ้นในฐานข้อมูล จำเป็นต้องใช้พื้นที่จัดเก็บการตั้งค่า phpMyAdmin" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "ปรับแต่งโหมดเรียกดู" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "ปรับแต่งตัวเลือกเริ่มต้น" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "การตั้งค่าสำหรับผู้พัฒนา phpMyAdmin" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "ปรับแต่งโหมดแก้ไข" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "ปรับแต่งตัวเลือกการส่งออกเริ่มต้น" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "ตั้งตัวเลือกบางตัวที่ใช้บ่อย" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "ปรับแต่งตัวเลือกเริ่มต้นการนำเข้าทั่วไป" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "ตั้งตัวเลือกตำแหน่งและบีบอัดการนำเช้าและส่งออก" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "ตัวเลือกการแสดงฐานข้อมูล" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "ปรับแต่งรูปลักษณ์ของแผงนำทาง" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "ปรับแต่งแผงผังการนำทาง" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "ตัวเลือกการแสดงเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "ตัวเลือกการแสดงตาราง" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "การตั้งค่าที่ไม่เข้ากับที่อื่นเลย" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "การตั้งค่าการตรวจสอบสิทธิ์" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "ป้อนพารามิเตอร์การเชื่อมต่อเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "ปรับแต่งลิงก์ที่แสดงในกล่องคำสั่ง SQL" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "การตั้งค่าคำสั่ง SQL" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "หน้าเริ่มระบบที่กำหนดเอง" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "เลือกรายละเอียดที่ต้องการแสดงในโครงสร้างฐานข้อมูล (รายการตาราง)" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "เลือกรายละเอียดที่ต้องการแสดงในโครงสร้างตาราง (รายการคอลัมน์)" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "เลือกว่าคุณต้องการให้แท็บทำอย่างไร" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "กล่องข้อความที่กำหนดเอง" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "ปรับแต่งตัวเลือกเริ่มต้น" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "ปิดใช้งานคำเตือนบางส่วนที่แสดงโดย phpMyAdmin" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "เปิดใช้งานการบีบอัด gzip สำหรับการนำเข้าและส่งออกข้อมูล" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9375,7 +9382,7 @@ msgstr "" "หากเปิดใช้งานไว้ phpMyAdmin จะดำเนินการคำนวณคำสั่งเรียกดูหลายคำสั่งต่อไป " "แม้ว่าจะมีคำสั่งใดคำสั่งหนึ่งล้มเหลวก็ตาม" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9384,7 +9391,7 @@ msgstr "" "อนุญาตให้ขัดจังหวะการนำเข้าได้ในกรณีที่สคริปต์ตรวจพบว่าใกล้ถึงขีดจำกัดเวลาแล้ว " "วิธีนี้อาจเป็นวิธีที่ดีในการนำเข้าไฟล์ขนาดใหญ่ แต่ก็อาจทำให้การทำธุรกรรมหยุดชะงักได้" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9392,15 +9399,15 @@ msgstr "" "รูปแบบเริ่มต้น; โปรดทราบว่ารายการนี้ขึ้นอยู่กับตำแหน่งที่ตั้ง (ฐานข้อมูล ตาราง) และมีเฉพาะ SQL " "เท่านั้นที่พร้อมใช้งานเสมอ" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "อัปเดตข้อมูลเมื่อพบคีย์ซ้ำกันระหว่างการนำเข้า" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "จำนวนคำสั่งที่จะข้ามไปตั้งแต่เริ่มต้น" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9410,13 +9417,13 @@ msgstr "" "การออกจากระบบจะเกิดขึ้นเฉพาะกับเซิร์ฟเวอร์ปัจจุบันเท่านั้น การตั้งค่าเป็น FALSE " "อาจทำให้ลืมออกจากระบบจากเซิร์ฟเวอร์อื่นได้ง่าย เมื่อเชื่อมต่อกับหลายเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "กำหนดว่าจะเรียกคืนข้อมูลการเข้าสู่ระบบครั้งก่อนหรือไม่ในโหมดการตรวจสอบสิทธิ์ด้วยคุกกี้" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9427,23 +9434,23 @@ msgstr "" "0 ซึ่งหมายความว่าจะเก็บไว้เฉพาะในเซสชันปัจจุบันเท่านั้น " "และจะถูกลบออกทันทีที่คุณปิดหน้าต่างเบราว์เซอร์ แนะนำให้ใช้ในสภาพแวดล้อมที่ไม่น่าเชื่อถือ" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "จำนวนอักขระสูงสุดที่ใช้เมื่อแสดงคำสั่ง SQL" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "จำนวนรายการที่สามารถแสดงบนแต่ละหน้าในระดับแรกของโครงสร้างการนำทาง" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "จำนวนรายการที่สามารถแสดงได้ในแต่ละหน้าของโครงสร้างการนำทาง" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9451,7 +9458,7 @@ msgstr "" "จำนวนแถวที่แสดงเมื่อเรียกดูชุดผลลัพธ์ หากชุดผลลัพธ์มีแถวมากกว่าหนึ่งแถว จะแสดงลิงก์ \"ก่อนหน้า\" " "และ \"ถัดไป\"" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9459,15 +9466,15 @@ msgstr "" "จำนวนไบต์ที่สคริปต์ได้รับอนุญาตให้จัดสรร เช่น [kbd]32M[/kbd] ([kbd]-1[/kbd] " "เพื่อไม่มีขีดจำกัด และ [kbd]0[/kbd] เพื่อไม่มีการเปลี่ยนแปลง)" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "ในแผงนำทาง จะแทนที่โครงสร้างฐานข้อมูลด้วยตัวเลือก" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "เชื่อมโยงกับแผงหลักโดยการไฮไลต์ฐานข้อมูลหรือตารางปัจจุบัน" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9475,78 +9482,78 @@ msgstr "" "เปิดหน้าเว็บที่เชื่อมโยงในหน้าต่างหลัก ([code]main[/code]) หรือในหน้าต่างใหม่ ([code]new[/" "code])" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" "กำหนดจำนวนขั้นต่ำของรายการ (ตาราง มุมมอง รูทีน และเหตุการณ์) ที่จะแสดงในกล่องตัวกรอง" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" "จัดกลุ่มรายการในโครงสร้างการนำทาง (กำหนดโดยตัวคั่นที่กำหนดไว้ในแท็บฐานข้อมูลและตารางด้านบน)" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "ไม่ว่าจะเสนอตัวเลือกการขยายโครงสร้างต้นไม้ในแผงนำทางหรือไม่" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "ไม่ว่าจะแสดงขั้นตอนการทำงานภายใต้ฐานข้อมูลในแผนผังการนำทางหรือไม่" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "ถึงเป็นฐานข้อมูลเดียวก็ให้ขยายในโครงสร้างการนำทางโดยอัตโนมัติ" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "ตั้งค่าเป็น 0 เพื่อยุบแผงนำทาง" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "แสดงโลโก้บนแผงนำทาง" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL ที่โลโก้ในแถบนำทางจะชี้ไป" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "แสดงตัวเลือกเซิร์ฟเวอร์ที่ด้านบนของแผงนำทาง" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "สตริงที่ใช้แบ่งฐานข้อมูลออกเป็นระดับโครงสร้างแบบต้นไม้ที่แตกต่างกัน" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "สตริงที่ใช้แบ่งตารางออกเป็นระดับโครงสร้างแบบต้นไม้ที่แตกต่างกัน" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "เลือกเซิร์ฟเวอร์ที่อยู่ใต้เคอร์เซอร์เมาส์" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "อย่างไรก็ต้องแสดงตารางภายใต้ฐานข้อมูลในแผนผังการนำทาง" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "เพื่อแสดงมุมมองภายใต้ฐานข้อมูลในแผนผังการนำทาง" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "ไม่ว่าจะแสดงฟังก์ชันภายใต้ฐานข้อมูลในแผนผังการนำทางหรือไม่" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "เพื่อแสดงเหตุการณ์ภายใต้ฐานข้อมูลในแผนผังการนำทาง" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9554,7 +9561,7 @@ msgstr "" "[kbd]SMART[/kbd] - เช่น การเรียงลำดับจากมากไปน้อยสำหรับคอลัมน์ประเภท TIME, DATE, " "DATETIME และ TIMESTAMP ส่วนประเภทอื่น ๆ จะเรียงลำดับจากน้อยไปมาก" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9563,14 +9570,14 @@ msgstr "" "ปิดใช้งานคำเตือนเริ่มต้นที่แสดงในหน้าโครงสร้างรายละเอียดฐานข้อมูล " "หากไม่พบตารางที่จำเป็นสำหรับการจัดเก็บการกำหนดค่า phpMyAdmin" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" "ปิดใช้งานคำเตือนเริ่มต้นที่แสดงในหน้าโครงสร้าง หากชื่อคอลัมน์ในตารางเป็นคำสงวนของ MySQL" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9580,17 +9587,17 @@ msgstr "" "phpMyAdmin) หากปิดใช้งาน ฟังก์ชันนี้จะใช้รูทีน JavaScript เพื่อแสดงประวัติการค้นหา " "(ซึ่งจะหายไปเมื่อปิดหน้าต่าง)" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "อนุญาตให้ผู้ใช้สร้างบุ๊กมาร์กที่ผู้ใช้รายอื่นทุกคนสามารถมองเห็นได้" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "ตั้งค่าเขตเวลาที่มีผลบังคับใช้; ซึ่งอาจแตกต่างจากเขตเวลาของเซิร์ฟเวอร์ฐานข้อมูลของคุณ" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9598,7 +9605,7 @@ msgstr "" "เว้นว่างไว้หากไม่ต้องการรองรับ [doc@bookmarks@]bookmark[/doc] แนะนำให้ใช้: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9606,7 +9613,7 @@ msgstr "" "เว้นว่างไว้หากไม่ต้องการใส่ความคิดเห็น/ประเภทสื่อในคอลัมน์ ตัวอย่าง: " "[kbd]pma__column_info[/kbd]" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9614,13 +9621,13 @@ msgstr "" "ผู้ใช้ MySQL พิเศษที่กำหนดค่าด้วยสิทธิ์ที่จำกัด สามารถดูข้อมูลเพิ่มเติมได้ที่ [doc@linked-" "tables]documentation[/doc]" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "โฮสต์สำรองสำหรับจัดเก็บการตั้งค่า; หากต้องการใช้โฮสต์ที่กำหนดไว้แล้ว ให้เว้นว่างไว้" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9629,7 +9636,7 @@ msgstr "" "พอร์ตสำรองสำหรับเชื่อมต่อกับโฮสต์ที่เก็บข้อมูลการกำหนดค่า; เว้นว่างไว้เพื่อใช้พอร์ตเริ่มต้น " "หรือพอร์ตที่กำหนดไว้แล้ว หาก controlhost เท่ากับ host" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9639,35 +9646,35 @@ msgstr "" "issues/8970]ตัวติดตามปัญหาของ phpMyAdmin[/a] และ [a@https://bugs.mysql." "com/19588]ข้อบกพร่องของ MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" "เว้นว่างไว้หากไม่ต้องการรองรับประวัติคำสั่ง SQL แนะนำให้ใช้: [kbd]pma__history[/kbd]" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" "จำกัดจำนวนการตั้งค่าตารางที่จัดเก็บไว้ในฐานข้อมูล โดยข้อมูลที่เก่าที่สุดจะถูกลบออกโดยอัตโนมัติ" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" "เว้นว่างไว้หากไม่รองรับต้นแบบการส่งออก แนะนำให้ใช้: [kbd]pma__export_templates[/kbd]" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" "เว้นว่างไว้หากไม่ต้องการรองรับคอลัมน์กลาง คำแนะนำ: [kbd]pma__central_columns[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9677,13 +9684,13 @@ msgstr "" "หากต้องการใช้ตัวอักษรตามตัวอักษร ให้ใส่เครื่องหมายหลีก (escape) เช่น ใช้ [kbd]'my\\_db'[/" "kbd] แทน [kbd]'my_db'[/kbd]" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "เว้นว่างไว้หากไม่รองรับโครงสร้างข้อมูล PDF แนะนำให้ใช้: [kbd]pma__pdf_pages[/kbd]" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9693,7 +9700,7 @@ msgstr "" "tables]pmadb[/doc] สำหรับข้อมูลที่ครบถ้วน เว้นว่างไว้หากไม่ต้องการรับการสนับสนุน คำแนะนำ: " "[kbd]phpmyadmin[/kbd]" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9701,7 +9708,7 @@ msgstr "" "เว้นว่างไว้หากไม่ต้องการบันทึกตารางที่ใช้งานล่าสุดแบบ \"ถาวร\" ข้ามเซสชัน แนะนำให้ใช้: " "[kbd]pma__recent[/kbd]" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9709,7 +9716,7 @@ msgstr "" "เว้นว่างไว้หากไม่ต้องการบันทึกตารางรายการโปรดแบบถาวรข้ามเซสชัน คำแนะนำ: " "[kbd]pma__favorite[/kbd]" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9717,19 +9724,19 @@ msgstr "" "เว้นว่างไว้หากไม่รองรับ [doc@relations@]relation-links[/doc] แนะนำให้ใช้ " "[kbd]pma__relation[/kbd] แทน" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "ดู [doc@authentication-modes]authentication types[/doc] เป็นตัวอย่าง" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" "เว้นว่างไว้หากไม่รองรับโครงสร้างข้อมูล PDF แนะนำให้ใช้: [kbd]pma__table_coords[/kbd]" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9737,7 +9744,7 @@ msgstr "" "ตารางเพื่ออธิบายคอลัมน์ที่แสดงผล เว้นว่างไว้หากไม่ต้องการรองรับ; แนะนำ: " "[kbd]pma__table_info[/kbd]" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9745,7 +9752,7 @@ msgstr "" "เว้นว่างไว้หากไม่ต้องการให้การตั้งค่า UI ของตาราง \"คงอยู่\" ระหว่างเซสชัน แนะนำให้ใช้: " "[kbd]pma__table_uiprefs[/kbd]" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9753,38 +9760,38 @@ msgstr "" "ไม่ว่าจะมีการเพิ่มคำสั่ง DROP DATABASE IF EXISTS " "เป็นบรรทัดแรกในบันทึกการสร้างฐานข้อมูลหรือไม่" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" "ไม่ว่าจะมีการเพิ่มคำสั่ง DROP TABLE IF EXISTS เป็นบรรทัดแรกในบันทึกเมื่อสร้างตารางหรือไม่" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" "ไม่ว่าจะมีการเพิ่มคำสั่ง DROP VIEW IF EXISTS เป็นบรรทัดแรกในบันทึกเมื่อสร้างมุมมองหรือไม่" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "กำหนดรายการคำสั่งที่ระบบสร้างอัตโนมัติใช้สำหรับการสร้างเวอร์ชันใหม่" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" "เว้นว่างไว้หากไม่ต้องการรองรับการติดตามคำสั่ง SQL แนะนำให้ใช้: [kbd]pma__tracking[/kbd]" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "ไม่ว่ากลไกการติดตามสร้างเวอร์ชันสำหรับตารางและมุมมองโดยอัตโนมัติหรือไม่" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -9792,7 +9799,7 @@ msgstr "" "เว้นว่างไว้หากไม่ต้องการบันทึกการตั้งค่าของผู้ใช้ลงในฐานข้อมูล คำแนะนำ: " "[kbd]pma__userconfig[/kbd]" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -9801,7 +9808,7 @@ msgstr "" "ทั้งตารางนี้และตารางกลุ่มผู้ใช้จำเป็นสำหรับการเปิดใช้งานคุณสมบัติเมนูที่กำหนดค่าได้; " "การเว้นว่างตารางใดตารางหนึ่งจะปิดใช้งานคุณสมบัตินี้ คำแนะนำ: [kbd]pma__users[/kbd]" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -9811,7 +9818,7 @@ msgstr "" "การปล่อยให้ตารางใดตารางหนึ่งว่างจะปิดใช้งานคุณสมบัตินี้ แนะนำให้ใช้: [kbd]pma__usergroups[/" "kbd]" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -9819,57 +9826,57 @@ msgstr "" "เว้นว่างไว้เพื่อปิดใช้งานคุณสมบัติการซ่อนและแสดงรายการนำทาง คำแนะนำ: " "[kbd]pma__navigationhiding[/kbd]" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "คำอธิบายที่เข้าใจง่ายสำหรับเซิร์ฟเวอร์นี้ เว้นว่างไว้เพื่อแสดงชื่อโฮสต์แทน" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "เว้นว่างไว้หากไม่ได้ใช้งาน" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "เว้นว่างเป็นค่าเริ่มต้น" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "ชื่อ HTTP Basic Auth Realm ที่แสดงเมื่อดำเนินการ HTTP Auth" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "วิธีการยืนยันตัวตนที่ใช้" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "บีบอัดการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "ซ่อนฐานข้อมูลที่ตรงกับนิพจน์ปกติ (PCRE)" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "ชื่อโฮสต์ซึ่งเซิร์ฟเวอร์ MySQL กำลังทำงานอยู่" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "เว้นว่างไว้ ถ้าไม่ใช้การกำหนดค่าการรับรองความถูกต้อง" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "พอร์ตที่เซิร์ฟเวอร์ MySQL กำลังเปิดรับอยู่ เว้นว่างไว้เพื่อใช้ค่าเริ่มต้น" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "ซ็อกเก็ตที่เซิร์ฟเวอร์ MySQL กำลังเปิดรับอยู่ เว้นว่างไว้เพื่อใช้ค่าเริ่มต้น" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "เปิดใช้งาน SSL สำหรับการเชื่อมต่อไปยังเซิร์ฟเวอร์ MySQL" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -9879,27 +9886,27 @@ msgstr "" "เนื่องจากรหัสผ่านถูกกำหนดไว้ในไฟล์การกำหนดค่าอยู่แล้ว; " "ซึ่งไม่ได้จำกัดความสามารถในการเรียกใช้คำสั่งเดียวกันโดยตรง" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "แสดงหรือซ่อนคอลัมน์ที่แสดงเวลาสร้างสำหรับทุกตาราง" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "แสดงหรือซ่อนคอลัมน์ที่แสดงเวลาอัปเดตล่าสุดสำหรับทุกตาราง" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "แสดงหรือซ่อนคอลัมน์ที่แสดงเวลาตรวจสอบล่าสุดสำหรับทุกตาราง" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "กำหนดว่าไม่ว่าจะมีหรือไม่มีประเภทช่องข้อมูลก็ควรแสดงในโหมดแก้ไข/แทรกข้อมูลในตอนเริ่มต้น" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -9907,47 +9914,41 @@ msgstr "" "แสดงลิงก์ไปยังผลลัพธ์ของ [a@https://www.php.net/manual/en/function.phpinfo." "php]phpinfo()[/a]" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "ไม่ว่าจะควรแสดงปุ่ม \"แสดงทุก (แถว)\" ให้ผู้ใช้เห็นหรือไม่" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "แสดงหรือซ่อนคอลัมน์ที่แสดงหมายเหตุสำหรับทุกตาราง" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "แสดงหรือซ่อนคอลัมน์ที่แสดงชุดอักขระสำหรับทุกตาราง" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "แสดงช่องข้อมูลฟังก์ชันในโหมดแก้ไข/แทรก" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "ไม่ว่าจะแสดงคำแนะนำหรือไม่ก็ตาม" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "ไม่ว่าคำสั่ง SQL จะถูกสร้างขึ้นโดย phpMyAdmin หรือไม่ก็ควรต้องแสดง" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "อนุญาตให้แสดงสถิติของฐานข้อมูลและตาราง (เช่น การใช้พื้นที่)" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "ทำเครื่องหมายตารางที่ใช้งานอยู่ และทำให้สามารถแสดงฐานข้อมูลที่มีตารางที่ถูกล็อกได้" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "ปิดใช้งานคำเตือนเริ่มต้นที่แสดงบนหน้าหลักหากตรวจพบ Suhosin" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -9956,21 +9957,21 @@ msgstr "" "ปิดใช้งานคำเตือนเริ่มต้นที่แสดงบนหน้าหลัก หากค่าของการตั้งค่า PHP session.gc_maxlifetime " "น้อยกว่าค่าของ `LoginCookieValidity`" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" "ขนาดของ Textarea (คอลัมน์) ในโหมดแก้ไข ค่านี้จะถูกเน้นสำหรับ Textarea คำสั่ง SQL (*2)" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" "ขนาดของ Textarea (แถว) ในโหมดแก้ไข ค่านี้จะถูกเน้นสำหรับ Textarea ของคำสั่ง SQL (*2)" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9981,7 +9982,7 @@ msgstr "" "ควรเชื่อถือส่วนหัว HTTP_X_FORWARDED_FOR (X-Forwarded-For) ที่มาจากพร็อกซี 1.2.3.4:[br]" "[kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -9989,7 +9990,7 @@ msgstr "" "เมื่อปิดใช้งาน ผู้ใช้จะไม่สามารถตั้งค่าตัวเลือกใด ๆ ด้านล่างได้ " "ไม่ว่าจะมีเครื่องหมายถูกในช่องด้านขวาหรือไม่ก็ตาม" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10000,7 +10001,7 @@ msgstr "" "หรือเมื่อส่งรายงานข้อผิดพลาด คุณจำเป็นต้องใช้สิ่งนี้หากเซิร์ฟเวอร์ที่ติดตั้ง phpMyAdmin " "ไม่สามารถเข้าถึงอินเทอร์เน็ตได้โดยตรง รูปแบบคือ: \"hostname:portnumber\"" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10010,7 +10011,7 @@ msgstr "" "ระบบจะทำการยืนยันตัวตนแบบพื้นฐาน (Basic Authentication) " "ซึ่งขณะนี้ยังไม่รองรับการยืนยันตัวตนประเภทอื่น ๆ" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10018,7 +10019,7 @@ msgstr "" "คำสั่ง SQL ทำงานได้โดยการกดปุ่ม Enter (แทนการกด Ctrl+Enter) " "การแทรกบรรทัดใหม่ทำได้โดยการกด Shift+Enter" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10026,372 +10027,372 @@ msgstr "" "เปิดใช้งานโหมด Zero Configuration ซึ่งจะช่วยให้คุณตั้งค่าตารางจัดเก็บการกำหนดค่า " "phpMyAdmin ได้โดยอัตโนมัติ" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "ไฮไลท์แถวที่เลือก" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "ไฮไลท์แถวที่ถูกชี้โดยเม้าส์เคอร์เซอร์" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "จำนวนของคอลัมน์ของ textarea สำหรับ CHAR / VARCHAR" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "จำนวนแถวของ textarea ของ CHAR / VARCHAR" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "บันทึกคำสั่ง SQL และเวลาในการดำเนินการที่จะแสดงในคอนโซล" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "แท็บที่แสดงขึ้นเมื่อเข้าสู่ฐานข้อมูล" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "แท็บที่จะแสดงเมื่อเข้าสู่เซิร์ฟเวอร์" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "แท็บที่จะแสดงเมื่อเข้าสู่ตาราง" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "ควรซ่อนการดำเนินการโครงสร้างตาราง" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "ควรแสดงคอลัมน์ความคิดเห็นในมุมมองโครงสร้างตาราง" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "แสดงรายการเซิร์ฟเวอร์เป็นแบบรายการแทนที่จะเป็นแบบดรอปดาวน์" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "จะมีการใช้ดรอปดาวน์หากรายการที่แสดงมีจำนวนน้อย" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "ค่าเริ่มต้นสำหรับช่องทำเครื่องหมายตรวจสอบคีย์นอกเพื่อบางคำสั่งเรียกดู" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "ยกเลิกการเลือกช่องทำเครื่องหมายเพื่อปิดใช้งานการนำเข้าแบบลากและวาง" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "ให้แทรกข้อมูลได้กี่แถวในครั้งเดียว" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "จำนวนอักขระสูงสุดที่แสดงในคอลัมน์ที่ไม่ใช่ตัวเลขใด ๆ ในมุมมองการเรียกดู" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "กำหนดระยะเวลา (เป็นวินาที) อายุการใช้งานคุกกี้สำหรับการเข้าสู่ระบบ" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "เพิ่มขนาดเป็นสองเท่าของ textarea สำหรับคอลัมน์ LONGTEXT" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "จำนวนฐานข้อมูลสูงสุดที่แสดงในรายการฐานข้อมูล" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "จำนวนตารางสูงสุดที่แสดงในรายการตาราง" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "จำนวนตารางที่ใช้งานล่าสุดสูงสุด; กำหนด 0 เพื่อปิดใช้งาน" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "จำนวนตารางโปรดสูงสุด; กำหนด 0 เพื่อปิดใช้งาน" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "นี่คือลิงก์สำหรับแก้ไข คัดลอก และลบ" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "จะแสดงลิงก์แถว แม้ว่าจะไม่มีคีย์เฉพาะก็ตาม" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "ปิดการใช้งานคีย์ลัด" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "ใช้การเรียงลำดับตามธรรมชาติสำหรับชื่อตารางและฐานข้อมูล" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "ใช้เฉพาะไอคอน เฉพาะข้อความ หรือทั้งสองอย่างก็ได้" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "ใช้การบัฟเฟอร์เอาต์พุต GZip เพื่อเพิ่มความเร็วในการถ่ายโอนข้อมูลผ่าน HTTP" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "ใช้การเชื่อมต่อแบบถาวรกับฐานข้อมูล MySQL" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "ไม่อนุญาตให้แก้ไขคอลัมน์ประเภท BLOB และ BINARY" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "มีการบันทึกประวัติคำสั่งเรียกดูไว้กี่ครั้ง" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "เลือกฟังก์ชันที่จะใช้สำหรับการแปลงชุดอักขระ" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "เมื่อเรียกดูตาราง ระบบจะจดจำลำดับการจัดเรียงของแต่ละตารางไว้" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "ลำดับการจัดเรียงเริ่มต้นสำหรับตารางที่มีคีย์หลัก" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "ทำส่วนหัวซ้ำในทุก ๆ เซลส์ X [kbd]0[/kbd] ปิดใช้งานฟีเจอร์นี้" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "สำหรับตัวเลือกการแสดงผล" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "ไดเรกทอรีที่สามารถบันทึกการส่งออกไว้บนเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "กำหนดว่าไม่ว่าอย่างไรช่องคำถามก็ควรแสดงอยู่บนหน้าจอหลังจากส่งคำถามแล้ว" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "ชื่อหน้าต่างเบราว์เซอร์เมื่อเลือกฐานข้อมูลแล้ว" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "ชื่อหน้าต่างเบราว์เซอร์เมื่อไม่มีการเลือกใด ๆ" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "ชื่อหน้าต่างเบราว์เซอร์เมื่อเลือกเซิร์ฟเวอร์แล้ว" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "ชื่อหน้าต่างเบราว์เซอร์เมื่อเลือกตารางแล้ว" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "ไดเรกทอรีบนเซิร์ฟเวอร์ซึ่งคุณสามารถอัปโหลดไฟล์เพื่อการนำเข้า" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "อนุญาตการค้นหาภายในทั้งหมดของฐานข้อมูล" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "เปิดใช้งานการตรวจหาเวอร์ชันล่าสุดบนหน้าหลัก phpMyAdmin" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "รหัสผ่านสำหรับยืนยันตัวตนกับพร็อกซี" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "เปิดใช้งานการบีบอัดไฟล์ ZIP สำหรับการนำเข้าและส่งออกข้อมูล" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "เลือกการดำเนินการเริ่มต้นเมื่อส่งรายงานข้อผิดพลาด" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "อนุญาตให้เข้าสู่ระบบเซิร์ฟเวอร์ MySQL ใดก็ได้" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "จำกัดการลงชื่อเข้าสู่ระบบเซิร์ฟเวอร์ MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "อนุญาตให้ผู้ใช้ภายนอกทำการจัดเฟรม" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "แสดงลิงก์ \"ละทิ้งฐานข้อมูล\" ไปยังผู้ใช้ปกติ" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "ข้อความลับ Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "เครื่องหมายแถว" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "ไฮไลท์ตัวชี้" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "แก้ไขคอลัมน์ CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "เปิดใช้งาน CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "เปิดใช้งาน Linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "ขนาดต่ำสุดสำหรับช่องกรอกข้อมูล" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "ขนาดสูงสุดสำหรับช่องกรอกข้อมูล" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "คอลัมน์ textarea ของ CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "แถว textarea ของ CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "ตรวจสอบสิทธิ์ไฟล์การกำหนดค่า" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "บีบอัดในทันที" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "ยืนยันคำสั่ง DROP" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "ขนาดกระดาษ" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "แท็บฐานข้อมูลเริ่มต้น" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "แท็บเซิร์ฟเวอร์เริ่มต้น" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "แท็บตารางเริ่มต้น" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "เปิดใช้งานการเติมชื่อโดยอัตโนมัติสำหรับชื่อตารางและคอลัมน์" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "แสดงคอลัมน์หมายเหตุ" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "ซ่อนการดำเนินการโครงสร้างตาราง" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "การแปลงค่าเริ่มต้นสำหรับเลขฐานสิบหก" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "การแปลงค่าเริ่มต้นสำหรับสตริงย่อย" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "การแปลงค่าเริ่มต้นสำหรับ Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "การแปลงค่าเริ่มต้นสำหรับภายนอก" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "การแปลงค่าเริ่มต้นสำหรับ PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "การแปลงค่าเริ่มต้นสำหรับ DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "การแปลงค่าเริ่มต้นสำหรับ Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "การแปลงค่าเริ่มต้นสำหรับ TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "การแปลงค่าเริ่มต้นสำหรับ TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "แสดงเซิร์ฟเวอร์เป็นรายการ" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "ปิดใช้งานการบำรุงรักษาหลายตาราง" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "เวลาดำเนินการสูงสุด" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "ใช้คำสั่ง [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "บันทึกเป็นไฟล์" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "ชุดอักขระของไฟล์" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "บีบอัดข้อมูล" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10399,56 +10400,56 @@ msgstr "บีบอัดข้อมูล" msgid "Put columns names in the first row" msgstr "ใส่ชื่อคอลัมน์ไว้ในแถวแรก" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "คอลัมน์ที่ล้อมรอบด้วย" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "คอลัมน์ละเว้นด้วย" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "แทนที่ค่า NULL ด้วย" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "ลบอักขระ CRLF ภายในคอลัมน์" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "คอลัมน์ที่สิ้นสุดด้วย" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "บรรทัดที่สิ้นสุดด้วย" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "รุ่น Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "ต้นแบบชื่อฐานข้อมูล" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "ต้นแบบชื่อเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "ต้นแบบชื่อตาราง" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10458,80 +10459,80 @@ msgstr "ต้นแบบชื่อตาราง" msgid "Dump table" msgstr "สำรองตาราง" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "ใส่คำอธิบายตาราง" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "คำอธิบายตาราง" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "คำอธิบายตารางต่อเนื่อง" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "คีย์ป้ายชื่อ" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "ความสัมพันธ์" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "วิธีการส่งออก" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "บันทึกบนเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "ส่งออกแบบแยกไฟล์" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "จดจำต้นแบบชื่อไฟล์" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "ลบวลี DEFINER จากนิยาม" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "เติมชื่อตารางและคอลัมน์ด้วย backquotes" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "โหมดความเข้ากันได้ของ SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "สร้าง/อัปเดต/ตรวจสอบวันที่" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "ใช้การแทรกแบบหน่วงเวลา" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "ปิดการตรวจสอบคีย์นอก" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "ส่งออกมุมมองเป็นตาราง" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "ส่งออกเมตาเดต้าที่เกี่ยวข้องจากที่เก็บข้อมูลการกำหนดค่า phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "ใช้เลขฐานสิบหกสำหรับไบนารีและ BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10539,845 +10540,845 @@ msgstr "" "เพิ่มคำสั่ง IF NOT EXISTS (ประสิทธิภาพต่ำกว่า " "เนื่องจากดัชนีจะถูกสร้างขึ้นในระหว่างการสร้างตาราง)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s มุมมอง" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "ใช้การละเว้นการแทรก" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "ไวยกรณ์ที่ใช้ขณะแทรกข้อมูล" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "ความยาวสูงสุดของคำสั่งเรียกดูที่สร้างขึ้น" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "ประเภทการส่งออก" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "รวมการส่งออกไว้ในรายการ" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "ส่งออกเวลาเป็นรูปแบบ UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "ลำดับดรอปดาวน์คีย์นอก" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "ข้อจำกัดคีย์นอก" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "ตรวจสอบคีย์นอก" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "วันแรกของปฏิทิน" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "โหมดเรียกดู" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "ผู้พัฒนา" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "โหมดแก้ไข" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "ค่าเริ่มต้นการส่งออก" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "ทั่วไป" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "ค่าเริ่มต้นการนำเข้า" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "นำเข้า / ส่งออก" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "แผนผังการนำทาง" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "ไมโครซอฟต์ออฟฟิศ" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "การตั้งค่าหลักอื่น ๆ" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "ชื่อหน้า" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "ความปลอดภัย" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "การตั้งค่าพื้นฐาน" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "การตรวจสอบสิทธิ์" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "การกำหนดค่าเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "กำหนดค่าที่จัดเก็บข้อมูล" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "เปลี่ยนแปลงการติดตาม" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "กล่องคำสั่ง SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "เริ่มระบบ" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "โครงสร้างฐานข้อมูล" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "แท็บ" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "แสดงแผนผังความสัมพันธ์" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "กล่องข้อความ" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! ข้อความ" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "คำเตือน" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "พารามิเตอร์พิเศษสำหรับ iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "ละเว้นข้อผิดพลาดจากคำสั่งหลายรายการ" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "เปิดใช้งานการนำเข้าแบบลากและวาง" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "นำเข้าบางส่วน: อนุญาตให้ขัดจังหวะ" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "ห้ามหยุดการทำงานคำสั่ง INSERT เมื่อเกิดข้อผิดพลาด" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "เพิ่มเมื่อมีการอัปเดตคีย์ซ้ำ" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "รูปแบบของไฟล์ที่นำเข้า" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "ใช้คีย์เวิร์ดภายในเครื่อง" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "ชื่อคมลัมน์ที่ข้อมูลแถวแรก" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "ไม่ต้องนำเข้าแถวที่ไม่มีข้อมูล" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "นำเข้าสกุลเงิน ($5.00 ถึง 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "นำเข้าเปอร์เซ็นต์โดยใช้ทศนิยมที่ถูกต้อง (12.00% เป็น 0.12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "นำเข้าบางส่วน: ข้ามคำสั่งเรียกดู" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "ไม่ต้องใช้ AUTO_INCREMENT สำหรับค่าที่เป็นศูนย์" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "อ่านเป็นมัลติไบต์" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "สถานะเริ่มต้นสำหรับตัวเลื่อน" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "จำนวนแถวที่แทรกเข้าไป" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "จำกัดจำนวนอักขระในคอลัมน์" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "ลบคุ้กกี้ทั้งหมดเมื่อออกจากระบบ" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "เรียกคืนชื่อผู้ใช้" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "การเก็บรักษาคุ้กกี้ที่ใช้เข้าสู่ระบบ" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "ความถูกต้องของคุกกี้ในการเข้าสู่ระบบ" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "เพิ่มขนาดของ textarea ให้ใหญ่ขึ้นสำหรับ LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "ความยาวสูงสุดของคำสั่ง SQL ที่แสดง" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "ฐานข้อมูลสูงสุด" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "จำนวนรายการสูงสุดในชั้นแรก" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "จำนวนรายการสูงสุดในสาขา" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "จำนวนแถวสูงสุดที่จะแสดง" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "ตารางสูงสุด" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "ขีดจำกัดหน่วยความจำ" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "แสดงการนำทางฐานข้อมูลในรูปแบบแผนผังต้นไม้" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "ความกว้างแผงนำทาง" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "เชื่อมกับแผงหลัก" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "แสดงโลโก้" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "โลโก้ลิงก์ไป URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "เป้าหมายลิงก์โลโก้" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "การเลือกเซิร์ฟเวอร์แสดงผล" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "ไอคอนเป้าหมายสำหรับการเข้าถึงอย่างรวดเร็ว" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "กำหนดเป้าหมายสำหรับไอคอนเข้าถึงด่วนที่สอง" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "จำนวนรายการขั้นต่ำที่จะแสดงในกล่องตัวกรอง" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "จำนวนรายการฐานข้อมูลขั้นต่ำที่จะแสดงในกล่องตัวกรอง" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "จัดกลุ่มรายการในโครงสร้างแบบต้นไม้" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "ตัวคั่นฐานข้อมูลแบบโครงสร้างต้นไม้" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "ตัวคั่นตารางแบบโครงสร้างต้นไม้" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "ความลึกสูงสุดของโครงสร้างตารางแบบต้นไม้" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "เปิดการใช้งานไฮไลท์" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "เปิดใช้งานการขยายแผนผังการนำทาง" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "แสดงตารางในแผนผังแบบต้นไม้" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "แสดงมุมองในแผนผังแบบต้นไม้" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "แสดงฟังก์ชันในแผนผังแบบต้นไม้" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "แสดงขั้นตอนในรูปแบบแผนผังต้นไม้" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "แสดงเหตุการณ์ในรูปแบบแผนผังต้นไม้" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "ขยายฐานข้อมูลเดี่ยว" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "ตารางที่ใช้ล่าสุด" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "ตำแหน่งที่จะแสดงลิงก์แถวในตาราง" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "อย่างไรแล้วก็ต้องแสดงลิงก์แถว" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "เรียงลำดับตามธรรมชาติ" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "แถบแผนผังนำทางตาราง" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "การบัฟเฟอร์เอาต์พุต GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "ลำดับการจัดเรียงเริ่มต้น" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "การเชื่อมต่อที่คงอยู่" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "ไม่พบตารางจัดเก็บการกำหนดค่า phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "คำเตือนเกี่ยวกับคำสงวนของ MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "วิธีการแสดงแท็บเมนู" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "วิธีการแสดงลิงก์การดำเนินการต่าง ๆ" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "ปกป้องคอลัมน์ไบนารี" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "ประวัติการค้นหาถาวร" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "ความยาวประวัติคำสั่งเรียกดู" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "อนุญาตให้แชร์บุ๊กมาร์กระหว่างผู้ใช้" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "กลไกเข้ารหัสใหม่" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "จดจำการเรียงลำดับของตาราง" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "ลำดับการเรียงเริ่มต้นของคีย์หลัก" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "ทำซ้ำส่วนหัว" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "การแก้ไขตาราง: กระตุ้นการทำงาน" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "แสดงความสัมพันธ์" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "แก้ไขตาราง: บันทึกการแก้ไขทุกเซลส์ในคราวเดียว" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "บันทึกไดเรกทอรี" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "ลำดับการอนุญาตโฮสต์" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "กฎการอนุญาตโฮสต์" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "อนุญาตให้ลงชื่อเข้าใช้โดยปราศจากรหัสผ่าน" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "อนุญาตลงชื่อเข้าใช้เป็น root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "เขตเวลาของเซสชัน" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "โซนของ HTTP" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "ตารางบุ๊กมาร์ก" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "ตารางข้อมูลคอลัมน์" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "บีบอัดการเชื่อมต่อ" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "ควบคุมรหัสผ่านผู้ใช้" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "ควบคุมผู้ใช้" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "ควบคุมโฮสต์" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "ควบคุมพอร์ต" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "ปิดการใช้งาน INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "ซ่อนฐานข้อมูล" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "ตารางประวัติคำสั่ง SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "ชื่อโฮสต์ของเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL ที่ออกจากระบบ" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "จำนวนสูงสุดของค่ากำหนดตารางที่จะจัดเก็บ" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "ตารางต้นแบบการส่งออก" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "ตารางคอลัมน์กลาง" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "แสดงฐานข้อมูลที่ระบุไว้เท่านั้น" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "รหัสผ่านเพื่อการกำหนดค่าผู้มีสอบ" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "โครงสร้าง PDF: ตารางหน้า" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "พอร์ตของเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "ตารางที่ใช้งานล่าสุด" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "ตารางโปรด" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "ตารางความสัมพันธ์" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "ชื่อเซสชั่น Signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL ของ Signon" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "ซ็อกเก็ตของเซิร์ฟเวอร์" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "ใช้ SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "นักออกแบบและโครงสร้าง PDF: พิกัดตาราง" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "แสดงตารางคอลัมน์" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "ตารางกำหนดค่า UI" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "เพิ่่มคำสั่ง DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "เพิ่มคำสั่ง DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "คำสั่งเพื่อติดตาม" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "ตารางการติดตามคำสั่ง SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "สร้างเวอร์ชั่นโดยอัตโนมัติ" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "ตารางจัดเก็บการกำหนดค่าของผู้ใช้" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "ตารางผู้ใช้" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "ตารางกลุ่มผู้ใช้" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "ตารางรายการนำทางที่ซ่อนอยู่" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "ผู้ใช้สำหรับการตรวจสอบสิทธิ์การกำหนดค่า" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "ชื่อโดยละเอียดของเซิร์ฟเวอร์นี้" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "อนุญาตให้แสดงทุกแถวได้" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "แสดงแบบฟอร์มการเปลี่ยนรหัสผ่าน" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "แสดงแบบฟอร์มการสร้างฐานข้อมูล" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "แสดงหมายเหตุของตาราง" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "แสดงเวลาสร้าง" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "แสดงเวลาอัปเดตล่าสุด" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "แสดงเวลาตรวจสอบล่าสุด" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "แสดงตารางชุดอักขระ" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "แสดงประเภทช่องข้อมูล" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "แสดงช่องฟังก์ชัน" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "แสดงคำแนะนำ" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "แสดงลิงก์ phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "แสดงข้อมูลเซิร์ฟเวอร์ MySQL โดยละเอียด" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "แสดงคำสั่ง SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "แสถงสถิติ" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "ข้ามตารางที่ถูกล็อก" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "อธิบาย SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "สร้างโค้ด PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "คำเตือน Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "คำเตือนเกี่ยวกับความถูกต้องของคุกกี้ในการเข้าสู่ระบบ" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "คมลัมน์ Textarea" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "แถว Textarea" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "ชื่อเรื่องเริ่มต้น" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "รายชื่อพร็อกซีที่เชื่อถือได้สำหรับการอนุญาต/ปฏิเสธ IP" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "ไดเรกทอรีอัปโหลด" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "ใช้ฐานข้อมูลค้นหา" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "เปิดใช้งานแท็บนักพัฒนาในการตั้งค่า" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "ตรวจสอบเวอร์ชั่น" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "พร็อกซี่ URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "ชื่อผู้ใช้พร็อกซี" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "รหัสผ่านพร็อกซี" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ไฟล์ ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL สำหรับ reCAPTCHA v2 API" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "ส่วนย่อย Content-Security-Policy สำหรับ API reCAPTCHA v2" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "พารามิเตอร์คำขอสำหรับ API reCAPTCHA v2" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "พารามิเตอร์การตอบกลับสำหรับ API reCAPTCHA v2" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "คีย์สาธารณะสำหรับ reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "คีย์ส่วนตัวสำหรับ reCAPTCHA" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL สำหรับ reCAPTCHA siteverify" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "ส่งรายงานความผิดพลาด" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "เข้าสู่การเรียกใช้คำสั่ง SQL ในคอนโซล" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "เปิดใช้งานโหมด Zero Configuration" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "รันคำสั่งเมื่อกด Enter และแทรกบรรทัดใหม่เมื่อกด Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "ความสูงของคอนโซล" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "โหมดคอนโซล" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "เรียงลำดับจาก" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "ชุดเทียบเคียงการเชื่อมต่อเซิร์ฟเวอร์" @@ -11410,7 +11411,8 @@ msgstr "การนำเข้าแบบบีบอัดจะไม่ท msgid "Compressed export will not work due to missing function %s." msgstr "การส่งออกแบบบีบอัดจะไม่ทำงานเนื่องจากขาดฟังก์ชัน %s" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "สูงสุด %s" @@ -11444,7 +11446,7 @@ msgid "Microsoft Word 2000" msgstr "ไมโครซอฟต์เวิร์ด 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "สเปรดชีต OpenDocument" @@ -11452,7 +11454,7 @@ msgstr "สเปรดชีต OpenDocument" msgid "OpenDocument Text" msgstr "ข้อความ OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "ไฟล์ CSV ด้วยการโหลดข้อมูล" @@ -11604,7 +11606,7 @@ msgstr "" "%1$sGZip การบีบอัด และการคลายการบีบอัด %2$s จำเป็นต้องใช้ฟังก์ชัน (%3$s) " "ซึ่งไม่สามารถใช้งานได้ในระบบนี้" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "เซิร์ฟเวอร์ %d" @@ -11867,7 +11869,7 @@ msgstr "เกิดข้อผิดพลาดในการประมว #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "ไม่สามารถโหลดปลั๊กอินการส่งออกได้ โปรดตรวจสอบการติดตั้งของคุณ!" @@ -11994,7 +11996,7 @@ msgid "Success!" msgstr "สำเร็จ!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12052,7 +12054,7 @@ msgstr "หากคุณพบปัญหาใด ๆ ในการใช msgid "You may want to refresh the page." msgstr "คุณอาจต้องการรีเฟรชหน้าเพจ" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "รูปแบบไม่ดี!" @@ -12171,14 +12173,7 @@ msgstr "" "ของคุณ ขอแนะนำอย่างยิ่งให้ลบไดเรกทอรีนี้ออกเมื่อกำหนดค่า phpMyAdmin เรียบร้อยแล้ว มิฉะนั้น " "ความปลอดภัยของเซิร์ฟเวอร์ของคุณอาจถูกบุกรุกโดยผู้ที่ไม่ได้รับอนุญาตที่ดาวน์โหลดการกำหนดค่าของคุณ" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "เซิร์ฟเวอร์ทำงานด้วย Suhosin กรุณาดู %sเอกสารประกอบ%s สำหรับปัญหาที่อาจเกิดขึ้น" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12187,7 +12182,7 @@ msgstr "" "ไม่สามารถเข้าถึง $cfg['TempDir'] (%s) ได้ phpMyAdmin " "จึงไม่สามารถทำการแคชแม่แบบได้และจะทำงานช้าลงเพราะสาเหตุนี้" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12196,7 +12191,7 @@ msgstr "" "ตัวแปร [code]HTTP_HOST[/code] หายไป ซึ่งอาจทำให้ phpMyAdmin ทำงานไม่ถูกต้อง โปรดดู " "[doc@faq1-46]เอกสารประกอบ[/doc] สำหรับปัญหาที่อาจเกิดขึ้น" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12206,7 +12201,7 @@ msgstr "" "เมื่อปราศจากส่วนขยาย mbstring ของ phpMyAdmin ซึ่งไม่สามารถแยกอักขระได้อย่างถูกต้อง " "และอาจส่งผลให้เกิดผลลัพธ์ที่ไม่คาดคิดได้" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12279,7 +12274,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "คำสั่ง \"DROP DATABASE\" ถูกปิดไว้" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[เกิดการย้อนกลับ]" @@ -14133,7 +14128,7 @@ msgid "No such column" msgstr "ไม่มีคอลัมน์ดังกล่าว" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "สตริง" @@ -14949,7 +14944,7 @@ msgstr "ข้อมูลไม่ถูกต้อง" msgid "Wrong data or no validation for %s" msgstr "ข้อมูลไม่ถูกต้องหรือไม่มีการตรวจสอบความถูกต้องสำหรับ %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "บุ๊กมาร์ก %s ถูกสร้างขึ้นแล้ว" @@ -15026,7 +15021,7 @@ msgstr "มีปัญหาเกี่ยวกับคำขอของค #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL ส่งคืนชุดผลลัพธ์ว่างเปล่า (กล่าวคือ ศูนย์แถว)" @@ -15403,27 +15398,27 @@ msgstr "" msgid "The row has been deleted." msgstr "แถวนั้นถูกลบแล้ว" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "คำสั่งใช้เวลา %01.4f วินาที" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "แสดงแถว %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "ทั้งหมด %1$s, %2$s ในคำสั่ง" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "ทั้งหมด %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "ไม่พบลิงก์!" @@ -16029,11 +16024,11 @@ msgstr "ดัชนี %1$s และ %2$s ดูเหมือนจะเท msgid "web server upload directory:" msgstr "ไดเร็กทอรีอัปโหลดของเว็บเซิร์ฟเวอร์:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "แสดงคำสั่ง SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "รหัสแถวที่แทรก: %1$d" @@ -16449,39 +16444,39 @@ msgstr "รายชื่อนี้อ้างอิงจากข้อม msgid "No partial dependencies found!" msgstr "ไม่พบการพึ่งพาบางส่วน!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "เชื่อมต่อกัน" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "ไม่สามารถย้ายตารางไปยังที่เดิมได้!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "ไม่สามารถคัดลอกตารางไปยังที่เดิมได้!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "ตาราง %s ถูกย้ายไป %s แล้ว สิทธิพิเศษได้รับการแก้ไขแล้ว" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "ตาราง %s ถูกคัดลอกไปเป็น %s เรียบร้อยแล้ว สิทธิพิเศษได้รับการแก้ไขแล้ว" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "ตาราง %s ถูกย้ายไป %s แล้ว" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "ตาราง %s ถูกคัดลอกไป %s เรียบร้อยแล้ว" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "ชื่อตารางยังว่างอยู่!" @@ -16562,7 +16557,7 @@ msgstr "วิธีการตรวจสอบสิทธิ์ที่ต msgid "You have enabled two factor authentication, please confirm your login." msgstr "คุณได้เปิดใช้งานการตรวจสอบสิทธิ์แบบสองขั้นตอนแล้ว โปรดยืนยันการเข้าสู่ระบบของคุณ" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "คอลัมน์ถูกแบ่งด้วย:" @@ -16974,7 +16969,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "ระบบฐานข้อมูลหรือเซิร์ฟเวอร์ MySQL รุ่นเก่าเพื่อเพิ่มความเข้ากันได้ของผลลัพธ์ให้สูงสุดกับ:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -16997,19 +16992,19 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "อัปเดตข้อมูลเมื่อพบคีย์ซ้ำในระหว่างการนำเข้า (เพิ่ม ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "ชื่อตารางใหม่ (ไม่บังคับ):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "ชื่อฐานข้อมูลใหม่ (ไม่บังคับ):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "นำเข้าข้อมูลจำนวนแถวตามที่ระบุ (ไม่บังคับ):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17017,7 +17012,7 @@ msgstr "" "บรรทัดแรกของไฟล์ประกอบด้วยชื่อคอลัมน์ของตาราง (หากไม่ได้เลือกตัวเลือกนี้ " "บรรทัดแรกจะกลายเป็นส่วนหนึ่งของข้อมูล)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17026,27 +17021,27 @@ msgstr "" "หากข้อมูลในแต่ละแถวของไฟล์ไม่ได้เรียงลำดับเดียวกันกับในฐานข้อมูล ให้ระบุชื่อคอลัมน์ที่เกี่ยวข้องไว้ที่นี่ " "ชื่อคอลัมน์ต้องคั่นด้วยเครื่องหมายจุลภาคและห้ามใส่เครื่องหมายอัญประกาศล้อมรอบ" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "ชื่อคอลัมน์:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "รูปแบบข้อมูล CSV ไม่ถูกต้องในบรรทัดที่ %d" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "จำนวนคอลัมน์ในไฟล์ CSV ที่ป้อนเข้ามาในบรรทัดที่ %d ไม่ถูกต้อง" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "พารามิเตอร์ไม่ถูกต้องสำหรับการนำเข้าไฟล์ CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17796,11 +17791,11 @@ msgstr "ไม่มีเวอร์ชันเสถียรที่ให msgid "Using bookmark \"%s\" as default browse query." msgstr "ใช้บุ๊กมาร์ก \"%s\" เป็นค่าเริ่มต้นในการเรียกดูคำสั่ง" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "แสดงผลเป็นโค้ด PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -17809,7 +17804,7 @@ msgstr "" "การเลือกปัจจุบันไม่มีคอลัมน์ที่ไม่ซ้ำกัน ฟีเจอร์การแก้ไขตาราง, ช่องทำเครื่องหมาย, การแก้ไข, " "การคัดลอก และการลบไม่สามารถใช้งานได้ %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18070,22 +18065,22 @@ msgstr "คุณต้องระบุชื่อตารางที่ถ msgid "You must provide a trigger definition." msgstr "คุณต้องระบุคำจำกัดความของทริกเกอร์" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "ว่างเปล่า" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "ไม่ว่างเปล่า" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "จำนวนเต็ม 1 ไบต์ ช่วงค่าแบบมีเครื่องหมาย คือ -128 ถึง 127 ช่วงค่าแบบไม่มีเครื่องหมาย คือ 0 " "ถึง 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18093,7 +18088,7 @@ msgstr "" "จำนวนเต็ม 2 ไบต์ ช่วงค่าแบบมีเครื่องหมาย คือ -32,768 ถึง 32,767 ช่วงค่าแบบไม่มีเครื่องหมาย " "คือ 0 ถึง 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18101,7 +18096,7 @@ msgstr "" "จำนวนเต็ม 3 ไบต์ ช่วงค่าแบบมีเครื่องหมาย คือ -8,388,608 ถึง 8,388,607 " "ช่วงค่าแบบไม่มีเครื่องหมาย คือ 0 ถึง 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18109,7 +18104,7 @@ msgstr "" "จำนวนเต็ม 4 ไบต์ ช่วงค่าแบบมีเครื่องหมาย คือ -2,147,483,648 ถึง 2,147,483,647 " "ช่วงค่าแบบไม่มีเครื่องหมาย คือ 0 ถึง 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18118,7 +18113,7 @@ msgstr "" "9,223,372,036,854,775,807 ช่วงค่าแบบไม่มีเครื่องหมาย คือ 0 ถึง " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18126,7 +18121,7 @@ msgstr "" "ตัวเลขแบบจุดคงที่ (M, D) - จำนวนหลักสูงสุด (M) คือ 65 (ค่าเริ่มต้นคือ 10) " "จำนวนจุดทศนิยมสูงสุด (D) คือ 30 (ค่าเริ่มต้นคือ 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18134,7 +18129,7 @@ msgstr "" "จำนวนทศนิยมขนาดเล็ก ค่าที่อนุญาตคือ -3.402823466E+38 ถึง -1.175494351E-38, 0 และ " "1.175494351E-38 ถึง 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18144,7 +18139,7 @@ msgstr "" "-2.2250738585072014E-308, 0 และ 2.2250738585072014E-308 ถึง " "1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18152,34 +18147,34 @@ msgstr "" "คำพ้องความหมายของ DOUBLE (ยกเว้น: ในโหมด SQL REAL_AS_FLOAT คำพ้องความหมายของ " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" "ชนิดข้อมูลบิตฟิลด์ (M) สำหรับจัดเก็บค่าแต่ละค่าด้วยบิตจำนวน M บิต (ค่าเริ่มต้นคือ 1 ค่าสูงสุดคือ 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "คำพ้องความหมายของ TINYINT(1) ค่าศูนย์ถือว่าเป็นเท็จ ค่าที่ไม่ใช่ศูนย์ถือว่าเป็นจริง" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "นามแฝงของ BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "วันที่ ช่วงวันที่ที่รองรับคือ %1$s ถึง %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "รูปแบบวันที่พร้อมเวลาที่รองรับคือช่วง %1$s ถึง %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18191,12 +18186,12 @@ msgstr "" "บนแพลตฟอร์ม 64 บิต (MariaDB 11.5 และรุ่นที่ใหม่กว่า) " "โดยจะบันทึกเป็นจำนวนวินาทีตั้งแต่ยุคเริ่มต้น (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "เวลา ช่วงเวลาคือ %1$s ถึง %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18204,7 +18199,7 @@ msgstr "" "ปีในรูปแบบสี่หลัก (4, ค่าเริ่มต้น) หรือสองหลัก (2) ค่าที่อนุญาตคือ 70 (1970) ถึง 69 (2069) " "หรือ 1901 ถึง 2155 และ 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18212,14 +18207,14 @@ msgstr "" "สตริงความยาวคงที่ (0-255 ค่าเริ่มต้นคือ 1) " "ที่จะถูกเติมช่องว่างด้านขวาให้ครบตามความยาวที่ระบุเสมอเมื่อจัดเก็บ" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "สตริงที่มีความยาวแปรผัน (%s) ความยาวสูงสุดที่ใช้งานได้จริงนั้นขึ้นอยู่กับขนาดแถวสูงสุด" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18227,7 +18222,7 @@ msgstr "" "คอลัมน์ข้อความ (TEXT) ที่มีความยาวตัวอักษรสูงสุด 255 (2^8 - 1) " "โดยจัดเก็บพร้อมคำนำหน้าหนึ่งไบต์ที่ระบุความยาวของค่าเป็นไบต์" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18235,7 +18230,7 @@ msgstr "" "คอลัมน์ข้อความ (TEXT) ที่มีความยาวตัวอักษรสูงสุด 65,535 (2^16 - 1) " "โดยจัดเก็บพร้อมคำนำหน้าสองไบต์ที่ระบุความยาวของค่าเป็นไบต์" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18243,7 +18238,7 @@ msgstr "" "คอลัมน์ข้อความ (TEXT) ที่มีความยาวตัวอักษรสูงสุด 16,777,215 (2^24 - 1) " "โดยจัดเก็บพร้อมคำนำหน้าสามไบต์ที่ระบุความยาวของค่าเป็นไบต์" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18252,21 +18247,21 @@ msgstr "" "คอลัมน์ข้อความ (TEXT) ที่มีความยาวตัวอักษรสูงสุด 4,294,967,295 หรือ 4 กิกะไบต์ (2^32 - 1) " "โดยจัดเก็บพร้อมคำนำหน้าสี่ไบต์ที่ระบุความยาวของค่าในหน่วยไบต์" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" "คล้ายกับชนิดข้อมูล CHAR แต่เก็บตัวอักษรเป็นไบต์แบบไบนารีแทนที่จะเป็นอักขระที่ไม่ใช่แบบไบนารี" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" "คล้ายกับชนิดข้อมูล VARCHAR แต่เก็บตัวอักษรเป็นไบต์แบบไบนารีแทนที่จะเป็นอักขระที่ไม่ใช่แบบไบนารี" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18274,7 +18269,7 @@ msgstr "" "คอลัมน์ BLOB ที่มีความยาวสูงสุด 255 (2^8 - 1) ไบต์ " "จัดเก็บโดยมีคำนำหน้าหนึ่งไบต์ที่ระบุความยาวของค่า" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18282,7 +18277,7 @@ msgstr "" "คอลัมน์ BLOB ที่มีความยาวสูงสุด 16,777,215 (2^24 - 1) ไบต์ " "จัดเก็บโดยมีคำนำหน้าสามไบต์ที่ระบุความยาวของค่า" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18290,7 +18285,7 @@ msgstr "" "คอลัมน์ BLOB ที่มีความยาวสูงสุด 65,535 (2^16 - 1) ไบต์ " "จัดเก็บโดยมีคำนำหน้าสองไบต์ที่ระบุความยาวของค่า" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18298,49 +18293,49 @@ msgstr "" "คอลัมน์ BLOB ที่มีความยาวสูงสุด 4,294,967,295 or 4GiB (2^32 - 1) ไบต์ " "จัดเก็บโดยมีคำนำหน้าสี่ไบต์ที่ระบุความยาวของค่า" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "การนับค่า ค่าที่เลือกจากรายการค่าสูงสุด 65,535 ค่า หรือค่าพิเศษ '' ที่ผิดพลาด" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "ค่าเดี่ยวที่ถูกเลือกจากชุดค่าที่มีสมาชิกได้มากถึง 64 ค่า" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "ประเภทที่สามารถจัดเก็บรูปทรงเรขาคณิตได้ทุกประเภท" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "จุดในพื้นที่ 2 มิติ" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "เส้นโค้งที่มีการประมาณค่าเชิงเส้นระหว่างจุดต่าง ๆ" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "รูปหลายเหลี่ยม" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "คอลเลคชั่นของพอยต์" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "คอลเลคชั่นของเส้นโค้งที่มีการประมาณค่าเชิงเส้นระหว่างจุดต่าง ๆ" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "คอลเลคชั่นของรูปหลายเหลี่ยม" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "คอลเลคชั่นของวัตถุรูปทรงเรขาคณิตประเภทใด ๆ" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18348,38 +18343,38 @@ msgstr "" "จัดเก็บและช่วยให้เข้าถึงข้อมูลในเอกสาร JSON (JavaScript Object Notation) " "ได้อย่างมีประสิทธิภาพ" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" "จงใจจัดเก็บที่อยู่ IPv6 รวมถึงที่อยู่ IPv4 โดยสมมติว่ามีการแปลงที่อยู่ IPv4 เป็นที่อยู่ IPv6 ตามปกติ" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "UUID (Universally Unique Identifier) ขนาด 128 บิต" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "ตัวเลข" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "วันและเวลา" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "เชิงพื้นที่" @@ -18424,6 +18419,20 @@ msgstr "เกิดข้อผิดพลาดในไฟล์ ZIP:" msgid "No files found inside ZIP archive!" msgstr "ไม่พบไฟล์ใด ๆ ภายในไฟล์ ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "ปิดใช้งานคำเตือนเริ่มต้นที่แสดงบนหน้าหลักหากตรวจพบ Suhosin" + +#~ msgid "Suhosin warning" +#~ msgstr "คำเตือน Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "เซิร์ฟเวอร์ทำงานด้วย Suhosin กรุณาดู %sเอกสารประกอบ%s สำหรับปัญหาที่อาจเกิดขึ้น" + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "วิธีการส่งออกนี้ไม่รองรับการส่งออกคำสั่งหยาบ" diff --git a/resources/po/tk.po b/resources/po/tk.po index fb844e56be..829c9c84a8 100644 --- a/resources/po/tk.po +++ b/resources/po/tk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Turkmen %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3670,7 +3670,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3680,7 +3680,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -4000,8 +4000,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -4025,7 +4025,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Show all" msgid "Favorite tables" @@ -4067,17 +4067,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4537,28 +4537,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5576,7 +5590,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5649,7 +5663,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6218,7 +6232,7 @@ msgstr "" msgid "Show hidden messages" msgstr "Hemmesini görkez" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6302,7 +6316,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6363,7 +6377,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6409,7 +6423,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6885,7 +6899,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -7064,32 +7078,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8755,14 +8769,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8940,331 +8946,331 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Show all" msgid "Customize the navigation tree." msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9272,486 +9278,480 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show all" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show all" msgid "Whether to show tables under database in the navigation tree" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show all" msgid "Whether to show views under database in the navigation tree" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show all" msgid "Whether to show events under database in the navigation tree" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9759,13 +9759,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9773,393 +9773,393 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Show all" msgid "Show column comments" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10167,56 +10167,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10226,947 +10226,947 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Use this value" msgid "Remember filename template" msgstr "Şu bahany ulan" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Use this value" msgid "%s view" msgstr "Şu bahany ulan" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show all" msgid "Show databases navigation as tree" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Show all" msgid "Enable navigation tree expansion" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show all" msgid "Show tables in tree" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show all" msgid "Show views in tree" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show all" msgid "Show events in tree" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Use this value" msgid "Expand single database" msgstr "Şu bahany ulan" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Show all" msgid "Favorites table" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Show all" msgid "Show table comments" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show all" msgid "Show creation timestamp" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Show all" msgid "Show table charset" msgstr "Hemmesini görkez" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11199,7 +11199,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11233,7 +11234,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11241,7 +11242,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11362,7 +11363,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11626,7 +11627,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11752,7 +11753,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11810,7 +11811,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11896,35 +11897,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11987,7 +11981,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13838,7 +13832,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14574,7 +14568,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Database %1$s has been created." msgid "Bookmark %s has been created." @@ -14655,7 +14649,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -15048,27 +15042,27 @@ msgstr "" msgid "The row has been deleted." msgstr "%1$s maglumatlar ulgamy döredildi." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15625,11 +15619,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -16029,39 +16023,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16135,7 +16129,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16532,7 +16526,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16553,52 +16547,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17296,18 +17290,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17561,95 +17555,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17657,170 +17651,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/tr.po b/resources/po/tr.po index e2aa9937e7..9dce0625f4 100644 --- a/resources/po/tr.po +++ b/resources/po/tr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" -"PO-Revision-Date: 2026-04-07 06:09+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" +"PO-Revision-Date: 2026-04-13 01:11+0000\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish \n" @@ -759,8 +759,8 @@ msgstr "Yetkileri ayarla" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -779,8 +779,8 @@ msgstr "Sütunu taşı" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -851,7 +851,7 @@ msgstr "Sıfırla" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 src/Engines/Pbxt.php:167 #: src/Html/Generator.php:685 src/Html/MySQLDocumentation.php:51 -#: src/Sanitize.php:188 +#: src/Sanitize.php:189 msgid "Documentation" msgstr "Belgeler" @@ -1017,7 +1017,7 @@ msgstr "Yeniden sorgula" #: resources/templates/setup/home/index.twig:64 #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 -#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:926 +#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:925 #: src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 @@ -1058,7 +1058,7 @@ msgstr "Sil" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1069,7 +1069,7 @@ msgstr "Database" msgid "SQL Query Console" msgstr "SQL Sorgu Konsolu" -#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:766 +#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:764 msgid "Console" msgstr "Konsol" @@ -1098,7 +1098,7 @@ msgid "Bookmarks" msgstr "Yer işaretleri" #: resources/templates/console/display.twig:34 -#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:615 +#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "SQL Hata Ayıklama" @@ -1170,7 +1170,7 @@ msgstr "Aldığı süre" msgid "Order by:" msgstr "Sıralama:" -#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:964 +#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:962 msgid "Group queries" msgstr "Sorguları grupla" @@ -1198,7 +1198,7 @@ msgstr "Aldığı süre:" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 #: src/Html/Generator.php:589 msgid "Refresh" msgstr "Yenile" @@ -1236,15 +1236,15 @@ msgstr "TAMAM" msgid "Restore default values" msgstr "Varsayılan değerlere geri yükle" -#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:958 +#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "Her zaman sorgu mesajlarını genişlet" -#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:957 +#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:955 msgid "Show query history at start" msgstr "Başlangıçta sorgu geçmişini göster" -#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:959 +#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "Şu an gözatılan sorguyu göster" @@ -1256,7 +1256,7 @@ msgstr "" "Enter tuşuna basıldığında sorguları çalıştır ve Shift+Enter tuşları ile yeni " "satır ekle. Bunu kalıcı yapmak için ayarlara bakın." -#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:961 +#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:959 msgid "Switch to dark theme" msgstr "Koyu temaya değiştir" @@ -1377,8 +1377,8 @@ msgstr "Eylem" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -1804,7 +1804,7 @@ msgstr "Tanım" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "Biçim" @@ -1904,7 +1904,7 @@ msgstr "Dışa aktar" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -1913,7 +1913,7 @@ msgstr "Dışa aktar" #: resources/templates/triggers/list.twig:20 #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 -#: resources/templates/triggers/row.twig:58 src/Operations.php:538 +#: resources/templates/triggers/row.twig:58 src/Operations.php:534 msgid "Drop" msgstr "Kaldır" @@ -1996,7 +1996,7 @@ msgstr "Tablolar:" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2186,7 +2186,7 @@ msgstr "Veritabanını şuraya kopyala" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 msgid "Database name" msgstr "Veritabanı adı" @@ -2217,10 +2217,10 @@ msgstr "Kopyalamadan önce VERİTABANI OLUŞTUR" #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, php-format msgid "Add %s" msgstr "%s ekle" @@ -2228,7 +2228,7 @@ msgstr "%s ekle" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "AUTO_INCREMENT değeri ekle" @@ -2732,7 +2732,7 @@ msgid "Database:" msgstr "Veritabanı:" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "DROP TABLE ifadesi ekle" @@ -2797,7 +2797,7 @@ msgstr "Sorguları oluşturma gösteriliyor" #: resources/templates/table/relation/common_form.twig:102 #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 -#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:937 +#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:935 #: src/Plugins/Export/ExportXml.php:408 src/Server/Privileges.php:1570 #: src/Server/Privileges.php:1572 msgid "Table" @@ -3113,7 +3113,7 @@ msgstr "Sorgu sonuçları işlemleri" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "Panoya kopyala" @@ -3279,7 +3279,7 @@ msgid "Save on server in the directory %s" msgstr "Sunucuda %s dizinine kaydet" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Mevcut dosya(ların)nın üzerine yaz" @@ -3637,7 +3637,7 @@ msgstr "Al" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Geri" @@ -3647,7 +3647,7 @@ msgstr "Geri" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "İçe aktar" @@ -3994,8 +3994,8 @@ msgstr "SQL gönderme" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Veritabanları" @@ -4017,7 +4017,7 @@ msgid "Recent" msgstr "Son" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Sık kullanılan tablolar" @@ -4055,17 +4055,17 @@ msgid "Features" msgstr "Özellikler" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL sorguları" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Gezinme paneli" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Ana panel" @@ -4541,13 +4541,27 @@ msgstr "\"%s\" veritabanı için yetkileri denetle." msgid "Check privileges" msgstr "Yetkileri denetle" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "\"%s\" veritabanında SQL sorgularını çalıştır." + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Toplam:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4555,16 +4569,16 @@ msgstr "" "Not: Buradaki veritabanı istatistiklerini etkinleştirmek web sunucusu ile " "MySQL sunucusu arasında yüksek trafiğe yol açabilir." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "İstatistikleri etkinleştir" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Veritabanı yok" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Onayla" @@ -5623,7 +5637,7 @@ msgid "Current server:" msgstr "Şu anki sunucu:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Sunucular" @@ -5707,7 +5721,7 @@ msgid "Test:" msgstr "Deneme:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Sunucu" @@ -6307,7 +6321,7 @@ msgstr "Formu göster" msgid "Show hidden messages" msgstr "Gizli iletileri göster" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Kimlik doğrulaması türü" @@ -6389,7 +6403,7 @@ msgid "Detailed profile" msgstr "Ayrıntılı profil" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Sıra" @@ -6450,7 +6464,7 @@ msgstr "Sonuçların çıkarılan profilini içeren dilim çizelgesi." #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL sorgunuz başarılı olarak çalıştırıldı." @@ -6496,7 +6510,7 @@ msgstr "Sınırlayıcı" msgid "Show this query here again" msgstr "Bu sorguyu burada tekrar göster" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Sorgu kutusunu tut" @@ -6972,7 +6986,7 @@ msgid "Delete the view (DROP)" msgstr "Görünümü sil (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Tablo yapısı" @@ -7140,32 +7154,32 @@ msgid "Index length" msgstr "İndeks uzunluğu" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Çözümle" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Seç" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Uyarla" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Yeniden Oluştur" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Onar" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Buda" @@ -9036,14 +9050,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Vietnamca" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9221,19 +9227,19 @@ msgstr "yukarıdakinin ikisi birden" msgid "neither of the above" msgstr "yukarıdakinin hiçbiri" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Kullanıcılar yüksek değer ayarlayamazlar" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Eğer etkinleştirilirse, kullanıcı herhangi MySQL sunucusuna tanımlama " "bilgisi kimlik doğrulamasıyla oturum açma formundan girebilir." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9243,7 +9249,7 @@ msgstr "" "eşleşen gelişigüzel bir MySQL sunucusuna oturum açıldığında etkinleşen " "kullanıcının girebileceği MySQL sunucularını kısıtlar." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9253,7 +9259,7 @@ msgstr "" "adlarında bulunan sayfalara izin verir ve çerçeveler arası betik (XSS) " "saldırılarına izin veren olası [strong]güvenlik açığıdır[/strong]." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9261,15 +9267,15 @@ msgstr "" "[kbd]Tanımlama bilgisi[/kbd] kimlik doğrulamasında tanımlama bilgilerini " "şifrelemek için gizli parola ifadesi kullanılır." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "İçe aktarma işlemleri için bzip2 sıkıştırmasını etkinleştirin." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "reCAPTCHA v2 uyumlu API'niz için URL'yi girin." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9277,29 +9283,29 @@ msgstr "" "reCAPTCHA v2 uyumlu API'niz için İçerik-Güvenliği-İlkesi kod parçacığını " "girin." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "reCAPTCHA v2 uyumlu API'niz tarafından kullanılan istek parametresini girin." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "reCAPTCHA v2 uyumlu API'niz tarafından kullanılan yanıt parametresini girin." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Etki alanınızdaki reCAPTCHA hizmeti için ortak anahtarınızı girin." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Etki alanı reCAPTCHA hizmetiniz için özel anahtarınızı girin." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "reCAPTCHA hizmetiniz için site doğrulama URL'nizi girin." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9309,7 +9315,7 @@ msgstr "" "kullanılacağını tanımlar; [kbd]girdi[/kbd] - girdi uzunluğunun sınırlamasına " "izin verir, [kbd]metinalanı[/kbd] - sütunlarda yeni satırlara izin verir." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9317,7 +9323,7 @@ msgstr "" "Sözdizimi vurgulama ve satır numaraları ile SQL sorgularını (CodeMirror) " "düzenlemek için kullanımı kolay düzenleyici kullanın." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9325,7 +9331,7 @@ msgstr "" "Sorguyu çalıştırmadan önce sorgudaki herhangi bir hatayı bulur. " "CodeMirror'ın etkinleştirilmesi gerekir." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9333,7 +9339,7 @@ msgstr "" "CHAR ve VARCHAR sütunları için oluşturulmuş en az girdi alanları boyutunu " "tanımlar." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9341,7 +9347,7 @@ msgstr "" "CHAR ve VARCHAR sütunları için oluşturulmuş en fazla girdi alanları boyutunu " "tanımlar." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9350,7 +9356,7 @@ msgstr "" "eğer gzip dosyalarını oluşturmada sorunlarla karşılaşırsanız bu özelliği " "etkisizleştirin." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9358,15 +9364,15 @@ msgstr "" "Veri kaybı yaşamamanız için bir uyarı (\"… yapmak istediğiniz için emin " "misiniz?\") görüntülenip görüntülenmemesidir." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "SQL sorgularındaki tablo ve sütun adlarını otomatik tamamlar." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9374,7 +9380,7 @@ msgstr "" "Varsayılan dönüşümler için seçenekler listesi değerleri. Bunlar, eğer " "dönüşüm, tablo yapısı sayfasında doldurulur ise üzerine yazılacaktır." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9382,7 +9388,7 @@ msgstr "" "Bir veritabanının seçilen tablolarını en uygun hale getirme ya da onarma " "gibi toplu tablo bakımı işlemlerini etkisizleştirir." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9390,12 +9396,12 @@ msgstr "" "Betiğin çalışmasına izin verilecek saniye sayısı ayarıdır (sınırsız için " "[kbd]0[/kbd])." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Şu anki kullanıcı tanımını hariç tut" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9403,7 +9409,7 @@ msgstr "" "Dış anahtar aşağı açılır kutusu içindeki öğeler için sıralama düzeni; " "[kbd]content[/kbd] başvurulan veridir, [kbd]id[/kbd] anahtar değerdir." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9411,7 +9417,7 @@ msgstr "" "Tarayıcının başlık çubuğu metnini belirler. Özel değerleri almakta " "kullanılabilen sihirli dizgiler için [doc@faq6-27]belgelere[/doc] bakın." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9419,7 +9425,7 @@ msgstr "" "Lütfen unutmayın, phpMyAdmin sadece bir arabirimdir ve özellikleri MySQL'i " "kısıtlamaz." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9427,7 +9433,7 @@ msgstr "" "Gelişmiş sunucu yapılandırması, ne için olduklarını bilmedikçe bu " "seçenekleri değiştirmeyin." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9437,7 +9443,7 @@ msgstr "" "yapılandırır, belgelerde [doc@linked-tables]phpMyAdmin yapılandırma " "depolama[/doc] kısmına bakın." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9445,116 +9451,116 @@ msgstr "" "Veritabanında yapılan değişiklikleri izleme. phpMyAdmin yapılandırma " "depolaması gerekir." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Gözatma kipini özelleştirir." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Varsayılan seçenekleri özelleştirir." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin geliştiricileri için ayarlar." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Düzenleme kipini özelleştirir." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Varsayılan dışa aktarma seçeneklerini özelleştirir." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Bazı çoğunlukla kullanılan seçenekleri ayarlar." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Varsayılan genel içe aktarma seçeneklerini özelleştirir." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "İçe ve dışa aktarma dizinlerini ve sıkıştırma seçeneklerini ayarlar." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Veritabanlarını görüntüleme seçenekleri." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Gezinme panelinin görünüşünü özelleştirir." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Gezinme ağacını özelleştirir." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Sunucuları görüntüleme seçenekleri." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Tabloları görüntüleme seçenekleri." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Başka hiçbir yere uymayan ayarlar." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Kimlik doğrulaması ayarları." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Sunucu bağlantı parametrelerini girin." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "SQL Sorgu kutularında gösterilecek bağlantıları özelleştirir." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL sorguları ayarları." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Başlangıç sayfasını özelleştirir." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Hangi ayrıntıların veritabanı yapısında (tabloların listesi) gösterileceğini " "seçin." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Tablo yapısı (sütunların listesi) için ayarlar." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Sekmelerin nasıl çalışmasını istiyorsanız seçin." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Metin girdi alanlarını özelleştirir." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Varsayılan seçenekleri özelleştirir" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin tarafından gösterilen bazı uyarıları etkisizleştirir." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "İçe ve dışa aktarma işlemleri için gzip sıkıştırmayı etkinleştirin." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9562,7 +9568,7 @@ msgstr "" "Eğer etkinleştirilirse, phpMyAdmin çoklu ifade sorgularını hesaplamaya devam " "eder, eğer sorgulardan biri başarısız olsa bile." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9572,7 +9578,7 @@ msgstr "" "kesmeye izin verir. Bu büyük dosyaları içe aktarmak için iyi bir yol " "olabilir, ancak bu işlemleri bozabilir." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9580,15 +9586,15 @@ msgstr "" "Varsayılan biçim; bu liste yerine göre (veritabanı, tablo) değişir ve sadece " "her zaman SQL vardır." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "İçe aktarmada kopya anahtarlar bulunduğunda veriyi günceller" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Başlangıçtan atlanacak sorgu sayısı." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9599,7 +9605,7 @@ msgstr "" "bilgisini siler. Bunu FALSE'a ayarlamak çoklu sunuculara bağlandığınızda " "diğer sunuculardan oturumu kapatmayı unutmanızı kolaylaştırır." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9607,7 +9613,7 @@ msgstr "" "[kbd]Tanımlama bilgisi[/kbd] kimlik doğrulaması kipinde önceki açılan " "oturumun hatırlanıp hatırlanmayacağını tanımlar." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9619,11 +9625,11 @@ msgstr "" "için tutulacağıdır, ve tarayıcı penceresini kapatır kapatmaz silinecektir. " "Bu güvenli olmayan ortamlar için önerilir." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL sorgusu görüntülendiğinde kullanılan en fazla karakter sayısıdır." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9631,13 +9637,13 @@ msgstr "" "Gezinme ağacının ilk seviyesindeki her sayfada görüntülenebilen öğe " "sayısıdır." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "Gezinme ağacının her sayfasında görüntülenebilen öğe sayısıdır." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9646,7 +9652,7 @@ msgstr "" "daha fazla satır içeriyorsa, \"Önceki\" ve \"Sonraki\" bağlantıları " "gösterilecektir." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9654,16 +9660,16 @@ msgstr "" "Betiğin ayırmasına izin verilen bayt sayısı, örn. [kbd]32M[/kbd] (sınırsız " "için [kbd]-1[/kbd] ve değişiklik olmaması için [kbd]0[/kbd])." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Gezinme panelindeki, veritabanı ağacını bir seçici ile değiştirir" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Şu anki veritabanı veya tabloyu vurgulayarak ana panel ile bağlantılar." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9671,7 +9677,7 @@ msgstr "" "Bağlantılı sayfayı ana pencerede ([code]main[/code]) veya yeni bir tanede " "([code]new[/code]) açar." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9679,7 +9685,7 @@ msgstr "" "Süzgeç kutusunu görüntülemek için en az öğe (tablolar, görünümler, yordamlar " "ve olaylar) sayısını tanımlar." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9687,72 +9693,72 @@ msgstr "" "Gezinme ağacındaki öğeleri gruplar (Veritabanları ve Tablolar sekmeleri " "üzerini tanımlanan ayıraç tarafından belirlenir)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Gezinme panelinde ağaç genişleme olanağının sunulup sunulmayacağı." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Gezinme ağacındaki veritabanı altında yordamların gösterilip gösterilmeyeceği" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Gezinme ağacındaki tek bir veritabanının otomatik olarak genişletilip " "genişletilmeyeceği." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Gezinme panelini daraltmak için 0'a ayarlayın." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Gezinme panelinde logoyu gösterir." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "Gezinme panelindeki logoyu işaret eden URL." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Sunucu seçimini gezinme panelinin en üstünde görüntüler." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Veritabanlarını farklı ağaç seviyelerine ayıran dizgidir." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Tabloları farklı ağaç seviyelerine ayıran dizgidir." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Fare imleci altında sunucuyu vurgular." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Gezinme ağacındaki veritabanı altında tabloların gösterilip gösterilmeyeceği" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" "Gezinme ağacındaki veritabanı altında görünümlerin gösterilip " "gösterilmeyeceği" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Gezinme ağacındaki veritabanı altında işlevlerin gösterilip gösterilmeyeceği" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" "Gezinme ağacındaki veritabanı altında olayların gösterilip gösterilmeyeceği" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9760,7 +9766,7 @@ msgstr "" "[kbd]SMART[/kbd] - yani TIME, DATE, DATETIME ve TIMESTAMP türü sütunları " "için büyükten küçüğe sıralama, aksi halde küçükten büyüğe sıralama." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9770,7 +9776,7 @@ msgstr "" "biri bulunamazsa, veritabanı ayrıntıları Yapı sayfasında görüntülenen " "varsayılan uyarıyı etkisizleştirir." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9778,7 +9784,7 @@ msgstr "" "Eğer bir tablodaki sütun adları MySQL kelimelerine ayrılmışsa, Yapı " "sayfasında görüntülenen varsayılan uyarıyı etkisizleştirir." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9789,13 +9795,13 @@ msgstr "" "geçmişini görüntülemek için bu, JS-yordamlarından yararlanır (pencerenin " "kapatılmasıyla kaybolur)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Kullanıcıların, diğer tüm kullanıcıların kullanabileceği yer işaretleri " "oluşturmasına izin ver" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9803,7 +9809,7 @@ msgstr "" "Etkili saat dilimini ayarlar; muhtemelen veritabanı sunucunuzdakinden " "farklıdır" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9811,7 +9817,7 @@ msgstr "" "[doc@bookmarks@]Yer işareti[/doc] desteği olmaması için boş bırakın, " "önerilen: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9819,7 +9825,7 @@ msgstr "" "Sütun açıklamaları/ortam türleri istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9827,7 +9833,7 @@ msgstr "" "Sınırlı izinlerle yapılandırılmış özel MySQL kullanıcısıdır, daha fazla " "bilgi [doc@linked-tables]belgelerde[/doc] mevcuttur." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9835,7 +9841,7 @@ msgstr "" "Yapılandırma depolamasını tutmak için alternatif anamakine; zaten " "tanımlanmış anamakineyi kullanmak için boş bırakın." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9846,7 +9852,7 @@ msgstr "" "anamakineye eşitse zaten tanımlanmış bağlantı noktasını kullanmak için boş " "bırakın." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9856,7 +9862,7 @@ msgstr "" "izleyici[/a] ve [a@https://bugs.mysql.com/19588]MySQL Hataları[/a] üzerine " "daha fazla bilgi" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9864,7 +9870,7 @@ msgstr "" "SQL sorgu geçmişi desteği istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9872,7 +9878,7 @@ msgstr "" "Veritabanında saklanan tablo tercihlerinin sayısını sınırlandırır, en eski " "kayıtlar otomatik olarak kaldırılır." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9880,7 +9886,7 @@ msgstr "" "Dışa aktarma şablonu desteği istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9888,7 +9894,7 @@ msgstr "" "Merkezi sütunlar desteği istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9898,14 +9904,14 @@ msgstr "" "uygun örneklerini kullanmak istiyorsanız bundan kaçının, yani " "[kbd]'my\\_db'[/kbd] kullanın ve [kbd]'my_db'[/kbd] kullanmayın." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF şeması desteği istenmiyorsa boş bırakın, önerilen: [kbd]pma__pdf_pages[/" "kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9915,7 +9921,7 @@ msgstr "" "bilgi için [doc@linked-tables]pmadb[/doc]'ye bakın. Destek olmaması için boş " "bırakın. Önerilen: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9923,7 +9929,7 @@ msgstr "" "Oturum geçişlerinde \"sürekli\" son kullanılan tablolar olmaması için boş " "bırakın, önerilen: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9931,7 +9937,7 @@ msgstr "" "Oturum geçişlerinde \"sürekli\" sık kullanılan tablolar olmaması için boş " "bırakın, önerilen: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9939,14 +9945,14 @@ msgstr "" "[doc@relations@]İlişki bağlantıları[/doc] desteği istenmiyorsa boş bırakın, " "önerilen: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Örnek için [doc@authentication-modes]kimlik doğrulaması türlerine[/doc] " "bakın." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9954,7 +9960,7 @@ msgstr "" "PDF şeması desteği istenmiyorsa boş bırakın, önerilen: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9962,7 +9968,7 @@ msgstr "" "Görüntü sütunlarını tanımlayan tablodur, destek istenmiyorsa boş bırakın; " "önerilen: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9970,7 +9976,7 @@ msgstr "" "Oturum geçişlerinde \"sürekli\" tabloların KA tercihleri olmaması için boş " "bırakın, önerilen: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9978,7 +9984,7 @@ msgstr "" "Bir veritabanı oluşturulduğunda günlüğe ilk satır olarak DROP DATABASE IF " "EXISTS ifadesi eklenecekse." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9986,7 +9992,7 @@ msgstr "" "Bir tablo oluşturulduğunda günlüğe ilk satır olarak DROP TABLE IF EXISTS " "ifadesi eklenecekse." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -9994,12 +10000,12 @@ msgstr "" "Bir görünüm oluşturulduğunda günlüğe ilk satır olarak DROP VIEW IF EXISTS " "ifadesi eklenecekse." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Yeni sürümler için otomatik oluşturma kullanan ifadeler listesini tanımlar." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10007,7 +10013,7 @@ msgstr "" "SQL sorgu izleme desteği olmaması için boş bırakın, önerilen: " "[kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10015,7 +10021,7 @@ msgstr "" "İzleme mekanizması tablolar ve görünümler için otomatik olarak sürümler " "oluşturursa." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10023,7 +10029,7 @@ msgstr "" "Veritabanında kullanıcı tercihleri depolaması olmaması için boş bırakın, " "önerilen: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10033,7 +10039,7 @@ msgstr "" "özelliğini etkinleştirmek için gereklidir; ikisinden birini boş bırakmak bu " "özelliği etkisizleştirecek, önerilen: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10043,7 +10049,7 @@ msgstr "" "özelliğini etkinleştirmek için gereklidir; ikisinden birini boş bırakmak bu " "özelliği etkisizleştirecek, önerilen: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10051,7 +10057,7 @@ msgstr "" "Gezinme öğelerini gizleme ve gösterme özelliğini etkisizleştirmek için boş " "bırakın, önerilen: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -10059,56 +10065,56 @@ msgstr "" "Bu sunucunun kolay kullanım açıklaması. Anamakine adını görüntülemek için " "boş bırakın." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Eğer kullanılmayacaksa boş bırakın." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Varsayılan için boş bırakın." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "HTTP Kimlik Doğrulaması yapılırken görüntülenecek HTTP Temel Kimlik " "Doğrulama Alanı adı." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Kullanmak için kimlik doğrulaması yöntemi." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "MySQL sunucusu bağlantısını sıkıştırır." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Düzenli ifadeye (PCRE) uyan veritabanlarını gizler." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "MySQL sunucusunun çalıştığı anamakine adı." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Eğer yapılandırma kimlik doğrulaması kullanılmıyorsa boş bırakın." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "MySQL sunucusunun dinlediği bağlantı noktası, varsayılan ayar için boş " "bırakın." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "MySQL sunucusunun dinlemede olduğu soket, varsayılan ayar için boş bırakın." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "MySQL sunucusuna bağlantı için SSL'i etkinleştirin." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10118,27 +10124,27 @@ msgstr "" "[kbd]yapılandırmasını[/kbd] etkilemez çünkü parola yapılandırma dosyasında " "sıkı kodlanmıştır; bu, doğrudan aynı komutun yürütme kabiliyetini kısıtlamaz." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "Tüm tablolar için Oluşturma zaman damgasını görüntüleyen sütunu gösterin " "veya gizleyin." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Tüm tablolar için Son güncelleme zaman damgasını görüntüleyen sütunu " "gösterin veya gizleyin." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Tüm tablolar için Son denetleme zaman damgasını görüntüleyen sütunu gösterin " "veya gizleyin." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10146,7 +10152,7 @@ msgstr "" "Düzenle/ekle kipinde yazma alanlarının ilk olarak görüntülenip " "görüntülenmemesini tanımlar." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10154,60 +10160,52 @@ msgstr "" "[a@https://www.php.net/manual/tr/function.phpinfo.php]phpinfo()[/a] çıktısı " "için bağlantı gösterir." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Kullanıcıya \"tümünü (satırları) göster\" düğmesinin görüntülenip " "görüntülenmemesidir." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Tüm tablolar için açıklamaları görüntüleyen sütunu gösterin veya gizleyin." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Tüm tablolar için karakter grubunu görüntüleyen sütunu gösterin veya " "gizleyin." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "İşlev alanlarını düzenle/ekle kipinde görüntüler." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "İpucu gösterilip gösterilmeyeceği." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "phpMyAdmin tarafından oluşturulan SQL sorgularının görüntülenip " "görüntülenmemesini tanımlar." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Veritabanı ve tablo istatistiklerini görüntülemeye izin verir (örn. alan " "kullanımı)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Kullanılan tabloları işaretleyin ve veritabanlarını kilitli tablolarla " "birlikte gösterilmesini mümkün yapar." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Eğer Suhosin algılanırsa, ana sayfada görüntülenen varsayılan uyarıyı " -"etkisizleştirir." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10217,7 +10215,7 @@ msgstr "" "değerinden az ise, ana sayfada görüntülenen varsayılan uyarıyı " "etkisizleştirir." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10225,7 +10223,7 @@ msgstr "" "Düzenle kipinde metin alanı boyutu (sütunlar), SQL sorgu metni alanları (*2) " "için bu değerin önemi belirtilecektir." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10233,7 +10231,7 @@ msgstr "" "Düzenle kipinde metin alanı boyutu (satırlar), SQL sorgu metni alanları (*2) " "için bu değerin önemi belirtilecektir." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10245,7 +10243,7 @@ msgstr "" "Forwarded-For) başlığına güvenmesini belirler:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10253,7 +10251,7 @@ msgstr "" "Etkisizleştirildiğinde kullanıcılar sağdaki onay kutusunu dikkate almadan " "herhangi bir seçeneği ayarlayamazlar." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10265,7 +10263,7 @@ msgstr "" "doğrudan İnternet erişimi yoksa buna ihtiyacınız olur. Biçimi: " "\"anamakineadı:bağlantınoktası\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10275,7 +10273,7 @@ msgstr "" "doğrulaması yapılmaz. Eğer kullanıcı adı verilirse, Temel Kimlik Doğrulaması " "yapılacaktır. Kimlik doğrulamasının şu an desteklenen diğer türleri yoktur." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10283,7 +10281,7 @@ msgstr "" "Sorgular Enter (bunun yerine Ctrl+Enter) tuşuna basılarak çalıştırılır. Yeni " "satırlar Shift+Enter ile eklenecektir." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10291,388 +10289,388 @@ msgstr "" "phpMyAdmin yapılandırma depolaması tablolarını otomatik olarak ayarlamanıza " "izin veren Sıfır Yapılandırması kipini etkinleştirin." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Seçilen satırları vurgular." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Vurgulanan satır fare imleci tarafından işaret edilir." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR metin alanları için sütun sayısıdır." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR metin alanları için satır sayısıdır." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Konsolda görüntülenecek olan, SQL sorguları ve çalıştırma sürelerini günlükle" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Bir veritabanı girildiğinde görüntülenen sekme." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Bir sunucu girildiğinde görüntülenen sekme." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Bir tablo girildiğinde görüntülenen sekme." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Tablo yapısı eylemlerinin gizlenip gizlenmeyeceği." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" "Sütun açıklamalarının tablo yapısı görünümünde gösterilip gösterilmeyeceği" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Sunucu listelemeyi aşağı açılır menü yerine liste olarak gösterir." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Eğer az öğe bulunuyorsa aşağı açılır kutu kullanılacaktır." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Dış anahtar için varsayılan değer bazı sorgular için onay kutusunu denetler." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" "Sürükle ve bırak ile içe aktarmayı etkisizleştirmek için onay kutusunun " "işaretini kaldırın" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Bir defada kaç tane satır eklenebileceğidir." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Gözat görünümünde herhangi bir sayısal olmayan sütunda gösterilen en fazla " "karakter sayısıdır." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "Oturum açma tanımlama bilgisinin ne kadar (saniye cinsinden) geçerli " "olacağını tanımlar." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT sütunları için metin alanın iki katı boyutu." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Veritabanı listesinde görüntülenen en fazla veritabanı sayısıdır." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Tablo listesinde görüntülenen en fazla tablo sayısıdır." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "En fazla son kullanılan tablo sayısıdır; etkisizleştirmek için 0'a ayarlayın." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" "En fazla sık kullanılan tablo sayısıdır; etkisizleştirmek için 0'a ayarlayın." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Bunlar Düzenle, Kopyala ve Sil bağlantılarıdır." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Benzersiz bir anahtar olmadığında da satır bağlantılarının görüntülenip " "görüntülenmeyeceği." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Kısayol tuşlarını etkisizleştir" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Tablo ve veritabanı adlarını sıralamak için doğal sırayı kullanın." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Sadece simgeleri, sadece metni veya her ikisini kullanın." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "HTTP aktarımlarındaki arttırılmış hız için GZip çıktı arabellekleme kullanır." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL veritabanlarına sürekli bağlantı kullanır." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB ve BINARY sütunlarını düzenlemeye izin vermez." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Geçmişte ne kadar sorgu tutulacağıdır." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Karakter grubu dönüştürme için kullanılacak olan işlevleri seçin." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Tablolara gözatılırken her tablonun sıralaması hatırlanır." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Birincil anahtarı olan tablolar için varsayılan sıralama düzeni." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Her X hücrede başlığı tekrarla, [kbd]0[/kbd] bu özelliği devre dışı bırakır." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Seçenekleri görüntülemek için" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Dışa aktarmaların sunucu üzerinde kaydedilebileceği dizin." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "Sorgu kutusunun sunuşundan sonra ekranda kalıp kalmamasını tanımlar." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Veritabanı seçildiğinde tarayıcı penceresi başlığı." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Hiçbir şey seçilmediğinde tarayıcı penceresi başlığı." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Sunucu seçildiğinde tarayıcı penceresi başlığı." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Tablo seçildiğinde tarayıcı penceresi başlığı." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" "İçe aktarmak için dosyaları gönderebileceğiniz sunucu üzerindeki dizin." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Tüm veritabanı içinde aramaya izin verir." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Ana phpMyAdmin sayfasında son sürümü denetlemeyi etkinleştirir." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Proksi ile kimlik doğrulaması için parola." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "İçe ve dışa aktarma işlemleri için ZIP sıkıştırmayı etkinleştirin." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Hata raporlarını gönderirken varsayılan eylemi seçer." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Herhangi MySQL sunucusuna oturum açmaya izin ver" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "MySQL sunucusuna oturum açmayı kısıtla" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Üçüncü parti çerçevelemeye izin ver" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "\"Veritabanını kaldır\" bağlantısını normal kullanıcılara göster" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish gizliliği" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Satır işaretleyicisi" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Vurgulama işaretçisi" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR sütununu düzenleme" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror etkinleştir" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Linter etkinleştir" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Girdi alanı için en az boyut" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Girdi alanı için en fazla boyut" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR metin alanı sütunları" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR metin alanı satırları" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Yapılandırma dosyası izinlerini denetle" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Anında sıkıştır" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP sorgularını onayla" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Kağıt boyutu" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Varsayılan veritabanı sekmesi" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Varsayılan sunucu sekmesi" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Varsayılan tablo sekmesi" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Tablo ve sütun adları için otomatik tamamlamayı etkinleştir" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Sütun açıklamalarını göster" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Tablo yapısı eylemlerini gizle" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Hex için varsayılan dönüşümler" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Substring için varsayılan dönüşümler" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Bool2Text için varsayılan dönüşümler" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "External için varsayılan dönüşümler" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "PreApPend için varsayılan dönüşümler" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "DateFormat için varsayılan dönüşümler" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Inline için varsayılan dönüşümler" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "TextImageLink için varsayılan dönüşümler" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "TextLink için varsayılan dönüşümler" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Sunucuları liste olarak görüntüle" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Çoklu tablo bakımını etkisizleştir" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "En fazla yürütme süresi" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "[code]LOCK TABLES[/code] ifadesi kullan" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Dosya olarak kaydet" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Dosyanın karakter grubu" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Sıkıştırma" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10680,56 +10678,56 @@ msgstr "Sıkıştırma" msgid "Put columns names in the first row" msgstr "İlk satır içine sütun adlarını koy" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Sütunlar şununla kapatılsın" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Sütunlar şununla atlatılsın" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "NULL'u şununla değiştir" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Sütunlardaki CRLF karakterlerini kaldır" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Sütunlar şununla sonlandırılsın" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Satırlar şununla sonlandırılsın" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel yapısı" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Veritabanı adı şablonu" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Sunucu adı şablonu" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Tablo adı şablonu" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10739,80 +10737,80 @@ msgstr "Tablo adı şablonu" msgid "Dump table" msgstr "Tabloyu dökümle" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Tablo başlığını dahil et" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tablo başlığı" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Devam eden tablo başlığı" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Etiket anahtarı" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "İlişkiler" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Dışa aktarma yöntemi" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Sunucuda kaydet" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Ayrı dosyalar olarak dışa aktar" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Dosya adı şablonunu hatırla" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Tanımlardan DEFINER yan tümcesini kaldır" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Tablo ve sütun adlarını ters tırnaklarla kapattır" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL uyumluluk kipi" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Oluşturma/Güncelleme/Denetleme tarihleri" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Gecikmiş eklemeleri kullan" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Dış anahtar denetlemelerini etkisizleştir" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Görünümleri tablolar halinde dışa aktar" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin yapılandırma depolamasından ilgili üstveriyi içe aktar" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "BINARY ve BLOB için onaltılık düzen kullan" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10820,847 +10818,847 @@ msgstr "" "IF NOT EXISTS ifadesi ekle (tablo oluşumu sırasında üretilecek olan " "indeksler gibi daha az etkili)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s görünümü" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Yoksayılan eklemeleri kullan" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Veri eklenirken kullanılacak sözdizimi" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Oluşturulan sorgunun azami uzunluğu" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Dışa aktarma türü" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "İşlem içinde dışa aktarmayı kapsa" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "UTC olarak dışa aktarma zamanı" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Dış anahtar aşağı açılır düzeni" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Dış anahtar sınırı" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Dış anahtar denetlemeleri" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Takvimin ilk günü" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Gözatma kipi" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Geliştirici" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Düzenleme kipi" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Dışa aktarma varsayılanları" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Genel" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "İçe aktarma varsayılanları" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "İçe aktar / Dışa aktar" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Gezinme ağacı" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Diğer çekirdek ayarlar" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Sayfa başlığı" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Güvenlik" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Temel ayarlar" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Kimlik doğrulaması" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Sunucu yapılandırması" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Yapılandırma depolama" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Değişiklikleri izleme" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL Sorgu kutusu" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Başlangıç" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Veritabanı yapısı" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Sekmeler" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "İlişkisel şemayı görüntüle" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Metin alanları" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! metni" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Uyarılar" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Iconv için ilave parametreler" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Çoklu ifade hatalarını yoksay" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Sürükle ve bırak ile içe aktarmayı etkinleştir" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Kısmi içe aktarma: yarıda kesmeye izin ver" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "EKLEME hatasında durdurma" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "Boş değerleri NULL olarak içe aktar" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "ON DUPLICATE KEY UPDATE ekle" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "İçe aktarılmış dosyanın biçimi" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "YEREL anahtar kelime kullan" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Sütun adları ilk satırda" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Boş satırları içe aktarma" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Para birimlerini içe aktar ($5.00'ı 5.00'a)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Yüzdeleri doğru ondalık olarak içe aktar (%12.00'ı .12'ye)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Kısmi içe aktarma: sorguları atla" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Sıfır değerleri için AUTO_INCREMENT değeri kullanma" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Çoklu bayt olarak oku" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Kaydırıcılar için başlangıç durumu" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Eklenmiş satır sayısı" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Sütun karakterlerini sınırlandır" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Oturum kapatmada tüm tanımlama bilgilerini sil" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Kullanıcı adını geri çağır" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Oturum açma tanımlama bilgisi saklama" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Oturum açma tanımlama bilgisi geçerliliği" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT için en büyük metin alanı" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "En fazla görüntülenen SQL uzunluğu" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "En fazla veritabanı" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "İlk seviyedeki en fazla öğe" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Daldaki en fazla öğe" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Görüntülemek için en fazla satır sayısı" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "En fazla tablo" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Bellek sınırı" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Veritabanlarını gezinme ağacı olarak göster" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Gezinme paneli genişliği" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Ana panel ile bağla" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Logoyu görüntüle" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logo bağlantısı URL'si" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logo bağlantısı hedefi" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Sunucu seçimlerini görüntüle" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Hızlı erişim simgesi için hedef" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "İkinci hızlı erişim simgesi için hedef" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Süzgeç kutusunu görüntülemek için en az öğe sayısı" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Veritabanı süzgeci kutusunu görüntülemek için en az veritabanı sayısı" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Ağaçtaki öğeleri grupla" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Veritabanı ağaç ayıracı" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Tablo ağacı ayıracı" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "En fazla tablo ağacı derinliği" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Vurgulamaları etkinleştir" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Gezinme ağacı genişlemesini etkinleştir" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Tabloları ağaçta göster" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Görünümleri ağaç içinde göster" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "İşlevleri ağaç içinde göster" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Yordamları ağaç içinde göster" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Olayları ağaç içinde göster" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Tek bir veritabanı genişlet" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Son kullanılan tablolar" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Tablo satır bağlantılarının nerede gösterileceği" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Yine de satır bağlantılarını göster" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Doğal sıra" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Tablo gezinme çubuğu" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip çıktı arabellekleme" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Varsayılan sıralama düzeni" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Sürekli bağlantılar" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Eksik phpMyAdmin yapılandırma depolama tabloları" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL'e ayrılmış kelime uyarısı" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Menü sekmeleri nasıl görüntülensin" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Çeşitli eylem bağlantıları nasıl görüntülensin" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "İkili değer sütunlarını koru" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Kalıcı sorgu geçmişi" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Sorgu geçmişi uzunluğu" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Kullanıcılar arasında paylaşılan yer işaretlerine izin ver" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Kaydetme motoru" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Tablonun sıralamasını hatırla" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Birincil anahtar varsayılan sıralama düzeni" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Başlıkları tekrarla" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Kılavuz düzenleme: tetikleme eylemi" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "İlişkisel görüntüleme" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Kılavuz düzenleme: bir defada tüm düzenlenen hücreleri kaydet" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Kayıt dizini" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Anamakine yetkilendirme düzeni" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Anamakine yetkilendirme kuralları" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Parolasız oturum açmaya izin ver" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Root oturumu açmaya izin ver" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Oturum saat dilimi" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Alanı" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Yer işareti tablosu" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Sütun bilgisi tablosu" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Bağlantıyı sıkıştır" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Denetim kullanıcısı parolası" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Denetim kullanıcısı" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Denetim anamakinesi" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Denetim bağlantı noktası" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA kullanımını etkisizleştir" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Veritabanlarını gizle" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL sorgu geçmişi tablosu" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Sunucu anamakine adı" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Oturum kapatma URL'si" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Saklamak için en fazla tablo tercihleri sayısıdır" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Şablonlar tablosunu dışa aktar" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Merkezi sütunlar tablosu" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Sadece listelenmiş veritabanları göster" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Yapılandırma kimlik den. için parola" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF şeması: sayfalar tablosu" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Sunucu bağ.noktası" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Son kullanılan tablo" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Sık kullanılanlar tablosu" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "İlişki tablosu" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Oturumu açma oturum adı" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Oturumu açma URL'si" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Sunucu soketi" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL kullan" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Tasarımcı ve PDF şeması: tablo koordinatları" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Görüntü sütunları tablosu" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "KA tercihleri tablosu" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE ifadesi ekle" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW ifadesi ekle" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "İfadelerden izlere" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL sorgu izleme tablosu" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Otomatik olarak sürümleri oluştur" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Kullanıcı tercihleri depolama tablosu" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Kullanıcılar tablosu" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Kullanıcı grupları tablosu" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Gizli gezinme öğeleri tablosu" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Yapılandırma kimlik den. için kullanıcı" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Bu sunucunun ayrıntılı adı" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Tüm satırları görüntülemeye izin ver" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Parola değiştirme formunu göster" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Veritabanı oluşturma formu göster" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Tablo açıklamalarını göster" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Oluşturma zaman damgasını göster" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Son güncelleme zaman damgasını göster" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Son denetleme zaman damgasını göster" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Tablo karakter grubunu göster" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Alan türlerini göster" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "İşlev alanlarını göster" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "İpucu göster" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "phpinfo() bağlantısını göster" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Ayrıntılı MySQL sunucu bilgisini göster" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL sorgularını göster" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "İstatistikleri göster" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Kilitli tabloları atla" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL'i açıkla" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "PHP kodu oluştur" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin uyarısı" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Oturum açma tanımlama bilgisi geçerlilik uyarısı" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Metin alanı sütunları" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Metin alanı satırları" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Varsayılan başlık" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "IP İzin Verme/Reddetme için güvenilir proksi listesi" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Gönderme dizini" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Veritabanı aramayı kullan" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Ayarlarda Geliştirici sekmesini etkinleştir" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Sürüm denetleme" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Proksi URL'si" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Proksi kullanıcı adı" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Proksi parolası" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API için URL" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API için İçerik-Güvenliği-İlkesi kod parçacığı" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API için istek parametresi" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API için yanıt parametresi" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "reCAPTCHA için ortak anahtar" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "reCAPTCHA için özel anahtar" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "reCAPTCHA site doğrulaması için URL" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Hata raporlarını gönder" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter konsolda sorguları çalıştırsın" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Sıfır Yapılandırması kipini etkinleştir" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Enter tuşuna basıldığında sorguları çalıştır ve Shift+Enter tuşları ile yeni " "satır ekle" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Konsol yüksekliği" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Konsol kipi" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Sıralama" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Sunucu bağlantısı karşılaştırması" @@ -11693,7 +11691,8 @@ msgstr "Sıkıştırılmış içe aktarma eksik %s işlevinden dolayı çalışm msgid "Compressed export will not work due to missing function %s." msgstr "Sıkıştırılmış dışa aktarma eksik %s işlevinden dolayı çalışmayacak." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "en fazla %s" @@ -11727,7 +11726,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument Hesap Tablosu" @@ -11735,7 +11734,7 @@ msgstr "OpenDocument Hesap Tablosu" msgid "OpenDocument Text" msgstr "OpenDocument Metni" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "VERİ YÜKLE kullanarak CSV" @@ -11899,7 +11898,7 @@ msgstr "" "%1$sGZip sıkıştırması ve açması%2$s bu sistemde mevcut olmayan işlevleri " "(%3$s) gerektiriyor." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Sunucu %d" @@ -12178,7 +12177,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "Dışa aktarma eklentileri yüklenemedi, lütfen kurulumunuzu denetleyin!" @@ -12309,7 +12308,7 @@ msgid "Success!" msgstr "Başarılı!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12374,7 +12373,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Sayfayı yenilemek isteyebilirsiniz." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Kötü tür!" @@ -12494,15 +12493,7 @@ msgstr "" "bunu kaldırmanız son derece önerilir. Yoksa yapılandırmanızı indiren " "yetkisiz insanlar tarafından sunucunuzun güvenliği riske atılabilir." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sbelgelere%s bakın." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12511,7 +12502,7 @@ msgstr "" "$cfg['TempDir'] (%s) erişilebilir değil. phpMyAdmin şablonları " "önbellekleyemez ve bu nedenle yavaş olacaktır." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12521,7 +12512,7 @@ msgstr "" "code] değişkeni eksik. Olası sorunlar için lütfen [doc@faq1-46]belgelere[/" "doc] bakın." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12531,7 +12522,7 @@ msgstr "" "görünüyor. Mbstring uzantısı olmadan phpMyAdmin karakter dizgilerini doğru " "olarak bölemez ve bu beklenmeyen sonuçlar doğurabilir." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12606,7 +12597,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" ifadesi etkisizleştirildi." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK meydana geldi.]" @@ -14513,7 +14504,7 @@ msgid "No such column" msgstr "Böyle bir sütun yok" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Dizgi" @@ -15376,7 +15367,7 @@ msgstr "Yanlış veri" msgid "Wrong data or no validation for %s" msgstr "Yanlış veri veya %s için doğrulama yok" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Yer işareti %s oluşturuldu." @@ -15454,7 +15445,7 @@ msgstr "İsteğinizle ilgili bir sorun var." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL boş bir sonuç kümesi döndürdü (yani sıfır satır)." @@ -15840,27 +15831,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Satır silindi." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Sorgu %01.4f saniye sürdü." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Gösterilen satır %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s toplam, %2$s sorguda" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "toplam %s" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Bağlantı bulunamadı!" @@ -16489,11 +16480,11 @@ msgstr "" msgid "web server upload directory:" msgstr "web sunucusu gönderme dizini:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL sorgusu gösteriliyor" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Eklenen satır id: %1$d" @@ -16936,39 +16927,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "Bulunan kısmi bağımlılıklar yok!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Birleştir" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Tablo aynısına taşınamıyor!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Tablo aynısına kopyalanamıyor!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s tablosu %s üzerine taşındı. Yetkiler ayarlandı." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s tablosu %s üzerine kopyalandı. Yetkiler ayarlandı." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "%s tablosu %s üzerine taşındı." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "%s tablosu %s üzerine kopyalandı." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tablo adı boş!" @@ -17053,7 +17044,7 @@ msgstr "" "İki etkenli kimlik doğrulamasını etkinleştirdiniz, lütfen oturum açma " "bilgilerinizi onaylayın." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Sütunlar şununla ayrılmış:" @@ -17474,7 +17465,7 @@ msgstr "" "Şununla en fazla çıktı uyumluluğu için Veritabanı sistemi veya daha eski " "MySQL sunucusu:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "Girinti:" @@ -17497,19 +17488,19 @@ msgstr "" "İçe aktarmada kopya anahtarlar bulunduğunda veriyi günceller (ON DUPLICATE " "KEY UPDATE ekle)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Yeni tablo adı (isteğe bağlı):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Yeni veritabanı adı (isteğe bağlı):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Bu birçok satır sayısını içe aktar (isteğe bağlı):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17517,7 +17508,7 @@ msgstr "" "Tablo sütun adlarını içeren dosyanın ilk satırı (eğer bu işaretli " "değilse, ilk satır verinin parçası olacaktır)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17527,27 +17518,27 @@ msgstr "" "değilse, burada uyan sütun adları listelenir. Sütun adları virgüllerle " "bölünmeli ve tırnaklarla kapanmamalıdır." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Sütun adları:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "%d. satırda CSV girdisinin geçersiz biçimi." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "CSV girdisinde %d. satırda geçersiz sütun sayısı." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV içe aktarma için geçersiz parametre: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18328,11 +18319,11 @@ msgstr "Daha yeni sağlam sürüm mevcut değil" msgid "Using bookmark \"%s\" as default browse query." msgstr "Varsayılan gözatma sorgusu olarak \"%s\" yer işareti kullanılıyor." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP kodu olarak gösteriliyor" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18341,7 +18332,7 @@ msgstr "" "Şu anki seçim benzersiz bir sütun içermiyor. Kılavuz düzenleme, onay kutusu, " "Düzenle, Kopyala ve Sil özellikleri kullanılabilir değil. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18606,22 +18597,22 @@ msgstr "Geçerli bir tablo adı vermek zorundasınız!" msgid "You must provide a trigger definition." msgstr "Bir tetikleyici tanımı vermek zorundasınız." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "boş" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "boş değil" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1-bayt'lık bir tamsayı, işaretli aralığı -128'den 127'ye kadardır, işaretsiz " "aralığı 0'dan 255'e kadardır" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18629,7 +18620,7 @@ msgstr "" "2-bayt'lık bir tamsayı, işaretli aralığı -32,768'den 32,767'ye kadardır, " "işaretsiz aralığı 0'dan 65,535'e kadardır" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18637,7 +18628,7 @@ msgstr "" "3-bayt'lık bir tamsayı, işaretli aralığı -8,388,608'den 8,388,607'ye " "kadardır, işaretsiz aralığı 0'dan 16,777,215'e kadardır" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18645,7 +18636,7 @@ msgstr "" "4-bayt'lık bir tamsayı, işaretli aralığı -2,147,483,648'den 2,147,483,647'ye " "kadardır, işaretsiz aralığı 0'dan 4,294,967,295'e kadardır" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18654,7 +18645,7 @@ msgstr "" "9,223,372,036,854,775,807'ye kadardır, işaretsiz aralığı 0'dan " "18,446,744,073,709,551,615'e kadardır" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18662,7 +18653,7 @@ msgstr "" "Sabit noktalı bir sayı (M, D) - rakamların (M) en fazla sayısı 65'tir, " "ondalıkların (D) en fazla sayısı 30'dur. (varsayılan 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18670,7 +18661,7 @@ msgstr "" "Küçük kayan noktalı bir sayı, izin verilebilir değerler -3.402823466E+38'den " "-1.175494351E-38'e, 0 ve 1.175494351E-38'den 3.402823466E+38'e kadardır" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18680,7 +18671,7 @@ msgstr "" "-1.7976931348623157E+308'den -2.2250738585072014E-308'e, 0 ve " "2.2250738585072014E-308'den 1.7976931348623157E+308'e kadardır" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18688,7 +18679,7 @@ msgstr "" "DOUBLE için eş anlamlı (istisna: REAL_AS_FLOAT SQL kipte FLOAT için eş " "anlamlıdır)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18696,7 +18687,7 @@ msgstr "" "Bir bit alanı türü (M), değer (varsayılan 1'dir, en fazla 64'tür) başına " "bit'lerin M'sini saklar" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18704,21 +18695,21 @@ msgstr "" "TINYINT(1) için bir eş anlam, sıfır değeri false sayılır, sıfır olmayan " "değerler true sayılır" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE için bir kod adı" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Bir tarih, desteklenen aralık %1$s ile %2$s arası" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Bir tarih ve saat birleşimi, desteklenen aralık %1$s ile %2$s arası" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18731,12 +18722,12 @@ msgstr "" "arası, devirden (\"1970-01-01 00:00:00\" UTC) bu yana saniye sayısı olarak " "saklanır" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Bir saat, aralığı %1$s ile %2$s arası" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18745,7 +18736,7 @@ msgstr "" "verilebilir değerler 70 (1970) ile 69 (2069) arası ya da 1901 ile 2155 arası " "ve 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18753,7 +18744,7 @@ msgstr "" "Saklandığında belirlenmiş uzunluğa sağdan takviyeli boşluklu sabit uzunluk " "(0-255, varsayılan 1) dizgisi" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18762,7 +18753,7 @@ msgstr "" "Değişken uzunluk (%s) dizgisi, en fazla satır boyutu etkili en fazla uzunluk " "konusudur" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18770,7 +18761,7 @@ msgstr "" "En fazla 255 (2^8 - 1) karakter uzunluğunda bir TEXT sütunu, bayt'larda " "değerin uzunluğunu gösteren bir-bayt'lık bir ön ek ile saklanır" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18778,7 +18769,7 @@ msgstr "" "En fazla 65,535 (2^16 - 1) karakter uzunluğunda bir TEXT sütunu, bayt'larda " "değerin uzunluğunu gösteren iki-bayt'lık bir ön ek ile saklanır" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18786,7 +18777,7 @@ msgstr "" "En fazla 16,777,215 (2^24 - 1) karakter uzunluğunda bir TEXT sütunu, " "bayt'larda değerin uzunluğunu gösteren üç-bayt'lık bir ön ek ile saklanır" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18796,7 +18787,7 @@ msgstr "" "sütunu, bayt'larda değerin uzunluğunu gösteren dört-bayt'lık bir ön ek ile " "saklanır" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18804,7 +18795,7 @@ msgstr "" "CHAR türü benzeridir ama ikili değer olmayan karakter dizgileri yerine ikili " "değer bayt dizgilerini saklar" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18812,7 +18803,7 @@ msgstr "" "VARCHAR türü benzeridir ama ikili değer olmayan karakter dizgileri yerine " "ikili değer bayt dizgilerini saklar" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18820,7 +18811,7 @@ msgstr "" "En fazla 255 (2^8 - 1) bayt uzunluğunda bir BLOB sütunu, değerin uzunluğunu " "gösteren bir-bayt'lık bir ön ek ile saklanır" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18828,7 +18819,7 @@ msgstr "" "En fazla 16,777,215 (2^24 - 1) bayt uzunluğunda bir BLOB sütunu, değerin " "uzunluğunu gösteren üç-bayt'lık bir ön ek ile saklanır" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18836,7 +18827,7 @@ msgstr "" "En fazla 65,535 (2^16 - 1) bayt uzunluğunda bir BLOB sütunu, değerin " "uzunluğunu gösteren iki-bayt'lık bir ön ek ile saklanır" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18844,7 +18835,7 @@ msgstr "" "En fazla 4,294,967,295 veya 4GiB (2^32 - 1) bayt uzunluğunda bir BLOB " "sütunu, değerin uzunluğunu gösteren dört-bayt'lık bir ön ek ile saklanır" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18852,43 +18843,43 @@ msgstr "" "Bir numaralandırma, 65,535 değerine kadar olan listeden seçilir ya da özel " "\" hata değeridir" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "64 üyeye kadar olan bir gruptan seçilen tek bir değerdir" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Herhangi bir türün geometrisini saklayabilen bir tür" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "2-boyutlu uzayda bir nokta" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Noktalar arasındaki doğrusal eklentili bir eğri" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Poligon" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Noktalar topluluğu" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Noktalar arasındaki doğrusal eklentili bir eğri topluluğu" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Poligonlar topluluğu" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Herhangi bir türün geometri nesneleri topluluğu" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18896,7 +18887,7 @@ msgstr "" "JSON (JavaScript Nesne Gösterimi) belgelerindeki verilere verimli erişimi " "etkinleştirir ve saklar" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18905,11 +18896,11 @@ msgstr "" "geleneksel eşlemesini varsayan, IPv6 adreslerinin depolanması için " "tasarlanmıştır" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128 bit UUID (Evrensel Benzersiz Tanımlayıcı)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" @@ -18917,21 +18908,21 @@ msgstr "" "Benzerlik arama ve makine öğrenimi uygulamaları gibi işlemler için en uygun " "hale getirilmiş vektör verilerini depolar" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "XML verilerinin depolanması için tasarlanmıştır" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Sayısal" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Tarih ve saat" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Uzaysal" @@ -18976,6 +18967,24 @@ msgstr "ZIP arşivinde hata:" msgid "No files found inside ZIP archive!" msgstr "ZIP arşivi içinde bulunan dosya yok!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Eğer Suhosin algılanırsa, ana sayfada görüntülenen varsayılan uyarıyı " +#~ "etkisizleştirir." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin uyarısı" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sbelgelere%s " +#~ "bakın." + #~ msgid "The fullscreen request was denied." #~ msgstr "Tam ekran isteği reddedildi." diff --git a/resources/po/tt.po b/resources/po/tt.po index eb9fa15897..5e7bb3e19c 100644 --- a/resources/po/tt.po +++ b/resources/po/tt.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Tatar %s" msgstr "Serverneñ \"%s\" törgägendä saqla" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Birem bar bulsa, östän yazdırası" @@ -4153,7 +4153,7 @@ msgstr "bonı sayla" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Kire" @@ -4163,7 +4163,7 @@ msgstr "Kire" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Yökläw" @@ -4514,8 +4514,8 @@ msgstr "SQL qaytarışı" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Biremleklär" @@ -4542,7 +4542,7 @@ msgid "Recent" msgstr "Awdar" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4588,18 +4588,18 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 #, fuzzy msgid "SQL queries" msgstr "SQL-soraw" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Indexes" msgid "Main panel" @@ -5118,7 +5118,22 @@ msgstr "\"%s\" biremlege öçen xoquqlar tikşerü." msgid "Check privileges" msgstr "Xoquqlar tikşerü" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "%s biremlegendä eşlätäse SQL-soraw" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5126,7 +5141,7 @@ msgstr "Xoquqlar tikşerü" msgid "Total:" msgstr "Tulayım" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5134,18 +5149,18 @@ msgstr "" "Note: Enabling the Database statistics here might cause heavy traffic " "between the webserver and the MySQL one." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Nöfüsne Cibärü" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Biremleklär yuq" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6291,7 +6306,7 @@ msgid "Current server:" msgstr "Server" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serverlär" @@ -6369,7 +6384,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -7013,7 +7028,7 @@ msgstr "Tösle kürsät" msgid "Show hidden messages" msgstr "Sırlı kürsät" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -7104,7 +7119,7 @@ msgid "Detailed profile" msgstr "Eçtälek bireme" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7174,7 +7189,7 @@ msgstr "Soraw qaytarmasın eşkärtü" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7228,7 +7243,7 @@ msgstr "" msgid "Show this query here again" msgstr "Bu sorawnı qabat kürsätäse" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy msgid "Retain query box" msgstr "SQL-soraw" @@ -7788,7 +7803,7 @@ msgid "Delete the view (DROP)" msgstr "Biremleklär yuq" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8000,34 +8015,34 @@ msgid "Index length" msgstr "Kerem ozınlığı" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 #, fuzzy msgid "Check" msgstr "Çexçä" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 #, fuzzy msgid "Repair" msgstr "Tüşämä tözätü" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9964,14 +9979,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "tüşämä adı" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10181,351 +10188,351 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Tüşämä/alan isemnären kirequote eçenä salası" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "Üzennän tözälü ısulı" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy msgid "Customize default options." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy msgid "Customize edit mode." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy msgid "Customize default export options." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy msgid "Customize default common import options." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy msgid "Databases display options." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy msgid "Customize appearance of the navigation panel." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy msgid "Customize the navigation tree." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy msgid "Servers display options." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy msgid "Tables display options." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy msgid "Authentication settings." msgstr "Bäyläneşlär" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "MySQL connection collation" msgid "Enter server connection parameters." msgstr "MySQL-totaşunıñ tezü cayı" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy msgid "SQL queries settings." msgstr "SQL-soraw" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy msgid "Customize startup page." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy msgid "Customize text input fields." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy msgid "Customize default options" msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Baştan ütep kitäse yazma sanı" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10533,49 +10540,49 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "The number of tables that are open." msgid "" @@ -10583,444 +10590,438 @@ msgid "" "display a filter box." msgstr "Açıq toruçı tüşämä sanı." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show grid" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Sırlı kürsät" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy msgid "Set to 0 to collapse navigation panel." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy msgid "Show logo in navigation panel." msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show grid" msgid "Whether to show tables under database in the navigation tree" msgstr "Sırlı kürsät" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show grid" msgid "Whether to show views under database in the navigation tree" msgstr "Sırlı kürsät" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show grid" msgid "Whether to show events under database in the navigation tree" msgstr "Sırlı kürsät" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy msgid "Authentication method to use." msgstr "Bäyläneşlär" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL servergä totaşılıp bulmadı" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy msgid "Enable SSL for connection to MySQL server." msgstr "Köndälek biremenä yazılğan bayt sanı bu." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11028,13 +11029,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11042,440 +11043,440 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Tüşämä tözeleşenä küzätü" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of databases displayed in database list." msgstr "Açıq toruçı tüşämä sanı." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of tables displayed in table list." msgstr "Açıq toruçı tüşämä sanı." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "The number of tables that are open." msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Açıq toruçı tüşämä sanı." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Yat tezeş tikşerüen sünderep" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy msgid "For display Options" msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 #, fuzzy msgid "Allow login to any MySQL server" msgstr "MySQL servergä totaşılıp bulmadı" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "MySQL servergä totaşılıp bulmadı" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Açıq" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy msgid "Minimum size for input field" msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "Tezü öçen waqıtlı birem olılığın çıläw" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Qäğäz zuqlığı" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 #, fuzzy msgid "Default database tab" msgstr "Biremlekne bolay atap quy" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 #, fuzzy msgid "Default server tab" msgstr "Biremlekne bolay atap quy" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 #, fuzzy msgid "Default table tab" msgstr "Biremlekne bolay atap quy" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Tüşämä/alan isemnären kirequote eçenä salası" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Tüşämä açıqlaması" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Tüşämä tözeleşenä küzätü" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Information" msgid "Default transformations for Hex" msgstr "Beleşmä" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Transformation options" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Bool2Text" msgstr "Transformation options" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for External" msgstr "Transformation options" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Transformation options" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for DateFormat" msgstr "Transformation options" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Transformation options" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Transformation options" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Transformation options" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Tüşämä eşkärtü" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Biremgä saqlıysı" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 #, fuzzy msgid "Character set of the file" msgstr "Şul biremneñ bilgelämäse:" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Qısu" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11485,71 +11486,71 @@ msgstr "Qısu" msgid "Put columns names in the first row" msgstr "Berençe yulda alannarnıñ iseme çığarası" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Alan yaptıruçı bilge" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Alan uzdıru bilgese" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "NULL'nı almaştırası:" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Yul ara bilgese" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Yul ara bilgese" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Excel söreme" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 #, fuzzy msgid "Database name template" msgstr "Birem adınıñ tözeleşe" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 #, fuzzy msgid "Server name template" msgstr "Birem adınıñ tözeleşe" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 #, fuzzy msgid "Table name template" msgstr "Birem adınıñ tözeleşe" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11561,1065 +11562,1065 @@ msgstr "Birem adınıñ tözeleşe" msgid "Dump table" msgstr "%s tüşämä" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Tüşämä başlığın östise" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Tüşämä başlığı" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Tüşämä dawamınıñ başlığı" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Açqıç yazması" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Bäyläneşlär" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Çığaru ısulı" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "yatqırıp (başlıqlar almaşıp)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy msgid "Remember filename template" msgstr "Birem adınıñ tözeleşe" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Tüşämä/alan isemnären kirequote eçenä salası" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL, kileşterü ısulı" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Yaratılu/Üzgärelü/Tikşerü çaqları" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Kötterep östise" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Yat tezeş tikşerüen sünderep" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "%s biremlegendä yaña tüşämä yaratu" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Sessi bäyäse" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "\"IGNORE\" belän kertäse" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Kilgän soraw külämeneñ öske küläme" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy msgid "Export type" msgstr "Çığaru ısulı" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Transaksi eçendä ütkärep" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 #, fuzzy msgid "Export time in UTC" msgstr "Çığaru ısulı" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Yat tezeş tikşerüen sünderep" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 #, fuzzy msgid "Export defaults" msgstr "Biremdän alu" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Ürçet" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 #, fuzzy msgid "Import defaults" msgstr "Biremdän alu" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy msgid "Navigation tree" msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Bitneñ sanı:" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Documentation" msgid "Authentication" msgstr "Qullanma" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 #, fuzzy msgid "SQL Query box" msgstr "SQL-soraw" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 #, fuzzy msgid "Startup" msgstr "Torış" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Qullanuçı biremlege" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 #, fuzzy msgid "Tabs" msgstr "Tüşämä" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Bäyläneşlär sxeme" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Bu mätennän" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Yöklänğan birem tözeleşe" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL digän süz qullanıp" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Put fields names in the first row" msgid "Column names in first row" msgstr "Berençe yulda alannarnıñ iseme çığarası" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "\"AUTO_INCREMENT\" bäyäsen östise" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Uñışsız uqu" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 #, fuzzy msgid "Number of inserted rows" msgstr "Tezelgän yazma sanı bu." -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 #, fuzzy msgid "Maximum databases" msgstr "Biremleklär yuq" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Tezü öçen waqıtlı birem olılığın çıläw" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 #, fuzzy msgid "Memory limit" msgstr "Resurs çikläwläre" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show grid" msgid "Show databases navigation as tree" msgstr "Sırlı kürsät" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy msgid "Navigation panel width" msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy msgid "Link with main panel" msgstr "Biremlek saqlaw köyläneşe" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of items to display the filter box" msgstr "Açıq toruçı tüşämä sanı." -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "The number of tables that are open." msgid "Minimum number of databases to display the database filter box" msgstr "Açıq toruçı tüşämä sanı." -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 #, fuzzy msgid "Database tree separator" msgstr "Birem adınıñ tözeleşe" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "Tüşämä başlığı" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Tüşämälär kürsätäse" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "Sırlı kürsät" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Proseslär tezmäse" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "Sırlı kürsät" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "Biremlekne boña kübäyt" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy msgid "Recently used tables" msgstr "Tüşämä tikşerü" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Tüşämä eçtälegen bolay tezäse" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "Tüşämä başlığı" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Tüşämä adın üzgärtü" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "A primary key has been added on %s." msgid "Primary key default sort order" msgstr "\"%s\" öçen töp açqıç qorıldı" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Tözätü cebe" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational schema" msgid "Relational display" msgstr "Bäyläneşlär sxeme" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 #, fuzzy msgid "Save directory" msgstr "Biremnär törgäge" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sessi bäyäse" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Any host" msgid "Control host" msgstr "Bar bulğan host" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Any host" msgid "Control port" msgstr "Bar bulğan host" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 #, fuzzy msgid "Hide databases" msgstr "Biremleklär yuq" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 #, fuzzy msgid "Server hostname" msgstr "server adı" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "%s biremlegendä yaña tüşämä yaratu" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "Add/Delete Field Columns" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 #, fuzzy msgid "Server port" msgstr "Server ID'e" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "Tüşämä centekläw" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Üzgärmälär" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 #, fuzzy msgid "Relation table" msgstr "Tüşämä tözätü" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 #, fuzzy msgid "Server socket" msgstr "Server Saylaw" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Displaying Column Comments" msgid "Display columns table" msgstr "Buy Açıqlamasın Kürsätäse" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Tüşämä kisäklären berläşterü" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Cömlä" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Üzennän tözälü ısulı" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Tüşämä qullanıp" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Host Tüşämä eçennän" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Tüşämä açıqlaması" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show PHP information" msgid "Show creation timestamp" msgstr "PHP turında" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show PHP information" msgid "Show last update timestamp" msgstr "PHP turında" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show PHP information" msgid "Show last check timestamp" msgstr "PHP turında" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Tüşämä açıqlaması" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Açıq tüşämä tezmäse" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Sırlı kürsät" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 #, fuzzy msgid "Show SQL queries" msgstr "Tulı Sorawlar Kürsät" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 #, fuzzy msgid "Show statistics" msgstr "Kerem Nöfüse" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 #, fuzzy msgid "Skip locked tables" msgstr "Açıq tüşämä tezmäse" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL Centekläw" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP-Kod yasa" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "Add/Delete Field Columns" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy msgid "Default title" msgstr "Biremlekne bolay atap quy" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 #, fuzzy msgid "Upload directory" msgstr "Biremnär törgäge" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy msgid "Proxy username" msgstr "Atama:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Sersüz" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy msgid "Send error reports" msgstr "Server ID'e" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL-soraw" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Could not load default configuration from: \"%1$s\"" msgid "Enable Zero Configuration mode" msgstr "Töp köyläneşen yökläp bulmadı: \"%1$s\"" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" @@ -12656,7 +12657,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -12690,7 +12692,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Documentation" msgid "OpenDocument Spreadsheet" @@ -12702,7 +12704,7 @@ msgstr "Qullanma" msgid "OpenDocument Text" msgstr "Qullanma" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "LOAD DATA qullanıp CSV" @@ -12825,7 +12827,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13120,7 +13122,7 @@ msgstr "Bu biremlektä ber genä dä tüşämä yuq." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 #, fuzzy msgid "Could not load export plugins, please check your installation!" msgstr "Totaşmalar yökläp bulmadı, quyılışın tikşerep alası!" @@ -13252,7 +13254,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13314,7 +13316,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 #, fuzzy #| msgid "Bar type" msgid "Bad type!" @@ -13407,28 +13409,21 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13438,7 +13433,7 @@ msgstr "" "charset. Without mbstring extension phpMyAdmin is unable to split strings " "correctly and it may result in unexpected results." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13502,7 +13497,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" cönläläre sünderelgän." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15682,7 +15677,7 @@ msgid "No such column" msgstr "Add/Delete Field Columns" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16456,7 +16451,7 @@ msgstr "Biremleklär yuq" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16544,7 +16539,7 @@ msgstr "Tüşämä tikşerü" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL sorawğa buş cawap, yäğni nül kertem qaytarttı." @@ -16979,30 +16974,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Bu yazma salınğan buldı" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Soraw eşkärtü %01.4f sek aldı" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Yazma sanı" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "tulayım" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -17618,12 +17613,12 @@ msgstr "" msgid "web server upload directory:" msgstr "web-server'neñ yökläw törgäge" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 #, fuzzy msgid "Showing SQL query" msgstr "Tulı Sorawlar Kürsät" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -18051,42 +18046,42 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy msgid "Coalesce" msgstr "Berär genä dä tüşämä yuq" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Ber ük at belän tüşämä küçerep bulmí!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "\"%s\" atlı tüşämä \"%s\" kebek ataldı." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "\"%s\" atlı tüşämä \"%s\" kebek ataldı." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "\"%s\" atlı tüşämä \"%s\" kebek ataldı." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tüşämä adı kertelmi qaldı!" @@ -18168,7 +18163,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -18651,7 +18646,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -18675,54 +18670,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Alan iseme" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV yökläweneñ yaraqsız köyläneşe: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19527,18 +19522,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19814,97 +19809,97 @@ msgstr "Tüşämä adı yaraqsız" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Buşat" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Server söreme" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19912,175 +19907,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "%1$s atlı tüşämä adın %2$s itep üzgärtep bulmadı" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add %s field(s)" msgid "A polygon" msgstr "%s alan östäw" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Yaña tezeş yaratu" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" diff --git a/resources/po/tzm.po b/resources/po/tzm.po index 2f1362d803..0da7936bf0 100644 --- a/resources/po/tzm.po +++ b/resources/po/tzm.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Tamazight (Central Atlas) %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3602,7 +3602,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Uɣul" @@ -3612,7 +3612,7 @@ msgstr "Uɣul" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3924,8 +3924,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3947,7 +3947,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -3983,17 +3983,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4441,28 +4441,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Seɣzen" @@ -5470,7 +5484,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5543,7 +5557,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6104,7 +6118,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6186,7 +6200,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6247,7 +6261,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6293,7 +6307,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6763,7 +6777,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6925,32 +6939,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8604,14 +8618,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8789,329 +8795,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9119,478 +9125,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9598,13 +9598,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9612,391 +9612,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10004,56 +10004,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10063,924 +10063,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11013,7 +11013,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11047,7 +11048,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11055,7 +11056,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11176,7 +11177,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11438,7 +11439,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11562,7 +11563,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11620,7 +11621,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11706,35 +11707,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11797,7 +11791,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13598,7 +13592,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14330,7 +14324,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14408,7 +14402,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14779,27 +14773,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15356,11 +15350,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15758,39 +15752,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -15864,7 +15858,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16260,7 +16254,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "" @@ -16281,52 +16275,52 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17013,18 +17007,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17277,95 +17271,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17373,170 +17367,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/ug.po b/resources/po/ug.po index 4d38594998..bad19853ec 100644 --- a/resources/po/ug.po +++ b/resources/po/ug.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-03-03 23:09+0000\n" "Last-Translator: Abduqadir Abliz \n" "Language-Team: Uyghur %s" msgstr "مۇلازىمىتېرنىڭ %s مۇندەرىجىسىدە ساقلاش" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "مەۋجۇت ھۆججەت ئۈستىدىن يېزىش" @@ -4069,7 +4069,7 @@ msgstr "ئېلىش" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "قايتىش" @@ -4079,7 +4079,7 @@ msgstr "قايتىش" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "كىرگۈزۈش" @@ -4461,8 +4461,8 @@ msgstr "SQL يوللاش" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "ساندان" @@ -4490,7 +4490,7 @@ msgid "Recent" msgstr "ھادىسە" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Tracked tables" msgid "Favorite tables" @@ -4538,17 +4538,17 @@ msgid "Features" msgstr "Features" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL سوئاللىرى" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "يول باشلاش تاختىسى" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Indexes" msgid "Main panel" @@ -5086,7 +5086,21 @@ msgstr "ساندان \"% s\" نىڭ ئىمتىيازلىرىنى تەكشۈرۈ msgid "Check privileges" msgstr "ھۇقۇقى" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "ساندان% s دىكى SQL سوئال / سوئاللىرىنى ئىجرا قىلىڭ" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5094,7 +5108,7 @@ msgstr "ھۇقۇقى" msgid "Total:" msgstr "يىغىندىسى" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5102,18 +5116,18 @@ msgstr "" "ئەسكەرتىش: بۇ يەردىكى ساندان ستاتىستىكىسىنى قوزغىتىش تور مۇلازىمېتىرى بىلەن " "MySQL مۇلازىمېتىرى ئارىسىدا ئېغىر قاتناشنى كەلتۈرۈپ چىقىرىشى مۇمكىن." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Search" msgid "Enable statistics" msgstr "ئىزدەش" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "ساندان يوق" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "جەزملەشتۈرۈڭ" @@ -6272,7 +6286,7 @@ msgid "Current server:" msgstr "مۇلازىمىتېر" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "مۇلازىمېتىرلار" @@ -6359,7 +6373,7 @@ msgid "Test:" msgstr "سىناق:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "مۇلازىمىتېر" @@ -7041,7 +7055,7 @@ msgstr "جەدۋەلنى كۆرسىتىش" msgid "Show hidden messages" msgstr "تېزىسلار" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "دەلىللەش تىپى" @@ -7129,7 +7143,7 @@ msgid "Detailed profile" msgstr "سانلىق مەلۇمات ھۆججىتىنىڭ ئېشىش چوڭ-كىچىكلىكى" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "زاكاز" @@ -7200,7 +7214,7 @@ msgstr "ئاساسىي مەزمۇن" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7250,7 +7264,7 @@ msgstr "Delimiter" msgid "Show this query here again" msgstr "بۇ سوئالنى بۇ يەردە قايتا كۆرسىتىڭ" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "SQL query" msgid "Retain query box" @@ -7809,7 +7823,7 @@ msgid "Delete the view (DROP)" msgstr "كۆچۈرۈلگەن ساندان" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Databases" msgid "Table structure" @@ -8023,32 +8037,32 @@ msgid "Index length" msgstr "تېزىسلار" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "تەھلىل قىلىڭ" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "تەكشۈرۈڭ" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "ئەلالاشتۇرۇش" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "قايتا قۇرۇش" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "رېمونت قىلىش" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Truncate" @@ -10070,14 +10084,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "قىممەت ئىسمى" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10270,19 +10276,19 @@ msgstr "يۇقىرىقىلارنىڭ ھەر ئىككىسى" msgid "neither of the above" msgstr "يۇقىرىقىلارنىڭ ھېچقايسىسى يوق" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "ئىشلەتكۈچىلەر تېخىمۇ يۇقىرى قىممەت بەلگىلىيەلمەيدۇ" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "ئەگەر قوزغىتىلغان بولسا ، ئىشلەتكۈچى cookie auth ئۈچۈن كىرىش شەكلىدە ھەر " "قانداق MySQL مۇلازىمېتىرنى كىرگۈزەلەيدۇ." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -10292,7 +10298,7 @@ msgstr "" "بىلەن ماسلاشتۇرۇش ئارقىلىق خالىغان MySQL مۇلازىمېتىرىغا كىرىش " "قوزغىتىلغاندا ، ئىشلەتكۈچى كىرەلەيدىغان MySQL مۇلازىمېتىرلىرىنى چەكلەيدۇ." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -10302,7 +10308,7 @@ msgstr "" "ئاتايدۇ ، ھەمدە يوشۇرۇن [كۈچلۈك] بىخەتەرلىك تۆشۈكى [/ strong] ھالقىما " "ئورگىنال (XSS) ھۇجۇمىغا يول قويىدۇ." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -10310,15 +10316,15 @@ msgstr "" "[Kbd] cookie [/ kbd] دەلىللەشتە ساقلانمىلارنى مەخپىيلەشتۈرۈش ئۈچۈن " "ئىشلىتىلىدىغان مەخپىي ئىبارىلەر." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "ئىمپورت مەشغۇلاتى ئۈچۈن bzip2 پىرىسلاشنى قوزغىتىڭ." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "ReCAPTCHA v2 ماس كېلىدىغان API نىڭ URL نى كىرگۈزۈڭ." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -10326,29 +10332,29 @@ msgstr "" "ReCAPTCHA v2 ماس كېلىدىغان API ئۈچۈن مەزمۇن-بىخەتەرلىك-سىياسەت پارچىسىنى " "كىرگۈزۈڭ." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "ReCAPTCHA v2 ماس كېلىدىغان API ئىشلىتىدىغان تەلەپ پارامېتىرىنى كىرگۈزۈڭ." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "ReCAPTCHA v2 ماس كېلىدىغان API ئىشلىتىدىغان ئىنكاس پارامېتىرىنى كىرگۈزۈڭ." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "تور نامىڭىزدىكى reCAPTCHA مۇلازىمىتى ئۈچۈن ئاممىۋى ئاچقۇچنى كىرگۈزۈڭ." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "دائىرە reCAPTCHA مۇلازىمىتىڭىز ئۈچۈن شەخسىي ئاچقۇچنى كىرگۈزۈڭ." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "ReCAPTCHA مۇلازىمىتىڭىز ئۈچۈن تور بېكىتىڭىزنى دەلىللەڭ." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -10357,7 +10363,7 @@ msgstr "" "CHAR ۋە VARCHAR ستونلىرىغا قايسى خىل تەھرىرلەش كونتروللىرىنى ئىشلىتىش " "كېرەكلىكىنى بەلگىلەيدۇ. [bb]" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -10365,7 +10371,7 @@ msgstr "" "گرامماتىكىلىق يورۇتۇش ۋە قۇر نومۇرى بىلەن SQL سوئاللىرىنى (CodeMirror) " "تەھرىرلەش ئۈچۈن ئىشلەتكۈچىلەرگە قۇلايلىق تەھرىرلىگۈچ ئىشلىتىڭ." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -10373,7 +10379,7 @@ msgstr "" "بۇ سوئالنى ئىجرا قىلىشتىن بۇرۇن خاتالىقلارنى تېپىڭ. CodeMirror نىڭ " "قوزغىتىلىشىنى تەلەپ قىلىدۇ." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10381,7 +10387,7 @@ msgstr "" "CHAR ۋە VARCHAR ستونلىرى ئۈچۈن ھاسىل قىلىنغان كىرگۈزۈش بۆلەكلىرىنىڭ ئەڭ " "تۆۋەن چوڭ-كىچىكلىكىنى بەلگىلەيدۇ." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -10389,7 +10395,7 @@ msgstr "" "CHAR ۋە VARCHAR ستونلىرى ئۈچۈن ھاسىل قىلىنغان كىرگۈزۈش بۆلەكلىرىنىڭ ئەڭ چوڭ " "چوڭ-كىچىكلىكىنى بەلگىلەيدۇ." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -10397,7 +10403,7 @@ msgstr "" "Gzip ئېكسپورتىنى ئۇچۇشتا كۆپ ئىچكى ساقلىغۇچنىڭ ھاجىتى يوق. ئەگەر سىز gzip " "ھۆججىتىدە مەسىلە كۆرۈلسە بۇ ئىقتىدارنى چەكلەڭ." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -10405,15 +10411,15 @@ msgstr "" "سانلىق مەلۇماتنى يوقىتىپ قويماقچى بولغاندا ئاگاھلاندۇرۇش («راستىنلا " "جەزملەشتۈرەمسىز…») كۆرسىتىلەمدۇ يوق." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "SQL سوئاللىرىدىكى جەدۋەل ۋە ستون ئىسىملىرىنىڭ ئاپتوماتىك تولۇقلىنىشى." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -10421,7 +10427,7 @@ msgstr "" "سۈكۈتتىكى ئۆزگەرتىشنىڭ تاللاش تىزىملىكىنىڭ قىممىتى. جەدۋەل قۇرۇلما بېتىدە " "ئۆزگەرتىش تولدۇرۇلسا بۇلار قاپلىنىدۇ." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -10429,7 +10435,7 @@ msgstr "" "سانداننىڭ تاللانغان جەدۋەللىرىنى ئەلالاشتۇرۇش ياكى رېمونت قىلىش دېگەندەك " "جەدۋەل ئاسراش ئاممىۋى مەشغۇلاتىنى چەكلەڭ." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -10437,12 +10443,12 @@ msgstr "" "بىر قوليازمىنىڭ ئىجرا بولىدىغان سېكۇنت سانىنى بەلگىلەڭ ([kbd] 0 [/ kbd] " "چەكلىمىگە ئۇچرىمايدۇ)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "نۆۋەتتىكى ئىشلەتكۈچىنىڭ ئېنىقلىمىسىنى چىقىرىۋېتىڭ" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -10450,7 +10456,7 @@ msgstr "" "چەتئەل ئاچقۇچلۇق تامچە رامكىسىدىكى تۈرلەرنى رەتلەش [kbd] مەزمۇن [/ kbd] " "پايدىلانغان سانلىق مەلۇمات ، [kbd] id [/ kbd] ئاچقۇچلۇق قىممەت." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -10459,7 +10465,7 @@ msgstr "" "ئىشلىتىلىدىغان سېھىرلىك تىزمىلار ئۈچۈن [doc @ faq6-27] ھۆججەتلەرنى [/ doc] " "دىن كۆرۈڭ." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -10467,7 +10473,7 @@ msgstr "" "شۇنىڭغا دىققەت قىلىڭكى ، phpMyAdmin پەقەت ئىشلەتكۈچى كۆرۈنمە يۈزى بولۇپ ، " "ئۇنىڭ ئىقتىدارلىرى MySQL نى چەكلىمەيدۇ." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -10475,7 +10481,7 @@ msgstr "" "ئىلغار مۇلازىمېتىر سەپلىمىسى ، ئۇلارنىڭ نېمە ئۈچۈن ئىكەنلىكىنى بىلمىسىڭىز بۇ " "تاللانمىلارنى ئۆزگەرتمەڭ." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -10484,7 +10490,7 @@ msgstr "" "قوشۇمچە ئىقتىدارلارغا ئېرىشىش ئۈچۈن phpMyAdmin سەپلىمە ساقلىغۇچنى سەپلەڭ ، " "ھۆججەتتىكى [doc @ linked-table] phpMyAdmin سەپلىمە ساقلاش [/ doc] نى كۆرۈڭ." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10492,130 +10498,130 @@ msgstr "" "سانداندا ئېلىپ بېرىلغان ئۆزگىرىشلەرنى ئىز قوغلاش. PhpMyAdmin سەپلىمە " "ساقلاشنى تەلەپ قىلىدۇ." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Automatic recovery mode" msgid "Customize browse mode." msgstr "ئاپتۇماتىك ئەسلىگە كەلتۈرۈش شەكلى" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "سۈكۈتتىكى تاللاشلارنى ئىختىيارىي قىلىڭ." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "PhpMyAdmin ئاچقۇچىلار ئۈچۈن تەڭشەك." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "تەھرىرلەش ھالىتىنى ئىختىيارىي قىلىڭ." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "سۈكۈتتىكى ئېكسپورت تاللانمىلىرىنى خاسلاشتۇرۇڭ." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "كۆپ ئىشلىتىلىدىغان تاللاشلارنى بەلگىلەڭ." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "كۆڭۈلدىكى ئادەتتىكى ئىمپورت تاللانمىلىرىنى خاسلاشتۇرۇڭ." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "ئىمپورت-ئېكىسپورت مۇندەرىجىسى ۋە پىرىسلاش تاللانمىلىرىنى بەلگىلەڭ." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Database comment" msgid "Databases display options." msgstr "ساندان ئىزاھاتى:" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "يول باشلاش تاختىسىنىڭ كۆرۈنۈشىنى خاسلاشتۇرۇڭ." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Indexes" msgid "Customize the navigation tree." msgstr "تېزىسلار" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "مۇلازىمېتىر تاللاش تاللانمىلىرى." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Table caption" msgid "Tables display options." msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "باشقا يەرگە ماس كەلمەيدىغان تەڭشەكلەر." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authenticating…" msgid "Authentication settings." msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "PBMS connection failed:" msgid "Enter server connection parameters." msgstr "PBMS ئۇلىنالمىدى:" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "SQL سۈرۈشتۈرۈش رامكىسىدا كۆرسىتىلگەن ئۇلىنىشلارنى ئىختىيارىي قىلىڭ." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "General relation features" msgid "SQL queries settings." msgstr "ئاساسىي ئالاقە ۋاريانتلىرى" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "باشلاش بېتىنى خاسلاشتۇرۇڭ." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "ساندان قۇرۇلمىسىدا (جەدۋەل تىزىملىكى) قايسى تەپسىلاتلارنى كۆرسىتىدىغانلىقىنى " "تاللاڭ." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "جەدۋەل قۇرۇلمىسىنىڭ تەڭشىكى (ئىستون تىزىملىكى)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "بەتكۈچنىڭ قانداق ئىشلەيدىغانلىقىنى تاللاڭ." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "تېكىست كىرگۈزۈش بۆلەكلىرىنى خاسلاشتۇرۇڭ." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "سۈكۈتتىكى تاللاشلارنى ئىختىيارىي قىلىڭ" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "PhpMyAdmin كۆرسەتكەن بەزى ئاگاھلاندۇرۇشلارنى چەكلەڭ." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "ئىمپورت-ئېكىسپورت تىجارىتى ئۈچۈن gzip پىرىسلاشنى قوزغىتىڭ." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -10623,7 +10629,7 @@ msgstr "" "ئەگەر قوزغىتىلسا ، phpMyAdmin سوئاللارنىڭ بىرى مەغلۇپ بولغان تەقدىردىمۇ كۆپ " "بايانلىق سوئاللارنى ھېسابلاشنى داۋاملاشتۇرىدۇ." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10633,7 +10639,7 @@ msgstr "" "قېلىشىغا يول قويۇڭ. بۇ بەلكىم چوڭ ھۆججەتلەرنى ئىمپورت قىلىشنىڭ ياخشى ئۇسۇلى " "بولۇشى مۇمكىن ، ئەمما ئۇ سودىنى بۇزىدۇ." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -10641,16 +10647,16 @@ msgstr "" "كۆڭۈلدىكى فورماتى; شۇنىڭغا دىققەت قىلىڭكى ، بۇ تىزىملىك ئورۇن (ساندان ، " "جەدۋەل) گە باغلىق ، پەقەت SQL نىلا ئىشلەتكىلى بولىدۇ." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" "ئىمپورتتا تېپىلغان كۆپەيتىلگەن كۇنۇپكىلاردا سانلىق مەلۇماتلارنى يېڭىلاڭ" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "باشتىن-ئاخىر ئاتلىنىدىغان سوئاللارنىڭ سانى." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10661,7 +10667,7 @@ msgstr "" "FALSE غا تەڭشىسىڭىز ، باشقا مۇلازىمېتىرلارغا ئۇلانغان ۋاقىتتا باشقا " "مۇلازىمېتىرلاردىن چېكىنىشنى ئۇنتۇپ قالىدۇ." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -10669,7 +10675,7 @@ msgstr "" "ئالدىنقى كىرىشنىڭ [kbd] cookie [/ kbd] دەلىللەش ھالىتىدە قايتۇرۇلىدىغان ياكى " "قىلىنمايدىغانلىقىنى ئېنىقلاڭ." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10681,24 +10687,24 @@ msgstr "" "ساقلىنىدىغانلىقىدىن دېرەك بېرىدۇ ، توركۆرگۈچ كۆزنىكىنى ياپسىڭىزلا " "ئۆچۈرۈلىدۇ. بۇ ئىشەنچسىز مۇھىتقا تەۋسىيە قىلىنىدۇ." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL سوئال كۆرۈنگەندە ئىشلىتىلىدىغان ھەرپلەرنىڭ ئەڭ كۆپ سانى." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" "يول باشلاش دەرىخىنىڭ بىرىنچى دەرىجىلىك ھەر بىر بەتتە كۆرسىتىلىدىغان تۈر سانى." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "يول باشلاش دەرىخىنىڭ ھەر بىر بېتىدە كۆرسىتىلىدىغان تۈر سانى." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10706,7 +10712,7 @@ msgstr "" "نەتىجە توپلىمىنى كۆرگەندە كۆرسىتىلگەن قۇر سانى. ئەگەر نەتىجە توپلىمىدا " "تېخىمۇ كۆپ قۇر بولسا ، «ئالدىنقى» ۋە «كېيىنكى» ئۇلىنىشلار كۆرسىتىلىدۇ." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -10714,17 +10720,17 @@ msgstr "" "بىر قوليازما بايتنىڭ سانى تەقسىم قىلىشقا رۇخسەت قىلىنىدۇ. [kbd] 32M [/ kbd] " "([kbd] -1 [/ kbd] چەكلىمىگە ئۇچرىمايدۇ ، [kbd] 0 [/ kbd] ئۆزگەرمەيدۇ)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "يول باشلاش تاختىسىدا ساندان دەرىخىنى تاللىغۇچ بىلەن ئالماشتۇرىدۇ" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "نۆۋەتتىكى ساندان ياكى جەدۋەلنى گەۋدىلەندۈرۈش ئارقىلىق ئاساسلىق گۇرۇپپا بىلەن " "ئۇلىنىش." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -10732,7 +10738,7 @@ msgstr "" "ئۇلانغان بەتنى ئاساسىي كۆزنەكتە ([كود] ئاساسلىق [/ كود]) ياكى يېڭى بەتتە " "([كود] يېڭى [/ كود]) ئېچىڭ." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -10740,7 +10746,7 @@ msgstr "" "سۈزگۈچ رامكىسىنى كۆرسىتىش ئۈچۈن ئەڭ تۆۋەن تۈر (جەدۋەل ، كۆرۈنۈش ، ئادەت ۋە " "ھادىسە) گە ئېنىقلىما بېرىدۇ." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -10748,84 +10754,84 @@ msgstr "" "يول باشلاش دەرىخىدىكى گۇرۇپپا تۈرلىرى (ئۈستىدىكى ساندان ۋە جەدۋەل بەتكۈچىدە " "ئېنىقلانغان ئايرىغۇچ تەرىپىدىن بەلگىلىنىدۇ)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "يول باشلاش تاختىسىدا دەرەخنىڭ كېڭىيىش ئېھتىماللىقىنى تەمىنلەمدۇ يوق." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "يول باشلاش دەرىخىدىكى ساندان ئاستىدىكى تەرتىپلەرنى كۆرسىتىش-كۆرسەتمەسلىك" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Indexes" msgid "Whether to expand single database in the navigation tree automatically." msgstr "تېزىسلار" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Table caption" msgid "Set to 0 to collapse navigation panel." msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Table caption" msgid "Show logo in navigation panel." msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "يول باشلاش تاختىسىدىكى بەلگە كۆرسىتىدىغان URL." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "يول باشلاش تاختىسىنىڭ ئۈستىدىكى مۇلازىمېتىرنى تاللاڭ." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "سانداننى ئوخشىمىغان دەرەخ دەرىجىسىگە ئايرىيدىغان تىزما." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "جەدۋەللەرنى ئوخشىمىغان دەرەخ دەرىجىسىگە ئايرىيدىغان تىزما." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "چاشقىنەك نۇر بەلگىسىنىڭ ئاستىدىكى مۇلازىمېتىرنى گەۋدىلەندۈرۈڭ." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Indexes" msgid "Whether to show tables under database in the navigation tree" msgstr "تېزىسلار" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Indexes" msgid "Whether to show views under database in the navigation tree" msgstr "تېزىسلار" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "يول باشلاش دەرىخىدىكى ساندان ئاستىدىكى ئىقتىدارلارنى كۆرسىتىش-كۆرسەتمەسلىك" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Indexes" msgid "Whether to show events under database in the navigation tree" msgstr "تېزىسلار" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "[kbd] SMART] /" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -10834,7 +10840,7 @@ msgstr "" "ئەگەر phpMyAdmin سەپلىمىسى ساقلاش ئۈچۈن لازىملىق جەدۋەل تېپىلمىسا ، ساندان " "تەپسىلاتلىرى قۇرۇلما بېتىدە كۆرسىتىلگەن سۈكۈتتىكى ئاگاھلاندۇرۇشنى چەكلەڭ." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -10842,7 +10848,7 @@ msgstr "" "جەدۋەلدىكى ئىستون نامى MySQL سۆزلىرى ساقلانغان بولسا قۇرۇلما بېتىدە " "كۆرسىتىلگەن سۈكۈتتىكى ئاگاھلاندۇرۇشنى چەكلەڭ." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10852,11 +10858,11 @@ msgstr "" "سەپلىمە ساقلاشنى تەلەپ قىلىدۇ). ئەگەر چەكلەنگەن بولسا ، بۇ JS- ئادەتتىن " "پايدىلىنىپ سوئال تارىخىنى كۆرسىتىدۇ (كۆزنەك تاقاش ئارقىلىق يوقىلىدۇ)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -10864,7 +10870,7 @@ msgstr "" "ئۈنۈملۈك ۋاقىت رايونىنى بەلگىلەيدۇ. بەلكىم ساندان مۇلازىمېتىرىڭىزغا " "ئوخشىماسلىقى مۇمكىن" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -10872,7 +10878,7 @@ msgstr "" "[Doc @ bookmarks @] خەتكۈچ [/ doc] قوللاش ئۈچۈن بوش قالدۇرۇڭ ، تەۋسىيە " "قىلىندى: [kbd] pma__bookmark [/ kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -10880,7 +10886,7 @@ msgstr "" "ئىستوندىكى باھا / مېدىيا تىپلىرى ئۈچۈن بوش قالدۇرۇڭ ، تەۋسىيە قىلىندى: [kbd] " "pma__column_info [/ kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -10888,7 +10894,7 @@ msgstr "" "ئالاھىدە MySQL ئىشلەتكۈچى چەكلىك ئىجازەتنامە بىلەن سەپلەنگەن ، تېخىمۇ كۆپ " "ئۇچۇرلار [doc @ linked-table] ھۆججەتلىرى [/ doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -10896,7 +10902,7 @@ msgstr "" "سەپلىمە ساقلىغۇچنى ساقلايدىغان باشقا ساھىبجامال ئاللىبۇرۇن بېكىتىلگەن باش " "ئاپپاراتنى ئىشلىتىش ئۈچۈن بوش قويۇڭ." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -10906,7 +10912,7 @@ msgstr "" "سۈكۈتتىكى ئېغىزنى ياكى ئاللىبۇرۇن بېكىتىلگەن ئېغىزنى ئىشلىتىش ئۈچۈن بوش " "قالدۇرۇڭ ، ئەگەر كونتروللىغۇچ باش ئاپپارات بىلەن تەڭ بولسا." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -10916,7 +10922,7 @@ msgstr "" "issues/8970] phpMyAdmin مەسىلە ئىز قوغلىغۇچىسى [/ a] ۋە [a @ https: //bugs." "mysql.com/19588] MySQL Bugs [/ a ]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -10924,7 +10930,7 @@ msgstr "" "SQL سوئال تارىخىنى قوللىماسلىق ئۈچۈن بوش قالدۇرۇڭ ، تەۋسىيە قىلىندى: [kbd] " "pma__history [/ kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -10932,7 +10938,7 @@ msgstr "" "سانداندا ساقلانغان جەدۋەل مايىللىق سانىنى چەكلەيدۇ ، ئەڭ كونا خاتىرىلەر " "ئاپتوماتىك ئۆچۈرۈلىدۇ." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -10940,7 +10946,7 @@ msgstr "" "ئېكسپورت قېلىپىنى قوللىماسلىق ئۈچۈن بوش قويۇڭ ، تەۋسىيە قىلىندى: [kbd] " "pma__export_templates [/ kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10948,7 +10954,7 @@ msgstr "" "مەركىزى ئىستوننى قوللىماسلىق ئۈچۈن بوش قويۇڭ ، تەۋسىيە قىلىندى: [kbd] " "pma__central_columns [/ kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10958,14 +10964,14 @@ msgstr "" "ھەقىقىي ئەھۋاللىرىنى ئىشلەتمەكچى بولسىڭىز ، ئۇلاردىن قېچىپ قۇتۇلالايسىز ، " "يەنى [kbd] 'my \\ _db' [/ kbd] نى ئىشلىتىڭ ، [kbd] 'my_db' [/ kbd] ئەمەس." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "PDF لايىھىسىنى قوللىماسلىق ئۈچۈن بوش قويۇڭ ، تەۋسىيە: [kbd] pma__pdf_pages " "[/ kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10975,7 +10981,7 @@ msgstr "" "ئۇچۇر ئۈچۈن [doc @ linked-table] pmadb [/ doc] دىن كۆرۈڭ. قوللىماسلىق ئۈچۈن " "بوش قويۇڭ. تەكلىپ: [kbd] phpmyadmin [/ kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10983,7 +10989,7 @@ msgstr "" "يېقىندىن بۇيان ئىشلىتىلىدىغان جەدۋەللەردە بوش قالماڭ ، تەۋسىيە قىلىڭ: [kbd] " "pma__recent [/ kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10991,7 +10997,7 @@ msgstr "" "يىغىنلاردا «ئىزچىل» ياقتۇرىدىغان جەدۋەللەرنى بوش قالدۇرۇڭ ، تەۋسىيە قىلىندى: " "[kbd] pma__ ياخشى كۆرىدىغان [/ kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10999,14 +11005,14 @@ msgstr "" "[Doc @ مۇناسىۋەت @] مۇناسىۋەت-ئۇلىنىش [/ doc] نى قوللىماسلىق ئۈچۈن بوش " "قويۇڭ ، تەۋسىيە قىلىندى: [kbd] pma__relation [/ kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "مىسال ئۈچۈن [doc @ authentication-modes] دەلىللەش تىپلىرىنى [/ doc] دىن " "كۆرۈڭ." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -11014,7 +11020,7 @@ msgstr "" "PDF لايىھىسىنى قوللىماسلىق ئۈچۈن بوش قويۇڭ ، تەۋسىيە قىلىندى: [kbd] " "pma__table_coords [/ kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -11022,7 +11028,7 @@ msgstr "" "كۆرسىتىش ستونلىرىنى تەسۋىرلەيدىغان جەدۋەل ، قوللىماسلىق ئۈچۈن بوش قويۇڭ. " "تەكلىپ: [kbd] pma__table_info [/ kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -11030,7 +11036,7 @@ msgstr "" "يىغىنلاردا «ئىزچىل» جەدۋەللەرنىڭ UI مايىللىقى ئۈچۈن بوش قويۇڭ ، تەۋسىيە " "قىلىندى: [kbd] pma__table_uiprefs [/ kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -11038,7 +11044,7 @@ msgstr "" "ساندان قۇرغاندا تىزىملىكتىكى بىرىنچى قۇر سۈپىتىدە DRIS سانلىق مەلۇمات " "ئامبىرى قوشۇلامدۇ يوق." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -11046,7 +11052,7 @@ msgstr "" "جەدۋەلنى قۇرغاندا جەدۋەلگە بىرىنچى قۇر سۈپىتىدە قوشۇلغان جەدۋەلنى قوشۇلامدۇ " "يوق." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -11054,13 +11060,13 @@ msgstr "" "كۆرۈنۈشنى قۇرغاندا DROP VIEW IF EXISTS جۈملىسى بىرىنچى قۇر سۈپىتىدە " "قوشۇلامدۇ يوق." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "ئاپتوماتىك قۇرۇش يېڭى نەشرىگە ئىشلىتىدىغان بايانلارنىڭ تىزىملىكىنى " "بەلگىلەيدۇ." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -11068,14 +11074,14 @@ msgstr "" "SQL سوئال ئىز قوغلاشنى قوللىماسلىق ئۈچۈن بوش قويۇڭ ، تەۋسىيە قىلىندى: [kbd] " "pma__tracking [/ kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "ئىز قوغلاش مېخانىزمى جەدۋەل ۋە كۆرۈنۈشلەرنىڭ ئاپتوماتىك نەشرىنى قۇرامدۇ يوق." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -11083,7 +11089,7 @@ msgstr "" "سانداندا ئىشلەتكۈچى مايىللىق بوشلۇقىنى بوش قويماڭ ، تەۋسىيە قىلىڭ: [kbd] " "pma__userconfig [/ kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -11093,7 +11099,7 @@ msgstr "" "ئىشلەتكۈچى گۇرۇپپىسىنىڭ جەدۋىلى تەلەپ قىلىنىدۇ. ئۇلارنىڭ بىرىنى بوش قويسىڭىز " "بۇ ئىقتىدارنى چەكلەيدۇ ، تەۋسىيە قىلىندى: [kbd] pma__users [/ kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -11103,7 +11109,7 @@ msgstr "" "ئىشلەتكۈچى جەدۋىلى تەلەپ قىلىنىدۇ. ئۇلارنىڭ بىرىنى بوش قويسىڭىز بۇ " "ئىقتىدارنى چەكلەيدۇ ، تەۋسىيە قىلىندى: [kbd] pma__usergroups [/ kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -11111,7 +11117,7 @@ msgstr "" "يول باشلاش تۈرلىرىنى يوشۇرۇش ۋە كۆرسىتىش ئىقتىدارىنى چەكلەش ئۈچۈن بوش " "قويۇڭ ، تەۋسىيە قىلىندى: [kbd] pma__navigationhiding [/ kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." @@ -11119,57 +11125,57 @@ msgstr "" "بۇ مۇلازىمېتىرنىڭ ئابونتلارغا قۇلايلىق چۈشەندۈرۈشى. باش ئاپپارات نامىنى " "كۆرسىتىش ئۈچۈن بوش قويۇڭ." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "ئەگەر ئىشلىتىلمىسە بوش قويۇڭ." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "سۈكۈتتىكى ئورۇنغا بوش قويۇڭ." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP Auth Realm نىڭ ئىسمى HTTP Auth نى كۆرسەتكەندە كۆرسىتىلىدۇ." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authenticating…" msgid "Authentication method to use." msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL مۇلازىمىتېرىغا ئۇلىنالمىدى." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "دائىملىق ئىپادىلەش (PCRE) ماس كېلىدىغان سانداننى يوشۇرۇش." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "MySQL مۇلازىمېتىرى ئىجرا بولۇۋاتقان باش ئاپپارات ئىسمى." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "ئەگەر config auth نى ئىشلەتمىسىڭىز بوش قويۇڭ." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL مۇلازىمېتىرى ئاڭلاۋاتقان ئېغىز سۈكۈتتىكى ھالەتتە بوش قويۇڭ." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL مۇلازىمېتىرى ئاڭلاۋاتقان Socket سۈكۈتتىكى ھالەتتە بوش قويۇڭ." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "%s has been disabled for this MySQL server." msgid "Enable SSL for connection to MySQL server." msgstr "%s نى بۇ MySQL مۇلازىمىتېرىدا ئىشلىتىشكە بولمايدۇ." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -11179,27 +11185,27 @@ msgstr "" "بىلەن ھېچقانداق رولى يوق ، چۈنكى پارول سەپلىمە ھۆججىتىدە قاتتىق كودلانغان. " "بۇ ئوخشاش بۇيرۇقنى بىۋاسىتە ئىجرا قىلىش ئىقتىدارىنى چەكلىمەيدۇ." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" "بارلىق جەدۋەللەرنىڭ قۇرۇش ۋاقتىنى كۆرسىتىدىغان ئىستوننى كۆرسىتىش ياكى " "يوشۇرۇش." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "بارلىق جەدۋەللەرنىڭ ئاخىرقى يېڭىلاش ۋاقتىنى كۆرسىتىدىغان ئىستوننى كۆرسىتىش " "ياكى يوشۇرۇش." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "بارلىق جەدۋەللەرنىڭ ئاخىرقى تەكشۈرۈش ۋاقتىنى كۆرسىتىدىغان ئىستوننى كۆرسىتىش " "ياكى يوشۇرۇش." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -11207,7 +11213,7 @@ msgstr "" "تىپلارنى دەسلەپتە تەھرىرلەش / قىستۇرۇش شەكلىدە كۆرسىتىش ياكى كۆرسەتمەسلىكنى " "بەلگىلەيدۇ." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -11215,56 +11221,48 @@ msgstr "" "[A @ https: //www.php.net/manual/en/function.phpinfo.php] phpinfo () [/ a] " "چىقىرىش ئۇلانمىسىنى كۆرسىتىدۇ." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "ئىشلەتكۈچىگە «ھەممىنى كۆرسىتىش (قۇر)» كۇنۇپكىسىنى كۆرسىتىش كېرەكمۇ يوق." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "بارلىق جەدۋەللەرگە باھا بېرىدىغان ئىستوننى كۆرسىتىش ياكى يوشۇرۇش." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "بارلىق جەدۋەللەرنىڭ جەدۋەلنى كۆرسىتىدىغان ئىستوننى كۆرسىتىش ياكى يوشۇرۇش." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "تەھرىرلەش / قىستۇرۇش شەكلىدە ئىقتىدار بۆلەكلىرىنى كۆرسىتىڭ." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "كۆرسەتمە كۆرسىتىش ياكى كۆرسەتمەسلىك." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "PhpMyAdmin ھاسىل قىلغان SQL سوئاللىرىنىڭ كۆرسىتىلىشى كېرەكلىكىنى بەلگىلەيدۇ." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "ساندان ۋە جەدۋەل ستاتىستىكىسىنى كۆرسىتىشكە يول قويۇڭ (مەسىلەن بوشلۇق " "ئىشلىتىش)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "ئىشلىتىلگەن جەدۋەلنى بەلگە قىلىپ ، قۇلۇپلانغان جەدۋەل بىلەن سانداننى " "كۆرسىتىش ئىمكانىيىتىگە ئىگە قىلىڭ." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"ئەگەر سۇخوسىن بايقالسا باش بەتتە كۆرسىتىلگەن سۈكۈتتىكى ئاگاھلاندۇرۇشنى " -"چەكلەڭ." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -11274,7 +11272,7 @@ msgstr "" "«LoginCookieValidity» نىڭ قىممىتىدىن تۆۋەن بولسا ، باش بەتتە كۆرسىتىلگەن " "سۈكۈتتىكى ئاگاھلاندۇرۇشنى چەكلەڭ." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -11282,7 +11280,7 @@ msgstr "" "تەھرىرلەش ھالىتىدىكى تېكىست چوڭلۇقى (ستون) ، SQL سوئال تېكىستلىرى (* 2) " "ئۈچۈن بۇ قىممەت تەكىتلىنىدۇ." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -11290,7 +11288,7 @@ msgstr "" "تەھرىرلەش ھالىتىدىكى تېكىست چوڭلۇقى (قۇر) ، SQL سوئال تېكىستلىرى (* 2) ئۈچۈن " "بۇ قىممەت تەكىتلىنىدۇ." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11301,7 +11299,7 @@ msgstr "" "phpMyAdmin نىڭ ۋاكالەتچى 1.2.3.4 دىن كەلگەن HTTP_X_FORWARDED_FOR (X-" "Forwarded-For) ماۋزۇسىغا ئىشىنىشى كېرەكلىكى كۆرسىتىلدى." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -11309,7 +11307,7 @@ msgstr "" "چەكلەنگەندە ، ئابونتلار ئوڭ تەرەپتىكى تاللاش رامكىسىغا قارىماي ، تۆۋەندىكى " "تاللاشلارنىڭ ھېچقايسىسىنى تەڭشىيەلمەيدۇ." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11321,7 +11319,7 @@ msgstr "" "ئەگەر phpMyAdmin قاچىلانغان مۇلازىمېتىرنىڭ تورغا ئۇلىنىشى بولمىسا ، بۇ سىزگە " "ئېھتىياجلىق. فورماتى: \"hostname: portnumber\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -11331,7 +11329,7 @@ msgstr "" "دەلىللەش ئېلىپ بېرىلمايدۇ. ئەگەر ئىشلەتكۈچى ئىسمى تەمىنلەنسە ، ئاساسىي " "دەلىللەش ئېلىپ بېرىلىدۇ. باشقا دەلىللەشلەرنى قوللىمايدۇ." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -11339,7 +11337,7 @@ msgstr "" "سوئاللار Enter (Ctrl + Enter نىڭ ئورنىغا) نى بېسىپ ئىجرا بولىدۇ. Shift + " "Enter بىلەن يېڭى قۇر قىستۇرۇلىدۇ." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -11347,412 +11345,412 @@ msgstr "" "نۆل سەپلىمە ھالىتىنى قوزغىتىپ ، phpMyAdmin سەپلىمە ساقلاش جەدۋىلىنى " "ئاپتوماتىك تەڭشىيەلەيسىز." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "تاللانغان قۇرلارنى گەۋدىلەندۈرۈڭ." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "چاشقىنەك نۇر بەلگىسى ئارقىلىق قۇرنى گەۋدىلەندۈرۈڭ." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR / VARCHAR تېكىستلىرىنىڭ ئىستون سانى." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR / VARCHAR تېكىستلىرىنىڭ قۇر سانى." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "كونترول سۇپىسىدا كۆرسىتىلىدىغان SQL سوئاللىرى ۋە ئۇلارنىڭ ئىجرا ۋاقتى" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "ساندانغا كىرگەندە كۆرۈنىدىغان بەتكۈچ." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "مۇلازىمېتىرغا كىرگەندە كۆرۈنىدىغان بەتكۈچ." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "جەدۋەلگە كىرگەندە كۆرۈنىدىغان بەتكۈچ." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Include table caption" msgid "Whether the table structure actions should be hidden." msgstr "ئۆزئىچىگە ئالغان جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "جەدۋەل قۇرۇلمىسى كۆرۈنۈشىدە ئىستون باھالىرى كۆرسىتىلىشى كېرەكمۇ يوق" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" "مۇلازىمېتىر تىزىملىكىنى تۆۋەنگە چۈشۈشنىڭ ئورنىغا تىزىملىك قىلىپ كۆرسىتىڭ." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "ئەگەر بىر قانچە تۈر بولسا ، تۆۋەنگە ئىشلىتىلىدۇ." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "بەزى سوئاللارنىڭ چەتئەل ئاچقۇچلىرىنى تەكشۈرۈش رامكىسىنىڭ سۈكۈتتىكى قىممىتى." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "سۆرەش ۋە ئىمپورت قىلىشنى چەكلەش ئۈچۈن تەكشۈرۈش رامكىسىنى تاللاڭ" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "بىرلا ۋاقىتتا قانچە قۇر قىستۇرغىلى بولىدۇ." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "كۆرۈش كۆزنىكىدىكى سان بولمىغان ئىستوندا كۆرسىتىلگەن ھەرپلەرنىڭ ئەڭ كۆپ سانى." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "كىرىش ساقلانمىسىنىڭ قانچىلىك ۋاقىت (سېكۇنتتا) كۈچكە ئىگە ئىكەنلىكىنى " "ئېنىقلاڭ." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT تۈۋرۈكى ئۈچۈن قوش چوڭلۇقتىكى تېكىست." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "ساندان تىزىملىكىدە كۆرسىتىلگەن سانداننىڭ ئەڭ كۆپ سانى." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "جەدۋەل تىزىملىكىدە كۆرسىتىلگەن ئەڭ كۆپ جەدۋەل سانى." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "يېقىندا ئىشلىتىلگەن جەدۋەللەرنىڭ ئەڭ كۆپ سانى 0 نى چەكلەش." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "ئەڭ ياقتۇرىدىغان جەدۋەللەرنىڭ سانى 0 نى چەكلەش." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "بۇلار تەھرىرلەش ، كۆچۈرۈش ۋە ئۆچۈرۈش." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "ئۆزگىچە ئاچقۇچ بولمىغان تەقدىردىمۇ قۇر ئۇلىنىشىنى كۆرسىتىش-كۆرسەتمەسلىك." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "تېزلەتمە كۇنۇپكىلارنى چەكلەڭ" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "جەدۋەل ۋە ساندان نامىنى رەتلەش ئۈچۈن تەبىئىي تەرتىپنى ئىشلىتىڭ." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" "پەقەت سىنبەلگىلەرنىلا ئىشلىتىڭ ، پەقەت تېكىست ياكى ھەر ئىككىسىنىلا ئىشلىتىڭ." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP يوللاش سۈرئىتىنى ئاشۇرۇش ئۈچۈن GZip چىقىرىش بۇففېرنى ئىشلىتىڭ." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "MySQL ساندانغا ئۈزلۈكسىز ئۇلىنىش ئىشلىتىڭ." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB ۋە BINARY ئىستونلىرىنى تەھرىرلەشكە يول قويماڭ." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "تارىختا قانچىلىك سوئال ساقلانغان." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" "ھەرپ-بەلگىلەرنى ئۆزگەرتىش ئۈچۈن قايسى ئىقتىدارلارنىڭ ئىشلىتىلىدىغانلىقىنى " "تاللاڭ." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "جەدۋەللەرنى كۆرگەندە ، ھەر بىر جەدۋەلنىڭ رەتلىنىشى ئەستە ساقلىنىدۇ." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "دەسلەپكى ئاچقۇچلۇق جەدۋەللەرنىڭ سۈكۈتتىكى رەت تەرتىپى." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "ھەر X ھۈجەيرىسىنىڭ ماۋزۇسىنى تەكرارلاڭ ، [kbd] 0 [/ kbd] بۇ ئىقتىدارنى " "توختىتىدۇ." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Table caption" msgid "For display Options" msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "مۇلازىمېتىردا ئېكسپورت قىلغىلى بولىدىغان مۇندەرىجە." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "سوئال قۇتىسى يوللانغاندىن كېيىن ئېكراندا تۇرۇش-قالماسلىقىنى بەلگىلەيدۇ." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "ساندان تاللانغاندا توركۆرگۈچ كۆزنىكىنىڭ ئىسمى." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "ھېچقانداق نەرسە تاللانمىغاندا توركۆرگۈچ كۆزنىكىنىڭ ئىسمى." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "مۇلازىمېتىر تاللانغاندا توركۆرگۈچ كۆزنىكىنىڭ ئىسمى." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "جەدۋەل تاللانغاندا توركۆرگۈچ كۆزنىكىنىڭ ئىسمى." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "مۇلازىمېتىردىكى ھۆججەتلەرنى ئەكىرىشكە بولىدىغان مۇندەرىجە." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "پۈتكۈل ساندان ئىچىدە ئىزدەشكە يول قويۇڭ." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "ئاساسلىق phpMyAdmin بېتىدىكى ئەڭ يېڭى نەشرىنى تەكشۈرۈشنى قوزغىتىدۇ." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "ۋاكالەتچى بىلەن دەلىللەشنىڭ پارولى." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "ئىمپورت-ئېكىسپورت تىجارىتى ئۈچۈن ZIP پىرىسلاشنى قوزغىتىڭ." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "خاتالىق دوكلاتىنى ئەۋەتكەندە سۈكۈتتىكى ھەرىكەتنى تاللاڭ." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "ھەرقانداق MySQL مۇلازىمىتىرىگە كىرىشكە قوشۇل" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "MySQL مۇلازىمىتېرىغا كىرىشنى چەكلە." -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "ئۈچىنچى تەرەپ رامكىسىغا يول قويۇڭ" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "نورمال ئىشلەتكۈچىلەرگە «سانداننى تاشلاش» ئۇلانمىسىنى كۆرسەت" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish secret" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "قۇر بەلگىسى" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "كۆرسەتكۈچنى گەۋدىلەندۈرۈش" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR ستون تەھرىرلەش" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "CodeMirror نى قوزغىتىڭ" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Table" msgid "Enable linter" msgstr "جەدۋەل" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "كىرگۈزۈش مەيدانىنىڭ ئەڭ كىچىك چوڭلۇقى" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "كىرگۈزۈش مەيدانىنىڭ ئەڭ چوڭ چوڭلۇقى" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR تېكىست ئىستونى" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR تېكىست قۇرلىرى" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "سەپلىمە ھۆججەت ئىجازەتنامىسىنى تەكشۈرۈڭ" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "چىۋىندە پىرىسلاش" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP سوئاللىرىنى جەزملەشتۈرۈڭ" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "قەغەزنىڭ چوڭ-كىچىكلىكى" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "كۆڭۈلدىكى ساندان بەتكۈچى" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "كۆڭۈلدىكى مۇلازىمېتىر بەتكۈچى" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "كۆڭۈلدىكى جەدۋەل بەتكۈچى" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "جەدۋەل ۋە ستون ئىسىملىرى ئۈچۈن ئاپتوماتىك تولۇقلاشنى قوزغىتىڭ" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "جەدۋەل ئىزاھى" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Include table caption" msgid "Hide table structure actions" msgstr "ئۆزئىچىگە ئالغان جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Action" msgid "Default transformations for Hex" msgstr "ئامال" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Action" msgid "Default transformations for Substring" msgstr "ئامال" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Action" msgid "Default transformations for Bool2Text" msgstr "ئامال" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Action" msgid "Default transformations for External" msgstr "ئامال" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Action" msgid "Default transformations for PreApPend" msgstr "ئامال" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Action" msgid "Default transformations for DateFormat" msgstr "ئامال" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Action" msgid "Default transformations for Inline" msgstr "ئامال" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Action" msgid "Default transformations for TextImageLink" msgstr "ئامال" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Action" msgid "Default transformations for TextLink" msgstr "ئامال" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "مۇلازىمېتىرلارنى تىزىملىك سۈپىتىدە كۆرسىتىڭ" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "كۆپ ئۈستەل ئاسراشنى چەكلەڭ" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "ئەڭ يۇقىرى ئىجرا ۋاقتى" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "[كود] LOCK TABLES [/ code] جۈملىسىنى ئىشلىتىڭ" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "ھۆججەتنى باشقا ساقلاش" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "ھۆججەتنىڭ ھەرپ-بەلگە توپلىمى" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "پىرىسلاش" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11760,68 +11758,68 @@ msgstr "پىرىسلاش" msgid "Put columns names in the first row" msgstr "ئىستون نامىنى بىرىنچى قۇرغا قويۇڭ" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Columns enclosed by" msgid "Columns enclosed with" msgstr "مەزمۇن ئايرىش بەلگىسى" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Columns escaped by" msgid "Columns escaped with" msgstr "مەزمۇنئايلاندۇرۇش بەلگىسى" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "نى ئالماشتۇرۇش ئۈچۈنNULL " -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "ستون ئىچىدىكى CRLF ھەرپلىرىنى ئۆچۈرۈڭ" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "خەت ئايرىش بەلگىسى" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "قۇر ئالماشۇرۇش بەلگىسى" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Excel نۇسخىسى" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "ساندان ئىسمى قېلىپى" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "مۇلازىمېتىر ئىسمى قېلىپى" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "جەدۋەل ئىسمى قېلىپى" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11834,406 +11832,410 @@ msgstr "جەدۋەل ئىسمى قېلىپى" msgid "Dump table" msgstr "%s جەدۋەل" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "ئۆزئىچىگە ئالغان جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "داۋاملاشتۇرىدىغان جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "ئاچقۇچلۇق ئېمزا" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "مۇناسىۋىتى" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export" msgid "Export method" msgstr "چىقىرىش" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "مۇلازىمېتىردا ساقلاڭ" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export" msgid "Export as separate files" msgstr "چىقىرىش" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "File name template" msgid "Remember filename template" msgstr "ھۆججەت ئېتى ئەندىزىسى" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "ئېنىقلىما بېرىشتىن DEFINER ماددىسىنى ئۆچۈرۈڭ" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "جەدۋەل ۋە ئىستون نامىنى ئارقا بەلگە بىلەن ئۆز ئىچىگە ئالىدۇ" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQLئۆز ئىچىگە ئالغان شەكلى" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "قۇرۇش / يېڭىلاش / چېسلانى تەكشۈرۈش" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "كېچىكتۈرۈلگەن قىستۇرمىلارنى ئىشلىتىڭ" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "چەتئەل ئاچقۇچلۇق تەكشۈرۈشنى چەكلەڭ" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Create table on database %s" msgid "Export views as tables" msgstr "ساندان %s غا جەدىۋەل قۇرۇش" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "PhpMyAdmin سەپلىمىسىدىن مۇناسىۋەتلىك مېتا سانلىق مەلۇماتلارنى چىقىرىش" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "BINARY & BLOB ئۈچۈن ئالتە تەرەپلىك ئىشلىتىڭ" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "ئەگەر يوق بولسا قوشۇڭ (جەدۋەل قۇرۇش جەريانىدا كۆرسەتكۈچ ھاسىل بولىدۇ)." -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Use this value" msgid "%s view" msgstr "مۇشۇ قىممەتنى ئىشلىتىش" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "قىستۇرمىغا سەل قاراڭ" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "سانلىق مەلۇمات قىستۇرغاندا ئىشلىتىدىغان گرامماتىكىسى" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "قۇرۇلغان سوئالنىڭ ئەڭ ئۇزۇن ئۇزۇنلۇقى" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy #| msgid "Export" msgid "Export type" msgstr "چىقىرىش" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "سودىدا ئېكسپورتنى ئۆز ئىچىگە ئالىدۇ" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "UTC دىكى ئېكسپورت ۋاقتى" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "چەتئەل ئاچقۇچلىرىنى چۈشۈرۈش تەرتىپى" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "چەتئەلنىڭ ئاچقۇچلۇق چېكى" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Select Foreign Key" msgid "Foreign key checks" msgstr "تاشقى ئاچقۇق قىممىتى" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "كالېندارنىڭ بىرىنچى كۈنى" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "كۆرۈش ھالىتى" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Developer" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "تەھرىرلەش ھالىتى" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "سۈكۈتتىكى ئېكىسپورت" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "ھاسىللاش" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "سۈكۈتتىكى ئەكىرىش" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "ئىمپورت / ئېكسپورت" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Table caption" msgid "Navigation tree" msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "باشقا يادرولۇق تەڭشەكلەر" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "بەت ماۋزۇلىرى" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "بىخەتەرلىك" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "ئاساسىي تەڭشەكلەر" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Authenticating…" msgid "Authentication" msgstr "تەكشۈرۈشتىن ئۆزكۈزىۋاتىدۇ…" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "مۇلازىمېتىر سەپلىمىسى" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "سەپلىمە ساقلاش" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "ئىز قوغلاشنى ئۆزگەرتىدۇ" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL سۈرۈشتۈرۈش رامكىسى" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "ئىگىلىك تىكلەش" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "ساندان" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "بەتكۈچ" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "PDF تىزىىسىنى كۆرسىتىش" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "تېكىست بۆلىكى" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "تېكىست! تېكىست" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "ئاگاھلاندۇرۇش" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "سىنبەلگە ئۈچۈن قوشۇمچە پارامېتىرلار" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "كۆپ بايانات خاتالىقىغا پەرۋا قىلماڭ" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "سۆرەپ ئەكىرىشنى قوزغىتىڭ" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "قىسمەن ئىمپورت: ئۈزۈلۈپ قېلىشقا يول قويۇڭ" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "INSERT خاتالىقىنى ئەمەلدىن قالدۇرماڭ" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "DUPLICATE KEY UPDATE نى قوشۇڭ" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "كىرگۈزگەن ھۆججەت شەكلى" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL ھالقىلىق سۆزنى ئىشلىتىڭ" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 #, fuzzy #| msgid "Columns terminated by" msgid "Column names in first row" msgstr "خەت ئايرىش بەلگىسى" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "قۇرۇق قۇر ئەۋەتمەڭ" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "پۇل ئىمپورت قىلىش (5.00 دوللاردىن 5.00 دوللار)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "پىرسەنتنى مۇۋاپىق ئونلۇق قىلىپ ئىمپورت قىلىڭ (% 12.00 دىن .12 گىچە)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "قىسمەن ئىمپورت: سوئاللارنى ئاتلاش" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Add AUTO_INCREMENT value" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "AUTO_INCREMENT قوشۇش" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "كۆپبايت سۈپىتىدە ئوقۇڭ" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "سىيرىلغۇچنىڭ دەسلەپكى ھالىتى" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "قىستۇرۇلغان قۇر سانى" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "ئىستون ھەرپلىرىنى چەكلەڭ" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "تىزىملىكتىكى بارلىق ساقلانمىلارنى ئۆچۈرۈڭ" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "ئىشلەتكۈچى نامىنى ئەسلەڭ" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "ساقلانما دۇكىنىغا كىرىش" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "ساقلانمىلارنىڭ ئىناۋەتلىكلىكى" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT ئۈچۈن چوڭراق تېكىست" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "ئەڭ چوڭ كۆرسىتىلگەن SQL ئۇزۇنلۇقى" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "ئەڭ چوڭ ساندان" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "بىرىنچى دەرىجىلىك ئەڭ چوڭ تۈرلەر" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "شاختىكى ئەڭ چوڭ تۈرلەر" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "ئەڭ كۆپ كۆرسىتىلىدىغان قۇر سانى" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "ئەڭ چوڭ جەدۋەل" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "ئىچكى ساقلىغۇچ" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Indexes" msgid "Show databases navigation as tree" msgstr "تېزىسلار" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Table caption" msgid "Navigation panel width" msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12241,603 +12243,599 @@ msgstr "جەدېۋەلنىڭ تىمىسى" msgid "Link with main panel" msgstr "تېزىسلار" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "بەلگە كۆرسىتىش" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "ئۇلىنىش URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "ئۇلىنىش نىشانى" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "مۇلازىمېتىر تاللاشنى كۆرسىتىدۇ" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "تېز زىيارەت سىنبەلگىسىنىڭ نىشانى" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "ئىككىنچى تېز زىيارەت سىنبەلگىسىنىڭ نىشانى" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "سۈزگۈچ رامكىسىنى كۆرسىتىدىغان تۈرلەرنىڭ ئەڭ تۆۋەن سانى" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "ساندان سۈزگۈچ رامكىسىنى كۆرسىتىدىغان ساندان سانى ئەڭ ئاز" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "دەرەختىكى گۇرۇپپىلار" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "ساندان دەرىخى ئايرىغۇچ" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "ئۈستەل دەرىخى ئايرىغۇچ" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "ئۈستەل دەرىخىنىڭ ئەڭ چوڭ چوڭقۇرلۇقى" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "يورۇتۇشنى قوزغىتىڭ" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Table caption" msgid "Enable navigation tree expansion" msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show dimension of tables" msgid "Show tables in tree" msgstr "جەدېۋەلنىڭ چوڭ-كىچىكلىكىنى كۆرسىتىش" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Indexes" msgid "Show views in tree" msgstr "تېزىسلار" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "دەرەختىكى ئىقتىدارلارنى كۆرسىتىش" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "دەرەختىكى تەرتىپلەرنى كۆرسەت" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Indexes" msgid "Show events in tree" msgstr "تېزىسلار" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "كۆچۈرۈلگەن ساندان" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "ئىزلانمىغان جەدۋەللەر" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "جەدۋەل قۇر ئۇلانمىسىنى قەيەردە كۆرسىتىش كېرەك" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "قانداقلا بولمىسۇن قۇر ئۇلانمىسىنى كۆرسەت" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "تەبىئىي تەرتىپ" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Table caption" msgid "Table navigation bar" msgstr "جەدېۋەلنىڭ تىمىسى" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip چىقىرىش بۇففېر" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "كۆڭۈلدىكى تەرتىپلەش تەرتىپى" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "ئۈزلۈكسىز ئۇلىنىش" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "PhpMyAdmin سەپلىمە ساقلاش جەدۋىلى يوقاپ كەتتى" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL زاپاس سۆز ئاگاھلاندۇرۇشى" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "تىزىملىك بەتكۈچلىرىنى قانداق كۆرسىتىش كېرەك" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "ھەر خىل ھەرىكەت ئۇلانمىلىرىنى قانداق كۆرسىتىش كېرەك" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "ئىككىلىك ئىستوننى قوغداش" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "مەڭگۈلۈك سوئال تارىخى" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "سوئال تارىخىنىڭ ئۇزۇنلۇقى" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "قايتا قوزغىتىش ماتورى" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "جەدۋەلنىڭ رەتلىنىشىنى ئېسىڭىزدە تۇتۇڭ" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "The primary key has been dropped." msgid "Primary key default sort order" msgstr "ئاساسىي قىممەت ئۆچۈرۈلدى" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "ئەسلىگە كەلتۈرۈش يۇلى" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "كاتەكچە تەھرىرلەش: قوزغىتىش ھەرىكىتىنى قوزغىتىش" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "مۇناسىۋىتى" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "كاتەكچە تەھرىرلەش: تەھرىرلەنگەن بارلىق كاتەكچىلەرنى بىراقلا ساقلاڭ" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "مۇندەرىجىنى ساقلاڭ" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "ساھىبجامال ھوقۇق بېرىش تەرتىپى" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "ساھىبجامال ھوقۇق بېرىش قائىدىسى" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "پارولسىز كىرىشكە رۇخسەت قىلىڭ" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "يىلتىز كىرىشكە يول قويۇڭ" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "يىغىن ۋاقتى" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "خەتكۈچ جەدۋىلى" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "ستون ئۇچۇر جەدۋىلى" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "ئۇلىنىشنى پىرىسلاش" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "ئىشلەتكۈچى پارولىنى كونترول قىلىڭ" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "ئىشلەتكۈچىنى كونترول قىلىڭ" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "باش ئاپپارات" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "كونترول ئېغىزى" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA نى ئىشلىتىشنى چەكلەڭ" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "سانداننى يوشۇرۇش" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL سوئال تارىخى جەدۋىلى" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "مۇلازىمېتىرنىڭ ئىسمى" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "كىرىش ئادرېسى" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "ساقلاشقا بولىدىغان جەدۋەلنىڭ ئەڭ كۆپ سانى" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Create table on database %s" msgid "Export templates table" msgstr "ساندان %s غا جەدىۋەل قۇرۇش" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete columns" msgid "Central columns table" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "پەقەت سانداننىلا كۆرسىتىڭ" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "سەپلىمە ئاپتورنىڭ پارولى" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF لايىھە: بەت جەدۋىلى" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "مۇلازىمېتىر ئېغىزى" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Analyze table" msgid "Recently used table" msgstr "جەدۋەل تەھلىلى" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Tracked tables" msgid "Favorites table" msgstr "ئىزلانغان جەدۋەل" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "مۇناسىۋەت جەدۋىلى" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "ئىمزا قويۇش ئىسمى" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "ئىمزا URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "مۇلازىمېتىر ئېغىزى" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL نى ئىشلىتىڭ" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "لايىھىلىگۈچى ۋە PDF لايىھىسى: جەدۋەل كوردىناتى" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "ستون جەدۋىلىنى كۆرسىتىش" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "UI مايىللىق جەدۋىلى" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "DROP DATABASE نى قوشۇڭ" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "DROP VIEW نى قوشۇڭ" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "ئىز قوغلاش بايانلىرى" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL سۈرۈشتۈرۈش جەدۋىلى" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "نەشرىنى ئاپتوماتىك قۇر" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "ئىشلەتكۈچى مايىللىق ساقلاش جەدۋىلى" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "جەدۋەللەرنى ئىشلىتىش" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "ئىشلەتكۈچى گۇرۇپپىلىرى جەدۋىلى" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "يوشۇرۇن يول باشلاش تۈرلىرى جەدۋىلى" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "ئىشلەتكۈچى ئاپتور" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "بۇ مۇلازىمېتىرنىڭ ئىسمى" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "بارلىق قۇرلارنى كۆرسىتىشكە يول قويۇڭ" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "پارول ئۆزگەرتىش جەدۋىلىنى كۆرسەت" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "ساندان جەدۋىلىنى كۆرسىتىش" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "جەدۋەل ئىزاھى" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show color" msgid "Show creation timestamp" msgstr "رەڭنى كۆرسىتىش" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "ئاخىرقى يېڭىلاش ۋاقتىنى كۆرسەت" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "ئاخىرقى تەكشۈرۈش ۋاقتىنى كۆرسەت" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "جەدۋەل ئىزاھى" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "مەيدان تىپلىرىنى كۆرسىتىش" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "ئىقتىدار بۆلەكلىرىنى كۆرسەت" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Indexes" msgid "Show hint" msgstr "تېزىسلار" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Phpinfo () ئۇلانمىسىنى كۆرسەت" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "MySQL مۇلازىمېتىر ئۇچۇرلىرىنى تەپسىلىي كۆرسىتىڭ" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "SQL سوئاللىرىنى كۆرسەت" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "ستاتىستىكا كۆرسەت" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "قۇلۇپلانغان جەدۋەللەرنى ئاتلاڭ" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL ئىزاھى" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP كودى قۇرۇش" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin ئاگاھلاندۇرۇشى" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "ساقلانمىلارنىڭ ئىناۋەتلىك ئاگاھلاندۇرۇشى" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete columns" msgid "Textarea columns" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Textarea row" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ئەندىز" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "IP رۇخسەت قىلىدىغان / رەت قىلىدىغان ئىشەنچلىك ۋاكالەتچىلەر تىزىملىكى" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "مۇندەرىجىنى يۈكلەڭ" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "ساندان ئىزدەش" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "تەڭشەكلەردە ئاچقۇچىلار بەتكۈچىنى قوزغىتىڭ" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "نەشرىنى تەكشۈرۈش" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "ۋاكالەتچى URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "ئابۇنىت ئىسمى:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "پارول" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "ReCAPTCHA v2 API نىڭ ئادرېسى" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "ReCAPTCHA v2 API نىڭ مەزمۇن-بىخەتەرلىك-سىياسەت ئۈزۈندىسى" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "ReCAPTCHA v2 API ئۈچۈن پارامېتىر تەلەپ قىلىڭ" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "ReCAPTCHA v2 API نىڭ جاۋاب پارامېتىرى" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "RECAPTCHA نىڭ ئاممىۋى ئاچقۇچى" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "RECAPTCHA نىڭ شەخسىي ئاچقۇچى" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "ReCAPTCHA تور بېتىنىڭ URL ئادرېسى" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "خاتالىق دوكلاتىنى ئەۋەتىڭ" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "سۇپىدا سوئاللارنى ئىجرا قىلىڭ" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Could not load default configuration from: %1$s" msgid "Enable Zero Configuration mode" msgstr "تەڭشەك ئەندىزى %1$s كىرگۈزىلمىدى." -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Enter دىكى سوئاللارنى ئىجرا قىلىڭ ۋە Shift + Enter بىلەن يېڭى قۇر قىستۇرۇڭ" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "كونترول سۇپىسىنىڭ ئېگىزلىكى" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "كونترول سۇپىسى" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "زاكاز قىلغان" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "PBMS connection failed:" msgid "Server connection collation" @@ -12872,7 +12870,8 @@ msgstr "پىرىسلانغان ئىمپورت ئىقتىدارى% s يوقاپ msgid "Compressed export will not work due to missing function %s." msgstr "پىرىسلانغان ئېكىسپورت% s ئىقتىدارىنىڭ كەملىكى سەۋەبىدىن ئىشلىمەيدۇ." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, fuzzy, php-format msgid "maximum %s" msgstr "ئەڭ چوڭ% s" @@ -12912,7 +12911,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -12924,7 +12923,7 @@ msgstr "OpenOffice جەدىۋېلى" msgid "OpenDocument Text" msgstr "OpenOffice ھۆججىتى" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "LOAD DATA نى ئىشلىتىپ CSV" @@ -13086,7 +13085,7 @@ msgstr "" "% 1 $ sGZip پىرىسلاش ۋە يېشىش% 2 $ s بۇ سىستېمىدا ئىشلەتكىلى بولمايدىغان " "ئىقتىدارلارنى (% 3 $ s) تەلەپ قىلىدۇ." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13397,7 +13396,7 @@ msgstr "سانداندا جەدۋەل يوق" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "ئېكسپورت قىستۇرمىلىرىنى يۈكلىيەلمىدى ، قاچىلاشنى تەكشۈرۈپ بېقىڭ!" @@ -13533,7 +13532,7 @@ msgid "Success!" msgstr "مۇۋەپپەقىيەت!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13600,7 +13599,7 @@ msgstr "مەسىلىگە يولۇقسىڭىز كەمتۈك دوكلاتىنى ق msgid "You may want to refresh the page." msgstr "بۇ بەتنى يېڭىلاشنى ئويلىشىڭىز مۇمكىن." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "بوزۇق تىپ!" @@ -13724,16 +13723,7 @@ msgstr "" "ئېلىۋېتىش كۈچلۈك تەۋسىيە قىلىنىدۇ. بولمىسا مۇلازىمېتىرىڭىزنىڭ بىخەتەرلىكىگە " "رۇخسەتسىز كىشىلەر سەپلىمىسىنى چۈشۈرۈشى مۇمكىن." -#: src/Controllers/HomeController.php:404 -#, fuzzy, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Suhosin بىلەن ئىجرا بولۇۋاتقان مۇلازىمېتىر. مۇمكىن بولغان مەسىلىلەر " -"ئۈچۈن% sdocumentation% s نى كۆرۈڭ." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, fuzzy, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -13742,14 +13732,14 @@ msgstr "" "$ Cfg ['TempDir'] (% s) نى زىيارەت قىلغىلى بولمايدۇ. phpMyAdmin قېلىپلارنى " "ساقلىيالمايدۇ ، بۇ سەۋەبتىن ئاستا بولىدۇ." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -13759,7 +13749,7 @@ msgstr "" "ئىشلىتىۋاتقاندەك قىلىسىز. Mbstring كېڭەيتىلمىسى phpMyAdmin سىزىقنى توغرا " "بۆلۈشكە ئامالسىز ، ئۇ ئويلىمىغان نەتىجىنى كەلتۈرۈپ چىقىرىشى مۇمكىن." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13839,7 +13829,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "ساندان ئۆچۈرۈش بۇيرۇقى (\"DROP DATABASE\") چەكلەنگەن." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[ROLLBACK يۈز بەردى.]" @@ -16029,7 +16019,7 @@ msgid "No such column" msgstr "سۆزلەم قوشۇش\\ئۆچۈرۈش" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16911,7 +16901,7 @@ msgstr "خاتا سانلىق مەلۇمات" msgid "Wrong data or no validation for %s" msgstr "خاتا سانلىق مەلۇمات ياكى% s ئۈچۈن دەلىللەش يوق" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16999,7 +16989,7 @@ msgstr "ئىزلانغان جەدۋەل" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL قۇرۇق نەتىجە توپلىمىنى قايتۇردى (يەنى نۆل قۇر)." @@ -17454,28 +17444,28 @@ msgstr "" msgid "The row has been deleted." msgstr "خەتكۈچ ئۆچۈرۈلدى." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format msgid "Query took %01.4f seconds." msgstr "سۈرۈشتۈرۈش% 01.4f سېكۇنت." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format msgid "Showing rows %1s - %2s" msgstr "قۇرلارنى كۆرسىتىش% 1s -% 2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "ئۇمۇمىي" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -18141,11 +18131,11 @@ msgstr "" msgid "web server upload directory:" msgstr "مۇلازىمىتېردىكى يۈكلەش مۇندەرىجىسى" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL سوئالنى كۆرسىتىش" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, fuzzy, php-format msgid "Inserted row id: %1$d" msgstr "قىستۇرما قۇر id:% 1 $ d" @@ -18609,41 +18599,41 @@ msgstr "" msgid "No partial dependencies found!" msgstr "قىسمەن بېقىندىلىق تېپىلمىدى!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Coalesce" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "جەدۋەلنى ئوخشاش ئورۇنغا يۆتكىگىلى بولمايدۇ!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "جەدۋەلنى ئوخشاش بىر نۇسخا كۆچۈرگىلى بولمايدۇ!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "View %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "%s كۆرۈنمە ئۆچۈرۈلدى" -#: src/Operations.php:941 +#: src/Operations.php:937 #, fuzzy, php-format msgid "Table %s has been moved to %s." msgstr "جەدۋەل% s% s گە يۆتكەلدى." -#: src/Operations.php:945 +#: src/Operations.php:941 #, fuzzy, php-format msgid "Table %s has been copied to %s." msgstr "جەدۋەل% s% s گە كۆچۈرۈلدى." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "جەدۋەلنىڭ ئىسمى قۇرۇق!" @@ -18728,7 +18718,7 @@ msgstr "تەڭشەك ھۆجىتى ئىچىدىكى دەلىللەش ئۇسۇلى msgid "You have enabled two factor authentication, please confirm your login." msgstr "ئىككى ئامىل دەلىللەشنى قوزغىتىڭ ، كىرگەنلىكىڭىزنى جەزملەشتۈرۈڭ." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Columns terminated by" @@ -19227,7 +19217,7 @@ msgstr "" "ساندان سىستېمىسى ياكى كونا MySQL مۇلازىمېتىرى بىلەن چىقىرىش " "ماسلىشىشچانلىقىنى ئەڭ يۇقىرى چەككە يەتكۈزىدۇ:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -19252,19 +19242,19 @@ msgstr "" "ئىمپورتتا تېپىلغان كۆپەيتىلگەن كۇنۇپكىلاردا سانلىق مەلۇماتلارنى يېڭىلاڭ (ON " "DUPLICATE KEY UPDATE نى قوشۇڭ)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "يېڭى جەدۋەلنىڭ ئىسمى (ئىختىيارى):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "يېڭى سانداننىڭ ئىسمى (ئىختىيارى):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "بۇ نۇرغۇن قۇرلارنى ئەكىرىڭ (ئىختىيارىي):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -19272,7 +19262,7 @@ msgstr "" "ھۆججەتنىڭ بىرىنچى قۇردا جەدۋەل ئىستون ئىسمى بار (ئەگەر بۇ تەكشۈرۈلمىسە ، " "بىرىنچى قۇر سانلىق مەلۇماتنىڭ بىر قىسمى بولۇپ قالىدۇ) " -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -19282,29 +19272,29 @@ msgstr "" "بولمىسا ، مۇناسىپ ئىستون نامىنى بۇ يەرگە تىزىڭ. ستون ئىسىملىرى پەش بىلەن " "ئايرىلىشى ھەمدە نەقىل كەلتۈرۈلمەسلىكى كېرەك." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Columns terminated by" msgid "Column names:" msgstr "خەت ئايرىش بەلگىسى" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, fuzzy, php-format msgid "Invalid format of CSV input on line %d." msgstr "% D قۇردىكى CSV كىرگۈزۈشنىڭ ئىناۋەتسىز شەكلى." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, fuzzy, php-format msgid "Invalid column count in CSV input on line %d." msgstr "% D قۇردىكى CSV كىرگۈزۈشتىكى ئىناۋەتسىز ئىستون سانى." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, fuzzy, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV ئىمپورتنىڭ ئىناۋەتسىز پارامېتىرى:% s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, fuzzy, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -20121,11 +20111,11 @@ msgstr "يېڭى مۇقىم نەشرى يوق" msgid "Using bookmark \"%s\" as default browse query." msgstr "خەتكۈچ \"% s\" نى سۈكۈتتىكى كۆز قاراش سۈپىتىدە ئىشلىتىش." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP كودى سۈپىتىدە كۆرسىتىلىدۇ" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, fuzzy, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -20134,7 +20124,7 @@ msgstr "" "نۆۋەتتىكى تاللاشتا ئۆزگىچە ئىستون يوق. كاتەكچە تەھرىرلەش ، تەكشۈرۈش " "رامكىسى ، تەھرىرلەش ، كۆپەيتىش ۋە ئۆچۈرۈش ئىقتىدارلىرى يوق. % s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, fuzzy, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -20425,24 +20415,24 @@ msgstr "ئۈنۈمسىز جەدۋەل ئىسمى" msgid "You must provide a trigger definition." msgstr "سىز چوقۇم قوزغىتىش ئېنىقلىمىسى بىلەن تەمىنلىشىڭىز كېرەك." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "تازىلاش" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1 بايىتلىق پۈتۈن سان ، ئىمزا قويۇلغان دائىرە -128 دىن 127 گىچە ، ئىمزاسىز " "دائىرە 0 دىن 255 گىچە" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -20450,7 +20440,7 @@ msgstr "" "2 بايىتلىق پۈتۈن سان ، ئىمزا قويۇلغان دائىرە -32،768 دىن 32767 گىچە ، ئىمزا " "قويمىغان دائىرە 0 دىن 65،535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -20458,7 +20448,7 @@ msgstr "" "3 بايىتلىق پۈتۈن سان ، ئىمزا قويۇلغان دائىرە -8،388،608 دىن 8 مىليون " "388،607 ، ئىمزا قويمىغان دائىرە 0 دىن 16 مىليون 777،215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -20466,7 +20456,7 @@ msgstr "" "4 بايىتلىق پۈتۈن سان ، ئىمزا قويۇلغان دائىرە -2،147،483،648 دىن 2 مىليون 147 " "مىڭ 483 647 ، ئىمزاسىز دائىرە 0 دىن 4 مىليون 294 مىڭ 967،295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -20475,7 +20465,7 @@ msgstr "" "9 مىليون 223،372،036،854،775،807 ، ئىمزا قويمىغان دائىرە 0 دىن 18 مىليون " "446،744،073،709،551،615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -20483,7 +20473,7 @@ msgstr "" "مۇقىم نۇقتا نومۇرى (M, D) - ئەڭ چوڭ سان (M) 65 (سۈكۈتتىكى 10) ، ئونلۇق سان " "(D) نىڭ ئەڭ چوڭ سانى 30 (سۈكۈتتىكى 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -20491,7 +20481,7 @@ msgstr "" "كىچىك لەيلىمە چېكىتلىك سان ، رۇخسەت قىلىشقا بولىدىغان قىممەت -3.402823466E + " "38 دىن -1.175494351E-38 ، 0 ۋە 1.175494351E-38 دىن 3.402823466E + 38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -20501,7 +20491,7 @@ msgstr "" "-1.7976931348623157E + 308 دىن -2.2250738585072014E-308 ، 0 ۋە " "2.2250738585072014E-308 دىن 1.7976931348623157E + 308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -20509,7 +20499,7 @@ msgstr "" "DOUBLE نىڭ مەنىسى (بۇنىڭ سىرتىدا: REAL_AS_FLOAT SQL ھالەتتە ئۇ FLOAT نىڭ " "مەنىسى)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -20517,7 +20507,7 @@ msgstr "" "بىر ئاز ساھە تىپى (M) ، ھەر بىر قىممەتنىڭ M قىممىتى ساقلىنىدۇ (سۈكۈتتىكىسى " "1 ، ئەڭ يۇقىرىسى 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -20525,22 +20515,22 @@ msgstr "" "TINYINT (1) نىڭ مەنىسى ، نۆلنىڭ قىممىتى يالغان ، نۆل بولمىغان قىممەتلەر " "توغرا دەپ قارىلىدۇ" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NULL AUTO_INCREMENT UNIQUE نىڭ ئىسمى" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "Create version" msgid "A date, supported range is %1$s to %2$s" msgstr "نەشىرنى قۇىماق" -#: src/Types.php:203 +#: src/Types.php:204 #, fuzzy, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "چېسلا ۋە ۋاقىت بىرلەشتۈرۈلگەن ، قوللايدىغان دائىرە% 1 $ s دىن% 2 $ s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -20555,13 +20545,13 @@ msgstr "" "UTC ، دەۋردىن كېيىنكى سېكۇنت سانى سۈپىتىدە ساقلانغان (1970-01-01 00:00:00 " "UTC )" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "%1$s بۇ جەدۋەل ئىسمىنى %2$s غا ئۆزگەرتىشتە خاتالىق كۆرۈلدى." -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -20569,7 +20559,7 @@ msgstr "" "تۆت خانىلىق (4 ، سۈكۈتتىكى) ياكى ئىككى خانىلىق (2) فورماتتىكى بىر يىل ، " "رۇخسەت قىلىنغان قىممەت 70 (1970) دىن 69 (2069) ياكى 1901 دىن 2155 ۋە 0000." -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -20577,7 +20567,7 @@ msgstr "" "مۇقىم ئۇزۇنلۇق (0-255 ، سۈكۈتتىكى 1) تىزما ، ساقلىغاندا ھەمىشە بوشلۇق بىلەن " "ئوڭ تەرەپكە چاپلىنىدۇ" -#: src/Types.php:229 +#: src/Types.php:230 #, fuzzy, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -20586,7 +20576,7 @@ msgstr "" "ئۆزگىرىشچان ئۇزۇنلۇق (% s) تىزمىسى ، ئۈنۈملۈك ئەڭ چوڭ ئۇزۇنلۇقى ئەڭ چوڭ قۇر " "چوڭلۇقىغا بويسۇنىدۇ" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -20595,7 +20585,7 @@ msgstr "" "قىممەتنىڭ ئۇزۇنلۇقىنى كۆرسىتىپ بېرىدىغان بىر بايىتلىق ئالدى قوشۇلغۇچى بىلەن " "ساقلىنىدۇ." -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -20604,7 +20594,7 @@ msgstr "" "بايىتلىق ئالدى قوشۇلغۇچى بىلەن ساقلىنىپ ، بايتنىڭ قىممىتىنىڭ ئۇزۇنلۇقىنى " "كۆرسىتىدۇ." -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -20613,7 +20603,7 @@ msgstr "" "ستون ، بايتتىكى قىممەتنىڭ ئۇزۇنلۇقىنى كۆرسىتىپ بېرىدىغان ئۈچ بايىتلىق ئالدى " "قوشۇلغۇچى بىلەن ساقلىنىدۇ." -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -20623,7 +20613,7 @@ msgstr "" "بولغان TEXT ستون ، بايتتىكى قىممەتنىڭ ئۇزۇنلۇقىنى كۆرسىتىپ بېرىدىغان تۆت " "بايىتلىق ئالدى قوشۇلغۇچى بىلەن ساقلىنىدۇ." -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -20631,7 +20621,7 @@ msgstr "" "CHAR تىپىغا ئوخشاش ، ئەمما ئىككىلىك بايت تىزمىسىنى ئىككىلىك بولمىغان ھەرپ " "تىزمىسىدىن ساقلايدۇ" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -20639,7 +20629,7 @@ msgstr "" "VARCHAR تىپىغا ئوخشاش ، ئەمما ئىككىلىك ھەرپ تىزمىسىنى ئەمەس ، ئىككىلىك بايت " "تىزمىسىنى ساقلايدۇ" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -20647,7 +20637,7 @@ msgstr "" "ئەڭ ئۇزۇن ئۇزۇنلۇقى 255 (2 ^ 8 - 1) بايت بولغان BLOB ستون ، قىممەتنىڭ " "ئۇزۇنلۇقىنى كۆرسىتىپ بېرىدىغان بىر بايىتلىق ئالدى قوشۇلغۇچى بىلەن ساقلىنىدۇ." -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -20656,7 +20646,7 @@ msgstr "" "قىممەتنىڭ ئۇزۇنلۇقىنى كۆرسىتىپ بېرىدىغان ئۈچ بايىتلىق ئالدى قوشۇلغۇچى بىلەن " "ساقلىنىدۇ." -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -20665,7 +20655,7 @@ msgstr "" "ئۇزۇنلۇقىنى كۆرسىتىپ بېرىدىغان ئىككى بايىتلىق ئالدى قوشۇلغۇچى بىلەن " "ساقلىنىدۇ." -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -20674,7 +20664,7 @@ msgstr "" "BLOB ستون ، قىممەتنىڭ ئۇزۇنلۇقىنى كۆرسىتىپ بېرىدىغان تۆت بايىتلىق ئالدى " "قوشۇلغۇچى بىلەن ساقلىنىدۇ." -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -20682,43 +20672,43 @@ msgstr "" "تىزىملىك ، 65،535 قىممەت تىزىملىكى ياكى ئالاھىدە '' خاتالىق قىممىتى " "تىزىملىكىدىن تاللانغان" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "64 ئەزادىن تەركىب تاپقان بىر قىممەت" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "ھەر قانداق تىپتىكى گېئومېتىرىيەنى ساقلىيالايدىغان تىپ" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "2 ئۆلچەملىك بوشلۇقتىكى بىر نۇقتا" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "نۇقسانلار ئارىسىدىكى سىزىق ئارىلىقى بار ئەگرى سىزىق" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "كۆپ قىرلىق" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "نومۇرلار توپلىمى" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "نۇقتىلار ئارا سىزىقلىق ئۆز ئارا باغلانغان ئەگرى سىزىقلار توپلىمى" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "كۆپ خوتۇنلۇق توپلام" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "ھەر خىل تىپتىكى گېئومېتىرىيەلىك جىسىملار توپلىمى" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -20726,7 +20716,7 @@ msgstr "" "JSON (JavaScript ئوبيېكتى ئىزاھاتى) ھۆججىتىدىكى سانلىق مەلۇماتلارنى ساقلايدۇ " "ۋە ئۈنۈملۈك زىيارەت قىلالايدۇ" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -20734,33 +20724,33 @@ msgstr "" "IPv6 ئادرېسلىرىنى ساقلاشنى مەقسەت قىلىدۇ ، شۇنداقلا IPv4 ئادرېسلىرىنى IPv6 " "ئادرېسلارنىڭ ئادەتتىكى خەرىتىسىنى پەرەز قىلغان IPv4 ئادرېس." -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bit UUID (Universal Unique Identifier)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "سان" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "نەشىرنى قۇىماق" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Log file count" msgctxt "spatial types" @@ -20809,6 +20799,24 @@ msgstr "ZIP ئارخىپىدىكى خاتالىق:" msgid "No files found inside ZIP archive!" msgstr "ZIP ئارخىپى ئىچىدە ھۆججەت تېپىلمىدى!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "ئەگەر سۇخوسىن بايقالسا باش بەتتە كۆرسىتىلگەن سۈكۈتتىكى ئاگاھلاندۇرۇشنى " +#~ "چەكلەڭ." + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin ئاگاھلاندۇرۇشى" + +#, fuzzy, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Suhosin بىلەن ئىجرا بولۇۋاتقان مۇلازىمېتىر. مۇمكىن بولغان مەسىلىلەر " +#~ "ئۈچۈن% sdocumentation% s نى كۆرۈڭ." + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "خام ئەشيا چىقىرىش بۇ ئېكسپورت ئۇسۇلىنى قوللىمايدۇ." diff --git a/resources/po/uk.po b/resources/po/uk.po index 35ffb3f671..debb1f6f1e 100644 --- a/resources/po/uk.po +++ b/resources/po/uk.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" -"PO-Revision-Date: 2026-04-06 02:09+0000\n" -"Last-Translator: Hotripak \n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" +"PO-Revision-Date: 2026-04-17 00:09+0000\n" +"Last-Translator: Iaroslav K \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -14,7 +14,7 @@ msgstr "" "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 5.17-dev\n" +"X-Generator: Weblate 5.17.1-dev\n" #: resources/templates/base.twig:40 resources/templates/login/header.twig:13 msgid "Javascript must be enabled past this point!" @@ -760,8 +760,8 @@ msgstr "Налаштувати привілеї" #: resources/templates/columns_definitions/table_fields_definitions.twig:66 #: resources/templates/database/data_dictionary/index.twig:30 #: resources/templates/table/structure/display_structure.twig:28 -#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:675 -#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportHtmlword.php:313 +#: src/Config/Descriptions.php:658 src/Config/Descriptions.php:673 +#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportHtmlword.php:313 #: src/Plugins/Export/ExportLatex.php:471 src/Plugins/Export/ExportOdt.php:411 #: src/Plugins/Export/ExportTexytext.php:309 #: src/Plugins/Export/Helpers/Pdf.php:493 @@ -780,8 +780,8 @@ msgstr "Перемістити стовпець" #: resources/templates/columns_definitions/table_fields_definitions.twig:83 #: resources/templates/database/data_dictionary/index.twig:32 -#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 -#: src/Config/Descriptions.php:714 src/Plugins/Export/ExportHtmlword.php:320 +#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:674 +#: src/Config/Descriptions.php:712 src/Plugins/Export/ExportHtmlword.php:320 #: src/Plugins/Export/ExportOdt.php:418 #: src/Plugins/Export/ExportTexytext.php:314 #: src/Plugins/Export/Helpers/Pdf.php:501 @@ -852,7 +852,7 @@ msgstr "Скинути" #: resources/templates/setup/home/index.twig:116 #: resources/templates/setup/home/index.twig:134 src/Engines/Pbxt.php:167 #: src/Html/Generator.php:685 src/Html/MySQLDocumentation.php:51 -#: src/Sanitize.php:188 +#: src/Sanitize.php:189 msgid "Documentation" msgstr "Документація" @@ -1019,7 +1019,7 @@ msgstr "Повторити запит" #: resources/templates/setup/home/index.twig:64 #: resources/templates/table/structure/display_structure.twig:494 #: resources/templates/triggers/row.twig:28 -#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:926 +#: resources/templates/triggers/row.twig:31 src/Config/Descriptions.php:925 #: src/ConfigStorage/UserGroups.php:113 #: src/Controllers/JavaScriptMessagesController.php:379 #: src/Display/Results.php:1876 src/Html/Generator.php:533 @@ -1060,7 +1060,7 @@ msgstr "Видалити" #: resources/templates/table/relation/common_form.twig:38 #: resources/templates/table/relation/common_form.twig:95 #: resources/templates/table/relation/foreign_key_row.twig:91 -#: src/Config/Descriptions.php:934 src/Plugins/Export/ExportHtmlword.php:145 +#: src/Config/Descriptions.php:932 src/Plugins/Export/ExportHtmlword.php:145 #: src/Plugins/Export/ExportOdt.php:182 #: src/Plugins/Export/ExportTexytext.php:115 src/Server/Privileges.php:1564 #: src/Server/Privileges.php:1566 src/Server/Status/Processes.php:103 @@ -1071,7 +1071,7 @@ msgstr "База даних" msgid "SQL Query Console" msgstr "Консоль SQL запитів" -#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:766 +#: resources/templates/console/display.twig:16 src/Config/Descriptions.php:764 msgid "Console" msgstr "Консоль" @@ -1100,7 +1100,7 @@ msgid "Bookmarks" msgstr "Закладки" #: resources/templates/console/display.twig:34 -#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:615 +#: resources/templates/console/display.twig:88 src/Config/Descriptions.php:613 msgid "Debug SQL" msgstr "Відлагодити SQL" @@ -1172,7 +1172,7 @@ msgstr "Витрачений час" msgid "Order by:" msgstr "Порядок:" -#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:964 +#: resources/templates/console/display.twig:103 src/Config/Descriptions.php:962 msgid "Group queries" msgstr "Груповати запити" @@ -1200,7 +1200,7 @@ msgstr "Час створення:" #: resources/templates/console/display.twig:133 #: resources/templates/server/status/processes/index.twig:19 #: resources/templates/server/status/variables/index.twig:42 -#: src/Config/Descriptions.php:928 src/Export/Export.php:696 +#: src/Config/Descriptions.php:927 src/Export/Export.php:697 #: src/Html/Generator.php:589 msgid "Refresh" msgstr "Оновити" @@ -1238,15 +1238,15 @@ msgstr "OK" msgid "Restore default values" msgstr "Відновлення значень за замовчуванням" -#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:958 +#: resources/templates/console/display.twig:185 src/Config/Descriptions.php:956 msgid "Always expand query messages" msgstr "Завжди розгортати повідомлення запиту" -#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:957 +#: resources/templates/console/display.twig:189 src/Config/Descriptions.php:955 msgid "Show query history at start" msgstr "Показати історію на початку" -#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:959 +#: resources/templates/console/display.twig:193 src/Config/Descriptions.php:957 msgid "Show current browsing query" msgstr "Показати поточний перегляд запиту" @@ -1258,7 +1258,7 @@ msgstr "" "Виконати запит по натиснені на Enter і вставити новий рядок по натиснені на " "Shift+Enter. Щоб зробити цю опцію постійною, дивіться настройки." -#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:961 +#: resources/templates/console/display.twig:201 src/Config/Descriptions.php:959 msgid "Switch to dark theme" msgstr "Переключити на темну тему" @@ -1379,8 +1379,8 @@ msgstr "Дія" #: resources/templates/error/report_modal.twig:11 #: resources/templates/gis_data_editor_form.twig:76 #: resources/templates/modals/change_password.twig:11 -#: resources/templates/server/databases/index.twig:315 -#: resources/templates/server/databases/index.twig:319 +#: resources/templates/server/databases/index.twig:321 +#: resources/templates/server/databases/index.twig:325 #: resources/templates/server/variables/index.twig:15 #: resources/templates/table/search/index.twig:196 #: src/Controllers/JavaScriptMessagesController.php:312 @@ -1806,7 +1806,7 @@ msgstr "Визначення" #: resources/templates/sql/query.twig:40 #: resources/templates/table/structure/display_table_stats.twig:81 #: resources/templates/triggers/editor_form.twig:64 -#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:654 +#: src/Config/Descriptions.php:636 src/Config/Descriptions.php:652 msgid "Format" msgstr "Формат" @@ -1906,7 +1906,7 @@ msgstr "Експорт" #: resources/templates/indexes.twig:59 #: resources/templates/server/databases/index.twig:67 #: resources/templates/server/databases/index.twig:68 -#: resources/templates/server/databases/index.twig:320 +#: resources/templates/server/databases/index.twig:326 #: resources/templates/table/relation/foreign_key_row.twig:25 #: resources/templates/table/structure/display_partitions.twig:146 #: resources/templates/table/structure/display_structure.twig:120 @@ -1915,7 +1915,7 @@ msgstr "Експорт" #: resources/templates/triggers/list.twig:20 #: resources/templates/triggers/list.twig:21 #: resources/templates/triggers/row.twig:52 -#: resources/templates/triggers/row.twig:58 src/Operations.php:538 +#: resources/templates/triggers/row.twig:58 src/Operations.php:534 msgid "Drop" msgstr "Знищити" @@ -1998,7 +1998,7 @@ msgstr "Таблиці:" #: resources/templates/database/export/index.twig:22 #: resources/templates/database/structure/show_create.twig:6 -#: src/Config/Descriptions.php:743 +#: src/Config/Descriptions.php:741 #: src/Controllers/Server/DatabasesController.php:266 #: src/Navigation/Nodes/NodeTableContainer.php:23 #: src/Navigation/Nodes/NodeTableContainer.php:25 @@ -2188,7 +2188,7 @@ msgstr "Копіювати базу даних в" #: resources/templates/database/operations/index.twig:123 #: resources/templates/server/databases/index.twig:24 -#: src/Config/Descriptions.php:885 +#: src/Config/Descriptions.php:884 msgid "Database name" msgstr "Ім'я бази даних" @@ -2219,10 +2219,10 @@ msgstr "Виконайте CREATE DATABASE перед копіюванням" #: resources/templates/database/operations/index.twig:156 #: resources/templates/table/operations/index.twig:303 -#: src/Config/Descriptions.php:695 src/Config/Descriptions.php:696 -#: src/Config/Descriptions.php:698 src/Config/Descriptions.php:701 -#: src/Config/Descriptions.php:702 src/Config/Descriptions.php:703 -#: src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:693 src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:696 src/Config/Descriptions.php:699 +#: src/Config/Descriptions.php:700 src/Config/Descriptions.php:701 +#: src/Config/Descriptions.php:713 #, php-format msgid "Add %s" msgstr "Додати %s" @@ -2230,7 +2230,7 @@ msgstr "Додати %s" #: resources/templates/database/operations/index.twig:161 #: resources/templates/table/operations/index.twig:73 #: resources/templates/table/operations/index.twig:308 -#: src/Config/Descriptions.php:687 +#: src/Config/Descriptions.php:685 msgid "Add AUTO_INCREMENT value" msgstr "Додати значення AUTO_INCREMENT" @@ -2737,7 +2737,7 @@ msgid "Database:" msgstr "База даних:" #: resources/templates/database/structure/copy_form.twig:31 -#: src/Config/Descriptions.php:898 +#: src/Config/Descriptions.php:897 msgid "Add DROP TABLE" msgstr "Додати DROP TABLE" @@ -2759,7 +2759,7 @@ msgstr "Ви насправді хочете виконати даний зап #: resources/templates/table/delete/confirm.twig:25 #: src/Controllers/JavaScriptMessagesController.php:346 msgid "Enable foreign key checks" -msgstr "Відключити перевірку зовнішніх ключів" +msgstr "Увімкнути перевірку зовнішніх ключів" #: resources/templates/database/structure/favorite_anchor.twig:4 #: resources/templates/recent_favorite_table_favorite.twig:12 @@ -2802,7 +2802,7 @@ msgstr "Показувати створювані запити" #: resources/templates/table/relation/common_form.twig:102 #: resources/templates/table/relation/foreign_key_row.twig:102 #: resources/templates/triggers/editor_form.twig:32 -#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:937 +#: resources/templates/triggers/list.twig:49 src/Config/Descriptions.php:935 #: src/Plugins/Export/ExportXml.php:408 src/Server/Privileges.php:1570 #: src/Server/Privileges.php:1572 msgid "Table" @@ -3119,7 +3119,7 @@ msgstr "Операції з результатами запиту" #: resources/templates/display/results/table.twig:353 #: src/Controllers/JavaScriptMessagesController.php:466 -#: src/Export/Export.php:715 +#: src/Export/Export.php:716 msgid "Copy to clipboard" msgstr "Скопіювати до буфера обміну" @@ -3285,7 +3285,7 @@ msgid "Save on server in the directory %s" msgstr "Зберегти на сервері в каталозі %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Перезаписати існуючий файл(и)" @@ -3644,7 +3644,7 @@ msgstr "Прийняти" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Назад" @@ -3654,7 +3654,7 @@ msgstr "Назад" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Імпорт" @@ -3997,8 +3997,8 @@ msgstr "Вивантаження SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Бази даних" @@ -4020,7 +4020,7 @@ msgid "Recent" msgstr "Нещодавнє" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Улюблені таблиці" @@ -4058,17 +4058,17 @@ msgid "Features" msgstr "Особливості" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL запити" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Панель навігації" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Головна панель" @@ -4540,13 +4540,27 @@ msgstr "Перевірити права для бази даних \"%s\"." msgid "Check privileges" msgstr "Перевірити привілеї" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "Виконати SQL-запити в базі даних \"%s\"." + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Всього:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4554,16 +4568,16 @@ msgstr "" "Примітка: Активізація збору статистики бази даних може спричинити значний " "трафік між веб сервером та сервером MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Увімкнути статистику" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Бази даних відсутні" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Підтвердити" @@ -5627,7 +5641,7 @@ msgid "Current server:" msgstr "Поточний сервер:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Сервери" @@ -5710,7 +5724,7 @@ msgid "Test:" msgstr "Тест:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Сервер" @@ -6308,7 +6322,7 @@ msgstr "Показати форму" msgid "Show hidden messages" msgstr "Показувати приховані повідомлення" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Тип аутентифікації" @@ -6390,7 +6404,7 @@ msgid "Detailed profile" msgstr "Детальний профіль" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Сортувати" @@ -6451,7 +6465,7 @@ msgstr "Секторна дiаграма з результатами профі #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Ваш SQL запит було виконано вдало." @@ -6497,7 +6511,7 @@ msgstr "Розділювач" msgid "Show this query here again" msgstr "Показати даний запит тут знову" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Залишати вікно запиту" @@ -6973,7 +6987,7 @@ msgid "Delete the view (DROP)" msgstr "Видалити подання (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Структура таблиці" @@ -7142,32 +7156,32 @@ msgid "Index length" msgstr "Довжина індекса" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Аналізувати" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Перевірити" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Оптимізувати" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Перебудувати" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Відремонтувати" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Обрізати" @@ -9049,14 +9063,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "В'єтнамська" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9234,19 +9240,19 @@ msgstr "обидва попередні" msgid "neither of the above" msgstr "жоден з попередніх" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Користувач не може встановити більше значення" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "При включенні дозволяє ввести будь-який MySQL сервер в формі авторизації для " "cookie ідентифікації." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9256,7 +9262,7 @@ msgstr "" "довільному MySQL сервері доступна при спідставленні IP-адресу чи на " "основному MySQL сервері задано регулярного виразу." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9266,7 +9272,7 @@ msgstr "" "викликати phpMyAdmin всередині фрейму, що є потенційною [strong]дірою в " "безпеці[/strong] , допускаючи можливість XFS атак." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." @@ -9274,15 +9280,15 @@ msgstr "" "Секретна фраза використовується для шифрування cookies в [kbd]cookie[/kbd] " "аутентифікації." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Увімкнути стиснення bzip2 для імпортних операцій." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Введіть URL-адресу вашого API, сумісного з reCAPTCHA v2." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9290,31 +9296,31 @@ msgstr "" "Введіть фрагмент Content-Security-Policy для вашого API, сумісного з " "reCAPTCHA v2." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Введіть параметр запиту, який використовує ваш API, сумісний з reCAPTCHA v2." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Введіть параметр відповіді, який використовує ваш API, сумісний з reCAPTCHA " "v2." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Введіть ваш відкритий ключ для сервісу reCaptcha на вашому домені." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Введіть ваш приватний ключ для сервісу reCAPTCHA вашого домена." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" "Введіть вашу URL-адресу перевірки сайту для сервісу reCAPTCHA вашого домена." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9324,7 +9330,7 @@ msgstr "" "VARCHAR стовпців; [kbd]input[/kbd] - довжина тексту, [kbd]textarea[/kbd] - " "дозволена кількість рядків в стовпцях." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9332,7 +9338,7 @@ msgstr "" "Використовувати візуальний редактор для редагування запитів SQL (CodeMirror) " "з підсвічуванням синтаксису і нумерацією рядків." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." @@ -9340,7 +9346,7 @@ msgstr "" "Перевірити запит на помилки перед його виконанням. Потрібно увімкнути " "CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9348,7 +9354,7 @@ msgstr "" "Визначає мінімальний розмір для полів вводу що були згенеровані атрибутами " "CHAR та VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." @@ -9356,7 +9362,7 @@ msgstr "" "Визначає максимальний розмір для полів вводу що були згенеровані атрибутами " "CHAR та VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9364,7 +9370,7 @@ msgstr "" "Стиснути gzip експорт на льоту, що не потребує багато пам'яті; якщо виникли " "проблеми при створенні gzip файлів відключіть цю властивість." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9372,15 +9378,15 @@ msgstr "" "Чи попередження (\"Ви дійсно впевнені…\") повинно бути відображене коли ви " "можете втратити дані." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Автозаповнення імен таблиць і стовпців в SQL запитах." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9389,7 +9395,7 @@ msgstr "" "перезаписані, якщо переформатування буде заповнено на сторінці структури " "таблиці." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9397,7 +9403,7 @@ msgstr "" "Вимкнути обслуговування операцій у таблиці, таких як оптимізація або " "відновлення вибраних таблиць бази даних." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9405,12 +9411,12 @@ msgstr "" "Встановіть обмеження у секундах для виконання скріпта ([kbd]0[/kbd] - не " "обмежено)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Виключити визначення поточного користувача" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9418,7 +9424,7 @@ msgstr "" "Порядок сортування елементів у випадаючому списку зовнішніх ключів; " "[kbd]вміст[/kbd] - пов'язані дані, [kbd]id[/kbd] - ключі." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9427,7 +9433,7 @@ msgstr "" "використовуйте підставні рядки, які описані в [doc@faq6-27]документація[/" "doc]." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9435,7 +9441,7 @@ msgstr "" "Будь ласка зверніть увагу, що phpMyAdmin лише інтерфейс користувача і його " "можливості не обмежують MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9443,7 +9449,7 @@ msgstr "" "Розширена конфігурація сервера, не змінюйте ці параметри, якщо не знаєте для " "чого вони потрібні." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9453,7 +9459,7 @@ msgstr "" "до додаткових властивостей, дивись [doc@linked-tables]PhpMyAdmin " "конфігурація пам'яті[/doc] в документації." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -9461,115 +9467,115 @@ msgstr "" "Відстеження змін, зроблених у базі даних. Вимагає PhpMyAdmin сховища " "конфігурації." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Налаштувати режим перегляду." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Налаштувати опції за замовчуванням." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Налаштування для розробників phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Налаштувати режим редагування." -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Налаштувати параметри експорту за замовчуванням." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Встановити деякі загальновживані властивості." -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Налаштувати за замовчуванням загальні параметри імпорту." -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Встанови теки імпорту та експорту та параметри стискання." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Параметри відображення баз даних." -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Налаштувати вигляд панелі навігації." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Налаштувати дерево навігації." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Параметри відображення серверів." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Параметри відображення таблиць." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Налаштування які не вписуються більш ніде." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Параметри аутентифікації." -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Введіть параметри з'єднання сервера." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Налаштувати показ посилань в вікнах SQL запиту." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Налаштування SQL запитів." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Налаштувати початкову сторінку." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Оберіть, які деталі відображати у структурі бази даних (список таблиць)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Налаштування структури таблиці (список стовпців)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Налаштуйте відображення вкладок." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Налаштувати текстові поля вводу." -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Налаштувати опції за замовчувань" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Відключити деякі попередження що показуються у phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Увімкнути GZIP стиснення для операцій імпорту та експорту." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9577,7 +9583,7 @@ msgstr "" "Якщо включено, PhpMyAdmin продовжує обчислення декількох запитів навіть якщо " "один із запитів не вдалий." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9588,7 +9594,7 @@ msgstr "" "імпорту файлів великого розміру, проте це може призвести до переривання " "транзакції." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9596,15 +9602,15 @@ msgstr "" "Формат за замовчувань; майте на увазі, що цей список залежить від місця " "розміщення (бази даних, таблиці), і тільки SQL завжди доступний." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Оновлення даних, коли знайдено дублікати ключів імпорту" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Число запитів що будуть пропущені від початку." -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9614,7 +9620,7 @@ msgstr "" "то лише для поточного сервера. При установці даного значення в FALSE можна " "легко забути відключитися від інших серверів при множині підключень." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9622,7 +9628,7 @@ msgstr "" "Визначте чи використати попередні дані для входу в режимі аутентифікації " "[kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9634,11 +9640,11 @@ msgstr "" "протягом поточної сесії, і будуть видалені при закриті вікна браузера. Цей " "режим рекомендується для роботи у ненадійних умовах." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "При відображенні SQL запиту використано максимальне число символів." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." @@ -9646,7 +9652,7 @@ msgstr "" "Кількість елементів, які можуть бути відображені на кожній сторінці першого " "рівня дерева навігації." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." @@ -9654,7 +9660,7 @@ msgstr "" "Кількість елементів, які можуть бути відображені на кожній сторінці дерева " "навігації." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9662,7 +9668,7 @@ msgstr "" "Кількість рядків при виведенні результату запиту. Якщо результат містить " "декілька рядків, посилання \"Previous\" та \"Next\" будуть показані." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9670,15 +9676,15 @@ msgstr "" "Кількість байтів, що виділяється під сценарій, наприклад: [kbd]32M[/kbd] " "([kbd]-1[/kbd] без обмежень і [kbd]0[/kbd] без змін)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "В панель навігації, дерево бази даних замінюються селектором" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "Перехід з головної панелі, виділивши поточну базу даних або таблицю." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9686,7 +9692,7 @@ msgstr "" "Відкрити сторінку у головному вікні ([code]main[/code]) або у новому " "([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9694,7 +9700,7 @@ msgstr "" "Мінімальна кількість елементів (таблиць, видів, процедур та подій) для " "відображення вікна фільтру." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9702,65 +9708,65 @@ msgstr "" "Угруповання елементів в дереві навігації (залежить від розділювача, що " "визначений в закладках баз даних і таблиць вище)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Чи потрібно надати можливість розкриття дерева в панелі навігації." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "Чи відображати процедури бази даних в дереві навігації" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Чи потрібно автоматично розширювати єдину базу даних в навігаційному дереві." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Встановити 0, щоб згорнути панель навігації." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Показати логотип у панелі навігації." -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL, на який веде логотип у панелі навігації." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Показати вибір сервера у верхній частині панелі навігації." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Стрічка яка розділяє бази даних на різні рівні дерева." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Стрічка, що розділяє таблиці на різні рівні дерева." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Підсвітити сервер під курсором миші." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "Чи відображати таблиці під базою даних в дереві навігації" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Чи відображати перегляди бази даних в дереві навігації" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "Чи потрібно відображати функції під базою даних в дереві навігації" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "Чи відображати події бази даних в дереві навігації" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9768,7 +9774,7 @@ msgstr "" "[kbd]SMART[/kbd] - тобто зворотній порядок сортування для полів, що мають " "тип TIME, DATE, DATETIME та TIMESTAMP; у іншому випадку порядок буде прямим." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9777,7 +9783,7 @@ msgstr "" "Вимкнути сповіщення, що відображається на сторінці структури бази даних за " "відсутності необхідних для зберігання конфігурації phpMyAdmin таблиць." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9785,7 +9791,7 @@ msgstr "" "Вимкнути сповіщення, що відображається на сторінці структури бази даних за " "наявності стовпців таблиці з іменами, які є зарезервованими словами MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9796,13 +9802,13 @@ msgstr "" "використовуватись JavaScript (історію запитів буде втрачено при закритті " "вікна)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" "Дозволити користувачам створювати закладки, доступні для всіх інших " "користувачів" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" @@ -9810,7 +9816,7 @@ msgstr "" "Встановити реальний часовий пояс; можна відмінний, чим на твоєму сервері " "бази даних" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9818,7 +9824,7 @@ msgstr "" "Залиште поле пустим для вимкнення підтримки [doc@bookmarks@]закладки[/doc] " "рекомендується: [kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9826,7 +9832,7 @@ msgstr "" "Для відключення коментарів / типів медіа, залиште поле порожнім, " "рекомендується: [kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9834,7 +9840,7 @@ msgstr "" "Спеціальний користувач MySQL з обмеженими правами, більш детальна інформація " "доступна на [doc@linked-tables]документація[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9842,7 +9848,7 @@ msgstr "" "Альтернативний хост для збереження налаштувань, залиште порожнім для " "використання вже вказаного хоста." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9852,7 +9858,7 @@ msgstr "" "залиште порожнім для порта за-замовчуванням, якщо контрольний хост " "ідентичний хосту." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9862,7 +9868,7 @@ msgstr "" "issues/8970]трекер помилок phpMyAdmin [/a] і [a@https://bugs.mysql." "com/19588]MySQL помилок[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9870,7 +9876,7 @@ msgstr "" "Залиште порожнім для відключення підтримки історії SQL запитів, " "пропонується: [kbd]pma__history[/kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9878,7 +9884,7 @@ msgstr "" "Обмежує кількість властивостей таблиці, що зберігаються в базі даних, " "застарілі записи автоматично видаляються." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." @@ -9886,7 +9892,7 @@ msgstr "" "Залиште поле пустим, щоб вимкнути експорт шаблону, пропонується: " "[kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -9894,7 +9900,7 @@ msgstr "" "Залиште поле пустим, щоб вимкнути підтримку основних стовпців, пропонується: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9904,14 +9910,14 @@ msgstr "" "хочете використовувати, як звичайні літературні символи, тобто " "використовуйте [kbd]'my\\_db'[/kbd] а не [kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Для відключення підтримки PDF схеми, залишіть поле пустим, рекомендується: " "[kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9922,7 +9928,7 @@ msgstr "" "інформації. Залишіть поле пустим для відключення підтримки. Рекомендується: " "[kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -9930,7 +9936,7 @@ msgstr "" "Для відключення збереження списку недавно використаних таблиць залиште поле " "порожнім, рекомендується: [kbd]pma__recen[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9938,7 +9944,7 @@ msgstr "" "Для відключення збереження списку обраних таблиць залиште поле порожнім, " "рекомендується:: [kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9946,13 +9952,13 @@ msgstr "" "Залишіть поле пустим, щоб вимкнути підтримку [doc@relations@]relation-links[/" "doc], рекомендується: [kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" "Дивіться [doc@authentication-modes]authentication types[/doc] для прикладу." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -9960,7 +9966,7 @@ msgstr "" "Для відключення підтримки PDF схеми залиште поле порожнім, рекомендується: " "[kbd]pma__table_coords[/kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -9968,7 +9974,7 @@ msgstr "" "Таблиця для опису відображення стовпців, залиште порожнім для вимкнення " "підтримки; рекомендовано: [kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9976,7 +9982,7 @@ msgstr "" "Для відключення можливості зберігання налаштувань інтерфейсу таблиць через " "сесії залиште поле порожнім, рекомендується: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." @@ -9984,7 +9990,7 @@ msgstr "" "Чи буде при створенні бази даних, в журнал першим рядком додано вираз DROP " "DATABASE IF EXISTS." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." @@ -9992,7 +9998,7 @@ msgstr "" "Чи буде при створенні бази даних, в журнал першим рядком додано вираз DROP " "DATABASE IF EXISTS." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." @@ -10000,13 +10006,13 @@ msgstr "" "Чи буде при створенні подання, в журнал першим рядком додано вираз DROP VIEW " "IF EXISTS." -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Визначити список виразів, які використовуються для автоматичного створення " "нових версій." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10014,14 +10020,14 @@ msgstr "" "Залиште порожнім, щоб вимкнути функцію відстеження SQL запитів, " "пропонується: [kbd]pma__tracking[/kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" "Чи механізм відстеження створює версії для таблиць і подань автоматично." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." @@ -10029,7 +10035,7 @@ msgstr "" "Для відключення можливості зберігати налаштування користувача в базі даних " "залиште поле порожнім, рекомендується: [kbd]pma__userconfig[/kbd]." -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10039,7 +10045,7 @@ msgstr "" "можливості налаштувань меню; якщо хоча б одне поле залишите порожнім, то ця " "можливість буде відключена, рекомендується: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10049,7 +10055,7 @@ msgstr "" "можливості налаштувань меню; якщо хоча б одне поле залишите порожнім, то ця " "можливість буде відключена, рекомендується: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10057,61 +10063,61 @@ msgstr "" "Залиште порожнім, щоб вимкнути функцію приховування/відображення " "навігаційних елементів, пропонується: [kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "Користувацький опис сервера. Залиште пустим, щоб вивести назву хоста." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Залиште порожнім, якщо не використовується." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Залиште порожнім для налаштувань за замовчуванням." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "Рядок, що відображається при ідентифікації з допомогою HTTP." -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Потрібний метод автентифікації." -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Стискати з'єднання до MySQL сервера." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Cховати бази даних, що відповідають регулярному виразу (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Ім'я хоста, на якому працює MySQL сервер." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Залиште порожнім, якщо не використовується config auth." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Порт, на якому працює MySQL сервер, залиште порожнім для значення за " "замовчуванням." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" "Сокет, на якому працює MySQL сервер, залиште порожнім для значення за-" "замовчуванням." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Активувати SSL для з'єднання з MySQL сервером." -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10121,21 +10127,21 @@ msgstr "" "при ідентифікації методом [kbd]config[/kbd] із жорстко прописаним паролем; " "це не обмежує можливість виконання команди беспосередньо." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "Показати або приховати стовпець \"Час створення\" для всіх таблиць." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "Показати або приховати стовпець \"Час оновлення\" для всіх таблиць." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "Показати або приховати стовпець \"Час перевірки\" для всіх таблиць." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10143,7 +10149,7 @@ msgstr "" "Визначає чи в режимі редагування/вставки має на початку відображатися тип " "поля." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10151,56 +10157,48 @@ msgstr "" "Показує посилання на [a@https://www.php.net/manual/en/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Чи слід відображати кнопку \"показати всі (рядки)\"." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" "Показати або приховати стовпець відображення коментарів для всіх таблиць." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" "Показати або приховати стовпець, що відображає кодування для всіх таблиць." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Відображати поля функції у режимі редагування/вставки." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Показати/приховати підказки." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Визначає, чи потрібно відображати SQL запити, що згенеровані phpMyAdmin." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Дозволити відображення статистики бази даних і таблиць (наприклад, " "використання простору)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Позначити використані таблиці та зробити можливим відображення баз даних із " "заблокованими таблицями." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Вимкнути за замовчанням попередження, яке відображається на головній " -"сторінці, у разі виявлення Suhosin." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10210,7 +10208,7 @@ msgstr "" "сторінці, якщо значення налаштувань PHP session.gc_maxlifetime менше, ніж " "значення `LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10218,7 +10216,7 @@ msgstr "" "Розмір (стовпців) текстового поля в режимі редагування, дане значення буде " "пріоритетним для текстових полів SQL запиту (* 2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10226,7 +10224,7 @@ msgstr "" "Розмір (рядків) текстового поля в режимі редагування, дане значення буде " "пріоритетним для текстових полів SQL запиту (* 2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10238,7 +10236,7 @@ msgstr "" "Forwarded-For) заголовку, що прийшов з проксі 1.2.3.4:[br][kbd]1.2.3.4: " "HTTP_X_FORWARDED_FOR[/kbd]." -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10246,7 +10244,7 @@ msgstr "" "Коли вимкнено, користувачі не зможуть встановити жоден із зазначених нижче " "параметрів незалежно від значення прапорця праворуч." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -10258,7 +10256,7 @@ msgstr "" "помилки. Вам це потрібно, якщо сервер, на якому встановлений PhpMyAdmin не " "має прямого доступу до Інтернету. Формат: «hostname:portnumber»." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10269,7 +10267,7 @@ msgstr "" "автентифікація буде виконуватися. Ніякі інші типи аутентифікації в даний час " "не підтримується." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10277,7 +10275,7 @@ msgstr "" "Запити виконуються натисканням Enter (замість Ctrl+Enter). Нові лінії " "вставляються натисканням Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." @@ -10285,390 +10283,390 @@ msgstr "" "Увімкнути режим нульової конфігурації, що дозволяє налаштувати конфігурацію " "phpMyAdmin для зберігання таблиць автоматично." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Підсвічувати обрані рядки." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Підсвічувати рядок наведенням курсора миші." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Число атрибутів для CHAR/VARCHAR полів типу textarea." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Число рядків для CHAR/VARCHAR полів типу textarea." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "Журнал SQL запитів і час виконання, який буде відображатися в консолі" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Вкладка що показується коли увійшли у базу даних." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Вкладка що відображається коли увійшли на сервер." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Вкладка що відображається при вході у таблицю." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Дії над структурою таблиці повинні бути приховані." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Чи показувати коментарі сповпця в структурі таблиці" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Показати список сервера у вигляді списку, а не випадаючого меню." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" "Випадаючий список буде використовуватись, якщо буде представлено менше " "елементів." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" "Значення за замовчанням для зовнішнього ключа деяких запитів відзначається " "прапорцями." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "Зніміть прапорець, щоб вимкнути перетягування імпорту" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Кількість рядків, що може бути вставлено за раз." -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Максимальне число символів, що показується у будь-якому не числовому стовпці " "у режимі перегляду." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Визначити, скільки часу (в секундах) дійсні cookie авторизації." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Подвійний розмір поля вводу тексту для LONGTEXT стовпців." -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" "Максимальна кількість баз даних, які відображається у списку баз даних." -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Максимальне число таблиць, які відображаються в списку таблиці." -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" "Максимальна кількість нещодавно використаних таблиць; встановіть 0 для " "відключення." -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Максимальна кількість улюблених таблиць; встановіть 0 для відключення." -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Посилання для редагування, копіювання та видалення." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Чи відображати рядок посилань навіть при відсутності унікального ключа." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Вимкнути скорі клавіші" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Використати природний порядок сортування імен таблиць та баз даних." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Використовувати лише піктограми, лише текст або все." -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" "Використовувати GZip буферизацію виводу для збільшення швидкості HTTP " "передачі." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Використовувати постійне з'єднання з MySQL." -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Заборонити редагування стовпців BLOB та BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Скільки запитів зберігати в історії." -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Виберіть функції, які буде використано для перекодування." -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" "Коли переглядаєте таблиці, порядок сортування кожної таблиці зберігається." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "За замовчанням порядок сортування таблиць з первинним ключем." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" "Повторити заголовки кожних X комірок, [kbd]0[/kbd] відключає цю властивість." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Для відображення Параметри" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Каталог на сервері для збереження експорту." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Визначає, чи має залишатися вікно запиту на екрані після надсилання запиту." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Заголовок вікна браузера при виборі бази даних." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Заголовок вікна браузера за замовчуванням." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Заголовок вікна браузера при виборі сервера." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Заголовок вікна браузера при виборі таблиці." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" "Каталог на сервері, до якого ви можете завантажити файли для подальшого " "імпорту." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Дозволити пошук по всій базі даних." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" "Вмикає можливість перевірки останньої версії phpMyAdmin на головній сторінці." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Пароль для аутентифікації на проксі." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Включити ZIP стиснення для операцій імпорту та експорту." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Оберіть дію за замовчуванням під час надсилання звітів про помилки." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Дозволити вхід до будь-якого сервера MySQL" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Обмеження входу на сервер MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Дозволити фреймінг для третіх сторін" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Показувати \"Знищити базу даних\" звичайним користувачам" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish секрет" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Маркер рядка" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Підсвітити наведення" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR редагування стовпців" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Увімкнути CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Увімкнути linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Мінімальний розмір для поля вводу" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Максимальний розмір для поля вводу" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "стовпці текстового поля типу CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR textarea рядки" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Перевірте права доступу конфігураційного файлу" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Стиснути на льоту" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Підтвердіть DROP запити" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Формат паперу" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Вкладка бази даних по замовчуванню" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Вкладка сервера по замовчуванню" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Вкладка талиці по замовчуванню" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Увімкнути автозаповнення імен таблиць і стовпців" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Показати коментарі стовпців" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Приховати дії над структурою таблиці" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "Перетворення за замовчуванням для Hex" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Перетворення за замовчуванням для підрядка" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Перетворення за замовчуванням для Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Перетворення за замовчуванням для зовнішнього" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Перетворення за замовчуванням для PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Перетворення за замовчуванням для DateFormat" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Перетворення за замовчуванням для Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Перетворення за замовчуванням для TextImageLink" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Перетворення за замовчуванням для TextLink" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Показати сервери як список" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Вимкнути обслуговування багатьох таблиць" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Максимальний час виконання" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "Використання інструкції [code]LOCK TABLES[/code]" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Зберегти як файл" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Кодування файлу" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Стискання" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10676,56 +10674,56 @@ msgstr "Стискання" msgid "Put columns names in the first row" msgstr "Помістити імена колонок в перший рядок" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Стовпчики взято в" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Символ екранування" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Замінити значення NULL на" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Вилучити CRLF символи у стовбцях" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Колонки завершуються з" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Рядки закінчуються з" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel версія" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Шаблон імені бази даних" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Шаблон імені сервера" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Шаблон імені таблиці" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10735,80 +10733,80 @@ msgstr "Шаблон імені таблиці" msgid "Dump table" msgstr "Дамп таблиці" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Вставити заголовок таблиці" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Заголовок таблиці" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Продовжений заголовок таблиці" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Ключ підпису" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Зв'язки" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Метод експорту" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Зберегти на сервері" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Експорт у вигляді окремих файлів" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "Запам'ятати шаблон імені файлу" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "Видаліть речення DEFINER з визначень" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Візьміть таблицю та імена колонок у зворотні лапки" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Режим сумісності SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Створення/Оновлення/Перевірка дати" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Використовувати вставки з затримкою" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Відключити перевірки зовнішніх ключів" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Експорт видів як таблиць" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Експорт пов'язаних метаданих з сховища конфігурації phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Використовувати шістнадцятковий для BINARY і BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10816,847 +10814,847 @@ msgstr "" "Додати IF NOT EXISTS (менш ефективно, чим генерування індексів при створенні " "таблиці)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s вид" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Використовувати ігнорування вставок" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Синтакс що використовується коли вставляють дані" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Максимальна довжина створеного запиту" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Тип експорту" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Помістити експорт у транзакцію" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Експорт часу у UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Порядок елементів у випадаючому списку зовнішніх ключів" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Обмеження зовнішнього ключа" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Перевірка зовнішніх ключів" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "Перший день тижня" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Режим перегляду" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Розробник" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Режим редагування" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Експорт за замовчуванням" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Загальний" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Імпорт за замовчуванням" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Імпорт / експорт" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Дерево навігації" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Інші параметри ядра" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Заголовки сторінки" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Безпека" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Базові налаштування" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Аутентифікація" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Конфігурація сервера" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Сховище конфігурації" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Відстеження змін" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Вікно SQL Запит" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Початок" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Структура бази даних" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Вкладки" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Відобразити схему зв'язків" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Текстові поля" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! текст" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Попередження" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Додаткові параметри для iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ігнорувати помилки декількох виразів" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "Увімкнути перетягування імпорту" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Частковий імпорт: дозволити переривання" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Не переривати коли виникла INSERT помилка" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "Імпортувати порожні значення як NULL" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Добавити ВКЛЮЧИТИ ДУБЛІКАТ КЛЮЧА ОБНОВЛЕННЯ" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Формат імпортованих файлів" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Використовуйте ключове слово LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Імена стовпців у першому рядку" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Не імпортувати пусті рядки" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Іипорт валют ($5.00 у 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Імпорт відсотків як десяткових чисел (12.00% у .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Частковий імпорт: пропустити запити" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Не використовувати AUTO_INCREMENT для нульових значень" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Читайте, як багатобайтові" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Початковий стан для слайдерів" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Кількість вставлених рядків" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Обмеження символів у стовбці" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Видаляти всі cookies при виході" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Використати збережене ім'я користувача" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Зберігати cookie авторизації" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Термін дії cookie авторизації" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Збільшене поле вводу тексту для LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Масимальна довжина SQL для відображення" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Максимально баз даних" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Максимальна кількість елементів на першому рівні" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Максимальна кількість елементів в гілці" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Максимальна кількість рядків для відображення" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Максимально таблиць" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Ліміт пам'яті" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Показати навігацію бази даних у вигляді дерева" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Ширина навігаційної панелі" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Зв'язати з головною панеллю" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Показати логотип" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL посилання логотипу" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Ціль на яку посилається лотип" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Показати вибір серверів" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Ціль іконки швидкого доступу" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Ціль другої іконки швидкого доступу" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Мінімальна кількість пунктів для відображення вікна фільтру" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Мінімальна кількість баз даних для відображення вікна фільтру" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Групувати елементи в дереві" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Розділювач дерева баз даних" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Розділювач дерева таблиці" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Максимальна глибина дерева таблиці" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Включити підсвічування" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Увімкнути розширення дерева навігації" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Показати таблиці в дереві" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Показати подання в дереві" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Показати функції в дереві" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Показати процедури в дереві" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Показати події в дереві" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "Розгорнути єдину базу даних" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Таблиці, що були недавно використані" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Де можна відобразити посилання на рядки таблиці" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Завжди показувати рядок посилань" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Звичайний порядок" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Таблиця панелі навігації" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip буферизація виводу" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Порядок сортування за замовчуванням" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Постійне з’єднання" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Відсутня таблиця для збереження конфігурації phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Попередження про зарезервоване слово MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Як відображати вкладки меню" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Як відображати різноманітні посилання дій" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Захистити бінарні ставпці" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Постійна історія запитів" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Довжина історії запитів" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "Дозволити спільні закладки між користувачами" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Механізм перекодування" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Запам'ятати сортування таблиці" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Первинний ключ Порядок сортування за замовчуванням" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Повторити заголовки" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Редагування сітки: дія trigger" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Реляційне відображення" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Редагування сітки: зберегти всі відредаговані комірки зразу" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Зберегти теку" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Порядок авторизації хоста" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Правила авторизації хоста" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Дозволити авторизацію без паролю" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Дозволити авторизацію для root" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Часовий пояс сесії" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP область" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Таблиця закладок" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Таблиця інформації про стовпці" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Стискати з’єднання" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Пароль виділеного користувача" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Виділений користувач" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Керування хостом" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Керування портом" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Вимкнути використання INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Приховати бази даних" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Таблиця історії SQL запитів" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Ім'я хоста сервера" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL для виходу" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Максимальна кількість властивостей таблиці, що зберігаються" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Експорт шаблонів таблиці" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Основні сповпці таблиці" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Показати лише бази даних з списку" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Пароль для config auth" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF схема: сторінки таблиці" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Порт сервера" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Нещодавно використані таблиці" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Уподобані таблиці" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Таблиця зв'язків" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Ім'я сесії для Signon" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Signon URL-адреса" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Сокет серверу" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Використовувати SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Розробник і PDF схема: координати таблиці" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Таблиця з описами полів" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Таблиця налаштувань користувацького інтерфейсу" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Додати DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Додати DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "Стеження за виразами" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Таблиця відстежування SQL запитів" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Автоматично створювати версії" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Таблиця збереження налаштувань користувача" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Таблиця користувачів" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Таблиця груп користувачів" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Приховати навігаційні елементи" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Прописаний користувач" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Повна назва цього сервера" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Дозволити відображати всі рядки" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Показати форму для зміни паролю" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Показати форму для створення бази даних" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Показати коментарі таблиці" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Показати час створення" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Показати час останнього оновлення" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Показати час остньої перевірки" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "Показати таблиці кодування" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Показувати типи полів" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Показувати поля функції" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Відображати підказки" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Показувати посилання phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Показувати докладну інформацію про сервер MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Показувати SQL-запити" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Показувати статистику" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Пропускати заблоковані таблиці" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Тлумачити SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Створити PHP код" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Попередження про Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Попередження про термін дії cookie" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Текстове поле стовпців" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Текстове поле рядків" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Заголовок по замовчуванню" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Список довірених проксі для IP allow/deny" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Каталог відвантаження" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Використовувати пошук по базі даних" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Включення вкладки розробника в налаштуваннях" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Перевірка версії" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "Адреса проксі" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Ім'я користувача проксі" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Пароль проксі" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "URL для reCAPTCHA v2 API" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "Content-Security-Policy фрагмент для reCAPTCHA v2 API" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "Запит параметра для reCAPTCHA v2 API" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "Відповідь параметра для reCAPTCHA v2 API" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "Відкритий ключ для reCAPTCHA" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "Приватний ключ для reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "URL-адреса для reCAPTCHA перевірки сайту" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Надіслати звіти про помилку" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Enter виконує запити в консолі" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Увімкнути режим нульової конфігурації" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" "Виконати запит по натиснені на Enter і вставити новий рядок по натиснені на " "Shift + Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "Висота консолі" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "Режим консолі" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Сортувати за" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Зіставлення підключення сервера" @@ -11689,7 +11687,8 @@ msgstr "Стиснутий імпорт не буде працювати чер msgid "Compressed export will not work due to missing function %s." msgstr "Стиснутий експорт не буде працювати через відсутність функції %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "максимум %s" @@ -11723,7 +11722,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Електрона таблиця OpenDocument" @@ -11731,7 +11730,7 @@ msgstr "Електрона таблиця OpenDocument" msgid "OpenDocument Text" msgstr "Текст OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV, використовуючи LOAD DATA" @@ -11899,7 +11898,7 @@ msgstr "" "%1$sСтиснення і розпакування в форматі Gzip%2$s вимагає наявності функцій " "(%3$s), котрі в цій системі недоступні." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Сервер %d" @@ -12176,7 +12175,7 @@ msgstr "Помилка в обробці запиту: Немає події з #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Відсутні плагіни експорту. Будь ласка, перевірте правильність установки!" @@ -12309,7 +12308,7 @@ msgid "Success!" msgstr "Успіх!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12372,7 +12371,7 @@ msgstr "Якщо це створює проблему - надішліть по msgid "You may want to refresh the page." msgstr "Можливо, варто перезавантажити сторінку." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Помилковий тип!" @@ -12488,16 +12487,7 @@ msgstr "" "видалити. В іншому випадку безпека вашого сервера може бути порушена через " "несанкціонований доступ до конфігураційного файлу завантаження." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Сервер працює з Suhosin. Щодо можливих проблем звертайтеся до " -"%sдокументації%s." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12506,7 +12496,7 @@ msgstr "" "$cfg['TempDir'] (%s) недоступний. phpMyAdmin не може кешувати шаблони " "оскільки буде повільним через це." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " @@ -12516,7 +12506,7 @@ msgstr "" "роботи phpMyAdmin. Інформацію про можливі проблеми див. у " "[doc@faq1-46]документації[/doc]." -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12526,7 +12516,7 @@ msgstr "" "багатобайтові символи. Без mbstring phpMyAdmin не зможе правильно виконати " "поділ текстових рядків, що може призвести до неочікуваних результатів." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12603,7 +12593,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Оператор \"DROP DATABASE\" вимкнений." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[відбувся відкат]" @@ -14508,7 +14498,7 @@ msgid "No such column" msgstr "Немає такого стовпця" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Рядок" @@ -15374,7 +15364,7 @@ msgstr "Неправильні дані" msgid "Wrong data or no validation for %s" msgstr "Невірні чи не підтверджені дані для %s" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Закладку %s створено." @@ -15453,7 +15443,7 @@ msgstr "Виникла проблема з вашим запитом." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL повернула пустий результат (тобто нуль рядків)." @@ -15841,27 +15831,27 @@ msgstr "" msgid "The row has been deleted." msgstr "Рядок видалено." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Запит виконувався %01.4f секунди." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Показано рядки %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "%1$s всього, %2$s в запиті" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "%s всього" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Посилання не знайдено!" @@ -16486,11 +16476,11 @@ msgstr "" msgid "web server upload directory:" msgstr "каталог завантаження веб-сервера:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Показ SQL-запиту" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Ідентифікатор вставленого рядка: %1$d" @@ -16938,39 +16928,39 @@ msgstr "Цей список заснований на підмножині да msgid "No partial dependencies found!" msgstr "Часткових зв'язків не знайдено!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Об'єднати" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Не можу перенести таблицю саму в себе!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Не можу скопіювати таблицю саму в себе!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Таблицю %s було перенесено в %s. Привілеї були скориговані." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Таблицю %s скопійовано в %s. Привілеї були скориговані." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Таблицю %s було перенесено в %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Таблицю %s було скопійовано в %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Порожня назва таблиці!" @@ -17053,7 +17043,7 @@ msgid "You have enabled two factor authentication, please confirm your login." msgstr "" "Ви ввімкнули двофакторну аутентифікацію, будь ласка, підтвердіть свій логін." -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Стовпці розділені з:" @@ -17473,7 +17463,7 @@ msgid "" msgstr "" "Максимальна сумісність з системою бази даних чи застарілою версією MySQL:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 msgid "Indentation:" msgstr "Відступ:" @@ -17496,19 +17486,19 @@ msgstr "" "Оновлення даних, коли знайдено дублікати ключів на імпорт (додати ДУБЛІКАТ " "КЛЮЧА ОНОВЛЕННЯ)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "Назва нової таблиці (необов'язково):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "Ім'я нової бази даних (необов'язково):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "Імпортувати таку кількість рядків (необов'язково):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" @@ -17516,7 +17506,7 @@ msgstr "" "Перший рядок файлу містить імена полів таблиці (якщо даний параметр не " "вибрано, то перший рядок буде частиною даних)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17526,27 +17516,27 @@ msgstr "" "введіть тут імена полів у відповідній послідовності. Імена полів " "розділяються комами і не повинні бути вкладені в лапки." -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "Імена стовпців:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Неправильний формат вхідних CSV-даних в рядку %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Невідповідність кількості стовпців в CSV даних на рядку %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Неправильний параметр імпорту CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18327,11 +18317,11 @@ msgstr "Нова стабільна версія відсутня" msgid "Using bookmark \"%s\" as default browse query." msgstr "Як стандартний запит на огляд даних використовується закладка \"%s\"." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Показ у вигляді коду PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18340,7 +18330,7 @@ msgstr "" "Поточний вибір не містить унікального стовпця. Використання функцій " "редагування сітки, прапоців, Редагувати, Копіювати та Видалити недоступні. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18604,22 +18594,22 @@ msgstr "Слід вказати валідну назву таблиці!" msgid "You must provide a trigger definition." msgstr "Ви маєте вказати визначення тригеру." -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "порожньо" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "не порожньо" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Однобайтове ціле число, діапазон зі знаком - від -128 до 127, діапазон без " "знаку - від 0 до 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18627,7 +18617,7 @@ msgstr "" "Двобайтове ціле число, діапазон зі знаком від -32768 до 32767, діапазон без " "знаку від 0 до 65535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18635,7 +18625,7 @@ msgstr "" "Трибайтове ціле число, діапазон зі знаком від -8,388,608 до 8,388,607, " "діапазон без знаку від 0 до 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18643,7 +18633,7 @@ msgstr "" "Чотирибайтове ціле число, діапазон чисел зі знаком від -2,147,483,648 до " "2,147,483,647, діапазон чисел без знаку від 0 до 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18652,7 +18642,7 @@ msgstr "" "775 808 до 9 223 372 036 854 775 807, діапазон чисел без знака від 0 до 18 " "446 744 073 709 551 615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -18661,7 +18651,7 @@ msgstr "" "повинна перевищувати 65 (типово 10), максимальна кількість десяткових (D) не " "повинна перевищувати 30 (типово 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18669,7 +18659,7 @@ msgstr "" "Мале число з плавучою крапкою, допустимі значення від-3.402823466E+38 " "до-1.175494351E-38, 0, і від 1.175494351E-38 до 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18679,7 +18669,7 @@ msgstr "" "від-1.7976931348623157E+308 до-2.2250738585072014E-308, 0, і від " "2.2250738585072014E-308 до 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" @@ -18687,7 +18677,7 @@ msgstr "" "Синонім для DOUBLE (виняток: у режимі REAL_AS_FLOAT SQL буде синонім для " "FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" @@ -18695,7 +18685,7 @@ msgstr "" "Тип поля-біт (M), збереже M біт для значення (за замовчуванням 1, максимум " "64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" @@ -18703,21 +18693,21 @@ msgstr "" "Синонім для TINYINT(1), значення нуля передбачає false, ненульові значення " "припускають true" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Псевдонім для BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Дата, підтримується інтервал від %1$s до %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Комбінація дати і часу, підтримуваний інтервал від %1$s до %2$s" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18729,12 +18719,12 @@ msgstr "" "06:28:15 UTC на 64-бітних платформах (MariaDB 11.5 і пізніші версії), " "зберігається як кількість секунд з початку епохи (1970-01-01 00:00:00 UTC)" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Час, інтервал від %1$s до %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18743,7 +18733,7 @@ msgstr "" "дозволеними значеннями є від 70(1970) до 69(2069) або від 1901 до 2155 та " "0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18751,7 +18741,7 @@ msgstr "" "Рядок фіксованої довжини (0-255, за замовчуванням 1), який завжди " "доповнюється пробілами з правого боку до заданої довжини під час зберігання" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18760,7 +18750,7 @@ msgstr "" "Текстовий рядок змінної довжини (%s), максимально ефективна довжина " "відповідає максимальній довжині рядка таблиці" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18768,7 +18758,7 @@ msgstr "" "Колонка TEXT з максимальною довжиною 255 (2 ^ 8 - 1) символів, зберігається " "з однобайтовим префіксом, що вказує довжину значення в байтах" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18776,7 +18766,7 @@ msgstr "" "Колонка TEXT з максимальною довжиною 65,535 (2 ^ 16 - 1) символів, " "зберігається з двох-байтовим префіксом, що вказує довжину значення в байтах" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18784,7 +18774,7 @@ msgstr "" "Сповпець TEXT з максимальною довжиною 16,777,215 (2^24 - 1) символів, " "зберігається з трьох-байтовим префіксом, що вказує довжину значення в байтах" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18794,7 +18784,7 @@ msgstr "" "символів, зберігається з чотирьох-байтовим префіксом, що вказує довжину " "значення в байтах" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18802,7 +18792,7 @@ msgstr "" "Подібно до типу CHAR, але зберігає двійкові рядки байт, а не рядки " "небінарних символів" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18810,7 +18800,7 @@ msgstr "" "Подібно до типу VARCHAR, але зберігає двійкові рядки байт, а не рядки " "небінарних символів" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18818,7 +18808,7 @@ msgstr "" "Сповпець BLOB з максимальною довжиною 255 (2^8 - 1) байтів, зберігається з " "однобайтовим префіксом, що вказує довжину значення" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18826,7 +18816,7 @@ msgstr "" "Сповпець BLOB з максимальною довжиною 16,777,215 (2^24 - 1) байтів, " "зберігається з трьох-байтовим префіксом, що вказує довжину значення" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18834,7 +18824,7 @@ msgstr "" "Сповпець BLOB з максимальною довжиною 65,535 (2^16 - 1) байтів, зберігається " "з двох-байтовим префіксом, що вказує довжину значення" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18843,7 +18833,7 @@ msgstr "" "байтів, зберігається з чотирьох-байтовим префіксом, що вказує довжину " "значення" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18851,43 +18841,43 @@ msgstr "" "Реєстр типу даних, вибраних зі списку до 65,535 значень чи спеціального '' " "значення помилки" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Єдине значення вибирається з набору до 64 елементів" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Тип, що може зберігати геометрію будь-якого типу" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Точка в двомірному просторі" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Крива з лінійною інтерполяцією між точками" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Багатокутник" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Набір точок" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Набір кривих з лінійною інтерполяцією між точками" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Колекція полігонів" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Колекція геометрії об'єктів будь-якого типу" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18895,7 +18885,7 @@ msgstr "" "Зберігає та надає ефективний доступ до даних у JSON (JavaScript Object " "Notation) документах" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18903,11 +18893,11 @@ msgstr "" "Призначений для зберігання адрес IPv6, а також адрес IPv4 за умови " "звичайного відображення адрес IPv4 в адреси IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bit UUID (універсальний унікальний ідентифікатор)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" @@ -18915,21 +18905,21 @@ msgstr "" "Зберігає векторні дані, оптимізовані для таких операцій, як пошук за " "схожістю та застосування машинного навчання" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "Призначено для зберігання даних у форматі XML" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Числове" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Дата і час" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Просторове" @@ -18974,6 +18964,24 @@ msgstr "Помилка в ZIP-архіві:" msgid "No files found inside ZIP archive!" msgstr "Файлів всередині ZIP-архіву не знайдено!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Вимкнути за замовчанням попередження, яке відображається на головній " +#~ "сторінці, у разі виявлення Suhosin." + +#~ msgid "Suhosin warning" +#~ msgstr "Попередження про Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Сервер працює з Suhosin. Щодо можливих проблем звертайтеся до " +#~ "%sдокументації%s." + #~ msgid "The fullscreen request was denied." #~ msgstr "Запит на перехід у повноекранний режим було відхилено." diff --git a/resources/po/ur.po b/resources/po/ur.po index 795fd90c05..59caa7ec9a 100644 --- a/resources/po/ur.po +++ b/resources/po/ur.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Urdu %s" msgstr "%sجدول کے ساتھ مشابہ%s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "موجودہ مسل پر تحریر کریں" @@ -4070,7 +4070,7 @@ msgstr "اسے لیں" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "واپس" @@ -4080,7 +4080,7 @@ msgstr "واپس" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "درآمد" @@ -4447,8 +4447,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "کوائفیے" @@ -4476,7 +4476,7 @@ msgid "Recent" msgstr "دوبارہ سیٹ کریں" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Count tables" msgid "Favorite tables" @@ -4522,19 +4522,19 @@ msgid "Features" msgstr "خصوصیات" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL طلب" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "گشت چوکھٹا" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -5058,7 +5058,22 @@ msgstr "کوائفیہ استحقاق کی پڑتال کریں \"%s\"." msgid "Check privileges" msgstr "استحقاق پڑتال کریں" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "SQL query history table" +msgid "Run SQL queries on database \"%s\"." +msgstr "SQL طلب لاگ جدول" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5066,24 +5081,24 @@ msgstr "استحقاق پڑتال کریں" msgid "Total:" msgstr "میزان" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Query statistics" msgid "Enable statistics" msgstr "طلب شماریات" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "تصدیق" @@ -6188,7 +6203,7 @@ msgid "Current server:" msgstr "جنرل ریلیشن فیچرز" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "سرور" @@ -6265,7 +6280,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "سرور" @@ -6911,7 +6926,7 @@ msgstr "" msgid "Show hidden messages" msgstr "گرِڈ دکھائیں" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "توثیق قسم" @@ -6997,7 +7012,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7070,7 +7085,7 @@ msgstr "تفصیلات" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7122,7 +7137,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "Hide query box" msgid "Retain query box" @@ -7676,7 +7691,7 @@ msgid "Delete the view (DROP)" msgstr "ڈیٹا بیس کاپی کریں" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Databases" msgid "Table structure" @@ -7887,32 +7902,32 @@ msgid "Index length" msgstr "اشاریے" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -9744,14 +9759,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "صفحہ نمبر" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -9955,12 +9962,12 @@ msgstr "دونوں بالا" msgid "neither of the above" msgstr "بالا میں سے کوئی بھی نہیں" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "صارفین اسے سے زیادہ قدر مقرر نہیں کرسکتے" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 #, fuzzy #| msgid "" #| "If enabled user can enter any MySQL server in login form for cookie auth" @@ -9970,14 +9977,14 @@ msgstr "" "اگر فعال کیا گیا تو صارف MySQL سرور میں کوئی بھی لاگ ان فارم سے کوکی اخیتار " "دہی کرسکتے ہیں" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 #, fuzzy #| msgid "" #| "Enabling this allows a page located on a different domain to call " @@ -9992,7 +9999,7 @@ msgstr "" "کو استعمال کرسکتا ہے اوریہ ایک [strong]سلامتی خلا[/strong] ہے جس کی وجہ سے " "دوسرے فریم پروگرامنگ حملے ہوسکتے ہیں" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10003,7 +10010,7 @@ msgid "" msgstr "" "خفیہ کلمہ شناخت خفیہ کاری کے لیے استعمال کی جاتی ہیں [kbd]cookie[/kbd] توثیق" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -10013,37 +10020,37 @@ msgstr "" "اہل کریں [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] درآمد اور برآمد " "عملیات کے لیے سکیڑیں" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 #, fuzzy #| msgid "" #| "Defines which type of editing controls should be used for CHAR and " @@ -10058,31 +10065,31 @@ msgstr "" "kbd] - ان پٹ لمبائی حد کی اجازت دیں, [kbd]textarea[/kbd] - کالم میں نئی " "سطروں کی اجازت دیں" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 #, fuzzy #| msgid "" #| "Compress gzip/bzip2 exports on the fly without the need for much memory; " @@ -10095,7 +10102,7 @@ msgstr "" "میموری کم استعمال کرتے ہوئے gzip/bzip2 برآمد سکیڑیں؛ اگر gzip/bzip2 مسلیں " "بناتے ہوئے مسائل کا سامنا ہو تو اس فیچر کو نااہل کریں" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 #, fuzzy #| msgid "" #| "Whether a warning (\"Are your really sure…\") should be displayed when " @@ -10107,29 +10114,29 @@ msgstr "" "آیا ایک تنبیہ ہے (\"کیا آپ کو یقین ہے…\") جب کوائف کھوجانے کا خطرہ ہو تو " "دکھائی دے" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "جدول اور کالم نام کو الٹے کوٹ سے بند کریں" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -10140,12 +10147,12 @@ msgid "" msgstr "" "سکرپٹ کو چلنے کے لیے سیکنڈ میں تعداد بتائیں ([kbd]0[/kbd] بغیر حد کے لیے)" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -10157,7 +10164,7 @@ msgstr "" "فارن کلید ڈراپ ڈاؤن خانہ میں اشیاء کی ترتیب دیں; [kbd]content[/kbd] حوالہ " "شدہ کوائف ہے, [kbd]id[/kbd] کلید قدر ہے" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 #, fuzzy #| msgid "" #| "Specify browser's title bar text. Refer to " @@ -10170,7 +10177,7 @@ msgstr "" "براؤزر عنوان بار متن لکھیں۔ حوالہ کے لیے[doc@cfg_TitleTable]documentation[/" "doc] خاص قدریں حاصل کرنے کے لیے میجک سٹرنگ۔" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -10182,7 +10189,7 @@ msgstr "" "یاد رکھیں کہ phpMyAdmin صرف ایک صارف مواجہ ہے اور اس کی خصوصیات MySQL پر اثر " "انداز نہیں ہوتیں" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -10194,7 +10201,7 @@ msgstr "" "اعلی درجے کی سرور تشکیل، اس وقت تک ان اختیارات کو تبدیل نہ کریں جب تک آپ کو " "یہ معلوم نہ ہو کہ یہ کس لیے ہیں" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 #, fuzzy #| msgid "" #| "Configure phpMyAdmin configuration storage to gain access to additional " @@ -10208,7 +10215,7 @@ msgstr "" "اضافی خواص تک رسائی کے لیے phpMyAdmin تشکیلات ذخیرہ کو تشکیل کریں، " "دیکھیں[doc@linked-tables]phpMyAdmin تشکیل ذخیرہ[/doc] دستاویزات میں" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." @@ -10216,154 +10223,154 @@ msgstr "" "تبدیلیوں کی کھوج کوائفیہ میں بنائی جاتی ہیں۔ اس کے لیے phpMyAdmin تشکیل " "ذخیرہ درکار ہوتا ہے۔" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "برااؤز موڈ کی تخصیص کریں" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Customize default options" msgid "Customize default options." msgstr "طے شدہ اختیارات کی تخصیص کریں" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 #, fuzzy #| msgid "Settings for phpMyAdmin developers" msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin کے ڈویلپر کے لیے ترتیبات" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "تدوین موڈ کی تخصیص کریں" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "طے شدہ برآمد اختیارات کی تخصیص کریں" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 #, fuzzy #| msgid "Set some commonly used options" msgid "Set some commonly used options." msgstr "کچھ عام استعمال کے اختیارات مقرر کریں" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "طے شدہ عام درآمد اختیارات کی تخصیص کریں" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "درآمد اور برآمد کے لیے پوشے اور سکڑاؤ اختیارات مقرر کریں" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "کوائفیہ دکھانے کے اختیارات" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "گشت چوکھٹا کی ظاہری شکل کی تخصیص کریں" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "گشت چوکھٹے کی تخصیص کریں" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "سرور دکھانے کے اختیارات" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "جداول دکھانے کے اختیارات" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "وہ ترتیبات جو کہیں موزوں نہیں ہوتے" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication settings" msgid "Authentication settings." msgstr "توثیق ترتیبات" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "سرور سے جڑنے کے لیے پیرا میٹر داخل کریں" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL طلب خانہ میں دکھائے گئے روابط کی تخصیص کریں" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "SQL queries settings" msgid "SQL queries settings." msgstr "SQL طلب ترتیبات" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "ابتدائیہ صفحہ کی تخصیص کریں" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "جداول کے طریقہ کام چنیں" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize text input fields" msgid "Customize text input fields." msgstr "متن ان پٹ قطعے تخصیص کریں" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "طے شدہ اختیارات کی تخصیص کریں" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 #, fuzzy #| msgid "Disable some of the warnings shown by phpMyAdmin" msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "phpMyAdmin کے کچھ تنبیہات کو غیر فعال بنائیں" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10373,7 +10380,7 @@ msgstr "" "[a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] درآمد اور برآمد عملیات کے لیے " "سکڑاؤ فعال کریں" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10385,7 +10392,7 @@ msgstr "" "فعال ہونے کی صورت میں phpMyAdmin کثیر بیانی طلب جاری رکھے گا یہاں کہ اگر " "کوئی طلب ناکام بھی ہوجائے تو دیگر چلتے رہیں گے" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10394,7 +10401,7 @@ msgstr "" "اگر سکرپٹ چلنے کا وقت ختم ہو تو درآمد مداخلت کی اجازت دیں۔ اس سے بڑی مسلیں " "درآمد کرنے میں آسانی ہوگی بہرحال اس سے کاروائی رک سکتی ہے۔" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10406,17 +10413,17 @@ msgstr "" "طے شدہ وضع; خبردار رہیں کہ فہرست اس محل وقوع پر انحصار کرتا ہے (کوائفیہ, " "جدول) اور صرفSQL ہر وقت دستیاب ہے" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of queries to skip from start" msgid "Number of queries to skip from start." msgstr "ابتداء میں تعداد طلب جو چھوڑا جائے" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10426,7 +10433,7 @@ msgstr "" "تو لاگ آؤٹ صرف حالیہ سرور کے لیے ہوگا۔ یہ مقرر کرنے سے FALSE یہ آسانی ہوجاتی " "ہے کہ جب کثیر سرور جڑے ہوئے ہوں تو ان سے لاگ آؤٹ ہونا مسئلہ نہیں ہوتا۔" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -10438,7 +10445,7 @@ msgstr "" "کوکی توثیق موڈ میں پچھلے لاگ ان کو پھر سے فعال کرنے یا نہ کرنے کے بارے وضاحت " "کریں" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10449,26 +10456,26 @@ msgstr "" "ہے یہ صرف اسی دورانیہ کے لیے ہے اور براؤزر دریچہ بند ہوتے ہوتے ہی یہ حذف " "ہوجائے گا۔ یہ انجانے ماحول کے لیے موزوں ہے۔" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "جب ایک SQL طلب دکھائی جائے تو زیادہ سے زیادہ حروف کی تعداد جو استعمال ہو" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -10476,7 +10483,7 @@ msgstr "" "کسی نتیجہ کو دکھاتے ہوئے صفوں کی تعداد۔ اگر نتیجہ میں زیادہ صفیں موجود ہوں، " "\"پچھلا\" اور\"اگلا\" روابط دکھائے جائیں گے۔" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -10488,15 +10495,15 @@ msgstr "" "ایک سکرپٹ کو کو جگہ مختص کرنے کے لیے بائٹ کی تعداد لکھیں جیسا کہ [kbd]32M[/" "kbd] ([kbd]0[/kbd] بغیر حد کے)" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -10508,7 +10515,7 @@ msgstr "" "ربط شدہ صفحہ کو مرکزی دریچہ میں کھولیں ([code]main[/code]) یا ایک نئے میں " "([code]new[/code])" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "" @@ -10516,7 +10523,7 @@ msgid "" "display a filter box." msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -10528,86 +10535,86 @@ msgstr "" "صرف ہلکے ورژن; کوائفیے شجرہ میں دکھائیں(نیچے بیان کیے گئے جدا کرنے والے لفظ " "سے متعین ہوتے ہیں)" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to expand single database in the navigation tree automatically." msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "URL where logo in the navigation frame will point to" msgid "URL where logo in the navigation panel will point to." msgstr "URL جہاں گشت جھروکہ میں علامت اشارہ کردے" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "بائیں جھروکے کے بالا میں سرور اخیتار دکھائیں" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "وہ لفظ جو کوائفیہ کو مختلف شجرہ سطحات میں سے جدا کررہا ہو" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "وہ لفظ جو جداول کے شجرہ سطحات کو جدا کرتا ہے" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "ماؤس کرسر کے ساتھ سرور کو نمایا کریں" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 #, fuzzy #| msgid "" #| "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " @@ -10619,7 +10626,7 @@ msgstr "" "[kbd]SMART[/kbd] - اس اقسام کی کالموں کے لیے نزولی ترتیب type TIME, DATE, " "DATETIME اور TIMESTAMP, بصورت دیگر صعودی ترتیب" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10633,7 +10640,7 @@ msgstr "" "اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ " "تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -10646,7 +10653,7 @@ msgstr "" "اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ " "تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -10656,17 +10663,17 @@ msgstr "" "درکار ہوگی). غیرفعال کرنے کی صورت میں یہ جاوا سکرپٹ فنکشن کو استعمال کرتے " "ہوئے طلب لاگ دکھاتا ہے (دریچہ بند ہونے کی صورت میں ضائع ہوجاتی ہے)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -10678,7 +10685,7 @@ msgstr "" "نہیں کے لیے خالی چھوڑیں[a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -10689,7 +10696,7 @@ msgid "" msgstr "" "کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -10702,20 +10709,20 @@ msgstr "" "ایک خاص MySQL صارف مقررہ اجازت نامہ کے ساتھ تشکیل دیا گیا ہے, مزید معلومات " "یہاں موجود ہیں[a@https://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -10730,7 +10737,7 @@ msgstr "" "bugs/2606/]PMA bug tracker[/a] and [a@https://bugs.mysql.com/19588]MySQL " "نقائص[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -10741,13 +10748,13 @@ msgid "" msgstr "" "SQL طلب لاگ معاونت نہ کرنے کے لیے خالی چھوڑیں , مجوزہ: [kbd]pma_history[/kbd]" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -10759,7 +10766,7 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -10771,14 +10778,14 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -10789,14 +10796,14 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 #, fuzzy #| msgid "" #| "ve blank for no column comments/mime types, suggested: [kbd]_column_info[/" @@ -10807,7 +10814,7 @@ msgid "" msgstr "" "کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "ve blank for no column comments/mime types, suggested: [kbd]_column_info[/" @@ -10818,7 +10825,7 @@ msgid "" msgstr "" "کالم تبصرہ/mime اقسام کے لیے خالی چھوڑیں, مجوزہ: [kbd]pma_column_info[/kbd]" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -10830,12 +10837,12 @@ msgstr "" "نہیں کے لیے خالی چھوڑیں[a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" "a] معاونت، مجوزہ[kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -10847,7 +10854,7 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 #, fuzzy #| msgid "" #| "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" @@ -10859,7 +10866,7 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 #, fuzzy #| msgid "" #| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -10870,29 +10877,29 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -10903,13 +10910,13 @@ msgid "" msgstr "" "SQL طلب لاگ معاونت نہ کرنے کے لیے خالی چھوڑیں , مجوزہ: [kbd]pma_history[/kbd]" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 #, fuzzy #| msgid "" #| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -10920,21 +10927,21 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 #, fuzzy #| msgid "" #| "ve blank for no Designer support, suggested: [kbd]pma_designer_coords[/]" @@ -10945,152 +10952,140 @@ msgstr "" "اگر ڈیزائنر کی معاونت نہیں کرسکتے تو کالی چھوڑ دیں, مجوزہ: " "[kbd]pma_designer_coords[/kbd]" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "استعمال نہ ہونے کی صورت میں خالی چھوڑ دیں" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "طے شدہ کے لیے خالی چھوڑ دیں" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "HTTP بنیادی توثیق اختیار نام جو دکھائی جائے جب HTTP توثیق کررہا ہو" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "توثیق کا طریقہ جو استعمال ہو" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "جڑنے کو MySQL سرور کے لیے سکیڑیں" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "وہ کوائفیے چھپائیں جو ریگولر ایکسپریشن سے مطابقت رکھتے ہیں (PCRE)" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "جہاں MySQL سرور چل رہا ہے اس کا نام" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Enable SSL for connection to MySQL server." msgstr "جڑنے کو MySQL سرور کے لیے سکیڑیں" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "" -#| "Disable the default warning that is displayed if mcrypt is missing for " -#| "cookie authentication" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"اگر کوکی توثیق کے لیے mcrypt موجود نہ ہونے کی تنبیہ غیر فعال کرنے کے لیے طے " -"شدہ تنبیہ کو غیرفعال کریں" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Disable the default warning that is displayed on the database details " @@ -11104,19 +11099,19 @@ msgstr "" "اگر phpMyAdmin تشکیل ذخیرہ میں کوئی درکار جداول نہیں ملا جو کہ کوائفیہ " "تفصیلی ساکت صفحہ میں دکھایا جاتا ہے تو طے شدہ انتباہ کو غیر فعال کریں" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -11124,13 +11119,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11138,20 +11133,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "" @@ -11159,86 +11154,86 @@ msgid "" "configuration storage tables automatically." msgstr "phpMyAdmin تشکیل ذخیرہ جداول موجود نہیں ہے" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "منتخب صفیں نمایاں کریں۔" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight row pointed by the mouse cursor." msgstr "ماؤس کرسر نشاندہ صف نمایاں کریں" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 #, fuzzy #| msgid "Number of columns for CHAR/VARCHAR textareas" msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR textareas کے لیے کالم کی تعداد" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 #, fuzzy #| msgid "Number of rows for CHAR/VARCHAR textareas" msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR textareas کے لیے صف کی تعداد" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 #, fuzzy #| msgid "Tab that is displayed when entering a database" msgid "Tab that is displayed when entering a database." msgstr "کوائفیہ میں داخل ہوتے ہوئے جو جدول دکھائی دے" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 #, fuzzy #| msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server." msgstr "سرور میں داخل ہوتے ہوئے جو جدول دکھائی دے" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." msgstr "ایک جدول میں داخل ہوتے ہوئے جو جدول دکھائی دے" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Include table caption" msgid "Whether the table structure actions should be hidden." msgstr "جدول عنوان شامل کریں" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "سرور فہرست کو ڈراپ ڈاؤن کی بجائے لڑی میں دکھائیں۔" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "اگر کچھ اشیاء موجود ہوئے تو ایک ڈراپ ڈاؤن استعمال ہوگا" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "ایک وقت میں کتنے صفیں داخل کی جاسکتی ہیں" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 #, fuzzy #| msgid "" #| "Maximum number of characters shown in any non-numeric column on browse " @@ -11249,110 +11244,110 @@ msgstr "" "براؤز منظر میں ایک غیر ہندسی کالم میں زیاد سے زیادہ حروف کی تعداد جو دکھائی " "جائے" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "سیکنڈ میں بتائیں کہ ایک لاگ ان کوکی کب تک موجود ہو" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 #, fuzzy #| msgid "Double size of textarea for LONGTEXT columns" msgid "Double size of textarea for LONGTEXT columns." msgstr "LONGTEXT کالم کے لیے متنی خانہ دگنا سائز کریں" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 #, fuzzy #| msgid "These are Edit, Inline edit, Copy and Delete links" msgid "These are Edit, Copy and Delete links." msgstr "یہ تدوین، ان لائن تدوین، نقل اور حذف روابط ہیں" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "فارن کلید پڑتال غیر فعال کریں" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 #, fuzzy #| msgid "Use natural order for sorting table and database names" msgid "Use natural order for sorting table and database names." msgstr "جدول اور کوائفیہ نام ترتیب کے لیے قدرتی انداز استعمال کریں" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "صرف شبیہے، صرف متن یا دوتوں استعمال کریں" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "HTTP منتقلی رفتار بڑھانے کے لیے GZip آؤٹ پٹ بفر استعمال کریں" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL کوائفیہ سے جڑنے کے لیے بہتر جڑت استعمال کریں" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 #, fuzzy #| msgid "Disallow BLOB and BINARY columns from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB اور BINARY کالم تدوین کے لیے ممنوع کریں" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "لاگ میں کتنے طلب رکھے جانے چاہیں" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "حروف بدلنے کے لیے کونسے فنکش استعمال ہوں کی انتخاب کریں" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 #, fuzzy #| msgid "" #| "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature" @@ -11361,56 +11356,56 @@ msgid "" msgstr "" "سرخی کو ہرX خانے کے لیے دہرائیں, [kbd]0[/kbd] اس خاصیت کو غیر فعال کرتا ہے" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "سرور دکھانے کے اختیارات" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "وہ پوشہ جس پر برآمد سرور میں محفوظ کیے جاسکیں" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -11420,211 +11415,211 @@ msgstr "" "[a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] درآمد اور برآمد عملیات کے لیے " "سکڑاؤ فعال کریں" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "کسی بھی MySQL سرور میں لاگ ان کی اجازت دیں" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "MySQL سرور میں لاگ ان نہیں کرسکتا" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "تیسرے فریق فریم کاری کی اجازت دیں" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "دکھائیں \"چھوڑیں کوائف\" عام صارفین سے ربط کریں" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "بلوفش خفیہ کاری" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "صف نشان انداز" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "نشان کار نمایاں کریں" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR کالم تدوین" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enable Ajax" msgid "Enable linter" msgstr "AJAX فعال کریں" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy #| msgid "Customize text input fields" msgid "Minimum size for input field" msgstr "متن ان پٹ قطعے تخصیص کریں" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Customize text input fields" msgid "Maximum size for input field" msgstr "متن ان پٹ قطعے تخصیص کریں" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR textarea کالم" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR textarea صفیں" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "تشکیل مسل اجازتیں پڑتال کریں" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "سرعت سے سکیڑیں" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP طلب تصدیق کریں" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "صفحے کا ناپ" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "طے شدہ کوائفیہ جدول" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "طے شدہ سرور جدول" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "طے شدہ جدول کی جدول" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "جدول اور کالم نام کو الٹے کوٹ سے بند کریں" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "جدول تبصرے" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Include table caption" msgid "Hide table structure actions" msgstr "جدول عنوان شامل کریں" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "طے شدہ چھانٹی ترتیب" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Action" msgid "Default transformations for Substring" msgstr "عمل" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "طے شدہ چھانٹی ترتیب" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "طے شدہ چھانٹی ترتیب" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Action" msgid "Default transformations for PreApPend" msgstr "عمل" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "طے شدہ چھانٹی ترتیب" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Action" msgid "Default transformations for Inline" msgstr "عمل" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Action" msgid "Default transformations for TextImageLink" msgstr "عمل" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Action" msgid "Default transformations for TextLink" msgstr "عمل" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "سرور کو بطور لڑی دکھائیں" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "چلنے کی حد اوقات" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "بطور مسل محفوظ کریں" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "مسل کے لیے حروف کی سیٹ" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "سکڑاؤ" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -11632,66 +11627,66 @@ msgstr "سکڑاؤ" msgid "Put columns names in the first row" msgstr "کالم نام پہلے صف میں ڈالیں" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Columns enclosed by" msgid "Columns enclosed with" msgstr "کالم بند کیا گئے ہیں" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Columns escaped by" msgid "Columns escaped with" msgstr "کالم جداجدا ہیں" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "NULL کو ان سے بدلیں" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "کالم کے اندر CRLF حروف ہٹائیں" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Columns terminated by" msgid "Columns terminated with" msgstr "کالم کا خاتمہ" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "سطریں کے آخر میں" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel اشاعت" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "کوائفیہ نام سانچا" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "سرور نام سانچا" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "جدول نام سانچا" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -11701,400 +11696,404 @@ msgstr "جدول نام سانچا" msgid "Dump table" msgstr "جدول ڈ٘مپ کریں" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "جدول عنوان شامل کریں" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "جدول عنوان" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "جاری شدہ جدول عنوان" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "سرنامہ کلید" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "تعلقات" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "برآمد طریقہ" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "سرور پہ محفوظ کریں" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "Export method" msgid "Export as separate files" msgstr "برآمد طریقہ" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "مسل نام سانچا یاد رکھیں" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "جدول اور کالم نام کو الٹے کوٹ سے بند کریں" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL موازنت موڈ" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "تاریخ اضافہ/ترمیم/پڑتال" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "تاخیر سے داخلے کا طریقہ استعمال کریں" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "فارن کلید پڑتال غیر فعال کریں" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "No tables found in database." msgid "Export views as tables" msgstr "ڈیٹا بیس میں کوئی ٹیبل نہیں مِلا" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "phpMyAdmin تشکیل ذخیرہ جداول موجود نہیں ہے" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB کے لیے شش اعشاری نظام استعمال کریں" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Use this value" msgid "%s view" msgstr "یہ قدر استعمال کریں" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "نقل چھوڑیں داخلہ طریقہ استعمال کریں" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "کوائف داخل کرنے کا طریقہ کار" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "تخلیق شدہ طلب کی لمبائی کی حد" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "برآمد قسم" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "ایک ٹرانزیکشن میں برآمد بند کریں" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "برآمد وقت UTC میں" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "فارن کلید ڈراپ ڈاؤن ترتیب" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "فارن کلید حد" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "فارن کلید پڑتال غیر فعال کریں" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "برااؤز موڈ" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "ڈویلپر" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "تدوین موڈ" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "طے شدہ برآمد کریں" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "عمومی" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "طے شدہ درآمد" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "درآمد / برآمد" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "گشت چوکھٹا" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "مائیکروسافٹ آفس" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "دیگر مرکزی ترتیبات" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "صفحہ عنوانات" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "سلامتی" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "بنیادی ترتیبات" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "توثیق" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "سرور کی تشکیل" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "تشکیل ذخیرہ" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "تبدیلیوں کی کھوج" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL طلب خانہ" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "ابتدائیہ" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Databases" msgid "Database structure" msgstr "کوائفیے" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "جداول" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Display PDF schema" msgid "Display relational schema" msgstr "دکھائیں PDF schema" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "متن قطعے" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! متن" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "تنبیہات" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv کے لیے اضافی پیرا میٹر" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "کثیر بیاناتی نقص نظر انداز کریں" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "جزوی درآمد: مداخلت کی اجازت دیں" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "INSERT نقص پر مت ساقط کریں" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "درآمد مسل کی وضع" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "LOCAL کلید الفاظ استعمال کریں" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "کالم نام پہلے صف میں ہوں" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "خالی صفیں درآمد مت کریں" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "سکہ درآمد کریں ($5.00 تا 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "فیصد کو مکمل ہندسہ کی صورت درآمد کریں (12.00% تا .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "جزوی درآمد: طلب چھوڑیں" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "صفر قدروں کے لیے AUTO_INCREMENT استعمال مت کریں" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "سلائیڈر کے لیے ابتدائی حالت" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "داخل شدہ صفوں کی تعداد" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "کالم حروف کی حد مقرر کریں" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "لاگ آؤٹ پر تمام کوکی کو حذف کریں" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "صارف نام یاد کریں" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "لاگ ان کوکی ذخیرہ" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "لاگ ان کوکی کب تک موجود ہو" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "LONGTEXT کے لیے متنی خانہ بڑا کریں" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "SQL کی زیادہ سے زیادہ لمبائی جو دکھائی جائے" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "زیادہ سے زیادہ کوائفیے" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Customize text input fields" msgid "Maximum items on first level" msgstr "متن ان پٹ قطعے تخصیص کریں" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "دکھانے کے لیے صفوں کی زیادہ سے زیادہ تعداد" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "زیادہ سے زیادہ جداول" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "میموری حد" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "بائیں جھروکہ میں علامت دکھائیں" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel width" msgstr "گشت چوکھٹا" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12102,618 +12101,614 @@ msgstr "گشت چوکھٹا" msgid "Link with main panel" msgstr "مرکزی چوکھٹے کی تخصیص کریں" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "علامت دکھائیں" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "علامت ربط URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "علامت ربط ہدف" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "سرور انتخاب دکھائیں" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "شبیہ تک سریع رسائی کے لیے ہدف" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "شبیہ تک سریع رسائی کے لیے ہدف" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of items to display the filter box" msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "Minimum number of tables to display the table filter box" msgid "Minimum number of databases to display the database filter box" msgstr "جدول فلٹر خانہ دکھانے کے لیے جداول کی کم سے کم تعداد" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "کوائفیہ شجرہ جدا کرنے والا" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "جدول جدا کرنے والا لفظ" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "جدول شجرہ سطحات کی زیادہ سے زیادہ تعداد" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "نمایاں کرنے کو فعال کریں" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "شبیہاتی گشت بار" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Count tables" msgid "Show tables in tree" msgstr "حداول کی گنتی کریں" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show grid" msgid "Show views in tree" msgstr "گرِڈ دکھائیں" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Dropping Procedure" msgid "Show procedures in tree" msgstr "طریقہ چھوڑا جارہا ہے" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show grid" msgid "Show events in tree" msgstr "گرِڈ دکھائیں" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying Database" msgid "Expand single database" msgstr "کوائفیہ نقل کیا جارہا ہے" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "بغیر کھوج جداول" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "قدرتی ترتیب" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "شبیہاتی گشت بار" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip آؤٹ پٹ بفر" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "طے شدہ چھانٹی ترتیب" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "بہتر جوڑ" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "phpMyAdmin تشکیل ذخیرہ جداول موجود نہیں ہے" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "ثنائی کالم کو ممنوع کریں" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "مستقل طلب لاگ" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "طلب لاگ کی لمبائی" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "ری کوڈ انجن" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "طے شدہ چھانٹی ترتیب" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "دہرانے کے لیے سرخیاں" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relations" msgid "Relational display" msgstr "تعلقات" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "پوشہ محفوظ کریں" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "ہوسٹ توثیق حکم" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "ہوسٹ توثیق قاعدے" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "پاس ورڈ کے بغیر لاگ ان کی اجازت دیں" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "منتظم لاگ ان کی اجازت دیں" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP اختیار" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "جدول نشان کریں" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "کالم معلومات جدول" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "جڑنے کو سکیڑیں" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "صارف پاس ورڈ کنٹرول" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "صارف کو کنٹرول کریں" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "صارف کو کنٹرول کریں" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "صارف کو کنٹرول کریں" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA کی استعمال کو غیر فعال کریں" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "کوائفیے چھپائیں" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL طلب لاگ جدول" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "سرور نام" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "لاگ آؤٹ URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "ایک جدول فہرست میں جداول دکھانے کی زیادہ سے زیادہ تعداد" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "No tables found in database." msgid "Export templates table" msgstr "ڈیٹا بیس میں کوئی ٹیبل نہیں مِلا" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Central columns table" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "صارف نام یاد کریں" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Count tables" msgid "Favorites table" msgstr "حداول کی گنتی کریں" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "جداول استعمال کریں" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "جدول تبصرے" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show color" msgid "Show creation timestamp" msgstr "کلر دکھائیں" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "جدول تبصرے" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "گرِڈ دکھائیں" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL کی تفصیل بتائیں" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP کوڈ بنائیں" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "لاگ ان کوکی کب تک موجود ہو" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "Textarea columns" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default" msgid "Default title" msgstr "ڈیفالٹ" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username:" msgid "Proxy username" msgstr "صارف نام:" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password:" msgid "Proxy password" msgstr "پاس ورڈ:" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "سرور کی تشکیل" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "برااؤز موڈ" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "سرور کنکشن مطابقت" @@ -12750,7 +12745,8 @@ msgstr "درآمد کارآمد نہیں ہے ایک عمل موجود نہیں msgid "Compressed export will not work due to missing function %s." msgstr "برآمد کارآمد نہیں ہے ایک عمل موجود نہیں ہے (%s)" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "زیادہ سے زیادہ %s" @@ -12784,7 +12780,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document" msgid "OpenDocument Spreadsheet" @@ -12796,7 +12792,7 @@ msgstr "اوپن دستاویز" msgid "OpenDocument Text" msgstr "اوپن دستاویز" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -12919,7 +12915,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -13224,7 +13220,7 @@ msgstr "کوائیفیہ میں کوئی جدول نہیں ملا" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -13356,7 +13352,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -13421,7 +13417,7 @@ msgstr "اگر آپ کو کوئی مسئلہ درپیش ہے تو دستی طو msgid "You may want to refresh the page." msgstr "آپ صفحہ کی تازہ کاری کرنا چاہتے ہیں." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "بری قسم!" @@ -13513,35 +13509,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -13622,7 +13611,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" بیانات نااہل ہیں۔" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -15796,7 +15785,7 @@ msgid "No such column" msgstr "فیلڈ کالمز شامل یا ختم کریں" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -16558,7 +16547,7 @@ msgstr "کوائف" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -16646,7 +16635,7 @@ msgstr "اپ لوڈ کرنے کے لیے کوئی مسل نہیں ہے" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -17085,29 +17074,29 @@ msgstr "" msgid "The row has been deleted." msgstr "نشانی حذف ہو چکی ہے۔" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%s table" #| msgid_plural "%s tables" msgid "%s total" msgstr "%s جدول" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Theme %s not found!" msgid "Link not found!" @@ -17720,11 +17709,11 @@ msgstr "" msgid "web server upload directory:" msgstr "ویب سرور اپ لوڈ پوشہ سے منتخب کریں %s:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -18150,43 +18139,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "بند" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been dropped." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Table %s has been dropped" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -18269,7 +18258,7 @@ msgstr "غلط توثیقی طریقہ تشکیل میں دیا گیا ہے:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -18721,7 +18710,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -18744,54 +18733,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Comments" msgid "Column names:" msgstr "آراء-رائے" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -19524,18 +19513,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -19815,98 +19804,98 @@ msgstr "غلط جدول نام" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "خالی" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "General relation features" msgid "A date, supported range is %1$s to %2$s" msgstr "جنرل ریلیشن فیچرز" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -19914,175 +19903,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "جدول %1$s کو %2$s نام تبدیل کرتے ہوئے نقص ہے" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add/Delete Field Columns" msgid "A polygon" msgstr "فیلڈ کالمز شامل یا ختم کریں" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "تخلیق کیا گیا" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Total" msgctxt "spatial types" @@ -20131,6 +20120,17 @@ msgstr "" msgid "No files found inside ZIP archive!" msgstr "" +#, fuzzy +#~| msgid "" +#~| "Disable the default warning that is displayed if mcrypt is missing for " +#~| "cookie authentication" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "اگر کوکی توثیق کے لیے mcrypt موجود نہ ہونے کی تنبیہ غیر فعال کرنے کے لیے " +#~ "طے شدہ تنبیہ کو غیرفعال کریں" + #~ msgid "Cannot connect: invalid settings." #~ msgstr "جڑ نہیں سکتا: غلط ترتیبات۔" diff --git a/resources/po/uz.po b/resources/po/uz.po index 2aaf87c8fd..9aca9477da 100644 --- a/resources/po/uz.po +++ b/resources/po/uz.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:20+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Uzbek %s" msgstr "Сервердаги \"%s\" каталокка сақлаш" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Мавжуд файл(лар) устидан ёзиш" @@ -4208,7 +4208,7 @@ msgstr "Тадбиқ қилиш" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Орқага" @@ -4218,7 +4218,7 @@ msgstr "Орқага" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Импорт" @@ -4600,8 +4600,8 @@ msgstr "SQL дамп" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Маълумотлар базалари" @@ -4629,7 +4629,7 @@ msgid "Recent" msgstr "Тозалаш" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4677,19 +4677,19 @@ msgid "Features" msgstr "Функциялар" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL сўровлари" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Навигация панели" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -5248,7 +5248,22 @@ msgstr "\"%s\" маълумотлар базасининг привилегия msgid "Check privileges" msgstr "Привилегияларни текшириш" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "\"%s\" маълумотлар базасида SQL-сўров(лар)ни бажариш" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5256,7 +5271,7 @@ msgstr "Привилегияларни текшириш" msgid "Total:" msgstr "Жами" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5264,18 +5279,18 @@ msgstr "" "ИЗОҲ: Статискани ёқиш веб-сервер ва MySQL сервери ўртасида катта траффикка " "сабаб бўлиши мумкин." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Статискани ёқиш" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Маълумотлар базаси мавжуд эмас" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6523,7 +6538,7 @@ msgid "Current server:" msgstr "Жорий сервер" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Серверлар" @@ -6602,7 +6617,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Сервер" @@ -7279,7 +7294,7 @@ msgstr "Формани кўрсатиш" msgid "Show hidden messages" msgstr "Тўрни кўрсатиш" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Аутентификация усули" @@ -7367,7 +7382,7 @@ msgid "Detailed profile" msgstr "Маълумотлар файлларининг ошиш ҳажми" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7440,7 +7455,7 @@ msgstr "Профиллаштириш" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7494,7 +7509,7 @@ msgstr "Тақсимловчи" msgid "Show this query here again" msgstr "Ушбу сўровни қайта кўрсатиш" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "SQL Query box" msgid "Retain query box" @@ -8067,7 +8082,7 @@ msgid "Delete the view (DROP)" msgstr "Ушбу базага ўтиш" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8290,32 +8305,32 @@ msgid "Index length" msgstr "Қатор узунлиги" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Таҳлил" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Текшириш" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Оптимизация" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Қайта қуриш" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Тиклаш" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -10294,14 +10309,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Жадвал номи" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10511,12 +10518,12 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 #, fuzzy #| msgid "" #| "If enabled user can enter any MySQL server in login form for cookie auth" @@ -10526,21 +10533,21 @@ msgstr "" "Агар ёқилган бўлса, фойдаланувчи cookie-аутентификация вақтида логин " "формасига исталган MySQL-серверникиритиши мумкин." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10552,7 +10559,7 @@ msgstr "" "[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун " "ишлатиладиган сирли ибора" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -10562,37 +10569,37 @@ msgstr "" "Импорт ва экспорт операцияларида [a@https://en.wikipedia.org/wiki/" "Bzip2]bzip2[/a] ёрдамида сиқишни ёқиш" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 #, fuzzy #| msgid "" #| "ines which type of editing controls should be used for CHAR and CHAR " @@ -10608,31 +10615,31 @@ msgstr "" "чеклашга имкон беради, [kbd]textarea[/kbd] - майдонларда бир неча қаторлар " "ишлатиш имконини беради" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 #, fuzzy #| msgid "" #| "Compress gzip/bzip2 exports on the fly without the need for much memory; " @@ -10646,7 +10653,7 @@ msgstr "" "хотира талаб этмайди; агар Сизда gzip/bzip2 файллари тузишда муаммо юзага " "келса, ушбу хусусиятни ўчириб қўйинг" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 #, fuzzy #| msgid "" #| "Whether a warning (\"Are your really sure…\") should be displayed when " @@ -10658,29 +10665,29 @@ msgstr "" "Маълумот йўқолиши мумкин бўлган вазиятларда огоҳлантириш (\"Сиз ҳақиқатдан " "ҳам …\") кўрсатиш керакми" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Жадвал ва майдон номларини тескари қўштирноққа олиш" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -10692,12 +10699,12 @@ msgstr "" "Скрипт ишлаши мумкин бўлган секундлар сони (чегарамаслик учун [kbd]0[/kbd] " "киритинг)" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -10709,13 +10716,13 @@ msgstr "" "Ташқи калит менюсининг тартиблаш усули: [kbd]content[/kbd] - мурожаат " "маълумотлари бўйича, [kbd]id[/kbd] - калит қийматлар бўйича" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -10727,7 +10734,7 @@ msgstr "" "Эсда тутинг, phpMyAdmin - бу фақатгина фойдаланувчи интерфейси бўлиб, унинг " "хусусиятлари MySQL-серверининг функцияларини чегараламайди" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -10739,7 +10746,7 @@ msgstr "" "Кенгайтирилган сервер конфигуарцияси, агар уларнинг маъносини аниқ " "билмасангиз, яхшиси, уларга тегманг." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 #, fuzzy #| msgid "" #| "figure phpMyAdmin database to gain access to additional features, see ../" @@ -10755,156 +10762,156 @@ msgstr "" "Documentation.html#linked-tables]уланган жадваллар инфратузилмасини[/a] " "қараб чиқинг" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Кўриб чиқиш усулини созлаш" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options." msgstr "Экспорт афзалликларини созлаш" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Таҳрирлаш усулини созлаш" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Экспорт афзалликларини созлаш" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Импорт афзалликларини созлаш" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Импорт ва экспорт каталоглари ва қисиш усулларини белгилаш" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Маълумотлар базаларини кўрсатиш афзалликлари" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Навигация панели кўринишини созлаш" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Навигация панелини мослаштириш" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Серверлар кўринишини созлаш" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Жадваллар кўринишини созлаш" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Бошқа жойга сиғмаган созланишлар" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication type" msgid "Authentication settings." msgstr "Аутентификация усули" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Сервернинг уланиш параметрларини киритиш" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL сўровлари қутисида кўрсатиладиган боғларни созлаш" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "SQL queries" msgid "SQL queries settings." msgstr "SQL сўровлари" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Бошланғич саҳифани созлаш" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Ёрлиқлар қандай ишлашини танланг" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize export options" msgid "Customize text input fields." msgstr "Экспорт танловларини мослаштириш" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options" msgstr "Экспорт афзалликларини созлаш" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10914,7 +10921,7 @@ msgstr "" "Импорт ва экспорт операцияларида [a@https://en.wikipedia.org/wiki/" "Gzip]gzip[/a] ёрдамида сиқишни ёқиш" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10926,7 +10933,7 @@ msgstr "" "Агар ёқилган бўлса, phpMyAdmin, ҳатто сўровлардан бири барбод бўлганда ҳам, " "кўп қисмли сўровларни ҳисоблашни давом этади" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10936,7 +10943,7 @@ msgstr "" "бериш. Бу катта файлларни юклаш учун яхши усул, лекин у транзакцияларни " "бузиши мумкин." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10948,17 +10955,17 @@ msgstr "" "Импорт файл формати; ёдда тутингки, ушбу рўйхат (маълумотлар базаси, жадвал) " "жойлашишига боғлиқ ва фақат SQL ишлайди" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "Файл бошидаги эътибор бериш керак бўлмаган қаторлар (сўровлар) сони" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -10970,7 +10977,7 @@ msgstr "" "унда ЁЛҒОН (FALSE) танлови бошқа серверлардан чиқиш унитилишига олиб келиши " "мумкин." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -10982,7 +10989,7 @@ msgstr "" "cookie-аутентификация усулидан фойдаланилганда олдинги логин сессияси қайта " "чақирилиб олиниши керакми" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -10994,13 +11001,13 @@ msgstr "" "сақланади ва браузер ойнаси ёпилган заҳоти ўчирилади. Бу қиймат ишончсиз " "муҳитлар учун тавсия этилади." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL сўрови кўрсатилганда ишлатиладиган белгиларнинг максимал сони" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -11010,7 +11017,7 @@ msgstr "" "Биринчи жадвалга нисбатан тўлалигича қидирув ишлатган ҳолда бажарилган " "бирлашма сўровлар сони." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -11020,7 +11027,7 @@ msgstr "" "Биринчи жадвалга нисбатан тўлалигича қидирув ишлатган ҳолда бажарилган " "бирлашма сўровлар сони." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -11028,7 +11035,7 @@ msgstr "" "Натижаларда кўрсатиладиган қаторлар сони. Агар натижалар қатори кўрсатилган " "қийматдан кўп бўлса, \"Олдинги\" ва \"Кейинги\" боғланишлар кўрсатилади." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -11040,15 +11047,15 @@ msgstr "" "Скрипт учун ажратиладиган байлардаги хотира миқдори, масалан [kbd]32M[/kbd] " "([kbd]0[/kbd] - чегараланмаган)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -11060,7 +11067,7 @@ msgstr "" "Боғланган саҳифани бош ойнада ([kbd]бош[/kbd]) ёки янги ойнада ([kbd]янги[/" "kbd]) очиш" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "" @@ -11068,7 +11075,7 @@ msgid "" "display a filter box." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -11080,86 +11087,86 @@ msgstr "" "Енгил версия; маълумотлар базаларини дарахтда кўрсатиш (қуйида белгиланган " "сатр билан бўлинади)" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Чап рамкада логотипни кўрсатиш" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "Чап рамкада логотипни кўрсатиш" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Чап рамкада логотипни кўрсатиш" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "Чап рамкада логотипни кўрсатиш" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Чап рамканинг юқори қисмида сервер танловини кўрсатиш" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Маълумотлар базаларини дарахтнинг турли даражаларига бўлувчи сатр" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Жадвалларни дарахтнинг турли даражаларига бўлувчи сатр" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Сичқонча курсори турган серверни белгилаш" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Чап рамкада логотипни кўрсатиш" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Чап рамкада логотипни кўрсатиш" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Чап рамкада логотипни кўрсатиш" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 #, fuzzy #| msgid "" #| "d]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, " @@ -11171,20 +11178,20 @@ msgstr "" "[kbd]SMART[/kbd] – яъни, TIME, DATE, DATETIME ва TIMESTAMP туридаги " "майдонлар учун камайиш тартибида, акс ҳолда кўпайиш тартибида" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 #, fuzzy #| msgid "" #| "ble if you want DB-based query history (requires phpMyAdmin configuration " @@ -11199,17 +11206,17 @@ msgstr "" "танловни ёқинг (pmadb талаб этилади). Ушбу танлов ўчирилган бўлса, ойна " "ёпилган заҳоти сўровлар тарихи йўқолади." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -11221,7 +11228,7 @@ msgstr "" "[a@https://wiki.phpmyadmin.net/pma/bookmark]Хатчўп[/a] ишлатмаслик учун бўш " "қолдиринг, асли: [kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -11233,7 +11240,7 @@ msgstr "" "Устун изоҳлари/\"mime\"-турлари ҳақидаги маълумотларни ишлатмаслик учун бўш " "қолдиринг, асли: [kbd]pma_column_info[/kbd]" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -11247,20 +11254,20 @@ msgstr "" "батафсил маълумот [a@https://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" "a]да мавжуд" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -11275,7 +11282,7 @@ msgstr "" "bugs/2606/]\"PMA bug tracker\"[/a] ва [a@https://bugs.mysql." "com/19588]\"MySQL Bugs\"[/a]ларга қаранг" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -11287,13 +11294,13 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11304,7 +11311,7 @@ msgstr "" "Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -11316,7 +11323,7 @@ msgstr "" "PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: " "[kbd]\"pma_table_coords\"[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 #, fuzzy #| msgid "" #| " can use MySQL wildcard characters (% and _), escape them if you want use " @@ -11330,7 +11337,7 @@ msgstr "" "олдига тескари эгри чизиқ (\\) қўйишингиз керак, масалан \\\"my\\_db\\" "\" (лекин \"my_db\" эмас)" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11340,7 +11347,7 @@ msgstr "" "Агар PDF-схема ишлатмасангиз, бўш қолдиринг, асл қиймати: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@https://" @@ -11356,7 +11363,7 @@ msgstr "" "қаранг. Агар фойдаланмасангиз, бўшқолдиринг. Асл қиймати: " "[kbd]\"phpmyadmin\"[/kbd]" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11367,7 +11374,7 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11378,7 +11385,7 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" @@ -11390,7 +11397,7 @@ msgstr "" "[a@https://wiki.phpmyadmin.net/pma/relation]Алоқа боғланишлари[/a]ни " "ишлатмаслик учун, бўш қолдиринг, асл қиймати: [kbd]\"pma_relation\"[/kbd]" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 #, fuzzy #| msgid "" #| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -11401,7 +11408,7 @@ msgstr "" "Намуна учун [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]аутентификация усуллари[/a]га қаранг" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -11413,7 +11420,7 @@ msgstr "" "PDF-схемадан фойдаланмаслик учун бўш қолдиринг, асл қиймати: " "[kbd]\"pma_table_coords\"[/kbd]" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 #, fuzzy #| msgid "" #| "le to describe the display fields, leave blank for no support; gested: " @@ -11425,7 +11432,7 @@ msgstr "" "Кўрсатиладиган майдонлар шарҳлари сақланадиган жадвал, ишлатмаслик учун бўш " "қолдиринг, асл қиймати: [kbd]\"pma_table_info\"[/kbd]" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11436,29 +11443,29 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11469,13 +11476,13 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11486,21 +11493,21 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11511,77 +11518,77 @@ msgstr "" "Агар SQL сўровлар тарихидан фойдаланмоқчи бўлмасангиз, бўш қолдиринг, асл " "қиймати: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "MySQL сервери ишлаётган хост сервер номи." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Агар ишлатилмаса бўш қолдиринг" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Асл қоидаларни ишлатиш учун бўш қолдиринг" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" "HTTP Авторизация вақтида кўрсатиладиган Оддий HTTP Авторизация Бўлими номи" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Фойдаланиладиган аутентификация усули" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL сервеига уланишни қисиш" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Мунтазам иборалар(PCRE)га тўғри келадиган маълумотлар базаларини яшириш" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "MySQL сервери ишлаётган хост номи" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "" "Агар \"config\" аутентификация усулидан фойдаланмасангиз, бўш қолдиринг" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "MySQL сервери тинглайдиган порт, асл қийматни қолдириш учун бўш қолдиринг" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL сервери тинглайдиган сокет, асл қиймати учун бўш қолдиринг" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." @@ -11589,7 +11596,7 @@ msgstr "" "SSL (Secure Sockets Layer - ҳимояланган сокетлар протоколи) уланишдан " "фойдаланиш" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -11604,27 +11611,27 @@ msgstr "" "Эсда тутинг, ушбу танловни ёқишингиз [kbd]\"config\"[/kbd] аутентификация " "усулидаги паролга таъсир этмайди" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -11636,31 +11643,31 @@ msgstr "" "[a@https://www.php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] " "функцияси натижасига боғ кўрсатиш" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 #, fuzzy #| msgid "ther a user should be displayed a \"show all (records)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "Фойдаланувчига \"барча (ёзувлар)ни кўрсатиш\" тугмаси кўрсатилсинми?" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Таҳрирлаш/қўйиш режимида функциялар майдонини кўрсатиш" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -11669,7 +11676,7 @@ msgid "" msgstr "" "phpMyAdmin томонидан генерация қилинган SQL сўровларини кўрсатиш керакми" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (e.g. space usage)." @@ -11677,7 +11684,7 @@ msgstr "" "Маълумотлар базалари ва жадваллар статискасини (масалан, дискда эгаллаган " "жойи) кўрсатиш" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -11687,19 +11694,7 @@ msgstr "" "Ишлатилаётган жадвалларни белгилаш ва қулфланган жадваллари мавжуд бўлган " "маълумотлар базаларини кўришга имкон бериш" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "" -#| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " -#| "authentication" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун " -"ишлатиладиган сирли ибора" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -11712,19 +11707,19 @@ msgstr "" "[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун " "ишлатиладиган сирли ибора" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -11742,13 +11737,13 @@ msgstr "" "келаётган HTTP_X_FORWARDED_FOR (X-Forwarded-For) сарлавҳани ишончли деб " "қабул қилишини таъминлайди: [br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11756,20 +11751,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -11780,154 +11775,154 @@ msgstr "" "pmadb усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида " "фойдаланувчи белгиланмаган" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Танланган қаторларни белгилаш." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight row pointed by the mouse cursor." msgstr "Сичқонча курсори кўрсатиб турган қаторни белгилаш" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 #, fuzzy #| msgid "Number of columns for CHAR/VARCHAR textareas" msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR майдонларидаги устунлар сони" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 #, fuzzy #| msgid "Number of rows for CHAR/VARCHAR textareas" msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR майдонларидаги қаторлар сони" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 #, fuzzy #| msgid "Tab that is displayed when entering a database" msgid "Tab that is displayed when entering a database." msgstr "Маълумотлар базасига киришда кўрсатиладиган ёрлиқ" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 #, fuzzy #| msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server." msgstr "Серверга киришда кўрсатиладиган ёрлиқ" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." msgstr "Жадвалга киришда кўрсатиладиган ёрлиқ" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Жадвал тузилиши таҳлили" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" "Серверлар рўйхатини пастга тушадиган меню ўрнига оддий рўйхат шаклида " "кўрсатиш." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Агар камроқ қиймат бўлса, пастга тушувчи меню ишлатилади" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Бир вақтнинг ўзиданечта қатор қўйилиши мумкин" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "SQL сўрови кўрсатилганда ишлатиладиган белгиларнинг максимал сони" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "cookie-логин усули қанча вақт (секундларда) яроқли бўлишини белгиланг" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Ташқи калитларни текширишни ўчириш" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Фақат пиктограмма, фақат матн ёки ҳар иккисини ишлатиш" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." @@ -11935,99 +11930,99 @@ msgstr "" "HTTP орқали маълумот узатишда юқори тезликка эришиш учун GZip буферизациядан " "фойдаланинг" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL маълумотлар базаларида доимий уланишлардан фойдаланиш" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 #, fuzzy #| msgid "Disallow BLOB and BINARY fields from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB ва BINARY майдонларини таҳирлашни ман этиш" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Журналда сақланадиган сўровлар сони" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "" "Кодировкаларни бир-бирига ўтказишда фойдаланиладиган функцияларни танланг" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Серверлар кўринишини созлаш" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Сервердаги экспорт файллар сақланадиган директория" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Серверда импорт файллари сақланадиган директория" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." msgstr "" "Маълумотлар базаси ичидаги маълумотларни тўлалигича қидиришга рухсат бериш" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -12037,215 +12032,215 @@ msgstr "" "Импорт ва экспорт операцияларида [a@https://en.wikipedia.org/wiki/" "Gzip]gzip[/a] ёрдамида сиқишни ёқиш" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Исталган MySQL-серверга логин қилишга рухсат бериш" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "MySQL серверига уланиб бўлмади" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "\"Маълумотлар базасини ўчириш\" боғини фойдаланувчиларга кўрсатиш" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Сирли калит сўз (Blowfish)" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Қатор маркери" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Кўрсатгични белгилаш" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 #, fuzzy #| msgid "CHAR fields editing" msgid "CHAR columns editing" msgstr "CHAR майдонларини таҳрирлаш" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Фаоллаштирилган" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy #| msgid "Customize export options" msgid "Minimum size for input field" msgstr "Экспорт танловларини мослаштириш" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "Вақтинчалик индекс файлларининг максимал ҳажми" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR майдонидаги устунлар сони" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR майдонидаги қаторлар сони" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Конфигурацион файлнинг ёзиш рухсатларини текширинг" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Бирйўла қисиш" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP-сўровларини тасдиқлаш" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Қоғоз ўлчами" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Маълумотлар базаси ёрлиғи" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Сервер ёрлиғи" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Жадвал ёрлиғи" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Жадвал ва майдон номларини тескари қўштирноққа олиш" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Жадвал изоҳи" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Жадвал тузилиши таҳлили" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Асл тартиблаш қоидаси" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "Ўгиришлар параметрлари" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Асл тартиблаш қоидаси" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Асл тартиблаш қоидаси" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "Ўгиришлар параметрлари" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Асл тартиблаш қоидаси" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "Ўгиришлар параметрлари" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "Ўгиришлар параметрлари" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "Ўгиришлар параметрлари" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Серверлар рўйхатини кўрсатиш" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Жадвалга хизмат кўрсатиш" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Максимум бажарилиш вақти" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Файл каби сақлаш" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Файл кодировкаси" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Сиқиш" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -12255,70 +12250,70 @@ msgstr "Сиқиш" msgid "Put columns names in the first row" msgstr "Майдон номларини биринчи қаторга жойлаштириш" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Майдон қийматлари қуйидаги белги ичига олинган " -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Белги олдида қуйидаги белги мавжуд " -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "NULL қийматни қуйидагига алмаштириш" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 #, fuzzy #| msgid "Remove CRLF characters within fields" msgid "Remove CRLF characters within columns" msgstr "Майдонлар ичидаги сатрдан-сатрга кўчириш белгиларини олиб ташлаш" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Қаторлар бўлувчиси" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Қаторлар бўлувчиси" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Excel-версияси" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Маълумотлар базаси номи шаблони" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Сервер номи шаблони" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Жадвал номи шаблони" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -12330,84 +12325,84 @@ msgstr "Жадвал номи шаблони" msgid "Dump table" msgstr "Жадваллар сони: \"%s\"" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Жадвалга сарлавҳа қўшиш" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Жадвал сарлавҳаси" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Жадвал сарлавҳаси (давоми)" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Белги идентификатори" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Алоқалар" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Эскпорт тури" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Серверга сақлаш" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "горизонтал (айлантирилган сарлавҳалар)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Файл номи шаблонини ёдда сақлаш" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Жадвал ва майдон номларини тескари қўштирноққа олиш" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL билан мослик режими" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Тузиш, янгилаш ва текшириш саналари" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Кечиктирилган қўйиш (DELAYED INSERTS) дан фойдаланиш" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Ташқи калитларни текширишни ўчириш" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Export views" msgid "Export views as tables" msgstr "Кўринишларни экспорт қилиш" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -12416,344 +12411,348 @@ msgstr "" "pmadb усули ишлатилмоқда, лекин phpMyAdmin конфигурацион файлида " "фойдаланувчи белгиланмаган" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB туридаги маълумотларни ўн олтилик шаклда намойиш этиш" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Сессия қийматлари" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Эътибор бермаслик (IGNORE) қўйилмалардан фойдаланиш" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Тузилаёган сўровнинг максимал узунлиги" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy #| msgid "Export tables" msgid "Export type" msgstr "Жадвалларни экспорт қилиш" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Транзакцияга экспортни қўшиш" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Вақтни UTC шаклда экспорт қилиш" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Ташқи калит менюси тартиби" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Ташқи калит чегаралари" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Ташқи калитларни текширишни ўчириш" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Кўриб чиқиш усул" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Таҳрирлаш усули" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Экспорт" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Генерация қилиш" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Импорт" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Импорт/Экспорт" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Навигация панели" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Бошқа созланишлар" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Саҳифа рақами: " -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Хавфсизлик" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Асосий созланишлар" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Authentication type" msgid "Authentication" msgstr "Аутентификация усули" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Сервер конфигурацияси" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 #, fuzzy #| msgid "Configuration file" msgid "Configuration storage" msgstr "Конфигурацион файл" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL сўровлари қутиси" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Бошланғич" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Фойдаланувчи учун маълумотлар базаси" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Ёрлиқлар" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Алоқалар схемаси" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Матнмайдонини ишлатиш" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! матн" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 #, fuzzy #| msgid "Warning" msgid "Warnings" msgstr "Огоҳлантириш" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv учун қўшимча параметрлар" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Кўп қисмли сўровлардаги хатоларга эътибор бермаслик" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Қисман импорт: узишга рухсат бериш" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Импорт қилинаётган файл формати" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "\"LOCAL\" калит сўзини ишлатиш" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Биринчи қаторга устун номлари" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Бўш қаторларни импорт қилмаслик" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 #, fuzzy #| msgid "Import currencies ($5.00 to 5.00)" msgid "Import currencies ($5.00 to 5.00)" msgstr "Пул бирликларини импорт қилиш (масалан, $5.00 ни 5.00 га)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 #, fuzzy #| msgid "Import percentages as proper decimals (12.00% to .12)" msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Фоизларни мос ўнли касрлар каби импорт қилиш (масалан, 12.00% ўрнига 0.12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Қисман импорт: сўровларга эътибор бермаслик" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Ноль қийматлари учун \"AUTO_INCREMENT\" ишлатмаслик" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Буферни ўқишда қолдиришлар мавжуд" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Қўйилган қаторлар сони" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Чиқишда барча \"cookies\"ларни ўчириш" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Фойдаланувчи номини чақириб олиш" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Логин маълумотини cookie-да сақлаш" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "cookie-логин яроқлиги" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "SQL сўровининг максимал узунлиги" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Маълумотлар базаларининг максимал сони" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Вақтинчалик индекс файлларининг максимал ҳажми" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Кўрсатиладиган қаторларнинг максимал сони" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Максимал жадваллар сони" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Хотира миқдори" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Чап рамкада логотипни кўрсатиш" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel width" msgstr "Навигация панели" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12761,661 +12760,657 @@ msgstr "Навигация панели" msgid "Link with main panel" msgstr "Асосий рамкани мослаштириш" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Логотипни кўрсатиш" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Логотип боғланган URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Логотип боғланган нишон" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Сервер танловини кўрсатиш" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Тезкор мурожаат пиктограммаси учун нишон" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Тезкор мурожаат пиктограммаси учун нишон" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of items to display the filter box" msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of databases to display the database filter box" msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Маълумотлар базаси дарахтининг бўлувчиси" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Жадвал дарахтининг бўлувчиси" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Жадваллар дарахтининг максимум чуқурлиги" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Белгилашни ёқиш" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "Пиктограммали навигация менюси" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Жадвалларни кўрсатиш" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Версияларни кўрсатиш" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Фукнциялармайдонини кўрсатиш" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Жараёнлар рўйхати" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Версияларни кўрсатиш" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "Маълумотлар базасидан қуйидагига нусха олиш" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "Кузатилмаган жадваллар" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Жадвал сортировкасини ўзгартириш" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "Пиктограммали навигация менюси" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip буферизация" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Асл тартиблаш қоидаси" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Доимий уланишлар" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "Барча қаторларни кўрсатишга рухсат бериш" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 #, fuzzy #| msgid "Protect binary fields" msgid "Protect binary columns" msgstr "Бинар (иккилик) майдонларни ҳимоялаш" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Доимий сўровлар тарихи" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Сўровлар тарихи узунлиги" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Кодировкалаш функцияси" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Жадвал номини ўзгартириш" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Асл тартиблаш қоидаси" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Оқимли тиклаш" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Алоқадор майдон қиймати" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Сақлаш директорияси" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 #, fuzzy #| msgid "Host authentication order" msgid "Host authorization order" msgstr "Аутентификация тартиби" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 #, fuzzy #| msgid "Host authentication rules" msgid "Host authorization rules" msgstr "Аутентификация қоидалари" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Паролсиз қиришга рухсат бериш" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "\"root\"га киришга рухсат бериш" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Сессия қийматлари" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Бўлими" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Хатчўплар жадвали" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Устун маълумотлари жадвали" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Уланишни қисиш" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Назорат фойдаланувчиси пароли" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Назорат фойдаланувчиси" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "Назорат фойдаланувчиси" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "Назорат фойдаланувчиси" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA ишлатишни ўчириш" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Базаларни яшириш" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL сўровлари тарихи жадвали" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Сервер хост номи" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Чиқиш URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "Жадваллар рўйхатида кўрсатиладиган жадвалларнинг максимал сони" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Export views" msgid "Export templates table" msgstr "Кўринишларни экспорт қилиш" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "CHAR майдонидаги устунлар сони" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Фақат рўйхатдаги базаларни кўрсатиш" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "\"config\" аутентификация усули пароли" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-схема: саҳифалар жадвали" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Сервер порти" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "Фойдаланувчи номини чақириб олиш" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "Ўзгарувчилар" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Алоқалар жадвали" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Кириш сессияси номи" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Кириш URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Сервер сокети" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL уланишдан фойдаланиш" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF-схема: жадвал координаталари" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Display fields table" msgid "Display columns table" msgstr "Майдонлар жадвалини кўрсатиш" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Жадвални дефрагментациялаш" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Тавсиф" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 #, fuzzy #| msgid "SQL query history table" msgid "SQL query tracking table" msgstr "SQL сўровлари тарихи жадвали" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Автоматик тиклаш режими" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Жадвалларни ишлатиш" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Хостлар жадвалидан фойдаланиш" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "\"config\" аутентификация усули фойдаланувчиси" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Ушбу сервернинг кенгайтирилган номи" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Барча қаторларни кўрсатишга рухсат бериш" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Паролни ўзгартириш формасини кўрсатиш" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Маълумотлар базаси тузиш формасини кўрсатиш" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Жадвал изоҳи" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show versions" msgid "Show creation timestamp" msgstr "Версияларни кўрсатиш" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show master status" msgid "Show last update timestamp" msgstr "Уланган бош серверларни кўрсатиш" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show master status" msgid "Show last check timestamp" msgstr "Уланган бош серверларни кўрсатиш" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Жадвал изоҳи" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Очиқ жадваллар рўйхати" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Фукнциялармайдонини кўрсатиш" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "Тўрни кўрсатиш" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "\"phpinfo()\" функциясига боғ кўрсатиш" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "MySQL сервери ҳақида батафсил маълумот кўрсатиш" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Show SQL сўровларини кўрсатиш" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Статискани кўрсатиш" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Қулфланган жадвалларни ташлаб кетишлик" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Сўров таҳлили" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP-код" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "cookie-логин яроқлиги" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR майдонидаги устунлар сони" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR майдонидаги қаторлар сони" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Жадвал ёрлиғи" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "IP бўйича рухсат бериш/рад этиш учун ишонарли прокси-серверлар рўйхати" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Импорт директорияси" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Базани қидиришдан фойдаланиш" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Версияни текшириш" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Фойдаланувчи" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Парол" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Сервер порти" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL сўровлари" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "Сервер конфигурацияси" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "Кўриб чиқиш усул" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" @@ -13454,7 +13449,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, fuzzy, php-format #| msgid "Maximum tables" msgid "maximum %s" @@ -13497,7 +13493,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -13509,7 +13505,7 @@ msgstr "Open Document жадвали" msgid "OpenDocument Text" msgstr "OpenDocument матн" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "\"LOAD DATA\" ишлатилган CSV" @@ -13719,7 +13715,7 @@ msgstr "" "тиклаш[/a] учун махсус функциялар (\"%s\") керак, лекин улар тизимингизда " "топилмади." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -14052,7 +14048,7 @@ msgstr "Маълумотлар базасида биронта ҳам жадва #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Экспорт модуллари мавжуд эмас! Ўрнатилган phpMyAdmin нусхасининг libraries/" @@ -14191,7 +14187,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -14260,7 +14256,7 @@ msgstr "Агар бирор муаммони сезсангиз хатолик msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Суров тури нотугри!" @@ -14381,30 +14377,21 @@ msgstr "" "каталоги ҳалиям мавжуд. phpMyAdmin муваффақиятли ўрнатилгандан кейин, уни " "ўчириш тавсия этилади." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Сервер \"Suhosin\" ҳимоя тизимадан фойдаланмоқда. Юзага келган муаммолар " -"ечими учун \"%s\"документация\"%s\" га қаранг." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -14415,7 +14402,7 @@ msgstr "" "маълумот йўқолишига олиб келиши мумкин. PHP \"mbstring\" кенгайтмасини " "ўрнатиш қатъий тавсия этилади." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -14498,7 +14485,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "\"DROP DATABASE\" (маълумотлар базасини ўчириш) буйруғи ўчирилган." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -16730,7 +16717,7 @@ msgid "No such column" msgstr "Устун(лар)ни олиб ташлаш" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -17642,7 +17629,7 @@ msgstr "Маълумотлар базаси мавжуд эмас" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -17731,7 +17718,7 @@ msgstr "Биронта ҳам конфигурацияланган сервер #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL бўш натижа берди (яъни нольта сатр)." @@ -18180,30 +18167,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Ёзув ўчирилди" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "Сўров %01.4f секунд вақт олди" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Ёзувларни кўрсатиш" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "жами" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -18879,11 +18866,11 @@ msgstr "%1$s ва %2$s индекслари бир хил, улардан бир msgid "web server upload directory:" msgstr "Юклаш каталогидан" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL-сўровни кўрсатиш" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Киритилган қатор идентификатори: %1$d" @@ -19317,43 +19304,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Ёпиш" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Жадвални ўз-ўзига кўчириб бўлмайди!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Жадвалнинг ўзидан ўзига нусха кўчириш мумкин эмас!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "\"%s\" жадвали \"%s\" га кўчирилди." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "\"%s\" жадвалидан \"%s\" га нусха кўчирилди." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "\"%s\" жадвали \"%s\" га кўчирилди." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "\"%s\" жадвалидан \"%s\" га нусха кўчирилди." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Жадвал номи кўрсатилмаган!" @@ -19440,7 +19427,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -19921,7 +19908,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -19944,57 +19931,57 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Майдон номлари" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" "Киритилаётган CSV маълумотларнинг %d қаторидаги маълумотлар формати нотўғри." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, fuzzy, php-format #| msgid "Invalid field count in CSV input on line %d." msgid "Invalid column count in CSV input on line %d." msgstr "" "Киритилаётган CSV маълумотларнинг %d қаторидаги майдонлар сони нотўғри." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV импортидаги парамерт нотўғри: \"%s\"" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -20872,18 +20859,18 @@ msgstr "Янгироқ версия ҳали мавжуд эмас" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP-код сифатида кўрсатиш" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -21173,100 +21160,100 @@ msgstr "Жадвал номи нотўғри" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Тозалаш" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "Мавжуд эмас" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "Create version %s of %s.%s" msgid "A date, supported range is %1$s to %2$s" msgstr "\"%s.%s\" жадвалининг %s рақамли версиясини тузиш" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -21274,175 +21261,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "%1$s жадвалини %2$s деб қайта номлашда хатолик" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add column(s)" msgid "A polygon" msgstr "Устун(лар) қўшиш" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Янги индекс тузиш" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Log file count" msgctxt "spatial types" @@ -21493,6 +21480,25 @@ msgstr "Ушбу ZIP архивда хатолик:" msgid "No files found inside ZIP archive!" msgstr "ZIP-архив ичида файл мавжуд эмас!" +#, fuzzy +#~| msgid "" +#~| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " +#~| "authentication" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "[kbd]cookie[/kbd]-аутентификация усулида cookie-ларни шифрлаш учун " +#~ "ишлатиладиган сирли ибора" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Сервер \"Suhosin\" ҳимоя тизимадан фойдаланмоқда. Юзага келган муаммолар " +#~ "ечими учун \"%s\"документация\"%s\" га қаранг." + #~ msgid "Version information" #~ msgstr "Версия ҳақида маълумот" diff --git a/resources/po/uz@latin.po b/resources/po/uz@latin.po index fb1c9df819..d3c61dee8c 100644 --- a/resources/po/uz@latin.po +++ b/resources/po/uz@latin.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2022-02-15 16:21+0000\n" "Last-Translator: Maurício Meneghini Fauth \n" "Language-Team: Uzbek (latin) %s" msgstr "Serverdagi \"%s\" katalokka saqlash" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Mavjud fayl(lar) ustidan yozish" @@ -4226,7 +4226,7 @@ msgstr "Tadbiq qilish" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Orqaga" @@ -4236,7 +4236,7 @@ msgstr "Orqaga" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Import" @@ -4619,8 +4619,8 @@ msgstr "SQL damp" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Ma`lumotlar bazalari" @@ -4648,7 +4648,7 @@ msgid "Recent" msgstr "Tozalash" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 #, fuzzy #| msgid "Variables" msgid "Favorite tables" @@ -4696,19 +4696,19 @@ msgid "Features" msgstr "Funksiyalar" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL so‘rovlari" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel" msgstr "Navigatsiya paneli" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 #, fuzzy #| msgid "Main frame" msgid "Main panel" @@ -5268,7 +5268,22 @@ msgstr "\"%s\" ma`lumotlar bazasining privilegiyalarni tekshirish." msgid "Check privileges" msgstr "Privilegiyalarni tekshirish" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "\"%s\" ma`lumotlar bazasida SQL-so‘rov(lar)ni bajarish" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 #, fuzzy @@ -5276,7 +5291,7 @@ msgstr "Privilegiyalarni tekshirish" msgid "Total:" msgstr "Jami" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -5284,18 +5299,18 @@ msgstr "" "IZOH: Statiskani yoqish veb-server va MySQL serveri o‘rtasida katta " "traffikka sabab bo‘lishi mumkin." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 #, fuzzy #| msgid "Enable Statistics" msgid "Enable statistics" msgstr "Statiskani yoqish" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Ma`lumotlar bazasi mavjud emas" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -6554,7 +6569,7 @@ msgid "Current server:" msgstr "Joriy sеrvеr" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Serverlar" @@ -6633,7 +6648,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Server" @@ -7314,7 +7329,7 @@ msgstr "Formani ko‘rsatish" msgid "Show hidden messages" msgstr "To‘rni ko‘rsatish" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Autentifikatsiya usuli" @@ -7402,7 +7417,7 @@ msgid "Detailed profile" msgstr "Ma`lumotlar fayllarining oshish hajmi" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -7475,7 +7490,7 @@ msgstr "Profillashtirish" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 #, fuzzy #| msgid "Your SQL query has been executed successfully." @@ -7529,7 +7544,7 @@ msgstr "Taqsimlovchi" msgid "Show this query here again" msgstr "Ushbu so‘rovni qayta ko‘rsatish" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 #, fuzzy #| msgid "SQL Query box" msgid "Retain query box" @@ -8105,7 +8120,7 @@ msgid "Delete the view (DROP)" msgstr "Ushbu bazaga o‘tish" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 #, fuzzy #| msgid "Database for user" msgid "Table structure" @@ -8328,32 +8343,32 @@ msgid "Index length" msgstr "Qator uzunligi" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Tahlil" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Tekshirish" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Optimizatsiya" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Qayta qurish" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Tiklash" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -10333,14 +10348,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Jadval nomi" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 #, fuzzy @@ -10550,12 +10557,12 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 #, fuzzy #| msgid "" #| "If enabled user can enter any MySQL server in login form for cookie auth" @@ -10565,21 +10572,21 @@ msgstr "" "Agar yoqilgan bo‘lsa, foydalanuvchi cookie-autentifikatsiya vaqtida login " "formasiga istalgan MySQL-servernikiritishi mumkin" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -10591,7 +10598,7 @@ msgstr "" "[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun " "ishlatiladigan sirli ibora" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " @@ -10601,37 +10608,37 @@ msgstr "" "Import va eksport operatsiyalarida [a@https://en.wikipedia.org/wiki/" "Bzip2]bzip2[/a] yordamida siqishni yoqish" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 #, fuzzy #| msgid "" #| "ines which type of editing controls should be used for CHAR and CHAR " @@ -10647,31 +10654,31 @@ msgstr "" "cheklashga imkon beradi, [kbd]textarea[/kbd] - maydonlarda bir necha " "qatorlar ishlatish imkonini beradi" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 #, fuzzy #| msgid "" #| "Compress gzip/bzip2 exports on the fly without the need for much memory; " @@ -10685,7 +10692,7 @@ msgstr "" "miqdordagi xotira talab etmaydi; agar Sizda gzip/bzip2 fayllari tuzishda " "muammo yuzaga kelsa, ushbu xususiyatni o‘chirib qo‘ying" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 #, fuzzy #| msgid "" #| "Whether a warning (\"Are your really sure…\") should be displayed when " @@ -10697,29 +10704,29 @@ msgstr "" "Ma`lumot yo‘qolishi mumkin bo‘lgan vaziyatlarda ogohlantirish (\"Siz " "haqiqatdan ham …\") ko‘rsatish kerakmi" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Jadval va maydon nomlarini teskari qo‘shtirnoqqa olish" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 #, fuzzy #| msgid "" #| "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " @@ -10731,12 +10738,12 @@ msgstr "" "Skript ishlashi mumkin bo‘lgan sekundlar soni (chegaramaslik uchun [kbd]0[/" "kbd] kiriting)" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 #, fuzzy #| msgid "" #| "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " @@ -10748,13 +10755,13 @@ msgstr "" "Tashqi kalit menyusining tartiblash usuli: [kbd]content[/kbd] - murojaat " "ma`lumotlari bo‘yicha, [kbd]id[/kbd] - kalit qiymatlar bo‘yicha" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 #, fuzzy #| msgid "" #| "Please note that phpMyAdmin is just a user interface and its features do " @@ -10766,7 +10773,7 @@ msgstr "" "Esda tuting, phpMyAdmin - bu faqatgina foydalanuvchi interfeysi bo‘lib, " "uning xususiyatlari MySQL-serverining funksiyalarini chegaralamaydi" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 #, fuzzy #| msgid "" #| "Advanced server configuration, do not change these options unless you " @@ -10778,7 +10785,7 @@ msgstr "" "Kengaytirilgan server konfiguarsiyasi, agar ularning ma`nosini aniq " "bilmasangiz, yaxshisi, ularga tegmang" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 #, fuzzy #| msgid "" #| "figure phpMyAdmin database to gain access to additional features, see ../" @@ -10794,156 +10801,156 @@ msgstr "" "Documentation.html#linked-tables]ulangan jadvallar infratuzilmasini[/a] " "qarab chiqing" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 #, fuzzy #| msgid "Customize browse mode" msgid "Customize browse mode." msgstr "Ko‘rib chiqish usulini sozlash" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options." msgstr "Eksport afzalliklarini sozlash" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 #, fuzzy #| msgid "Customize edit mode" msgid "Customize edit mode." msgstr "Tahrirlash usulini sozlash" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 #, fuzzy #| msgid "Customize default export options" msgid "Customize default export options." msgstr "Eksport afzalliklarini sozlash" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 #, fuzzy #| msgid "Customize default common import options" msgid "Customize default common import options." msgstr "Import afzalliklarini sozlash" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 #, fuzzy #| msgid "Set import and export directories and compression options" msgid "Set import and export directories and compression options." msgstr "Import va eksport kataloglari va qisish usullarini belgilash" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 #, fuzzy #| msgid "Databases display options" msgid "Databases display options." msgstr "Ma`lumotlar bazalarini ko‘rsatish afzalliklari" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 #, fuzzy #| msgid "Customize appearance of the navigation frame" msgid "Customize appearance of the navigation panel." msgstr "Navigatsiya paneli ko‘rinishini sozlash" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 #, fuzzy #| msgid "Customize navigation frame" msgid "Customize the navigation tree." msgstr "Navigatsiya panelini moslashtirish" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 #, fuzzy #| msgid "Servers display options" msgid "Servers display options." msgstr "Serverlar ko‘rinishini sozlash" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 #, fuzzy #| msgid "Tables display options" msgid "Tables display options." msgstr "Jadvallar ko‘rinishini sozlash" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 #, fuzzy #| msgid "Settings that didn't fit anywhere else" msgid "Settings that didn't fit anywhere else." msgstr "Boshqa joyga sig‘magan sozlanishlar" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 #, fuzzy #| msgid "Authentication type" msgid "Authentication settings." msgstr "Autentifikatsiya usuli" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 #, fuzzy #| msgid "Enter server connection parameters" msgid "Enter server connection parameters." msgstr "Serverning ulanish parametrlarini kiritish" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 #, fuzzy #| msgid "Customize links shown in SQL Query boxes" msgid "Customize links shown in SQL Query boxes." msgstr "SQL so‘rovlari qutisida ko‘rsatiladigan bog‘larni sozlash" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 #, fuzzy #| msgid "SQL queries" msgid "SQL queries settings." msgstr "SQL so‘rovlari" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 #, fuzzy #| msgid "Customize startup page" msgid "Customize startup page." msgstr "Boshlang‘ich sahifani sozlash" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 #, fuzzy #| msgid "Choose how you want tabs to work" msgid "Choose how you want tabs to work." msgstr "Yorliqlar qanday ishlashini tanlang" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 #, fuzzy #| msgid "Customize export options" msgid "Customize text input fields." msgstr "Eksport tanlovlarini moslashtirish" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 #, fuzzy #| msgid "Customize default export options" msgid "Customize default options" msgstr "Eksport afzalliklarini sozlash" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -10953,7 +10960,7 @@ msgstr "" "Import va eksport operatsiyalarida [a@https://en.wikipedia.org/wiki/" "Gzip]gzip[/a] yordamida siqishni yoqish" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 #, fuzzy #| msgid "" #| "If enabled, phpMyAdmin continues computing multiple-statement queries " @@ -10965,7 +10972,7 @@ msgstr "" "Agar yoqilgan bo‘lsa, phpMyAdmin, hatto so‘rovlardan biri barbod bo‘lganda " "ham, ko‘p qismli so‘rovlarni hisoblashni davom etadi" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -10975,7 +10982,7 @@ msgstr "" "ruxsat berish. Bu katta fayllarni yuklash uchun yaxshi usul, lekin u " "tranzaksiyalarni buzishi mumkin." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 #, fuzzy #| msgid "" #| "Default format; be aware that this list depends on location (database, " @@ -10987,18 +10994,18 @@ msgstr "" "Import fayl formati; yodda tutingki, ushbu ro‘yxat (ma`lumotlar bazasi, " "jadval) joylashishiga bog‘liq va faqat SQL ishlaydi" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 #, fuzzy #| msgid "Number of records (queries) to skip from start" msgid "Number of queries to skip from start." msgstr "" "Fayl boshidagi e`tibor berish kerak bo‘lmagan qatorlar (so‘rovlar) soni" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -11010,7 +11017,7 @@ msgstr "" "ulanganbo‘lsa, unda YOLG‘ON (FALSE) tanlovi boshqa serverlardan chiqish " "unitilishiga olib kelishi mumkin." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 #, fuzzy #| msgid "" #| "Define whether the previous login should be recalled or not in cookie " @@ -11022,7 +11029,7 @@ msgstr "" "cookie-autentifikatsiya usulidan foydalanilganda oldingi login sessiyasi " "qayta chaqirilib olinishi kerakmi" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -11034,13 +11041,13 @@ msgstr "" "sessiya uchun saqlanadi va brauzer oynasi yopilgan zahoti o‘chiriladi. Bu " "qiymat ishonchsiz muhitlar uchun tavsiya etiladi." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "Maximum number of characters used when a SQL query is displayed." msgstr "SQL so‘rovi ko‘rsatilganda ishlatiladigan belgilarning maksimal soni" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -11050,7 +11057,7 @@ msgstr "" "Birinchi jadvalga nisbatan to‘laligicha qidiruv ishlatgan holda bajarilgan " "birlashma so‘rovlar soni." -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 #, fuzzy #| msgid "The number of joins that did a full scan of the first table." msgid "" @@ -11060,7 +11067,7 @@ msgstr "" "Birinchi jadvalga nisbatan to‘laligicha qidiruv ishlatgan holda bajarilgan " "birlashma so‘rovlar soni." -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -11069,7 +11076,7 @@ msgstr "" "ko‘rsatilgan qiymatdan ko‘p bo‘lsa, \"Oldingi\" va \"Keyingi\" bog‘lanishlar " "ko‘rsatiladi." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 #, fuzzy #| msgid "" #| "The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " @@ -11081,15 +11088,15 @@ msgstr "" "Skript uchun ajratiladigan baylardagi xotira miqdori, masalan [kbd]32M[/kbd] " "([kbd]0[/kbd] - chegaralanmagan)" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 #, fuzzy #| msgid "" #| "Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " @@ -11101,7 +11108,7 @@ msgstr "" "Bog‘langan sahifani bosh oynada ([kbd]bosh[/kbd]) yoki yangi oynada " "([kbd]yangi[/kbd]) ochish" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "" @@ -11109,7 +11116,7 @@ msgid "" "display a filter box." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 #, fuzzy #| msgid "" #| "Only light version; display databases in a tree (determined by the " @@ -11121,86 +11128,86 @@ msgstr "" "Yengil versiya; ma`lumotlar bazalarini daraxtda ko‘rsatish (quyida " "belgilangan satr bilan bo‘linadi)" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to expand single database in the navigation tree automatically." msgstr "Chap ramkada logotipni ko‘rsatish" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 #, fuzzy #| msgid "Show logo in left frame" msgid "Set to 0 to collapse navigation panel." msgstr "Chap ramkada logotipni ko‘rsatish" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 #, fuzzy #| msgid "Show logo in left frame" msgid "Show logo in navigation panel." msgstr "Chap ramkada logotipni ko‘rsatish" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 #, fuzzy #| msgid "Show logo in left frame" msgid "URL where logo in the navigation panel will point to." msgstr "Chap ramkada logotipni ko‘rsatish" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 #, fuzzy #| msgid "Display server choice at the top of the left frame" msgid "Display server choice at the top of the navigation panel." msgstr "Chap ramkaning yuqori qismida server tanlovini ko‘rsatish" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 #, fuzzy #| msgid "String that separates databases into different tree levels" msgid "String that separates databases into different tree levels." msgstr "Ma`lumotlar bazalarini daraxtning turli darajalariga bo‘luvchi satr" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 #, fuzzy #| msgid "String that separates tables into different tree levels" msgid "String that separates tables into different tree levels." msgstr "Jadvallarni daraxtning turli darajalariga bo‘luvchi satr" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 #, fuzzy #| msgid "Highlight server under the mouse cursor" msgid "Highlight server under the mouse cursor." msgstr "Sichqoncha kursori turgan serverni belgilash" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show tables under database in the navigation tree" msgstr "Chap ramkada logotipni ko‘rsatish" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show views under database in the navigation tree" msgstr "Chap ramkada logotipni ko‘rsatish" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 #, fuzzy #| msgid "Show logo in left frame" msgid "Whether to show events under database in the navigation tree" msgstr "Chap ramkada logotipni ko‘rsatish" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 #, fuzzy #| msgid "" #| "d]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, " @@ -11212,20 +11219,20 @@ msgstr "" "[kbd]SMART[/kbd] – ya`ni, TIME, DATE, DATETIME va TIMESTAMP turidagi " "maydonlar uchun kamayish tartibida, aks holda ko‘payish tartibida" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 #, fuzzy #| msgid "" #| "ble if you want DB-based query history (requires phpMyAdmin configuration " @@ -11240,17 +11247,17 @@ msgstr "" "tanlovni yoqing (pmadb talab etiladi). Ushbu tanlov o‘chirilgan bo‘lsa, oyna " "yopilgan zahoti so‘rovlar tarixi yo‘qoladi." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" @@ -11262,7 +11269,7 @@ msgstr "" "[a@https://wiki.phpmyadmin.net/pma/bookmark]Xatcho‘p[/a] ishlatmaslik uchun " "bo‘sh qoldiring, asli: [kbd]pma_bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 #, fuzzy #| msgid "" #| "Leave blank for no column comments/mime types, suggested: " @@ -11274,7 +11281,7 @@ msgstr "" "Ustun izohlari/\"mime\"-turlari haqidagi ma`lumotlarni ishlatmaslik uchun " "bo‘sh qoldiring, asli: [kbd]pma_column_info[/kbd]" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 #, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " @@ -11288,20 +11295,20 @@ msgstr "" "batafsil ma`lumot [a@https://wiki.phpmyadmin.net/pma/controluser]\"wiki\"[/" "a]da mavjud" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 #, fuzzy #| msgid "" #| "More information on [a@https://sourceforge.net/p/phpmyadmin/" @@ -11316,7 +11323,7 @@ msgstr "" "bugs/2606/]\"PMA bug tracker\"[/a] va [a@https://bugs.mysql." "com/19588]\"MySQL Bugs\"[/a]larga qarang" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 #, fuzzy #| msgid "" #| "Leave blank for no SQL query history support, suggested: " @@ -11328,13 +11335,13 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11345,7 +11352,7 @@ msgstr "" "Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -11357,7 +11364,7 @@ msgstr "" "PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_table_coords\"[/kbd]" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 #, fuzzy #| msgid "" #| " can use MySQL wildcard characters (% and _), escape them if you want use " @@ -11371,7 +11378,7 @@ msgstr "" "oldiga teskari egri chiziq (\\) qo‘yishingiz kerak, masalan \\\"my\\_db\\" "\" (lekin \"my_db\" emas)" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]" @@ -11381,7 +11388,7 @@ msgstr "" "Agar PDF-sxema ishlatmasangiz, bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_pdf_pages\"[/kbd]" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 #, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@https://" @@ -11397,7 +11404,7 @@ msgstr "" "a]ga qarang. Agar foydalanmasangiz, bo‘sh qoldiring. Asl qiymati: " "[kbd]\"phpmyadmin\"[/kbd]" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11408,7 +11415,7 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11419,7 +11426,7 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 #, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" @@ -11431,7 +11438,7 @@ msgstr "" "[a@https://wiki.phpmyadmin.net/pma/relation]Aloqa bog‘lanishlari[/a]ni " "ishlatmaslik uchun, bo‘sh qoldiring, asl qiymati: [kbd]\"pma_relation\"[/kbd]" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 #, fuzzy #| msgid "" #| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " @@ -11442,7 +11449,7 @@ msgstr "" "Namuna uchun [a@https://wiki.phpmyadmin.net/pma/" "auth_types#signon]autentifikatsiya usullari[/a]ga qarang" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 #, fuzzy #| msgid "" #| "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/" @@ -11454,7 +11461,7 @@ msgstr "" "PDF-sxemadan foydalanmaslik uchun bo‘sh qoldiring, asl qiymati: " "[kbd]\"pma_table_coords\"[/kbd]" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 #, fuzzy #| msgid "" #| "le to describe the display fields, leave blank for no support; gested: " @@ -11466,7 +11473,7 @@ msgstr "" "Ko‘rsatiladigan maydonlar sharhlari saqlanadigan jadval, ishlatmaslik uchun " "bo‘sh qoldiring, asl qiymati: [kbd]\"pma_table_info\"[/kbd]" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11477,29 +11484,29 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11510,13 +11517,13 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11527,21 +11534,21 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 #, fuzzy #| msgid "" #| "ve blank for no SQL query history support, suggested: [kbd]pma_historybd]" @@ -11552,25 +11559,25 @@ msgstr "" "Agar SQL so‘rovlar tarixidan foydalanmoqchi bo‘lmasangiz, bo‘sh qoldiring, " "asl qiymati: [kbd]\"pma_history\"[/kbd]" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "MySQL serveri ishlayotgan xost server nomi." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 #, fuzzy #| msgid "Leave blank if not used" msgid "Leave blank if not used." msgstr "Agar ishlatilmasa bo‘sh qoldiring" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 #, fuzzy #| msgid "Leave blank for defaults" msgid "Leave blank for defaults." msgstr "Asl qoidalarni ishlatish uchun bo‘sh qoldiring" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 #, fuzzy #| msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth" msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." @@ -11578,52 +11585,52 @@ msgstr "" "HTTP Avtorizatsiya vaqtida ko‘rsatiladigan Oddiy HTTP Avtorizatsiya Bo‘limi " "nomi" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 #, fuzzy #| msgid "Authentication method to use" msgid "Authentication method to use." msgstr "Foydalaniladigan autentifikatsiya usuli" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 #, fuzzy #| msgid "Compress connection to MySQL server" msgid "Compress connection to MySQL server." msgstr "MySQL serveiga ulanishni qisish" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 #, fuzzy #| msgid "Hide databases matching regular expression (PCRE)" msgid "Hide databases matching regular expression (PCRE)." msgstr "" "Muntazam iboralar(PCRE)ga to‘g‘ri keladigan ma`lumotlar bazalarini yashirish" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 #, fuzzy #| msgid "Hostname where MySQL server is running" msgid "Hostname where MySQL server is running." msgstr "MySQL sеrvеri ishlayotgan xost nomi" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 #, fuzzy #| msgid "Leave empty if not using config auth" msgid "Leave empty if not using config auth." msgstr "" "Agar \"config\" autentifikatsiya usulidan foydalanmasangiz, bo‘sh qoldiring" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 #, fuzzy #| msgid "Port on which MySQL server is listening, leave empty for default" msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "MySQL serveri tinglaydigan port, asl qiymatni qoldirish uchun bo‘sh qoldiring" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 #, fuzzy #| msgid "Socket on which MySQL server is listening, leave empty for default" msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL serveri tinglaydigan soket, asl qiymati uchun bo‘sh qoldiring" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 #, fuzzy #| msgid "Enable SSL for connection to MySQL server" msgid "Enable SSL for connection to MySQL server." @@ -11631,7 +11638,7 @@ msgstr "" "SSL (Secure Sockets Layer - himoyalangan soketlar protokoli) ulanishdan " "foydalanish" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 #, fuzzy #| msgid "" #| "Please note that enabling this has no effect with [kbd]config[/kbd] " @@ -11646,27 +11653,27 @@ msgstr "" "Esda tuting, ushbu tanlovni yoqishingiz [kbd]\"config\"[/kbd] " "autentifikatsiya usulidagi parolga ta`sir etmaydi" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -11678,32 +11685,32 @@ msgstr "" "[a@https://www.php.net/manual/function.phpinfo.php]\"phpinfo()\"[/a] " "funksiyasi natijasiga bog‘ ko‘rsatish" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 #, fuzzy #| msgid "ther a user should be displayed a \"show all (records)\" button" msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Foydalanuvchiga \"barcha (yozuvlar)ni ko‘rsatish\" tugmasi ko‘rsatilsinmi?" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 #, fuzzy #| msgid "Display the function fields in edit/insert mode" msgid "Display the function fields in edit/insert mode." msgstr "Tahrirlash/qo‘yish rejimida funksiyalar maydonini ko‘rsatish" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 #, fuzzy #| msgid "" #| "Defines whether SQL queries generated by phpMyAdmin should be displayed" @@ -11712,7 +11719,7 @@ msgid "" msgstr "" "phpMyAdmin tomonidan generatsiya qilingan SQL so‘rovlarini ko‘rsatish kerakmi" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)" msgid "Allow to display database and table statistics (e.g. space usage)." @@ -11720,7 +11727,7 @@ msgstr "" "Ma`lumotlar bazalari va jadvallar statiskasini (masalan, diskda egallagan " "joyi) ko‘rsatish" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 #, fuzzy #| msgid "" #| "Mark used tables and make it possible to show databases with locked tables" @@ -11730,19 +11737,7 @@ msgstr "" "Ishlatilayotgan jadvallarni belgilash va qulflangan jadvallari mavjud " "bo‘lgan ma`lumotlar bazalarini ko‘rishga imkon berish" -#: src/Config/Descriptions.php:494 -#, fuzzy -#| msgid "" -#| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " -#| "authentication" -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun " -"ishlatiladigan sirli ibora" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 #, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " @@ -11755,19 +11750,19 @@ msgstr "" "[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun " "ishlatiladigan sirli ibora" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 #, fuzzy #| msgid "" #| "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following " @@ -11785,13 +11780,13 @@ msgstr "" "kelayotgan HTTP_X_FORWARDED_FOR (X-Forwarded-For) sarlavhani ishonchli deb " "qabul qilishini ta`minlaydi: [br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -11799,20 +11794,20 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -11823,155 +11818,155 @@ msgstr "" "pmadb usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida " "foydalanuvchi belgilanmagan" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Tanlangan qatorlarni belgilash." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 #, fuzzy #| msgid "Highlight row pointed by the mouse cursor" msgid "Highlight row pointed by the mouse cursor." msgstr "Sichqoncha kursori ko‘rsatib turgan qatorni belgilash" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 #, fuzzy #| msgid "Number of columns for CHAR/VARCHAR textareas" msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR maydonlaridagi ustunlar soni" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 #, fuzzy #| msgid "Number of rows for CHAR/VARCHAR textareas" msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR maydonlaridagi qatorlar soni" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 #, fuzzy #| msgid "Tab that is displayed when entering a database" msgid "Tab that is displayed when entering a database." msgstr "Ma`lumotlar bazasiga kirishda ko‘rsatiladigan yorliq" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 #, fuzzy #| msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server." msgstr "Serverga kirishda ko‘rsatiladigan yorliq" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 #, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." msgstr "Jadvalga kirishda ko‘rsatiladigan yorliq" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 #, fuzzy #| msgid "Propose table structure" msgid "Whether the table structure actions should be hidden." msgstr "Jadval tuzilishi tahlili" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" "Serverlar ro‘yxatini pastga tushadigan menyu o‘rniga oddiy ro‘yxat shaklida " "ko‘rsatish." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 #, fuzzy #| msgid "A dropdown will be used if fewer items are present" msgid "A dropdown will be used if fewer items are present." msgstr "Agar kamroq qiymat bo‘lsa, pastga tushuvchi menyu ishlatiladi" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 #, fuzzy #| msgid "How many rows can be inserted at one time" msgid "How many rows can be inserted at one time." msgstr "Bir vaqtning o‘zidanechta qator qo‘yilishi mumkin" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 #, fuzzy #| msgid "Maximum number of characters used when a SQL query is displayed" msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "SQL so‘rovi ko‘rsatilganda ishlatiladigan belgilarning maksimal soni" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 #, fuzzy #| msgid "Define how long (in seconds) a login cookie is valid" msgid "Define how long (in seconds) a login cookie is valid." msgstr "" "cookie-login usuli qancha vaqt (sekundlarda) yaroqli bo‘lishini belgilang" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of databases displayed in database list." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of tables displayed in table list." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 #, fuzzy #| msgid "Disable foreign key checks" msgid "Disable shortcut keys" msgstr "Tashqi kalitlarni tekshirishni o‘chirish" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 #, fuzzy #| msgid "Use only icons, only text or both" msgid "Use only icons, only text or both." msgstr "Faqat piktogramma, faqat matn yoki har ikkisini ishlatish" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 #, fuzzy #| msgid "use GZip output buffering for increased speed in HTTP transfers" msgid "Use GZip output buffering for increased speed in HTTP transfers." @@ -11979,84 +11974,84 @@ msgstr "" "HTTP orqali ma`lumot uzatishda yuqori tezlikka erishish uchun GZip " "buferizatsiyadan foydalaning" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 #, fuzzy #| msgid "Use persistent connections to MySQL databases" msgid "Use persistent connections to MySQL databases." msgstr "MySQL ma`lumotlar bazalarida doimiy ulanishlardan foydalanish" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 #, fuzzy #| msgid "Disallow BLOB and BINARY fields from editing" msgid "Disallow BLOB and BINARY columns from editing." msgstr "BLOB va BINARY maydonlarini tahirlashni man etish" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 #, fuzzy #| msgid "How many queries are kept in history" msgid "How many queries are kept in history." msgstr "Jurnalda saqlanadigan so‘rovlar soni" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 #, fuzzy #| msgid "Select which functions will be used for character set conversion" msgid "Select which functions will be used for character set conversion." msgstr "" "Kodirovkalarni bir-biriga o‘tkazishda foydalaniladigan funksiyalarni tanlang" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 #, fuzzy #| msgid "Servers display options" msgid "For display Options" msgstr "Serverlar ko‘rinishini sozlash" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 #, fuzzy #| msgid "Directory where exports can be saved on server" msgid "Directory where exports can be saved on server." msgstr "Serverdagi eksport fayllar saqlanadigan direktoriya" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 #, fuzzy #| msgid "Directory on server where you can upload files for import" msgid "Directory on server where you can upload files for import." msgstr "Serverda import fayllari saqlanadigan direktoriya" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 #, fuzzy #| msgid "Allow for searching inside the entire database" msgid "Allow for searching inside the entire database." @@ -12064,15 +12059,15 @@ msgstr "" "Ma`lumotlar bazasi ichidagi ma`lumotlarni to‘laligicha qidirishga ruxsat " "berish" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 #, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " @@ -12082,216 +12077,216 @@ msgstr "" "Import va eksport operatsiyalarida [a@https://en.wikipedia.org/wiki/" "Gzip]gzip[/a] yordamida siqishni yoqish" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Istalgan MySQL-serverga login qilishga ruxsat berish" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 #, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" msgstr "MySQL serveriga ulanib bo‘lmadi" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" "\"Ma`lumotlar bazasini o‘chirish\" bog‘ini foydalanuvchilarga ko‘rsatish" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Sirli kalit so‘z (Blowfish)" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Qator markeri" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Ko‘rsatgichni belgilash" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 #, fuzzy #| msgid "CHAR fields editing" msgid "CHAR columns editing" msgstr "CHAR maydonlarini tahrirlash" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 #, fuzzy #| msgid "Enabled" msgid "Enable linter" msgstr "Faollashtirilgan" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 #, fuzzy #| msgid "Customize export options" msgid "Minimum size for input field" msgstr "Eksport tanlovlarini moslashtirish" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum size for input field" msgstr "Vaqtinchalik indeks fayllarining maksimal hajmi" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR maydonidagi ustunlar soni" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR maydonidagi qatorlar soni" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Konfiguratsion faylning yozish ruxsatlarini tekshiring" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Biryo‘la qisish" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "DROP-so‘rovlarini tasdiqlash" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Qog‘oz o‘lchami" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Ma`lumotlar bazasi yorlig‘i" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Server yorlig‘i" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Jadval yorlig‘i" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enable autocomplete for table and column names" msgstr "Jadval va maydon nomlarini teskari qo‘shtirnoqqa olish" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 #, fuzzy #| msgid "Table comments" msgid "Show column comments" msgstr "Jadval izohi" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 #, fuzzy #| msgid "Propose table structure" msgid "Hide table structure actions" msgstr "Jadval tuzilishi tahlili" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Asl tartiblash qoidasi" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Substring" msgstr "O‘girishlar parametrlari" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Bool2Text" msgstr "Asl tartiblash qoidasi" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for External" msgstr "Asl tartiblash qoidasi" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for PreApPend" msgstr "O‘girishlar parametrlari" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for DateFormat" msgstr "Asl tartiblash qoidasi" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for Inline" msgstr "O‘girishlar parametrlari" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextImageLink" msgstr "O‘girishlar parametrlari" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 #, fuzzy #| msgid "Transformation options" msgid "Default transformations for TextLink" msgstr "O‘girishlar parametrlari" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Serverlar ro‘yxatini ko‘rsatish" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 #, fuzzy #| msgid "Table maintenance" msgid "Disable multi table maintenance" msgstr "Jadvalga xizmat ko‘rsatish" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Maksimum bajarilish vaqti" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Fayl kabi saqlash" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Fayl kodirovkasi" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Siqish" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -12301,70 +12296,70 @@ msgstr "Siqish" msgid "Put columns names in the first row" msgstr "Maydon nomlarini birinchi qatorga joylashtirish" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 #, fuzzy #| msgid "Fields enclosed by" msgid "Columns enclosed with" msgstr "Maydon qiymatlari quyidagi belgi ichiga olingan " -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 #, fuzzy #| msgid "Fields escaped by" msgid "Columns escaped with" msgstr "Belgi oldida quyidagi belgi mavjud " -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 #, fuzzy #| msgid "Replace NULL by" msgid "Replace NULL with" msgstr "NULL qiymatni quyidagiga almashtirish" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 #, fuzzy #| msgid "Remove CRLF characters within fields" msgid "Remove CRLF characters within columns" msgstr "Maydonlar ichidagi satrdan-satrga ko‘chirish belgilarini olib tashlash" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 #, fuzzy #| msgid "Lines terminated by" msgid "Columns terminated with" msgstr "Qatorlar bo‘luvchisi" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 #, fuzzy #| msgid "Lines terminated by" msgid "Lines terminated with" msgstr "Qatorlar bo‘luvchisi" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 #, fuzzy #| msgid "Excel edition" msgid "Excel edition" msgstr "Excel-versiyasi" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Ma`lumotlar bazasi nomi shabloni" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Server nomi shabloni" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Jadval nomi shabloni" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -12376,84 +12371,84 @@ msgstr "Jadval nomi shabloni" msgid "Dump table" msgstr "Jadvallar soni: \"%s\"" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Jadvalga sarlavha qo‘shish" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Jadval sarlavhasi" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Jadval sarlavhasi (davomi)" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Belgi identifikatori" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 #, fuzzy #| msgid "Relations" msgid "Relationships" msgstr "Aloqalar" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 #, fuzzy #| msgid "Export type" msgid "Export method" msgstr "Eskport turi" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Serverga saqlash" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 #, fuzzy #| msgid "horizontal (rotated headers)" msgid "Export as separate files" msgstr "gorizontal (aylantirilgan sarlavhalar)" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Fayl nomi shablonini yodda saqlash" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 #, fuzzy #| msgid "Enclose table and field names with backquotes" msgid "Enclose table and column names with backquotes" msgstr "Jadval va maydon nomlarini teskari qo‘shtirnoqqa olish" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL bilan moslik rejimi" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Tuzish, yangilash va tekshirish sanalari" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Kechiktirilgan qo‘yish (DELAYED INSERTS) dan foydalanish" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Tashqi kalitlarni tekshirishni o‘chirish" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 #, fuzzy #| msgid "Export views" msgid "Export views as tables" msgstr "Ko‘rinishlarni eksport qilish" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 #, fuzzy #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" @@ -12462,344 +12457,348 @@ msgstr "" "pmadb usuli ishlatilmoqda, lekin phpMyAdmin konfiguratsion faylida " "foydalanuvchi belgilanmagan" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 #, fuzzy #| msgid "Use hexadecimal for BLOB" msgid "Use hexadecimal for BINARY & BLOB" msgstr "BLOB turidagi ma`lumotlarni o‘n oltilik shaklda namoyish etish" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "Session value" msgid "%s view" msgstr "Sessiya qiymatlari" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "E`tibor bermaslik (IGNORE) qo‘yilmalardan foydalanish" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Tuzilayogan so‘rovning maksimal uzunligi" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 #, fuzzy #| msgid "Export tables" msgid "Export type" msgstr "Jadvallarni eksport qilish" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Tranzaksiyaga eksportni qo‘shish" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Vaqtni UTC shaklda eksport qilish" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Tashqi kalit menyusi tartibi" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Tashqi kalit chegaralari" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 #, fuzzy #| msgid "Disable foreign key checks" msgid "Foreign key checks" msgstr "Tashqi kalitlarni tekshirishni o‘chirish" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Ko‘rib chiqish usul" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Tahrirlash usuli" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Eksport" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 #, fuzzy #| msgid "Generate" msgid "General" msgstr "Generatsiya qilish" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Import" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Import/Eksport" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 #, fuzzy #| msgid "Navigation frame" msgid "Navigation tree" msgstr "Navigatsiya paneli" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Boshqa sozlanishlar" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 #, fuzzy #| msgid "Page number:" msgid "Page titles" msgstr "Sahifa raqami: " -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Xavfsizlik" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Asosiy sozlanishlar" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 #, fuzzy #| msgid "Authentication type" msgid "Authentication" msgstr "Autentifikatsiya usuli" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Server konfiguratsiyasi" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 #, fuzzy #| msgid "Configuration file" msgid "Configuration storage" msgstr "Konfiguratsion fayl" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL so‘rovlari qutisi" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Boshlang‘ich" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 #, fuzzy #| msgid "Database for user" msgid "Database structure" msgstr "Foydalanuvchi uchun ma`lumotlar bazasi" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Yorliqlar" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 #, fuzzy #| msgid "Relational schema" msgid "Display relational schema" msgstr "Aloqalar sxemasi" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 #, fuzzy #| msgid "Use text field" msgid "Text fields" msgstr "Matnmaydonini ishlatish" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! matn" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 #, fuzzy #| msgid "Warning" msgid "Warnings" msgstr "Ogohlantirish" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv uchun qo‘shimcha parametrlar" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Ko‘p qismli so‘rovlardagi xatolarga e`tibor bermaslik" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Qisman import: uzishga ruxsat berish" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Import qilinayotgan fayl formati" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "\"LOCAL\" kalit so‘zini ishlatish" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Birinchi qatorga ustun nomlari" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Bo‘sh qatorlarni import qilmaslik" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 #, fuzzy #| msgid "Import currencies ($5.00 to 5.00)" msgid "Import currencies ($5.00 to 5.00)" msgstr "Pul birliklarini import qilish (masalan, $5.00 ni 5.00 ga)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 #, fuzzy #| msgid "Import percentages as proper decimals (12.00% to .12)" msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" "Foizlarni mos o‘nli kasrlar kabi import qilish (masalan, 12.00% o‘rniga 0.12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Qisman import: so‘rovlarga e`tibor bermaslik" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 #, fuzzy #| msgid "Do not use AUTO_INCREMENT for zero values" msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Nol qiymatlari uchun \"AUTO_INCREMENT\" ishlatmaslik" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 #, fuzzy #| msgid "Read misses" msgid "Read as multibytes" msgstr "Buferni o‘qishda qoldirishlar mavjud" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Qo‘yilgan qatorlar soni" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Chiqishda barcha \"cookies\"larni o‘chirish" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "Foydalanuvchi nomini chaqirib olish" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Login ma`lumotini cookie-da saqlash" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "cookie-login yaroqligi" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "SQL so‘rovining maksimal uzunligi" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Ma`lumotlar bazalarining maksimal soni" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 #, fuzzy #| msgid "Maximum size for temporary sort files" msgid "Maximum items on first level" msgstr "Vaqtinchalik indeks fayllarining maksimal hajmi" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Ko‘rsatiladigan qatorlarning maksimal soni" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Maksimal jadvallar soni" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Xotira miqdori" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 #, fuzzy #| msgid "Show logo in left frame" msgid "Show databases navigation as tree" msgstr "Chap ramkada logotipni ko‘rsatish" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 #, fuzzy #| msgid "Navigation frame" msgid "Navigation panel width" msgstr "Navigatsiya paneli" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 #, fuzzy @@ -12807,662 +12806,658 @@ msgstr "Navigatsiya paneli" msgid "Link with main panel" msgstr "Asosiy ramkani moslashtirish" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Logotipni ko‘rsatish" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "Logotip bog‘langan URL" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Logotip bog‘langan nishon" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Server tanlovini ko‘rsatish" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Tezkor murojaat piktogrammasi uchun nishon" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 #, fuzzy #| msgid "Target for quick access icon" msgid "Target for second quick access icon" msgstr "Tezkor murojaat piktogrammasi uchun nishon" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of items to display the filter box" msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Minimum number of databases to display the database filter box" msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Ma`lumotlar bazasi daraxtining bo‘luvchisi" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Jadval daraxtining bo‘luvchisi" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Jadvallar daraxtining maksimum chuqurligi" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Belgilashni yoqish" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 #, fuzzy #| msgid "Iconic navigation bar" msgid "Enable navigation tree expansion" msgstr "Piktogrammali navigatsiya menyusi" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 #, fuzzy #| msgid "Show tables" msgid "Show tables in tree" msgstr "Jadvallarni ko‘rsatish" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 #, fuzzy #| msgid "Show versions" msgid "Show views in tree" msgstr "Vеrsiyalarni ko‘rsatish" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 #, fuzzy #| msgid "Show function fields" msgid "Show functions in tree" msgstr "Fuknsiyalarmaydonini ko‘rsatish" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 #, fuzzy #| msgid "Show processes" msgid "Show procedures in tree" msgstr "Jarayonlar ro‘yxati" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 #, fuzzy #| msgid "Show versions" msgid "Show events in tree" msgstr "Vеrsiyalarni ko‘rsatish" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copy database to" msgid "Expand single database" msgstr "Ma`lumotlar bazasidan quyidagiga nusxa olish" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 #, fuzzy #| msgid "Untracked tables" msgid "Recently used tables" msgstr "Kuzatilmagan jadvallar" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 #, fuzzy #| msgid "Alter table order by" msgid "Natural order" msgstr "Jadval sortirovkasini o‘zgartirish" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 #, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" msgstr "Piktogrammali navigatsiya menyusi" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip buferizatsiya" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Asl tartiblash qoidasi" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Doimiy ulanishlar" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 #, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" msgstr "Barcha qatorlarni ko‘rsatishga ruxsat berish" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 #, fuzzy #| msgid "Protect binary fields" msgid "Protect binary columns" msgstr "Binar (ikkilik) maydonlarni himoyalash" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Doimiy so‘rovlar tarixi" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "So‘rovlar tarixi uzunligi" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Kodirovkalash funksiyasi" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 #, fuzzy #| msgid "Rename table to" msgid "Remember table's sorting" msgstr "Jadval nomini o‘zgartirish" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 #, fuzzy #| msgid "Default sorting order" msgid "Primary key default sort order" msgstr "Asl tartiblash qoidasi" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 #, fuzzy #| msgid "Repair threads" msgid "Repeat headers" msgstr "Oqimli tiklash" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 #, fuzzy #| msgid "Relational display field" msgid "Relational display" msgstr "Aloqador maydon qiymati" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Saqlash direktoriyasi" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 #, fuzzy #| msgid "Host authentication order" msgid "Host authorization order" msgstr "Autentifikatsiya tartibi" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 #, fuzzy #| msgid "Host authentication rules" msgid "Host authorization rules" msgstr "Autentifikatsiya qoidalari" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Parolsiz qirishga ruxsat bеrish" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "\"root\"ga kirishga ruxsat berish" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 #, fuzzy #| msgid "Session value" msgid "Session timezone" msgstr "Sessiya qiymatlari" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Bo‘limi" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Xatcho‘plar jadvali" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Ustun ma`lumotlari jadvali" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Ulanishni qisish" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Nazorat foydalanuvchisi paroli" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Nazorat foydalanuvchisi" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 #, fuzzy #| msgid "Control user" msgid "Control host" msgstr "Nazorat foydalanuvchisi" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 #, fuzzy #| msgid "Control user" msgid "Control port" msgstr "Nazorat foydalanuvchisi" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "INFORMATION_SCHEMA ishlatishni o‘chirish" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Bazalarni yashirish" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL so‘rovlari tarixi jadvali" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Sеrvеr xost nomi" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "Chiqish URL" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 #, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" msgstr "Jadvallar ro‘yxatida ko‘rsatiladigan jadvallarning maksimal soni" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 #, fuzzy #| msgid "Export views" msgid "Export templates table" msgstr "Ko‘rinishlarni eksport qilish" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 #, fuzzy #| msgid "CHAR textarea columns" msgid "Central columns table" msgstr "CHAR maydonidagi ustunlar soni" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Faqat ro‘yxatdagi bazalarni ko‘rsatish" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "\"config\" autentifikatsiya usuli paroli" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF-sxema: sahifalar jadvali" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Server porti" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 #, fuzzy #| msgid "Recall user name" msgid "Recently used table" msgstr "Foydalanuvchi nomini chaqirib olish" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 #, fuzzy #| msgid "Variables" msgid "Favorites table" msgstr "O‘zgaruvchilar" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Aloqalar jadvali" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Kirish sessiyasi nomi" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "Kirish URL" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Server soketi" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "SSL ulanishdan foydalanish" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 #, fuzzy #| msgid "PDF schema: table coordinates" msgid "Designer and PDF schema: table coordinates" msgstr "PDF-sxema: jadval koordinatalari" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 #, fuzzy #| msgid "Display fields table" msgid "Display columns table" msgstr "Maydonlar jadvalini ko‘rsatish" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 #, fuzzy #| msgid "Defragment table" msgid "UI preferences table" msgstr "Jadvalni defragmentatsiyalash" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 #, fuzzy #| msgid "Statements" msgid "Statements to track" msgstr "Tavsif" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 #, fuzzy #| msgid "SQL query history table" msgid "SQL query tracking table" msgstr "SQL so‘rovlari tarixi jadvali" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 #, fuzzy #| msgid "Automatic recovery mode" msgid "Automatically create versions" msgstr "Avtomatik tiklash rejimi" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 #, fuzzy #| msgid "Use Tables" msgid "Users table" msgstr "Jadvallarni ishlatish" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 #, fuzzy #| msgid "Use Host Table" msgid "User groups table" msgstr "Xostlar jadvalidan foydalanish" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "\"config\" autentifikatsiya usuli foydalanuvchisi" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Ushbu serverning kengaytirilgan nomi" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Barcha qatorlarni ko‘rsatishga ruxsat berish" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Parolni o‘zgartirish formasini ko‘rsatish" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Ma`lumotlar bazasi tuzish formasini ko‘rsatish" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 #, fuzzy #| msgid "Table comments" msgid "Show table comments" msgstr "Jadval izohi" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 #, fuzzy #| msgid "Show versions" msgid "Show creation timestamp" msgstr "Vеrsiyalarni ko‘rsatish" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 #, fuzzy #| msgid "Show master status" msgid "Show last update timestamp" msgstr "Ulangan bosh sеrvеrlarni ko‘rsatish" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 #, fuzzy #| msgid "Show master status" msgid "Show last check timestamp" msgstr "Ulangan bosh sеrvеrlarni ko‘rsatish" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Table comments" msgid "Show table charset" msgstr "Jadval izohi" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 #, fuzzy #| msgid "Show open tables" msgid "Show field types" msgstr "Ochiq jadvallar ro‘yxati" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Fuknsiyalarmaydonini ko‘rsatish" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 #, fuzzy #| msgid "Show grid" msgid "Show hint" msgstr "To‘rni ko‘rsatish" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "\"phpinfo()\" funksiyasiga bog‘ ko‘rsatish" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "MySQL serveri haqida batafsil ma`lumot ko‘rsatish" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Show SQL so‘rovlarini ko‘rsatish" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Statiskani ko‘rsatish" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Qulflangan jadvallarni tashlab ketishlik" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "So‘rov tahlili" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 #, fuzzy #| msgid "Create PHP Code" msgid "Create PHP code" msgstr "PHP-kod" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 #, fuzzy #| msgid "Login cookie validity" msgid "Login cookie validity warning" msgstr "cookie-login yaroqligi" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 #, fuzzy #| msgid "CHAR textarea columns" msgid "Textarea columns" msgstr "CHAR maydonidagi ustunlar soni" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 #, fuzzy #| msgid "CHAR textarea rows" msgid "Textarea rows" msgstr "CHAR maydonidagi qatorlar soni" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 #, fuzzy #| msgid "Default table tab" msgid "Default title" msgstr "Jadval yorlig‘i" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" "IP bo‘yicha ruxsat berish/rad etish uchun ishonarli proksi-serverlar ro‘yxati" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Import direktoriyasi" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Bazani qidirishdan foydalanish" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Versiyani tekshirish" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 #, fuzzy #| msgid "Username" msgid "Proxy username" msgstr "Foydalanuvchi" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 #, fuzzy #| msgid "Password" msgid "Proxy password" msgstr "Parol" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 #, fuzzy #| msgid "Server port" msgid "Send error reports" msgstr "Server porti" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 #, fuzzy msgid "Enter executes queries in console" msgstr "SQL so‘rovlari" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 #, fuzzy #| msgid "Server configuration" msgid "Enable Zero Configuration mode" msgstr "Server konfiguratsiyasi" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Browse mode" msgid "Console mode" msgstr "Ko‘rib chiqish usul" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 #, fuzzy #| msgid "MySQL connection collation" msgid "Server connection collation" @@ -13501,7 +13496,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, fuzzy, php-format #| msgid "Maximum tables" msgid "maximum %s" @@ -13544,7 +13540,7 @@ msgid "Microsoft Word 2000" msgstr "Microsoft Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 #, fuzzy #| msgid "Open Document Spreadsheet" msgid "OpenDocument Spreadsheet" @@ -13556,7 +13552,7 @@ msgstr "Open Document jadvali" msgid "OpenDocument Text" msgstr "OpenDocument matn" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "\"LOAD DATA\" ishlatilgan CSV" @@ -13769,7 +13765,7 @@ msgstr "" "va tiklash[/a] uchun maxsus funksiyalar (\"%s\") kerak, lekin ular " "tizimingizda topilmadi." -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, fuzzy, php-format #| msgid "Server" msgid "Server %d" @@ -14101,7 +14097,7 @@ msgstr "Ma`lumotlar bazasida bironta ham jadval mavjud emas." #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Eksport modullari mavjud emas! O‘rnatilgan phpMyAdmin nusxasining libraries/" @@ -14239,7 +14235,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -14302,7 +14298,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Sahifani yangilashingiz kerak" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 #, fuzzy #| msgid "Bar type" msgid "Bad type!" @@ -14425,30 +14421,21 @@ msgstr "" "katalogi haliyam mavjud. phpMyAdmin muvaffaqiyatli o‘rnatilgandan keyin, uni " "o‘chirish tavsiya etiladi." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Server \"Suhosin\" himoya tizimadan foydalanmoqda. Yuzaga kelgan muammolar " -"yechimi uchun \"%s\"dokumentatsiya\"%s\" ga qarang." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -14459,7 +14446,7 @@ msgstr "" "navbatida ma`lumot yo‘qolishiga olib kelishi mumkin. PHP \"mbstring\" " "kengaytmasini o‘rnatish qat`iy tavsiya etiladi." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -14542,7 +14529,7 @@ msgid "\"DROP DATABASE\" statements are disabled." msgstr "" "\"DROP DATABASE\" (ma`lumotlar bazasini o‘chirish) buyrug‘i o‘chirilgan." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -16777,7 +16764,7 @@ msgid "No such column" msgstr "Ustun(lar)ni olib tashlash" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 #, fuzzy #| msgid "Lines terminated by" msgctxt "string types" @@ -17693,7 +17680,7 @@ msgstr "Ma`lumotlar bazasi mavjud emas" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, fuzzy, php-format #| msgid "Bookmark %s created" msgid "Bookmark %s has been created." @@ -17784,7 +17771,7 @@ msgstr "Bironta ham konfiguratsiyalangan server mavjud emas" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL bo‘sh natija berdi (ya`ni nolta satr)." @@ -18234,30 +18221,30 @@ msgstr "" msgid "The row has been deleted." msgstr "Yozuv o‘chirildi" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, fuzzy, php-format #| msgid "Query took %01.4f sec" msgid "Query took %01.4f seconds." msgstr "So‘rov %01.4f sekund vaqt oldi" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, fuzzy, php-format #| msgid "Showing rows" msgid "Showing rows %1s - %2s" msgstr "Yozuvlarni ko‘rsatish" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "total" msgid "%s total" msgstr "jami" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 #, fuzzy #| msgid "Link not found" msgid "Link not found!" @@ -18935,11 +18922,11 @@ msgstr "%1$s va %2$s indekslari bir xil, ulardan birini o‘chirish mumkin." msgid "web server upload directory:" msgstr "Yuklash katalogidan" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "SQL-so‘rovni ko‘rsatish" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Kiritilgan qator identifikatori: %1$d" @@ -19372,43 +19359,43 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 #, fuzzy #| msgid "Close" msgid "Coalesce" msgstr "Yopish" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Jadvalni o‘z-o‘ziga ko‘chirib bo‘lmaydi!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Jadvalning o‘zidan o‘ziga nusxa ko‘chirish mumkin emas!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, fuzzy, php-format #| msgid "Table %s has been moved to %s." msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "\"%s\" jadvali \"%s\" ga ko‘chirildi." -#: src/Operations.php:935 +#: src/Operations.php:931 #, fuzzy, php-format #| msgid "Table %s has been copied to %s." msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "\"%s\" jadvalidan \"%s\" ga nusxa ko‘chirildi." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "\"%s\" jadvali \"%s\" ga ko‘chirildi." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "\"%s\" jadvalidan \"%s\" ga nusxa ko‘chirildi." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Jadval nomi ko‘rsatilmagan!" @@ -19496,7 +19483,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 #, fuzzy #| msgid "Lines terminated by" @@ -19984,7 +19971,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Creation" msgid "Indentation:" @@ -20007,58 +19994,58 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names" msgid "Column names:" msgstr "Maydon nomlari" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" "Kiritilayotgan CSV ma`lumotlarning %d qatoridagi ma`lumotlar formati " "noto‘g‘ri." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, fuzzy, php-format #| msgid "Invalid field count in CSV input on line %d." msgid "Invalid column count in CSV input on line %d." msgstr "" "Kiritilayotgan CSV ma`lumotlarning %d qatoridagi maydonlar soni noto‘g‘ri." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "CSV importidagi paramert noto‘g‘ri: \"%s\"" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -20940,18 +20927,18 @@ msgstr "Yangiroq versiya hali mavjud emas" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "PHP-kod sifatida ko‘rsatish" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -21242,100 +21229,100 @@ msgstr "Jadval nomi noto‘g‘ri" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Tozalash" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "Mavjud emas" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, fuzzy, php-format #| msgid "Create version %s of %s.%s" msgid "A date, supported range is %1$s to %2$s" msgstr "\"%s.%s\" jadvalining %s raqamli vеrsiyasini tuzish" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -21343,175 +21330,175 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, fuzzy, php-format #| msgid "Error renaming table %1$s to %2$s" msgid "A time, range is %1$s to %2$s" msgstr "%1$s jadvalini %2$s deb qayta nomlashda xatolik" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 #, fuzzy #| msgid "Add column(s)" msgid "A polygon" msgstr "Ustun(lar) qo‘shish" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 #, fuzzy #| msgid "Create an index" msgctxt "date and time types" msgid "Date and time" msgstr "Yangi indeks tuzish" -#: src/Types.php:654 +#: src/Types.php:655 #, fuzzy #| msgid "Log file count" msgctxt "spatial types" @@ -21562,6 +21549,25 @@ msgstr "Ushbu ZIP arxivda xatolik:" msgid "No files found inside ZIP archive!" msgstr "ZIP-arxiv ichida fayl mavjud emas!" +#, fuzzy +#~| msgid "" +#~| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " +#~| "authentication" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "[kbd]cookie[/kbd]-autentifikatsiya usulida cookie-larni shifrlash uchun " +#~ "ishlatiladigan sirli ibora" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Server \"Suhosin\" himoya tizimadan foydalanmoqda. Yuzaga kelgan " +#~ "muammolar yechimi uchun \"%s\"dokumentatsiya\"%s\" ga qarang." + #~ msgid "Version information" #~ msgstr "Versiya haqida ma`lumot" diff --git a/resources/po/vi.po b/resources/po/vi.po index 95f8379663..3b6e65868d 100644 --- a/resources/po/vi.po +++ b/resources/po/vi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2026-02-03 19:01+0000\n" "Last-Translator: liviuconcioiu \n" "Language-Team: Vietnamese %s" msgstr "Lưu trên máy chủ ở thư mục %s" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "Ghi đè lên tập tin đã có" @@ -3643,7 +3643,7 @@ msgstr "Lấy nó" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "Quay lại" @@ -3653,7 +3653,7 @@ msgstr "Quay lại" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "Nhập" @@ -3996,8 +3996,8 @@ msgstr "Tải lên SQL" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "Cơ sở dữ liệu" @@ -4019,7 +4019,7 @@ msgid "Recent" msgstr "Mới dùng" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "Bảng ưa dùng" @@ -4057,17 +4057,17 @@ msgid "Features" msgstr "Tính năng" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "Truy vấn SQL" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "Bảng điều hướng" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "Bảng điều khiển chính" @@ -4541,13 +4541,28 @@ msgstr "Kiểm tra đặc quyền dành cho cơ sở dữ liệu \"%s\"." msgid "Check privileges" msgstr "Kiểm tra đặc quyền" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "Chạy (các) truy vấn SQL trên cơ sở dữ liệu %s" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "Tổng cộng:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." @@ -4555,16 +4570,16 @@ msgstr "" "Chú ý: Việc bật thống kê cơ sở dữ liệu ở đây có thể dẫn đến lưu lượng mạng " "tăng cao giữa máy phục vụ web và dịch vụ MySQL." -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "Bật thống kê" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "Không có cơ sở dữ liệu nào" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "Xác nhận" @@ -5670,7 +5685,7 @@ msgid "Current server:" msgstr "Máy phục vụ hiện tại:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "Máy phục vụ" @@ -5757,7 +5772,7 @@ msgid "Test:" msgstr "Kiểm tra" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "Máy phục vụ" @@ -6385,7 +6400,7 @@ msgstr "Hiện mẫu đơn" msgid "Show hidden messages" msgstr "Hiện các mục tin ẩn" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "Kiểu xác thực" @@ -6471,7 +6486,7 @@ msgid "Detailed profile" msgstr "Hồ sơ chi tiết" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "Thứ tự" @@ -6534,7 +6549,7 @@ msgstr "Không có kết quả" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "Truy vấn SQL của bạn đã được thực hiện thành công." @@ -6580,7 +6595,7 @@ msgstr "Dấu phân tách" msgid "Show this query here again" msgstr "Hiển thị truy vấn này lần sau nữa." -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "Ẩn hộp truy vấn" @@ -7066,7 +7081,7 @@ msgid "Delete the view (DROP)" msgstr "Xóa bảng (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "Cấu trúc bảng" @@ -7234,32 +7249,32 @@ msgid "Index length" msgstr "Chiều dài chỉ mục" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "Phân tích" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "Kiểm tra" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "Tối ưu hóa" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "Xây dụng lại" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "Sửa chữa" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "Cắt ngắn" @@ -9161,14 +9176,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "Tiếng Việt" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9360,19 +9367,19 @@ msgstr "cả hai thứ trên" msgid "neither of the above" msgstr "không có gì ở trên" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "Người dùng không thể đặt giá trị cao hơn" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Nếu bật, người dùng có thể nhập bất kỳ máy chủ MySQL nào trong biểu mẫu đăng " "nhập để xác thực cookie." -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9382,7 +9389,7 @@ msgstr "" "máy chủ MySQL tùy ý được kích hoạt bằng cách kết hợp IP hoặc tên máy chủ của " "máy chủ MySQL với biểu thức thông thường nhất định." -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9392,22 +9399,22 @@ msgstr "" "phpMyAdmin bên trong một khung và là [strong] lỗ hổng bảo mật [/strong] tiềm " "năng cho phép thực hiện các cuộc tấn công chéo (XSS)." -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" "Mật khẩu bí mật được dùng để mã hóa cookies trong xác thực [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "Bật nén bzip2 dành cho các thao tác nhập dữ liệu." -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "Nhập URL cho API tương thích reCAPTCHA v2 của bạn." -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." @@ -9415,29 +9422,29 @@ msgstr "" "Nhập đoạn mã Chính sách bảo mật nội dung cho API tương thích reCAPTCHA v2 " "của bạn." -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Nhập tham số yêu cầu được API tương thích reCAPTCHA v2 của bạn sử dụng." -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" "Nhập tham số phản hồi được API tương thích reCAPTCHA v2 của bạn sử dụng." -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "Nhập khóa công khai cho dịch vụ reCAPTCHA trên miền của bạn." -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "Nhập khóa riêng cho dịch vụ reCAPTCHA tên miền của bạn." -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "Nhập URL siteverify cho dịch vụ reCAPTCHA của bạn." -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9447,7 +9454,7 @@ msgstr "" "CHAR và VARCHAR; [kbd]input[/kbd] - cho phép giới hạn chiều dài đầu vào, " "[kbd]textarea[/kbd] - cho phép dòng mới trong cột." -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9455,28 +9462,28 @@ msgstr "" "Dùng bộ biên soạn thân thiện người dùng để sửa truy vấn SQL (CodeMirror) có " "tô sáng cú pháp và số của dòng." -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" "Tìm bất kỳ lỗi nào trong truy vấn trước khi thực thi nó. Cần bật CodeMirror." -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" "Định nghĩa cỡ tối thiểu cho các trường nhập liệu cho các cột CHAR và VARCHAR." -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" "Định nghĩa cỡ tối đa cho các trường nhập liệu cho các cột CHAR và VARCHAR." -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9484,7 +9491,7 @@ msgstr "" "Nén phần xuất ra bằng gzip khi đang truyền không cần quá nhiều bộ nhớ; nếu " "bạn gặp vấn đề với việc tạo các tập tin gzip thì hãy tắt tính năng này đi." -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." @@ -9492,15 +9499,15 @@ msgstr "" "Có nên hiện cảnh báo (\"Bạn có thực sự chắc là muốn...\") khi bạn chuẩn bị " "mất dữ liệu hay không." -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "Tự hoàn thiện nốt từ cho tên bảng và cột trong truy vấn SQL." -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." @@ -9508,7 +9515,7 @@ msgstr "" "Giá trị cho danh sách tùy chọn cho các phép biến đổi mặc định. Chúng sẽ bị " "ghi đè nếu chuyển đổi được điền vào ở trang cấu trúc bảng." -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." @@ -9516,7 +9523,7 @@ msgstr "" "Tắt các thao tác bảo trì bảng với số lượng lớn, như là tối ưu hóa hoặc sửa " "chữa các bảng đã chọn của một cơ sở dữ liệu." -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." @@ -9524,12 +9531,12 @@ msgstr "" "Đặt số lượng giây tối đa mà văn lệnh được phép chạy ([kbd]0[/kbd] để không " "giới hạn gì)." -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "Loại trừ định nghĩa của người dùng hiện tại" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9537,7 +9544,7 @@ msgstr "" "Thứ tự cho các mục trong hộp xổ xuống khóa-ngoại; [kbd]content[/kbd] là dữ " "liệu tham chiếu, [kbd]id[/kbd] là giá trị khóa." -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9546,7 +9553,7 @@ msgstr "" "doc] để biết cách dùng các chuỗi màu nhiệm làm nên những giá trị đặc biệt " "thế nào." -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." @@ -9554,7 +9561,7 @@ msgstr "" "Vui lòng chú ý là phpMyAdmin chỉ là giao diện người dùng và những đặc tính " "của nó không giới hạn MySQL." -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." @@ -9562,7 +9569,7 @@ msgstr "" "Cấu hình máy chủ cấp cao, đừng thay đổi những tùy chọn này trừ khi bạn biết " "chúng để làm gì." -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9572,123 +9579,123 @@ msgstr "" "sung, xem [doc@linked-tables]phpMyAdmin configuration storage[/doc] trong " "tài liệu." -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" "Theo dõi các thay đổi ở cơ sở dữ liệu. Yêu cầu kho cấu hình phpMyAdmin." -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "Chế độ duyệt tùy ý." -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "Các tùy chọn tùy thích mặc định." -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "Cài đặt cho các nhà phát triển phpMyAdmin." -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "Cá nhân hóa chế độ chỉnh sửa" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "Cá nhân hóa các tùy chọn xuất mặc định." -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "Đặt một số tùy chọn hay dùng" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "Tùy chỉnh các tùy chọn nhập dữ liệu vào mặc định" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "Đặt các thư mục nhập và xuất và các tùy chọn nén." -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "Hiển thị tùy chọn thêm" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "Tùy chỉnh diện mạo của bảng điều hướng." -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "Cá nhân hóa cây điều hướng." -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "Các tùy chọn trình bày máy chủ." -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "Các tùy chọn trình bày bảng." -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "Các cài đặt mà nó chẳng phù hợp ở chỗ khác." -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "Cài đặt xác thực" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "Nhập vào các tham số kết nối máy chủ." -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "Tùy chỉnh liên kết hiện trong hộp Truy vấn SQL." -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "Các cài đặt các truy vấn." -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "Tùy chỉnh trang bắt đầu." -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" "Chọn chi tết nào sẽ được hiển thị trong cấu trúc cơ sở dữ liệu (danh sách " "các bảng)." -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "Các cài đặt cho cấu trúc bảng (danh sách các cột)." -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "Chọn thứ bạn muốn tab thực hiện." -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "Tùy chỉnh các trường nhập vào kiểu text" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "Tùy chỉnh các tùy chọn mặc định" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "Tắt một số cảnh báo hiển thị bởi phpMyAdmin." -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "Bật nén gzip dành cho các thao tác nhập và xuất dữ liệu." -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9696,7 +9703,7 @@ msgstr "" "Nếu bật, phpMyAdmin sẽ tiếp tục thực hiện các truy vấn ngay cả khi một trong " "số các truy vấn gặp lỗi." -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9706,7 +9713,7 @@ msgstr "" "hạn thời gian. Việc náy có lẽ tốt trong trường hợp bạn muốn nhập một tập tin " "có kích cỡ lớn, tuy nhiên nó có thể làm hỏng các giao dịch." -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9714,15 +9721,15 @@ msgstr "" "Định dạng mặc định; cần nhận thức rằng danh sách này còn phụ tuộc vào vị trí " "(cơ sở dữ liệu, bảng) và chỉ SQL là luôn khả dụng." -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "Cập nhật dữ liệu khi các khóa trùng lắp được tìm thấy trong nhập vào" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "Số lượng câu truy vấn được bỏ qua tính từ khởi đầu" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9732,7 +9739,7 @@ msgstr "" "chỉ xảy ra ở máy chủ hiện tại. Cài đặt này thành SAI làm bạn dễ quên đăng " "xuất khỏi các máy chủ khác khi kết nối với nhiều máy chủ." -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." @@ -9740,7 +9747,7 @@ msgstr "" "Xác định đăng nhập trước đó có nên được thu hồi hay không trong chế độ xác " "thực [kbd]cookie[/kbd]." -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9752,26 +9759,26 @@ msgstr "" "phiên hiện tại, và sẽ bị xóa ngay khi bạn đóng cửa sổ trình duyệt. Đây là " "khuyến cáo cho môi trường không đáng tin cậy." -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" "Số lượng các ký tự tối đa được dùng khi một truy vấn SQL được trưng bày." -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" "Số lượng mục mà nó có thể được trình bày trên mỗi trang của cây điều hướng" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" "Số lượng mục mà nó có thể được trình bày trên mỗi trang của cây điều hướng" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9779,7 +9786,7 @@ msgstr "" "Số dòng được hiển thị khi duyệt một tập kết quả. Nếu tập kết quả chứa nhiều " "hơn một dòng, liên kết \"Kế trước\" và \"Kế tiếp\" sẽ được hiển thị." -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9787,17 +9794,17 @@ msgstr "" "Số byte mà tập lệnh được phép phân bổ, vd: [kbd]32M[/kbd] ([kbd]-1[/kbd] để " "không giới hạn và [kbd]0[/kbd] để không thay đổi)." -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "Trong bảng điều hướng, thay thế cây cơ sở dữ liệu bằng một bộ chọn" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" "Liên kết với bảng điều khiển chính bằng cách tô sáng cơ sở dữ liệu hay bảng " "hiện tại." -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." @@ -9805,7 +9812,7 @@ msgstr "" "Mở trang đã liên kết trong cửa số chính ([code]main[/code]) hay trong một " "cái mới ([code]new[/code])." -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." @@ -9813,7 +9820,7 @@ msgstr "" "Các định nghĩa số lượng mục tin (bảng, view, thủ tục, sự kiện) được hiển thị " "trong hộp lọc tối thiểu." -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." @@ -9821,69 +9828,69 @@ msgstr "" "Nhóm các mục tin trong cây điều hướng (được nhận dạng bởi định nghĩa ngăn " "cách trong Cơ sở dữ liệu và Bảng tab ở phía trên)." -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "Có để cho giãn rộng cây trong bản điều hướng hay không." -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" "Có cho hiển thị các thủ tục dưới cơ sở dữ liệu trong cây điều hướng hay không" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" "Có nên tự động mở rộng cơ sở dữ liệu đơn lẻ trong cây điều hướng hay không." -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "Đặt là 0 để thu gọn bảng điều hướng." -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "Hiện biểu tượng trong bảng điều hướng" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "URL nơi mà biểu tượng trong bảng điều hướng sẽ chỉ đến đó." -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "Hiển thị lựa chọn máy chủ tại đỉnh của bảng điều hướng." -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "Chuỗi mà ngăn cách các cơ sở dữ liệu thành các mức cây khác nhau." -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "Chuỗi mà ngăn cách các bảng thành các mức cây khác nhau." -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "Tô sáng máy chủ dưới con trỏ chuột." -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" "Có cho hiển thị các bảng dưới cơ sở dữ liệu trong cây điều hướng hay không" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "Có cho hiển thị các view dưới dữ liệu trong cây điều hướng hay không" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" "Có cho hiển thị các hàm dưới cơ sở dữ liệu trong cây điều hướng hay không" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" "Có cho hiển thị các sự kiện dưới cơ sở dữ liệu trong cây điều hướng hay không" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9891,7 +9898,7 @@ msgstr "" "[kbd]SMART[/kbd] - vd thứ tự giảm dần cho cột kiểu TIME, DATE, DATETIME and " "TIMESTAMP, tăng dần cho các kiểu còn lại." -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9901,7 +9908,7 @@ msgstr "" "sở dữ liệu nếu bất kỳ bảng yêu cầu nào cho kho cấu hình phpMyAdmin không thể " "được tìm thấy." -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." @@ -9909,7 +9916,7 @@ msgstr "" "Tắt cảnh báo mặc định cái mà được hiển thị trên trang Cấu trúc nếu tên các " "cột trong một bảng là từ dành riêng cho MySQL." -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9919,18 +9926,18 @@ msgstr "" "phpMyAdmin). Nếu bị tắt, điều này sử dụng các thói quen JS để hiển thị lịch " "sử truy vấn (bị mất bởi đóng cửa sổ)." -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" "Thiết lập múi giờ hiệu quả; có thể khác với máy chủ cơ sở dữ liệu của bạn" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9938,7 +9945,7 @@ msgstr "" "Để trống khi không hỗ trợ [doc@bookmarks@]đánh dấu[/doc], gợi ý: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." @@ -9946,7 +9953,7 @@ msgstr "" "Để trống nếu không có chú thích cột/loại phương tiện, gợi ý: " "[kbd]pma__column_info[/kbd]." -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9954,7 +9961,7 @@ msgstr "" "Một người dùng MySQL đặc biệt được cấu hình với quyền giới hạn, thông tin " "thêm nữa sẵn có trên [doc@linked-tables]tài liệu[/doc]." -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." @@ -9962,7 +9969,7 @@ msgstr "" "Cách khác là máy chủ giữ kho cấu hình; để trống để dùng máy chủ đã định " "nghĩa sẵn có." -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " @@ -9972,7 +9979,7 @@ msgstr "" "sử dụng cổng mặc định, hoặc cổng đã được xác định, nếu controlhost bằng máy " "chủ." -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9982,7 +9989,7 @@ msgstr "" "issues/8970]theo dõi lỗi phpMyAdmin[/a] và [a@https://bugs.mysql." "com/19588]Lỗi MySQL[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." @@ -9990,7 +9997,7 @@ msgstr "" "Để trống để không hỗ trợ lưu lịch sử truy vấn SQL, gợi ý: [kbd]pma__history[/" "kbd]." -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." @@ -9998,14 +10005,14 @@ msgstr "" "Giới hạn số lượng các sở thích của bảng được lưu trữ trong cơ sở dữ liệu, " "bản ghi cũ nhất được tự động xóa." -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" "Để trống để không hỗ trợ mẫu xuất, gợi ý: [kbd]pma__export_templates[/kbd]." -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." @@ -10013,7 +10020,7 @@ msgstr "" "Để trống nếu không có hỗ trợ cột trung tâm, gợi ý: " "[kbd]pma__central_columns[/kbd]." -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -10023,13 +10030,13 @@ msgstr "" "bạn muốn dụng chúng ở dạng nghĩa đen, vd: dùng [kbd]'my\\_db'[/kbd] và không " "[kbd]'my_db'[/kbd]." -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" "Để trống nếu không có hỗ trợ giản đồ PDF, gợi ý: [kbd]pma__pdf_pages[/kbd]." -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -10039,7 +10046,7 @@ msgstr "" "PDF. Xem [doc@linked-tables]pmadb[/doc] để biết thông tin đầy đủ. Để trống " "khi không có hỗ trợ. Gợi ýt: [kbd]phpmyadmin[/kbd]." -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." @@ -10047,7 +10054,7 @@ msgstr "" "Để trống khi không có bảng gần đây \"liên tục\" được sử dụng xuyên các " "phiên, gợi ý: [kbd]pma__recent[/kbd]." -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -10055,7 +10062,7 @@ msgstr "" "Để trống khi không có bảng yêu thích \"liên tục\" trên các phiên, gợi ý: " "[kbd]pma__favorite[/kbd]." -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -10063,12 +10070,12 @@ msgstr "" "Để trống để không hỗ trợ [doc@relations@]relation-links[/doc], gợi ý: " "[kbd]pma__relation[/kbd]." -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "Xem [doc@authentication-modes]các kiểu xác thực[/doc] cho ví dụ." -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." @@ -10076,7 +10083,7 @@ msgstr "" "Để trống nếu không có hỗ trợ giản đồ PDF, gợi ý: [kbd]pma__table_coords[/" "kbd]." -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." @@ -10084,7 +10091,7 @@ msgstr "" "Bảng để mô tả các cột hiển thị, để trống khi không có hỗ trợ; gợi ý: " "[kbd]pma__table_info[/kbd]." -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -10092,7 +10099,7 @@ msgstr "" "Để trống khi không có bảng tùy chọn giao diện \"liên tục\" trên các phiên, " "gợi ý: [kbd]pma__table_uiprefs[/kbd]." -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 #, fuzzy msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " @@ -10101,7 +10108,7 @@ msgstr "" "Có thể câu XÓA CƠ SỞ DỮ LIỆU NẾU TỒN TẠI sẽ được thêm vào dòng đầu tiên của " "nhật ký khi tạo một cơ sở dữ liệu." -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 #, fuzzy msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " @@ -10110,19 +10117,19 @@ msgstr "" "Có thể câu XÓA BẢNG NẾU TỒN TẠI sẽ được thêm vào dòng đầu tiên của nhật ký " "khi tạo bảng." -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" "Xác định danh sách các câu lệnh mà trình tạo tự động sử dụng cho các phiên " "bản mới." -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." @@ -10130,7 +10137,7 @@ msgstr "" "Để trống nếu không hỗ trợ theo dõi truy vấn SQL, gợi ý: [kbd]pma__tracking[/" "kbd]." -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." @@ -10138,13 +10145,13 @@ msgstr "" "Liệu cơ chế theo dõi có tự động tạo phiên bản cho bảng và chế độ xem hay " "không." -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -10154,7 +10161,7 @@ msgstr "" "hình của các menu; nếu một trong hai bảng bị để trống thì tính năng này sẽ " "bị tắt, gợi ý: [kbd]pma__users[/kbd]." -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -10164,7 +10171,7 @@ msgstr "" "của các menu; nếu một trong hai bảng bị để trống thì tính năng này sẽ bị " "tắt, gợi ý: [kbd]pma__usergroups[/kbd]." -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -10172,59 +10179,59 @@ msgstr "" "Để trống để tắt tính năng tắt và hiện mục điều hướng, gợi ý: " "[kbd]pma__navigationhiding[/kbd]." -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" "Mô tả thân thiện người dùng cho máy này. Để trống thì chỉ hiển thị tên máy." -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "Bỏ trống nếu không dùng." -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "Để trống để mặc định." -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "Phương thức xác thực sẽ dùng" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "Kết nối có nén đến máy phục vụ MySQL." -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "Ẩn các cơ sở dữ liệu khớp mẫu biểu thức chính quy (PCRE)." -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "Tên máy nơi mà máy chủ MySQL đang chạy." -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "Để trống nếu không sử dụng xác thực cấu hình." -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" "Cổng mà trên đó dịch vụ MySQL dùng để lắng nghe, để trống để dùng mặc định." -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "Ổ cắm mạng mà MySQL đang lắng nghe, để trắng để dùng mặc định." -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "Dùng SSL khi kết nối đến máy chủ MySQL" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -10234,25 +10241,25 @@ msgstr "" "của [kbd]cấu hình[/kbd] vì mật khẩu được mã hóa cứng trong tệp cấu hình; " "điều này không giới hạn khả năng thực hiện cùng một lệnh trực tiếp." -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "Hiển thị hay ẩn các cột trình bày dấu thời gian Tạo cho mọi bảng." -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" "Hiển thị hay ẩn các cột trình bày dấu thời gian cập nhật lần cuối cho mọi " "bảng." -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" "Hiển thị hay ẩn các cột trình bày dấu thời gian kiểm tra lần cuối cho mọi " "bảng." -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." @@ -10260,7 +10267,7 @@ msgstr "" "Định nghĩa xem các trường kiểu có nên được hiển thị vào lúc ban đầu trong " "chế độ sửa/chèn hay không." -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 #, fuzzy #| msgid "" #| "Shows link to [a@https://www.php.net/manual/function.phpinfo.php]phpinfo()" @@ -10272,59 +10279,51 @@ msgstr "" "Hiển thị liên kết đến [a@https://www.php.net/manual/function.phpinfo." "php]phpinfo()[/a]." -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" "Một người dùng có nên hiển thị một nút \"hiện tất (các dòng)\" hay không." -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "Hiển thị hay ẩn các cột trình bày ghi chú cho mọi bảng." -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 #, fuzzy #| msgid "Show or hide a column displaying the comments for all tables." msgid "Show or hide a column displaying the charset for all tables." msgstr "Hiển thị hay ẩn các cột trình bày ghi chú cho mọi bảng." -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "Hiển thị các trường hàm trong chế độ sửa/chèn." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "Hiển thị hay ẩn gợi ý." -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" "Định nghĩa xem các truy vấn SQL được tạo bởi phpMyAdmin có nên được hiển thị " "hay không." -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 #, fuzzy #| msgid "Allow to display database and table statistics (eg. space usage)." msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" "Cho phép hiển thị thống kê về cơ sở dữ liệu và bảng (ví dụ mức dùng đĩa)." -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" "Đánh dấu các bảng đã dùng và làm cho nó có thể hiển thị các cơ sở dữ liệu " "với các bảng khóa." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" -"Tắt cảnh báo mặc định cái mà được hiển thị trên trang chính nếu Suhosin được " -"tìm thấy." - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10334,7 +10333,7 @@ msgstr "" "đặt phiên PHP session.gc_maxlifetime thấp hơn giá trị của " "`LoginCookieValidity`." -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10342,7 +10341,7 @@ msgstr "" "Kích thước văn bản (cột) trong chế độ chỉnh sửa, giá trị này sẽ được nhấn " "mạnh cho các vùng văn bản truy vấn SQL (* 2)." -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." @@ -10350,7 +10349,7 @@ msgstr "" "Kích thước văn bản (dòng) trong chế độ chỉnh sửa, giá trị này sẽ được nhấn " "mạnh cho các vùng văn bản truy vấn SQL (*2)." -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10358,7 +10357,7 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." @@ -10366,7 +10365,7 @@ msgstr "" "Khi bị tắt, người dùng không thể đặt bất kỳ tùy chọn nào ở phía dưới, bất " "chấp hộp kiểm ở bên phải." -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10384,7 +10383,7 @@ msgstr "" "phpMyAdmin được cài đặt không có quyền truy cập trực tiếp vào internet. Định " "dạng là: \"hostname: portnumber\"." -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10394,7 +10393,7 @@ msgstr "" "thực hiện. Nếu tên người dùng được cung cấp, việc chứng thực cơ bản sẽ được " "thực hiện. Không có loại chứng thực khác hiện đang được hỗ trợ." -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." @@ -10402,7 +10401,7 @@ msgstr "" "Truy vấn được thực thi bằng cách bấm Enter (thay vì Ctrl+Enter). Các dòng " "mới sẽ được chèn thêm bằng Shift+Enter." -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10414,382 +10413,382 @@ msgstr "" "Bật chế độ Không cần cấu hình cái mà cho phép bạn cài đặt các bảng lưu trữ " "cấu hình phpMyAdmin một cách tự động." -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "Tô sáng các dòng đã chọn." -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "Tô sáng dòng mà nó được con trỏ chuột chỉ đến." -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "Số cột cho vùng văn bản CHAR/VARCHAR." -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "Số dòng cho vùng văn bản CHAR/VARCHAR." -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" "Ghi nhật ký các truy vấn SQL và thời gian thực hiện nó, được hiển thị trong " "thiết bị điều khiển" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "Tab mà được hiển thị khi vào một cơ sở dữ liệu." -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "Tab mà được hiển thị khi vào một máy chủ." -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "Tab mà được hiển thị khi vào một bảng." -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "Có để thao tác với cấu trúc của bảng ẩn hay không." -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "Có nên để ghi chú cột hiển thị trong khi xem cấu trúc bảng" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "Hiện danh sách máy chủ dạng danh sách thay cho kiểu thả xuống." -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "Một hộp chọn đổ xuống sẽ được dùng nếu ít hơn các mục hiện diện." -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "Giá trị mặc định cho dấu kiểm kiểm khóa ngoại cho một số truy vấn." -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "Bao nhiêu dòng có thể chèn vào cùng một lúc" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" "Số lượng tối đa các ký tự hiển thị trong cột không-phải-số trong bộ trình " "bày duyệt." -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "Định nghĩa xem cookie đăng nhập có hiệu lực trong vòng bao nhiêu giây." -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "Làm cho cỡ của vùng văn bản cho cột LONGTEXT lớn gấp đôi" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "Số lượng cơ sở dữ liệu tối đa sẽ được hiển thị trong danh sách" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "Số lượng cơ sở dữ liệu tối đa sẽ được hiển thị trong danh sách" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "Số lượng hàng tối đa có thể hiển thị" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "Số lượng hàng tối đa có thể hiển thị" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "Có các liên kết Sửa, Chép và Xóa." -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" "Có hiển thị các liên kết hàng ngay cả trong trường hợp thiếu vắng khóa duy " "nhất." -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "Tắt phiếm tắt" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "Dùng thứ tự tự nhiên để sắp xếp tên bảng và cơ sở dữ liệu." -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "Dùng biểu tượng, chỉ có chữ hay cả hai" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "Sử dụng bộ đệm đầu ra GZip để tăng tốc độ truyền HTTP." -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "Cổng để kết nối đến máy phục vụ" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "Không cho phép sửa các cột BLOB và BINARY." -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "Bao nhiêu truy vấn sẽ được lưu giữ trong lịch sử" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "Chọn hàm nào sẽ được dùng cho chuyển đổi bộ mã ký tự" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "Khi duyệt các bảng, việc sắp xếp của từng bảng được ghi nhớ." -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "Thứ tự sắp xếp mặc định cho bảng với một khóa chính." -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "Lặp lại đầu đề mỗi X ô, [kbd]0[/kbd] để tắt tính năng này." -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "Cho các tùy chọn hiển thị" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "Thư mục nào sẽ dùng để lưu khi xuất trên máy chủ." -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" "Định nghĩa xem hộp truy vấn có ở lại trên màn hình sau khi đã được gửi đi " "hay không." -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "Đầu đề của cửa sổ trình duyệt khi một cơ sở dữ liệu được chọn." -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "Đầu đề của cửa sổ trình duyệt khi không có gì được chọn." -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "Đầu đề của cửa sổ trình duyệt khi một máy chủ được chọn." -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "Đầu đề của cửa sổ trình duyệt khi một bảng được chọn." -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "Thư mục trên máy chủ nơi bạn có thể tải tệp lên để nhập." -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "Cho phép tìm kiếm trong toàn bộ cơ sở dữ liệu." -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "Cho phép kiểm tra phiên bản mới nhất trên trang phpMyAdmin chính." -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "Mật khẩu để xác thực với máy ủy nhiệm." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "Bật nén zip dành cho các thao tác nhập và xuất dữ liệu." -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "Chọn thao tác mặc định khi gửi các báo cáo lỗi." -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "Cho phép đăng nhập vào máy chủ MySQL bất kỳ" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "Hạn chế đăng nhập vào máy chủ MySQL" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "Cho phép khung của bên thứ ba" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "Hiển thị liên kết \"Xóa cơ sở dữ liệu\" với người dùng thông thường" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Mã hóa kiểu Blowfish" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "Bộ tạo dòng" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "Tô sáng con trỏ" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "Sửa các cột CHAR" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "Bật CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "Bật bộ kiểm chuẩn" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "Cỡ tối thiểu cho trường nhập liệu" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "Cỡ tối đa cho trường nhập liệu" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "Số cột cho vùng văn bản CHAR" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "Số dòng cho vùng văn bản CHAR" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "Kiểm tra đặc quyền của tập tin cấu hình" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "Nén khi đang truyền (on-the-fly)" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "Xác nhận truy vấn xóa (DROP)" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "Cỡ giấy" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "Tab cho cơ sở dữ liệu mặc định" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "Tab máy chủ mặc định" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "Tab cho bảng mặc định" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "Bật tự hoàn thiện nốt từ cho tên bảng và cột" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "Hiển thị các chú thích của bảng" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "Ẩn các thao tác với cấu trúc bảng" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 #, fuzzy #| msgid "Default sorting order" msgid "Default transformations for Hex" msgstr "Kiểu sắp xếp mặc định" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Các phép biến đổi mặc định cho chuỗi phụ" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Các phép biến đổi mặc định cho Bool2Text" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "Các phép biến đổi mặc định cho bề ngoài" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "Các phép biến đổi mặc định cho PreApPend" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "Các phép biến đổi mặc định cho định dạng ngày" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Các phép biến đổi mặc định cho Inline" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "Các phép biến đổi mặc định cho Chữ/Hình/LiênKết" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "Các phép biến đổi mặc định cho Chữ/LiênKết" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "Hiển thị các máy chủ dạng danh sách" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "Tắt bảo trì đa bảng" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "Thời gian thi hành tối đa" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "Lưu thành tập tin" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "Bảng mã của tập tin" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "Nén" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10797,56 +10796,56 @@ msgstr "Nén" msgid "Put columns names in the first row" msgstr "Đặt tên các cột ở hàng đầu tiên" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "Bao các cột bằng" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "Thoát các cột bằng" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "Thay thế NULL bằng" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "Gỡ bỏ các ký tự CRLF có trong các cột" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "Các cột được chấm dứt bằng" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "Dòng được chấm dứt bằng" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Bản ấn hành Excel" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "Mẫu tên cơ sở dữ liệu" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "Mẫu tên máy phục vụ" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "Mẫu tên bảng" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10856,84 +10855,84 @@ msgstr "Mẫu tên bảng" msgid "Dump table" msgstr "Đổ bảng" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "Bao gồm nhãn bảng" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "Nhãn của bảng" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "Tiêu đề bảng tiếp diễn" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "Khóa nhãn" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "Quan hệ" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "Phương pháp xuất ra" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "Ghi lại tại máy chủ" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "Xuất ra như là các tập tin khác" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 #, fuzzy #| msgid "Remember file name template" msgid "Remember filename template" msgstr "Nhớ mẫu tên tập tin" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "Xóa bỏ các cột khỏi danh sách trung tâm" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "Bao quanh tên bảng và cột bằng dấu nháy ngược" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "Chế độ tương thích SQL" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "Ngày Tạo/Cập nhật/Kiểm tra" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "Dùng chèn trễ" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "Tắt kiểm tra khóa ngoại" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "Xuất view như là một bảng" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "Xuất siêu dữ liệu quan hệ từ kho cấu hình phpMyAdmin" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "Dùng hệ bát phân cho BINARY & BLOB" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" @@ -10941,862 +10940,862 @@ msgstr "" "Thêm IF NOT EXISTS (kém hiệu quả với các chỉ mục sẽ được tạo khi bảng được " "tạo)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, fuzzy, php-format #| msgid "%s value" msgid "%s view" msgstr "%s giá trị" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "Dùng chèn bỏ qua" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "Cú pháp để dùng khi thêm dữ liệu" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "Chiều dài tối đa của truy vấn được tạo" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "Kiểu xuất ra" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "Bao quanh những thứ xuất ra bằng một giao dịch" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "Xuất thời gian theo định dạng UTC" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "Thứ tự thả xuống khóa ngoại" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "Giới hạn khóa ngoại" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "Kiểm tra khóa ngoại" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "Chế độ duyệt" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "Nhà phát triển" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "Chế độ sửa" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "Các mặc định xuất" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "Chung" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "Các mặc định nhập vào" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "Nhập / Xuất" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "Cây điều hướng" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "Microsoft Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "Các tùy chọn lõi khác" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "Tiêu đề trang" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "Bảo mật" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "Cài đặt cơ bản" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "Xác thực" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "Cấu hình máy chủ" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "Cấu hình kho chứa" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "Theo dõi thay đổi" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "Hộp truy vấn SQL" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "Ban đầu" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "Cấu trúc cơ sở dữ liệu" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "Các tab" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "Hiển thị lược đồ quan hệ" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "Trường Text" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Chép đoạn" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "Cảnh báo" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "Các tham số bổ xung cho iconv" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "Bỏ qua các lỗi đa câu lệnh" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "Nhập từng phần: cho phép ngắt" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "Đừng bãi bỏ lỗi INSERT" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "Thêm ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "Định dạng của tập tin nhập vào" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "Dùng từ khóa LOCAL" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "Tên cột trong hàng đầu tiên" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "Không nhập các dòng trống rỗng" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "Nhập tiền tệ ($5.00 thành 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "Nhập phần trăm thành dạng thập phân cho thích hợp (12.00% thành .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "Nhập từng phần: bỏ qua các truy vấn" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "Không dùng AUTO_INCREMENT cho các giá trị mặc định" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "Đọc là đa byte" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "Trạng thái khởi đầu cho con trượt" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "Số lượng dòng được thêm vào" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "Giới hạn số ký tự mỗi cột" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "Xóa cookie sau khi đăng xuất" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "Kho cookie đăng nhập" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "Hiệu lực của cookie" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "Vùng văn bản lớn hơn cho LONGTEXT" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "Chiều dài SQL tối đa khi hiển thị" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "Số lượng cơ sở dữ liệu tối đa" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "Số mục tối đa ở mức đầu tiên" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "Số mục tin tối đa trên nhánh" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "Số lượng hàng tối đa có thể hiển thị" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "Số bảng tối đa" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "Giới hạn bộ nhớ" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "Hiển thị bảng điều hướng cơ sở dữ liệu dạng cây" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "Độ rộng bảng điều hướng" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "Liên kết với bảng điều khiển chính" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "Hiện biểu tượng" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "URL của Logo" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "Đích của liên kết Logo" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "Hiển thị bộ chọn máy dịch vụ" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "Đích cho biểu tượng truy cập nhanh" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "Đích cho biểu tượng truy cập nhanh thứ hai" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "Các định nghĩa số lượng mục tin được hiển thị trong hộp lọc tối thiểu." -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "Số lượng cơ sở dữ liệu trình bày ở hộp lọc cơ sở dữ liệu tối đa" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "Nhóm các mục tin trong cây" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "Dấu ngăn cách cây cơ sở dữ liệu" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "Dấu ngăn cách cây bảng" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "Độ sâu cây bảng tối đa" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "Tô sáng" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "Bật mở rộng cây điều hướng" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "Hiện bảng trong cây" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "Hiện view trong cây" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "Hiển thị các hàm trong cây" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "Hiển thị thủ tục trong cây" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "Hiển thị sự kiện trong cây" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 #, fuzzy #| msgid "Copying database" msgid "Expand single database" msgstr "Đang chép cơ sở dữ liệu" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "Các bảng mới dùng gần đây" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "Hiển thị liên kết hàng bảng ở đâu" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "Dù sao vẫn hiển thị liên kết hàng" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "Thứ tự tự nhiên" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "Xóa thanh công cụ kết nối nhanh" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "Đệm kết xuất GZip" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "Kiểu sắp xếp mặc định" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "Các kết nối lâu dài" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "Thiếu các bảng lưu trữ cấu hình phpMyAdmin" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "Cảnh báo từ dành riêng cho MySQL" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "Hển thị các tab trình đơn thế nào" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "Hiển thị các liên kết thao tác khác nhau thế nào" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "Các cột nhị phân bảo vệ" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "Lịch sử truy vấn vĩnh viễn" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "Độ dài của lịch sử các câu truy vấn" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "Bộ máy ghi" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "Nhớ sắp xếp của bảng" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "Thứ tự sắp xếp mặc định cho khóa chính" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "Lặp lại đầu đề" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "Sửa lưới: thao tác bẫy" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "Hiển thị quan hệ" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "Sửa lưới: lưu lại mọi ô đã sửa cùng lúc" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "Thư mục lưu trữ" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "Thứ tự xác thực máy chủ" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "Quy tắc xác thực máy" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "Cho đăng nhập mà không cần mật khẩu" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "Cho phép tài khoản root đăng nhập" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "Múi giờ phiên" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP Realm" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "Bảng lưu trang đánh dấu" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "Bảng thông tin cột" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "Nén dữ liệu kết nối" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "Mật khẩu người dùng điều khiển" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "Người dùng điều khiển" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "Máy điều khiển" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "Cổng điều khiển" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "Tắt việc dùng INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "Ẩn các cơ sở dữ liệu" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "Bảng lịch sử truy vấn SQL" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "Tên máy phục vụ" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "URL đăng xuất" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "Số lượng tham chiếu bảng tối đa có thể lưu trữ" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "Xuất bảng mẫu" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "Bảng các cột trung tâm" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "Chỉ hiển thị các cơ sở dữ liệu đã liệt kê" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "Mật khẩu cho xác thực cấu hình" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "Lược đồ PDF: bảng các trang" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "Cổng máy phục vụ" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "Các bảng mới dùng" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "Bảng ưa dùng" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "Bảng quan hệ" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Tên phiên đăng nhập" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "URL đăng nhập" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "Ổ cắm mạng máy phục vụ" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "Dùng SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "Bộ tạo mẫu và giản đồ PDF: bảng tọa độ" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "Số cột trong bảng" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "Bảng tùy thích UI" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "Thêm DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "Thêm DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "tìm nơi từ rãnh tới rãnh" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "Bảng theo dõi truy vấn SQL" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "Các phiên bản tạo một cách tự động" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "Bảng lưu trữ tùy thích người dùng" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "Bảng người dùng" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "Bảng các nhóm người dùng" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "Ẩn bảng mục điều hướng" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "Người dùng cho cấu hình xác thực" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "Tên đầy đủ của máy này" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "Cho phép hiển thị tất cả các hàng" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "Hiện mẫu đơn thay đổi mật khẩu" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "Hiển thị biểu mẫu tạo cơ sở dữ liệu" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "Hiển thị các chú thích của bảng" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "Hiện thị dấu thời gian tạo" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "Hiển thị thời điểm cập nhật lần cuối" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "Hiện thị dấu thời gian kiểm tra lần cuối" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 #, fuzzy #| msgid "Show table comments" msgid "Show table charset" msgstr "Hiển thị các chú thích của bảng" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "Hiển thị các kiểu trường" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "Hiển thị các trường hàm" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "Hiện lời gợi ý" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "Hiện liên kết phpinfo()" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "Hiển thị thông tin chi tiết về thông tin máy dịch vụ MySQL" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "Hiện các truy vấn SQL" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "Hiển thị thống kê" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "Bỏ qua các bảng bị khóa" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "Giải thích SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "Tạo mã PHP" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Cảnh báo Suhosin" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "Cảnh báo hiệu lực cookie đăng nhập" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "Các cột Textarea" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "Số hàng Textarea" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "Tiêu đề mặc định" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "Danh sách các máy ủy nhiệm đáng tin cho IP cho phép/từ chối" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "Thư mục tải lên" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "Tìm kiếm trong cơ sở dữ liệu" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "Bật tab Phát triển trong các cài đặt" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "Kiểm tra phiên bản" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 #, fuzzy #| msgid "Proxy url" msgid "Proxy URL" msgstr "URL của máy ủy nhiệm" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "Tên người dùng ủy nhiệm" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "Mật khẩu máy chủ ủy nhiệm" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "Khóa công cho reCaptcha" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "Khóa công cho reCaptcha" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "Gửi báo cáo lỗi" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "Nhập vào các truy vấn thực thi trong bảng điều khiển" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "Bật chế độ Không cần cấu hình" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 #, fuzzy #| msgid "Execute queries on Enter and insert new line with Shift + Enter" msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "Thực thi truy vấn bằng Enter và chèn thêm dòng mới bằng Shift + Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 #, fuzzy #| msgid "Console" msgid "Console height" msgstr "Bảng điều khiển" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 #, fuzzy #| msgid "Console" msgid "Console mode" msgstr "Bảng điều khiển" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "Xếp theo" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "Bảng mã đối chiếu kết nối máy dịch vụ" @@ -11829,7 +11828,8 @@ msgstr "Việc nhập khẩu dữ liệu có nén sẽ không làm việc bởi msgid "Compressed export will not work due to missing function %s." msgstr "Việc xuất khẩu dữ liệu có nén sẽ không làm việc bởi vì thiếu hàm %s." -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "tối đa là %s" @@ -11863,7 +11863,7 @@ msgid "Microsoft Word 2000" msgstr "Kiểu Word 2000 của Microsoft™" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "Bảng tính OpenDocument" @@ -11871,7 +11871,7 @@ msgstr "Bảng tính OpenDocument" msgid "OpenDocument Text" msgstr "Văn bản OpenDocument" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV dùng LOAD DATA" @@ -12012,7 +12012,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "Máy chủ %d" @@ -12283,7 +12283,7 @@ msgstr "Không có sự kiện nào mang tên %1$s ở trong cơ sở dữ liệ #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" "Không thể tải phần bổ xung xuất, vui lòng kiểm tra bản cài đặt của bạn!" @@ -12415,7 +12415,7 @@ msgid "Success!" msgstr "Thành công!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12480,7 +12480,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "Bạn có lẽ nên làm tươi trang này lại." -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "Sai kiểu!" @@ -12585,16 +12585,7 @@ msgstr "" "có thể bị tổn thương do những người không đủ thẩm quyền tải về cấu hình của " "bạn." -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" -"Máy dịch vụ đang chạy với Suhosin. Vui lòng xem %stài liệu%s để thu thập một " -"số thông tin cần thiết." - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12603,14 +12594,14 @@ msgstr "" "Thư mục $cfg['TempDir'] (%s) không thể truy cập được. phpMyAdmin không thể " "tạo được cache cho giao diện và điều này sẽ làm chậm quá trình tải trang." -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12621,7 +12612,7 @@ msgstr "" "không thể phân chia chuỗi một cách chính xác và nó có thể gây ra kết quả bất " "ngờ, rất bất ngờ đó." -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12698,7 +12689,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "Câu lệnh \"DROP DATABASE\" bị tăt." -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[đã nảy sinh ROLLBACK.]" @@ -14728,7 +14719,7 @@ msgid "No such column" msgstr "Không có cột nào như vậy" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "Chuỗi" @@ -15488,7 +15479,7 @@ msgstr "Sai dữ liệu" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "Đánh dấu %s đã được tạo ra." @@ -15569,7 +15560,7 @@ msgstr "Có quá nhiều phép gia nhập mà không dùng chỉ mục." #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL trả về kết quả là trống rỗng (vd. không có hàng nào)." @@ -15984,29 +15975,29 @@ msgstr "" msgid "The row has been deleted." msgstr "Hàng đã bị xóa bỏ." -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "Truy vấn cần %01.4f giây." -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "Hiển thị các hàng %1s - %2s" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, fuzzy, php-format #| msgid "%1$d total, %2$d in query" msgid "%1$s total, %2$s in query" msgstr "Tổng %1$d, %2$d trong truy vấn" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, fuzzy, php-format #| msgid "%d total" msgid "%s total" msgstr "tổng %d" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "Không tìm thấy liên kết!" @@ -16615,11 +16606,11 @@ msgstr "" msgid "web server upload directory:" msgstr "thư mục để tải lên máy chủ:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "Hiện truy vấn SQL" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "Chỉ số id người dùng kép: %1$d" @@ -17017,39 +17008,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "Hợp nhất" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "Không thể di chuyển bảng đến cùng một cái!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "Không thể sao chép bảng đến cùng một cái!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "Bảng %s đã được chuyển sang %s. Đặc quyền đã được điều chỉnh lại." -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "Bảng %s đã được chép sang %s. Đặc quyền đã được điều chỉnh lại." -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "Bảng %s được chuyển sang %s." -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "Bảng %s được chép sang %s." -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "Tên bảng còn để trống!" @@ -17130,7 +17121,7 @@ msgstr "Phương thức xác thực trong cấu hình không hợp lệ:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "Các cột được ngăn cách bằng:" @@ -17549,7 +17540,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17572,54 +17563,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "Column names: " msgid "Column names:" msgstr "Tên cột: " -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "Định dạng CSV đầu vào không hợp lệ tại dòng %d." -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "Số lượng cột trong CSV đầu vào không đúng tại dòng %d." -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "Đối số không hợp lệ cho nhập CSV: %s" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -18362,11 +18353,11 @@ msgstr "Không có phiên bản ổn định nào mới hơn" msgid "Using bookmark \"%s\" as default browse query." msgstr "Dùng đánh dấu \"%s\" như là truy vấn duyệt mặc định." -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "Hiện dạng mã PHP" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -18375,7 +18366,7 @@ msgstr "" "Chọn lựa hiện nay không chứa một cột duy nhất. Tính năng sửa lưới, dấu kiểm, " "Sửa, Chép và Xóa không sẵn có. %s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18638,24 +18629,24 @@ msgstr "Phải ghi rõ tên bảng hợp lệ!" msgid "You must provide a trigger definition." msgstr "Phải cung cấp định nghĩa bẫy." -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "Rỗng" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 #, fuzzy msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "Một số nguyên 1-byte, ký khoảng từ -128 đến 127, không ký khoảng từ 0 đến 255" -#: src/Types.php:162 +#: src/Types.php:163 #, fuzzy msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " @@ -18664,7 +18655,7 @@ msgstr "" "Số nguyên 2-byte, có ký hiệu phạm vi từ -32,768 đến 32,767,không ký hiệu " "phạm vi từ 0 đến 65,535" -#: src/Types.php:164 +#: src/Types.php:165 #, fuzzy msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " @@ -18673,7 +18664,7 @@ msgstr "" "Số nguyên 3-byte, có ký hiệu phạm vi là từ -8,388,608 đến 8,388,607, không " "ký hiệu phạm vi từ 0 đến 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 #, fuzzy msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " @@ -18682,7 +18673,7 @@ msgstr "" "Số nguyên 4-byte, có ký hiệu phạm vi là từ -2,147,483,648 đến 2,147,483,647, " "không ký hiệu phạm vi từ 0 đến 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 #, fuzzy msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " @@ -18692,7 +18683,7 @@ msgstr "" "đến 9,223,372,036,854,775,807, không ký hiệu phạm vi từ 0 đến " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 #, fuzzy msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " @@ -18701,7 +18692,7 @@ msgstr "" "Một điểm số cố định (M, D) - số lượng chữ số tối đa (M) là 65 (mặc định là " "10), số lượng thập phân tối đa D là 30 (mặc định là 0)" -#: src/Types.php:182 +#: src/Types.php:183 #, fuzzy msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " @@ -18710,7 +18701,7 @@ msgstr "" "Một điểm nổi nhỏ, các giá trị cho phép là -3.402823466E + 38 đến " "-1.175494351E-38, 0 và 1.175494351E-38 đến 3.402823466E + 38" -#: src/Types.php:187 +#: src/Types.php:188 #, fuzzy msgid "" "A double-precision floating-point number, allowable values are " @@ -18721,7 +18712,7 @@ msgstr "" "-1.7976931348623157E + 308 đến -2.2250738585072014E-308, 0 và " "2.2250738585072014E-308 đến 1.7976931348623157E + 308" -#: src/Types.php:191 +#: src/Types.php:192 #, fuzzy msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " @@ -18730,7 +18721,7 @@ msgstr "" "Từ đồng nghĩa cho DOUBLE (ngoại lệ: trong chế độ REAL_AS_FLOAT SQL nó là từ " "đồng nghĩa cho FLOAT)" -#: src/Types.php:192 +#: src/Types.php:193 #, fuzzy msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " @@ -18739,7 +18730,7 @@ msgstr "" "Một loại bit-field (M), lưu trữ M bit trên mỗi giá trị (mặc định là 1, tối " "đa là 64)" -#: src/Types.php:194 +#: src/Types.php:195 #, fuzzy msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " @@ -18748,21 +18739,21 @@ msgstr "" "Một từ đồng nghĩa cho TINYINT (1), giá trị bằng 0 được xem là sai, các giá " "trị khác 0 được xem là đúng" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "Bí danh cho BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "Kiểu ngày, vùng được hỗ trợ là từ %1$s đến %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "Một sự kết hợp ngày và giờ, phạm vi hỗ trợ là %1$s đến %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18777,12 +18768,12 @@ msgstr "" "03:14:07 UTC, được lưu dưới dạng số giây kể từ thời (1970-01-01 00:00:00 " "UTC )" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Giờ giấc, vùng là từ %1$s đến %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18790,7 +18781,7 @@ msgstr "" "Một năm với định dạng 4 chữ số (4, mặc định) hoặc 2 chữ số (2), giá trị cho " "phép là 70 (1970) đến 69 (2069) hoặc 1901 đến 2555 và 0000" -#: src/Types.php:224 +#: src/Types.php:225 #, fuzzy msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " @@ -18799,7 +18790,7 @@ msgstr "" "Chuỗi có độ dài cố định (0-255, mặc định 1), luôn luôn được đệm bên phải với " "không gian với độ dài đã chỉ định khi được lưu trữ" -#: src/Types.php:229 +#: src/Types.php:230 #, fuzzy, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18808,7 +18799,7 @@ msgstr "" "Chuỗi có độ dài thay đổi (%s), độ dài tối đa có hiệu quả phụ thuộc vào kích " "thước tối đa của dãy" -#: src/Types.php:234 +#: src/Types.php:235 #, fuzzy msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " @@ -18817,26 +18808,26 @@ msgstr "" "Một cột VĂN BẢN với độ dài tối đa là 255 (2^8 - 1) ký tự, được lưu trữ với " "tiền tố 1-byte cho biết độ dài của giá trị bằng byte" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18844,7 +18835,7 @@ msgstr "" "Tương tự như loại CHAR, nhưng lưu trữ chuỗi byte nhị phân hơn là chuỗi ký tự " "không nhị phân" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18852,31 +18843,31 @@ msgstr "" "Tương tự như loại VARCHAR, nhưng lưu chuỗi byte nhị phân chứ không phải " "chuỗi ký tự không nhị phân" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18884,43 +18875,43 @@ msgstr "" "Một bảng liệt kê, được chọn từ danh sách lên tới 65,535 giá trị hoặc giá trị " "lỗi '' đặc biệt" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "Một giá trị duy nhất được chọn từ một bộ lên tới 64 thành viên" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "Một loại có thể lưu trữ một hình học thuộc bất kỳ loại nào" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "Một điểm trong không gian 2 chiều" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "Một đường cong với phép nội suy tuyến tính giữa các điểm" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "Một đa giác" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "Một tập hợp tọa độ" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "Một tập hợp các đường cong với phép nội suy tuyến tính giữa các điểm" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "Một tập hợp của đa giác" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "Một tập hợp của các đối tượng hình dạng của bất kỳ kiểu nào" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18928,7 +18919,7 @@ msgstr "" "Lưu trữ và bật truy cập hiệu quả đến dữ liệu trong tài liệu JSON (JavaScript " "Object Notation)" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18936,31 +18927,31 @@ msgstr "" "Dự định lưu trữ địa chỉ IPv6, cũng như địa chỉ IPv4 giả sử ánh xạ thông " "thường của địa chỉ IPv4 vào địa chỉ IPv6" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-bit UUID (Định danh duy nhất toàn cầu)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "Dạng số" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "Ngày giờ" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "Spatial" @@ -19005,6 +18996,24 @@ msgstr "Lỗi trong kho nén ZIP:" msgid "No files found inside ZIP archive!" msgstr "Không tìm thấy tập tin nào trong kho ZIP!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "" +#~ "Tắt cảnh báo mặc định cái mà được hiển thị trên trang chính nếu Suhosin " +#~ "được tìm thấy." + +#~ msgid "Suhosin warning" +#~ msgstr "Cảnh báo Suhosin" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "" +#~ "Máy dịch vụ đang chạy với Suhosin. Vui lòng xem %stài liệu%s để thu thập " +#~ "một số thông tin cần thiết." + #~ msgid "Version information" #~ msgstr "Thông tin phiên bản" diff --git a/resources/po/vls.po b/resources/po/vls.po index 3321ddfc6e..0feece9b3c 100644 --- a/resources/po/vls.po +++ b/resources/po/vls.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2019-04-27 17:19+0000\n" "Last-Translator: William Desportes \n" "Language-Team: West Flemish %s" msgstr "" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "" @@ -3616,7 +3616,7 @@ msgstr "" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "" @@ -3626,7 +3626,7 @@ msgstr "" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "" @@ -3944,8 +3944,8 @@ msgstr "" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "" @@ -3967,7 +3967,7 @@ msgid "Recent" msgstr "" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "" @@ -4003,17 +4003,17 @@ msgid "Features" msgstr "" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "" @@ -4463,28 +4463,42 @@ msgstr "" msgid "Check privileges" msgstr "" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, php-format +msgid "Run SQL queries on database \"%s\"." +msgstr "" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "" @@ -5494,7 +5508,7 @@ msgid "Current server:" msgstr "" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "" @@ -5569,7 +5583,7 @@ msgid "Test:" msgstr "" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "" @@ -6132,7 +6146,7 @@ msgstr "" msgid "Show hidden messages" msgstr "" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "" @@ -6214,7 +6228,7 @@ msgid "Detailed profile" msgstr "" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "" @@ -6275,7 +6289,7 @@ msgstr "" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "" @@ -6321,7 +6335,7 @@ msgstr "" msgid "Show this query here again" msgstr "" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "" @@ -6793,7 +6807,7 @@ msgid "Delete the view (DROP)" msgstr "" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "" @@ -6955,32 +6969,32 @@ msgid "Index length" msgstr "" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "" @@ -8656,14 +8670,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8855,329 +8861,329 @@ msgstr "" msgid "neither of the above" msgstr "" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " "cross-frame scripting (XSS) attacks." msgstr "" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" "kbd] - allows newlines in columns." msgstr "" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." msgstr "" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." msgstr "" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." msgstr "" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " "documentation." msgstr "" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " "transactions." msgstr "" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." msgstr "" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " "forget to log out from other servers when connected to multiple servers." msgstr "" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9185,478 +9191,472 @@ msgid "" "recommended for non-trusted environments." msgstr "" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." msgstr "" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." msgstr "" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." msgstr "" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " "configuration storage could not be found." msgstr "" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " "(lost by window close)." msgstr "" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." "com/19588]MySQL Bugs[/a]" msgstr "" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " "[kbd]'my_db'[/kbd]." msgstr "" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " "this feature, suggested: [kbd]pma__users[/kbd]." msgstr "" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " "suggested: [kbd]pma__usergroups[/kbd]." msgstr "" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly." msgstr "" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." msgstr "" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " "`LoginCookieValidity`." msgstr "" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9664,13 +9664,13 @@ msgid "" "HTTP_X_FORWARDED_FOR[/kbd]." msgstr "" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9678,391 +9678,391 @@ msgid "" "to the Internet. The format is: \"hostname:portnumber\"." msgstr "" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " "will be performed. No other types of authentication are currently supported." msgstr "" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10070,56 +10070,56 @@ msgstr "" msgid "Put columns names in the first row" msgstr "" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10129,924 +10129,924 @@ msgstr "" msgid "Dump table" msgstr "" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "" @@ -11079,7 +11079,8 @@ msgstr "" msgid "Compressed export will not work due to missing function %s." msgstr "" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "" @@ -11113,7 +11114,7 @@ msgid "Microsoft Word 2000" msgstr "" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "" @@ -11121,7 +11122,7 @@ msgstr "" msgid "OpenDocument Text" msgstr "" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "" @@ -11242,7 +11243,7 @@ msgid "" "are unavailable on this system." msgstr "" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "" @@ -11509,7 +11510,7 @@ msgstr "" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "" @@ -11633,7 +11634,7 @@ msgid "Success!" msgstr "" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11691,7 +11692,7 @@ msgstr "" msgid "You may want to refresh the page." msgstr "" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "" @@ -11777,35 +11778,28 @@ msgid "" "may be compromised by unauthorized people downloading your configuration." msgstr "" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " "templates and will be slow because of this." msgstr "" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " "split strings correctly and it may result in unexpected results." msgstr "" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -11868,7 +11862,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "" @@ -13757,7 +13751,7 @@ msgid "No such column" msgstr "" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "" @@ -14489,7 +14483,7 @@ msgstr "" msgid "Wrong data or no validation for %s" msgstr "" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "" @@ -14567,7 +14561,7 @@ msgstr "" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "" @@ -14938,27 +14932,27 @@ msgstr "" msgid "The row has been deleted." msgstr "" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "" @@ -15515,11 +15509,11 @@ msgstr "" msgid "web server upload directory:" msgstr "" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "" @@ -15917,39 +15911,39 @@ msgstr "" msgid "No partial dependencies found!" msgstr "" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "" @@ -16023,7 +16017,7 @@ msgstr "" msgid "You have enabled two factor authentication, please confirm your login." msgstr "" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "" @@ -16419,7 +16413,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Documentation" msgid "Indentation:" @@ -16442,54 +16436,54 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " "separated by commas and not enclosed in quotations." msgstr "" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 #, fuzzy #| msgid "User name:" msgid "Column names:" msgstr "Gebrukersnoame:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17178,18 +17172,18 @@ msgstr "" msgid "Using bookmark \"%s\" as default browse query." msgstr "" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " "Edit, Copy and Delete features are not available. %s" msgstr "" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17442,95 +17436,95 @@ msgstr "" msgid "You must provide a trigger definition." msgstr "" -#: src/Types.php:97 +#: src/Types.php:98 msgid "empty" msgstr "" -#: src/Types.php:98 +#: src/Types.php:99 msgid "not empty" msgstr "" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" msgstr "" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" msgstr "" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" msgstr "" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " "2.2250738585072014E-308 to 1.7976931348623157E+308" msgstr "" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "" -#: src/Types.php:208 +#: src/Types.php:209 msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -17538,170 +17532,170 @@ msgid "" "seconds since the epoch (1970-01-01 00:00:00 UTC)" msgstr "" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" msgstr "" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" msgstr "" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " "value in bytes" msgstr "" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" msgstr "" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "" diff --git a/resources/po/zh_CN.po b/resources/po/zh_CN.po index 0799ba4e41..6d26bfbd86 100644 --- a/resources/po/zh_CN.po +++ b/resources/po/zh_CN.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2025-03-20 18:17+0000\n" "Last-Translator: 吴绮 \n" "Language-Team: Chinese (Simplified Han script) %s" msgstr "保存到务器上的 %s 文件夹中" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "覆盖现有文件" @@ -3626,7 +3626,7 @@ msgstr "取用它" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "返回" @@ -3636,7 +3636,7 @@ msgstr "返回" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "导入" @@ -3958,8 +3958,8 @@ msgstr "SQL 上传" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "数据库" @@ -3983,7 +3983,7 @@ msgid "Recent" msgstr "近期访问" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "表收藏夹" @@ -4019,17 +4019,17 @@ msgid "Features" msgstr "功能" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL 查询" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "导航面板" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "主面板" @@ -4480,29 +4480,44 @@ msgstr "检查数据库 \"%s\" 的权限。" msgid "Check privileges" msgstr "检查权限" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "在数据库 %s 运行 SQL 查询" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "总数:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" "注意:在此启用数据库统计可能导致网站服务器和 MySQL 服务器之间的流量骤增。" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "启用统计" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "无数据库" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "确认" @@ -5524,7 +5539,7 @@ msgid "Current server:" msgstr "当前服务器:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "服务器" @@ -5603,7 +5618,7 @@ msgid "Test:" msgstr "检验:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "服务器" @@ -6204,7 +6219,7 @@ msgstr "显示表单" msgid "Show hidden messages" msgstr "显示隐藏消息" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "认证方式" @@ -6286,7 +6301,7 @@ msgid "Detailed profile" msgstr "详细资料" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "顺序" @@ -6347,7 +6362,7 @@ msgstr "性能分析结果。" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "您的 SQL 语句已成功运行。" @@ -6393,7 +6408,7 @@ msgstr "语句定界符" msgid "Show this query here again" msgstr "在此再次显示此查询" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "保留查询框" @@ -6864,7 +6879,7 @@ msgid "Delete the view (DROP)" msgstr "删除视图(DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "表结构" @@ -7028,32 +7043,32 @@ msgid "Index length" msgstr "索引长度" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "分析" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "检查" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "优化" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "重建" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "修复" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "清空" @@ -8801,14 +8816,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "越南语" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -8986,17 +8993,17 @@ msgstr "以上兼有" msgid "neither of the above" msgstr "以上均不" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "用户设置不能超过该值" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "如果启用,用户可以在 cookie 认证时的登录表单中输入任意 MySQL 服务器。" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9004,7 +9011,7 @@ msgid "" msgstr "" "限制用户可以登录到任意启用了通过正则表达式匹配IP或主机名登录的MySQL服务器。" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9013,47 +9020,47 @@ msgstr "" "启用该功能将允许其它域的页面通过框架调用 phpMyAdmin,将可能成为潜在的跨框架脚" "本攻击的[strong]安全漏洞[/strong]。" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "在 [kbd]cookie[/kbd] 认证方式下用于加密 cookies 的短语密码。" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "导入的时候使用bzip2进行压缩。" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "输入您的 reCAPTCHA v2 兼容 API 的 URL。" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 msgid "" "Enter the Content-Security-Policy snippet for your reCAPTCHA v2 compatible " "API." msgstr "输入您的reCAPTCHA v2兼容API的Content-Security-Policy代码段。" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "输入您的reCAPTCHA v2兼容API使用的请求参数。" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "输入您的reCAPTCHA v2兼容API使用的响应参数。" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "输入您域名reCAPTCHA服务的公钥。" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 msgid "Enter your private key for your domain reCAPTCHA service." msgstr "输入您域名的reCAPTCHA服务私钥。" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "输入您的reCAPTCHA服务的站点验证URL。" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9062,31 +9069,31 @@ msgstr "" "当编辑 CHAR 和 VARCHAR 类型字段时所使用的控件;[kbd]输入框(input)[/kbd] - " "可以限制输入长度,[kbd]文本框(textarea)[/kbd] - 可以输入多行数据。" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." msgstr "使用人性化编辑器编辑SQL查询(CodeMirror),包含语法高亮和行号显示。" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "查询前查找错误。需要启用镜像代码功能。" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "定义了当编辑 CHAR 和 VARCHAR 字段时所使用输入框的最小大小。" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "定义了当编辑 CHAR 和 VARCHAR 字段时所使用输入框的最大大小。" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9094,44 +9101,44 @@ msgstr "" "在导出时使用较少的内存对 gzip/bzip2 进行实时压缩;如果您在创建 gzip/bzip2 压" "缩文件时遇到问题,请禁用该功能。" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "当查询可能丢失数据时是否显示警告(\"您真的要…\")。" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "自动补全SQL查询中的表名和字段名。" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "默认转换的选项列表值。如果在表结构页面填写了转换,这些内容将被覆盖。" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "禁止批量表维护操作,例如优化或修复数据库中选中的表。" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "设置脚本运行最长时间([kbd]0[/kbd] 为无限制)。" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "排除当前用户的定义" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9139,7 +9146,7 @@ msgstr "" "外键下拉框中选项的排序顺序,[kbd]content[/kbd] 为关联内容,[kbd]id[/kbd] 为键" "值。" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9147,20 +9154,20 @@ msgstr "" "设置浏览器标题栏所显示的文字。参见[doc@faq_TitleTable]文档[/doc]中关于可以取" "得特殊值的魔术字符串。" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "" "请注意 phpMyAdmin 只是提供了一个用户界面,其功能不会对 MySQL 造成限制。" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "服务器高级设置,如果您不知道这些选项的用途,请不要修改。" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9169,127 +9176,127 @@ msgstr "" "设置 phpMyAdmin 高级功能以获得更多功能,参见文档 [doc@linked-" "tables]phpMyAdmin 高级功能[/doc]。" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "追踪数据库的改变。需要 phpMyAdmin 高级功能。" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "自定义浏览模式。" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "自定义默认选项。" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin 开发设置。" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "自定义编辑模式。" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "自定义默认导出选项。" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "设置某些常用选项。" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "自定义默认导入选项。" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "设置导入和导出文件夹以及压缩选项。" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "数据库显示选项。" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "自定义导航面板。" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "自定义导航树。" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "服务器显示选项。" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "表显示选项。" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "无明确分类的设置。" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "认证设置。" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "请输入服务器连接参数。" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "自定义在 SQL 查询框中显示的链接。" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL 查询设置。" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "自定义首页。" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "设置在数据库结构(表列表)中显示哪些细节。" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "表结构(字段列表)的设置。" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "设置您希望的标签行为。" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "自定义文本输入框。" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "自定义默认选项" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "禁止部分 phpMyAdmin 发出的警告。" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "允许在导入和导出时使用 gzip 压缩。" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." msgstr "" "若启用,在执行多语句查询时即使有错误发生,phpMyAdmin 也会继续执行其它语句。" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9298,7 +9305,7 @@ msgstr "" "允许脚本在即将超时时中断导入。尽管这样会中断事务,但在导入大文件时也许是个好" "方法。" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9306,15 +9313,15 @@ msgstr "" "默认格式;请注意根据位置(数据库或表)的不同该列表将有所变化,只有 SQL 是一直" "可用的。" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "导入发现重复键时更新数据" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "要跳过的查询数量。" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9324,13 +9331,13 @@ msgstr "" "退出。若设为 FALSE 且当您连接到多台服务器时,您可能会容易忘记退出其它的服务" "器。" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "设置在 [kbd]cookie[/kbd] 认证下是否显示上次登录的账号。" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9340,23 +9347,23 @@ msgstr "" "设置浏览器需要保存登录 cookie 多久(单位:秒)。若设为默认的 0 表示其仅作用于" "当前会话,并在您关闭浏览器窗口后立即删除。推荐在不安全的环境下使用默认设置。" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "显示 SQL 语句时的最大字数。" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "每页导航树所能显示的第一层的最大项数。" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "每页导航树所能显示的最大项数。" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9364,7 +9371,7 @@ msgstr "" "浏览结果集时显示的行数。若结果集总行数超过该值,将会显示 \"上一页\" 和 \"下一" "页\" 的链接。" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9372,91 +9379,91 @@ msgstr "" "一个脚本可分配的内存大小,如 [kbd]32MB[/kbd]([kbd]-1[/kbd] 为无限制," "[kbd]0[/kbd] 为不做变更)。" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "导航栏使用数据库选择器替代树形列表" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "高亮当前数据库或表链接到主面板。" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" "在主窗口([code]main[/code])或新窗口([code]new[/code])打开目标页面。" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "设置达到多少个项(表、视图、程序和事件)时将显示筛选框。" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "将导航树中的项分组(根据上面 数据库与数据表 页面设置的分隔符分组)。" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "是否允许在导航栏中展开导航树。" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "是否在导航树中显示数据库进程" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "是否自动在导航树中展开单个数据库。" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "设置为0以折叠导航面板。" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "在导航面板中显示图示。" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "导航面板中图示指向的链接地址。" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "在导航面板顶部显示可选的服务器。" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "将数据库分为不同层级的字符串。" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "将表分为不同层级的字符串。" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "高亮鼠标指针所在位置的服务器。" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "在导航树是否在数据库下显示数据表节点" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "在导航树中是否在数据库下显示视图节点" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "是否显示导航树中数据库下级功能" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "在导航树中数据库下是否显示事件节点" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9464,7 +9471,7 @@ msgstr "" "[kbd]SMART[/kbd] - 即对 TIME、DATE、DATETIME 和 TIMESTAMP 类型的字段递减排" "序,其它字段递增。" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9472,13 +9479,13 @@ msgid "" msgstr "" "禁止在缺少 phpMyAdmin 高级功能所需数据表时在数据库结构页中显示默认警告。" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "禁止在字段名包含 MySQL 保留字时在数据库结构页中显示默认警告。" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9487,17 +9494,17 @@ msgstr "" "允许使用基于数据库的查询历史 (需要 phpMyAdmin 高级功能)。如果禁用,将使用 JS " "程序来显示查询历史 (关闭窗口即丢失)。" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "允许用户创建可供所有其他用户使用的书签" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "设置生效时区;可能会与数据库服务器不同" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9505,33 +9512,33 @@ msgstr "" "不使用[doc@bookmarks@]书签 (外链,英文)[/doc]功能请留空,推荐: " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "留空则不使用列信息和媒体类型。推荐: [kbd]pma__column_info[/kbd]。" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." msgstr "" "配置了有限权限的特殊MySQL用户,更多信息参见 [doc@linked-tables]文档[/doc]。" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "设置存储设置的备选主机位置,若无备选主机请留空。" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "设置存储设置的备选主机端口号,若使用默认值或没有备选主机请留空。" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9541,31 +9548,31 @@ msgstr "" "issues/8970]phpMyAdmin问题跟踪系统 (外链,英文)[/a] 和 [a@https://bugs.mysql." "com/19588]MySQL 缺陷 (Bugs) (外链,英文)[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "不使用 SQL 查询历史功能请留空,推荐: [kbd]pma__history[/kbd]。" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "限制保存在数据库中的表设置数量,旧设置将被自动删除。" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "不使用导出模板功能请留空,推荐: [kbd]pma__export_templates[/kbd]。" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "不使用中央框列功能请留空,推荐: [kbd]pma__central_columns[/kbd]。" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9574,12 +9581,12 @@ msgstr "" "可以使用 MySQL 通配符 (% 和 _),若表示它们本身,请转义,例:用 " "[kbd]'my\\_db'[/kbd] 而不是 [kbd]'my_db'[/kbd]。" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__pdf_pages[/kbd]。" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9588,19 +9595,19 @@ msgstr "" "关系、书签、PDF 功能所用的数据库。参见 [doc@linked-tables]pmadb (外链,英文)" "[/doc]。不使用请留空。推荐: [kbd]phpmyadmin[/kbd]。" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "不需要 \"持久\" 最近使用的表请留空,推荐: [kbd]pma__recent[/kbd]。" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." msgstr "不需要 \"持久\" 收藏的表请留空,推荐: [kbd]pma__favorite[/kbd]。" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9608,71 +9615,71 @@ msgstr "" "不使用[doc@relations@]关系链接 (外链,英文)[/doc]功能请留空,推荐: " "[kbd]pma__relation[/kbd]。" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "参见[doc@authentication-modes]认证方式 (外链,英文)[/doc]中的例子。" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "不使用 PDF 大纲功能请留空,推荐: [kbd]pma__table_coords[/kbd]。" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "描述显示字段的表,不使用请留空,推荐: [kbd]pma__table_info[/kbd]。" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." msgstr "" "不需要 \"持久\" 表界面设置请留空,推荐: [kbd]pma__table_uiprefs[/kbd]。" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "设置当记录数据库创建时,是否在前面加上 DROP DATABASE IF EXISTS 命令。" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "设置当记录数据表创建时,是否在前面加上 DROP TABLE IF EXISTS 命令。" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "设置当记录视图创建时,是否在前面加上 DROP VIEW IF EXISTS 命令。" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "定义自动创建新版的命令列表。" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "不使用 SQL 查询追踪功能请留空,推荐: [kbd]pma__tracking[/kbd]。" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "设置追踪系统是否自动为数据表和视图创建版本。" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "不在数据库中保存用户偏好请留空,推荐: [kbd]pma__userconfig[/kbd]。" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -9681,7 +9688,7 @@ msgstr "" "启用配置菜单功能需要此表与用户组(user groups)表;缺少其中任何一个表都会造成这" "一功能被关闭,建议: [kbd]pma__users[/kbd]。" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -9690,64 +9697,64 @@ msgstr "" "启用配置菜单功能需要此表与用户表(users);缺少其中任何一个表都会使此功能被关" "闭,建议: [kbd]pma__usergroups[/kbd]。" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." msgstr "" "不使用显示/隐藏导航功能请置空,推荐: [kbd]pma__navigationhiding[/kbd]。" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "一个好记的名字。留空将显示主机名。" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "不使用请留空。" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "默认请留空。" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "使用 HTTP 基本认证时显示给用户的提示信息。" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "要使用的认证方式。" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "压缩连接到 MySQL 服务器。" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "该正则表达式 (PCRE,Perl 兼容) 所匹配的数据库将被隐藏。" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "MySQL 服务器的主机名。" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "如果不使用 config 认证方式,请留空。" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL 服务器监听的端口,留空为默认。" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL 服务器监听的套接字,留空为默认。" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "使用 SSL 连接到 MySQL 服务器。" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -9756,27 +9763,27 @@ msgstr "" "注意:该选项不影响 [kbd]config[/kbd] 认证方式,因为密码以硬编码形式保存在配置" "文件中;也不影响直接执行同等命令。" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "显示或隐藏所有表的创建时间列。" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "显示或隐藏所有表的最近更新时间列。" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "显示或隐藏所有表的最近检查时间列。" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "定义在编辑/插入模式中是否默认显示字段类型一列。" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -9784,47 +9791,41 @@ msgstr "" "显示 [a@https://www.php.net/manual/zh/function.phpinfo.php]phpinfo()[/a] 输出" "的链接。" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "设置是否给用户显示一个 \"显示所有 (记录)\" 的按钮。" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "显示或隐藏所有表的备注列。" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "显示或隐藏所有表的字符集。" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "在编辑/插入模式中显示函数列." -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "是否显示提示。" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "定义是否显示 phpMyAdmin 生成的 SQL 查询。" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "允许显示数据库和数据表的统计信息 (如:空间使用)。" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "将已锁定的数据表在数据库中显示为使用中." -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "检测到 Suhosin时,不在主页显示默认的警告。" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -9833,19 +9834,19 @@ msgstr "" "当PHP设置session.gc_maxlifetime小于“LoginCookieValidity”时,不在主页显示默认" "警告。" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "编辑模式的文本区大小 (列数),此值将用于 SQL 查询文本区 (*2)。" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "编辑模式的文本区大小 (行数),此值将用于 SQL 查询文本区 (*2) 。" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -9856,13 +9857,13 @@ msgstr "" "信任从代理 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd] 发来的 " "HTTP_X_FORWARDED_FOR 头。" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "禁用时,用户不能设置下列选项,右侧的复选框被忽略。" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 msgid "" "The URL of the proxy to be used when retrieving the information about the " "latest version of phpMyAdmin, or when submitting error reports. You need " @@ -9872,7 +9873,7 @@ msgstr "" "当你的服务器无法直接连接internet时,请填写代理URL,以便接收phpMyAdmin更新信息" "或是提交错误报告。格式为“服务器名:端口号”。" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -9881,384 +9882,384 @@ msgstr "" "连接代理服务器时使用的用户名。如果提供用户名,将使用基本认证方式连接。目前还" "不支持其他认证方式。" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "查询将在回车后执行。插入新行使用Shift-Enter。" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 msgid "" "Enable Zero Configuration mode which lets you set up phpMyAdmin " "configuration storage tables automatically." msgstr "启用零配置模式以自动安装phpMyAdmin设置表。" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "高亮选中的行。" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "高亮鼠标指针所在的行。" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR 文本框的列数。" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR 文本框的行数。" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "记录SQL查询和执行时间以显示在控制台中" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "当进入数据库时默认显示的标签页。" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "当进入服务器时默认显示的标签页。" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "当进入表时默认显示的标签页。" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "是否隐藏对表结构的相关操作。" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "是否在表结构视图中显示列备注" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "直接显示服务器列表而不使用下拉框。" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "下拉框将在选项少时使用。" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "外键约束默认值复选框。" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "取消选中该复选框以禁用拖放导入" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "一次可以插入的行数。" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "浏览非数字字段时最多显示的字数。" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "设置登录 cookie 的有效期(单位:秒)。" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "将 LONGTEXT 字段的文本框放大一倍。" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "在数据库列表中最多显示的数据库个数。" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "在表列表中最多显示的表个数。" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "最近使用的表的最大数量;设为 0 为禁用。" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "收藏表的最大数量;设为 0 为禁用。" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "这些是编辑、复制和删除链接。" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "缺少唯一键时是否显示行链接。" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "禁止快捷键" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "为表和数据库名使用自然排序。" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "仅使用图标、文字或都使用。" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "使用 GZip 输出缓冲以加快 HTTP 传输速度。" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "在连接到 MySQL 数据库时使用持久连接。" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "禁止编辑 BLOB 和 BINARY 类型字段。" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "查询历史的保存数量。" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "选择进行字符集转换时使用的函数。" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "当浏览表时使用上次的排序方式。" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "默认用主键为表排序。" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "每 X 单元格重复表头,要禁止此功能请设为 [kbd]0[/kbd]。" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "显示选项" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "服务器上用来保存导出文件的文件夹。" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "查询框在提交后是否依然显示在屏幕上。" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "选中一个数据库时浏览器窗口的标题。" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "未选择任何项目时浏览器窗口的标题。" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "选中一个服务器时浏览器窗口的标题。" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "选中一张数据表时浏览器窗口的标题。" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "服务器上用来存放导入文件的文件夹。" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "允许搜索整个数据库。" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "允许在 phpMyAdmin 主页面中检查最新版本。" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "代理服务的密码." -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "允许在导入和导出操作时使用 ZIP 压缩。" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "选择发送错误报告时的默认行为。" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "允许登录到任意 MySQL 服务器" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "限制登录到 MySQL 服务器" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "允许第三方框架" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "显示 \"删除数据库\" 链接给普通用户" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "短语密码" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "行标记" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "高亮指针" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "编辑 CHAR 类型字段" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "启用 CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "启用代码检查" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "输入框最小大小" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "输入框最大大小" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR 文本框列" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR 文本框行" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "检查配置文件权限" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "实时压缩" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "删除语句确认" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "纸张大小" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "数据库默认标签页" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "服务器默认标签页" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "表默认标签页" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "启用自动补全表名和字段名" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "显示列备注" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "隐藏表结构操作" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "十六进制的默认转换" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "Substring字符串的默认转换" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "Bool2Text的默认转换" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "External的默认转换" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "PreApPend的默认转换" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "DateFormat的默认转换" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "Inline的默认转换" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "TextImageLink的默认转换" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "TextLink的默认转换" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "列表显示服务器" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "禁止多表维护" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "最长执行时间" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "使用 [code]LOCK TABLES[/code] 语句" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "保存为文件" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "文件字符集" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "压缩" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10266,56 +10267,56 @@ msgstr "压缩" msgid "Put columns names in the first row" msgstr "首行保存字段名" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "内容分隔符" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "内容转义符" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "将 NULL 替换为" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "删除内容中的回车换行符" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "字段分隔符" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "换行符" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel 版本" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "数据库名称模板" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "服务器名称模板" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "表名称模板" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10325,924 +10326,924 @@ msgstr "表名称模板" msgid "Dump table" msgstr "转储表" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "包含表说明" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "表说明" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "表说明续" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "标签" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "关系" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "导出方式" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "保存在服务器上" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "导出为单独的文件" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "记住文件名模板" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 msgid "Remove DEFINER clause from definitions" msgstr "从定义中删除DEFINER子句" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "给表名及字段名加上反引号" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL 兼容模式" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "创建/更新/检查日期" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "使用延迟插入" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "禁止外键约束" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "将视图作为表导出" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "从phpMyAdmin设置存储中导出相关元数据" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "使用十六进制表示 BINARY 和 BLOB 数据" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "添加IF NOT EXISTS语句(效率更低因为创建表时索引会自动生成)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s 视图" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "使用忽略插入" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "在插入数据时使用的语法" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "查询语句的最大长度" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "导出类型" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "使用事务执行导出" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "导出时间为协调世界时" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "外键下拉框顺序" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "外键限制" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "外键约束" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "日历的第一天" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "浏览模式" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "开发" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "编辑模式" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "导出选项" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "常规" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "导入选项" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "导入 / 导出" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "导航树" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "微软 Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "其它核心设置" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "页面标题" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "安全" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "基本设置" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "认证" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "服务器设置" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "高级功能" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "追踪变化" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL 查询框" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "首页" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "数据库结构" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "标签" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "显示关系大纲" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "文本字段" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! 文本" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "警告" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv 的额外参数" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "忽略多语句查询中的错误" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "启用拖放导入" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "部分导入:允许中断" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "忽略插入错误" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "重复的键更新时添加" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "导入文件的格式" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "使用 LOCAL 关键字" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "首行为字段名" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "不导入空行" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "导入货币($5.00 将被导入为 5.00)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "导入百分数为小数(12.00% 将被导入为 .12)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "部分导入:跳过查询" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "值为零时不自增" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "以多字节读取" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "滑动区域初始状态" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "插入的行数" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "字段字数限制" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "退出时删除所有 cookies" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "显示上次登录的用户名" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "登录 cookie 存储" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "登录 cookie 有效期" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "放大 LONGTEXT 的文本框" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "SQL 最大显示长度" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "最大数据库数量" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "第一层节点的最大项数" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "节点中最大项数" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "显示的最多行数" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "最大表数量" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "内存限制" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "以树状显示数据库导航面板" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "导航面板宽度" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "与主面板链接" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "显示徽标" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "徽标链接地址" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "徽标链接目标" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "显示服务器选择" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "快速访问图标的目标" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "第二快速访问图标的目标页面" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "显示筛选框的最少项数" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "设置达到多少个数据库时将显示数据库筛选框" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "分组树中的项" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "数据库树分隔符" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "表树分隔符" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "表树最大深度" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "启用高亮" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "启用表导航条展开功能" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "在导航树显示表" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "在导航树显示视图" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "在导航树显示函数" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "在导航树显示进程" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "在导航树显示事件" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "展开单个数据库" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "最近使用的表" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "表行链接显示位置" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "始终显示行链接" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "自然排序" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "表导航条" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip 输出缓冲" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "默认排序" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "持久连接" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "丢失 phpMyAdmin 高级功能数据表" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL 保留字警告" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "显示菜单标签的方式" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "显示动作链接的方式" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "保护二进制字段" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "持久查询历史" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "查询历史个数" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "允许用户之间共享书签" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "记录引擎" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "记录表排序" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "主键默认排序" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "重复表头" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "单元格编辑:触发操作" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "关联显示" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "立刻存储所有已编辑的单元格" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "保存文件夹" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "主机认证模式" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "主机认证规则" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "允许空密码登录" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "允许 root 用户登录" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "会话时区" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP 提示信息" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "书签表" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "列信息表" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "压缩连接" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "控制用户的密码" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "控制用户" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "控制主机" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "控制端口" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "禁止使用 INFORMATION_SCHEMA" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "隐藏数据库" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL 查询历史表" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "服务器主机名" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "退出地址" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "最多保存的表设置数量" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "导出模板表" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "中央框列表格" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "仅显示列出的数据库" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "config 认证方式的密码" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF 大纲: 数据表页" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "服务器端口" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "最近使用的表" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "收藏的表" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "关系表" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "Signon 会话名" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "登录地址" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "服务器套接字 (socket)" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "使用 SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "设计器与PDF 大纲: 数据表并发" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "显示字段表" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "界面设置表" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "添加 DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "添加 DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "要追踪的命令" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL 查询追踪表" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "自动创建版本" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "用户偏好表" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "用户表" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "用户组表" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "隐藏的导航条目表" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "config 认证方式的用户名" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "服务器名称" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "允许显示所有行" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "显示修改密码" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "显示创建数据库表单" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "显示表备注" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "显示创建时间" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "显示最后更新时间" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "显示最近检查时间" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "显示表字符集" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "显示字段类型" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "显示函数列" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "显示提示" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "显示 phpinfo() 链接" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "显示 MySQL 服务器详细信息" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "显示 SQL 查询" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "显示统计" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "跳过锁定的表" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "解析 SQL" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "创建 PHP 代码" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin 警告" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "登录cookie 有效期警告" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "文本框列" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "文本框行" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "默认标题" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "可信代理IP列表" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "上传文件夹" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "使用数据库搜索" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "启用设置中的开发标签" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "检查更新" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "代理URL" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "代理用户名" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "代理密码" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API的网址" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API的内容安全策略(Content-Security-Policy)代码段" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API的请求参数" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API的响应参数" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 msgid "Public key for reCAPTCHA" msgstr "reCAPTCHA的公钥" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 msgid "Private key for reCAPTCHA" msgstr "reCAPTCHA的私钥" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "reCAPTCHA的网站验证URL" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "发送错误报告" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "在控制台使用回车执行查询" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "启用零配置模式" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "使用Enter执行查询,使用Shift+Enter插入新行" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "控制台高度" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "控制台模式" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "排序条件" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "服务器连接排序规则" @@ -11275,7 +11276,8 @@ msgstr "因缺少函数 %s 压缩导入功能无效。" msgid "Compressed export will not work due to missing function %s." msgstr "因缺少函数 %s 压缩导出功能无效。" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "最大 %s" @@ -11309,7 +11311,7 @@ msgid "Microsoft Word 2000" msgstr "微软 Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenOffice 表格" @@ -11317,7 +11319,7 @@ msgstr "OpenOffice 表格" msgid "OpenDocument Text" msgstr "OpenOffice 文档" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "CSV 使用 LOAD DATA" @@ -11457,7 +11459,7 @@ msgid "" "are unavailable on this system." msgstr "此系统目前不支持 %1$sGZip 压缩和解压缩%2$s所必须的 (%3$s) 函数。" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "服务器 %d" @@ -11723,7 +11725,7 @@ msgstr "处理请求时出错:在数据库 %2$s 中找不到名为 %1$s 的事 #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "无法加载导出插件,请检查安装!" @@ -11849,7 +11851,7 @@ msgid "Success!" msgstr "成功!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -11907,7 +11909,7 @@ msgstr "如果您遇到问题,请手动提交漏洞报告。" msgid "You may want to refresh the page." msgstr "您需要刷新当前页面。" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "类型无效!" @@ -12022,14 +12024,7 @@ msgstr "" "phpMyAdmin 安装后立即删除该文件夹。否则未经授权的用户都可以下载您的配置文件从" "而使服务器陷入危险。" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "服务器上运行了 Suhosin。请查看%s文档%s了解可能发生的问题。" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12038,14 +12033,14 @@ msgstr "" "变量 $cfg['TempDir'] (%s)无法访问。phpMyAdmin无法缓存模板文件,所以会运行缓" "慢。" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12054,7 +12049,7 @@ msgstr "" "没有找到 PHP 扩展 mbstring,而您现在正在使用多字节字符集。没有 mbstring 扩展" "的 phpMyAdmin 不能正确分割字符串并可能产生意料之外的结果。" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12123,7 +12118,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "已禁用“删除数据库”语句。" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[发生 ROLLBACK.]" @@ -13964,7 +13959,7 @@ msgid "No such column" msgstr "没有这样的字段" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "文本" @@ -14754,7 +14749,7 @@ msgstr "无效数据" msgid "Wrong data or no validation for %s" msgstr "%s是错误的数据或没有验证" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "已创建书签 %s。" @@ -14831,7 +14826,7 @@ msgstr "您的请求有问题。" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL 返回的查询结果为空 (即零行)。" @@ -15211,27 +15206,27 @@ msgstr "错误1045:用户的访问被拒绝。其他错误信息可能可用, msgid "The row has been deleted." msgstr "已删除该行。" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "查询花费 %01.4f 秒。" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "正在显示第 %1s - %2s 行" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "总数为 %1$s,查询包含 %2$s" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "共 %s 行" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "找不到链接!" @@ -15821,11 +15816,11 @@ msgstr "索引 %1$s 和 %2$s 似乎是相同的,可以删除其中一个。" msgid "web server upload directory:" msgstr "网站服务器上传文件夹:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "显示 SQL 查询" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "插入的行 id: %1$d" @@ -16234,39 +16229,39 @@ msgstr "此列表基于表数据的子集,并不一定准确。 " msgid "No partial dependencies found!" msgstr "找不到部分依赖关系!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "联合" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "目标数据表不能为源数据表!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "目标数据表不能为源数据表!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "已将数据表 %s 移动到 %s。已调整权限。" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "已将数据表 %s 复制为 %s。已调整权限。" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "已将数据表 %s 移动到 %s。" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "已将数据表 %s 复制为 %s。" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "表名不能为空!" @@ -16344,7 +16339,7 @@ msgstr "配置文件中设置的认证方式无效:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "您已启用双因素身份验证,请确认您的登录信息。" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "字段分隔符:" @@ -16751,7 +16746,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "最大程度兼容数据库系统或旧版本的 MySQL 服务器:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -16774,25 +16769,25 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "在导入时找到重复键时更新数据(添加ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "新表的名称(可选):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "新数据库的名称(可选):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "导入这些行(可选):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "文件首行包含数据表的字段名 (若未选此项,首行将被认为是数据)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -16801,27 +16796,27 @@ msgstr "" "若文件每行的数据和数据库中的顺序不一致,请在此列出对应的字段名。字段名间用半" "角逗号分隔且不能用引号括起。" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "字段名:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "CSV 输入的第 %d 行格式有错。" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "CSV 输入的第 %d 行字段数有错。" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "导入 CSV 文件 %s 时有无效参数" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17556,11 +17551,11 @@ msgstr "没有新的稳定版本可用" msgid "Using bookmark \"%s\" as default browse query." msgstr "使用书签 \"%s\" 作为默认的查询。" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "显示为 PHP 代码" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -17569,7 +17564,7 @@ msgstr "" "当前所选内容没有包含唯一字段。单元格编辑、复选框、编辑、复制和删除无法正常使" "用。%s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -17825,37 +17820,37 @@ msgstr "请选择一个有效的表!" msgid "You must provide a trigger definition." msgstr "请输入触发器定义。" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "清空" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "未找到" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "1 字节整数,有符号范围从 -128 到 127,无符号范围从 0 到 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" msgstr "2 字节整数,有符号范围从 -32768 到 32767,无符号范围从 0 到 65535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" msgstr "" "3 字节整数,有符号范围从 -8388608 到 8388607,无符号范围从 0 到 16777215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -17863,7 +17858,7 @@ msgstr "" "4 字节整数,有符号范围从 -2147483648 到 2147483647,无符号范围从 0 到 " "4294967295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -17871,7 +17866,7 @@ msgstr "" "8 字节整数,有符号范围从 -9223372036854775808 到 9223372036854775807,无符号" "范围从 0 到 18446744073709551615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" @@ -17879,7 +17874,7 @@ msgstr "" "定点数(M,D)- 整数部分(M)最大为 65(默认 10),小数部分(D)最大为 30(默" "认 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -17887,7 +17882,7 @@ msgstr "" "单精度浮点数,取值范围从 -3.402823466E+38 到 -1.175494351E-38、0 以及从 " "1.175494351E-38 到 3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -17897,39 +17892,39 @@ msgstr "" "-2.2250738585072014E-308、0 以及从 2.2250738585072014E-308 到 " "1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "DOUBLE 的别名(例外:REAL_AS_FLOAT SQL 模式时它是 FLOAT 的别名)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "位类型(M),每个值存储 M 位(默认为 1,最大为 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "TINYINT(1) 的别名,零值表示假,非零值表示真" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE 的别名" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "日期,支持的范围从 %1$s 到 %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "日期与时间,支持的范围从 %1$s 到 %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -17943,12 +17938,12 @@ msgstr "" "时间戳,范围从 1970-01-01 00:00:01 UTC 到 2038-01-09 03:14:07 UTC,存储为自纪" "元(1970-01-01 00:00:00 UTC)起的秒数" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "时间,范围从 %1$s 到 %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -17956,20 +17951,20 @@ msgstr "" "四位数(4,默认)或两位数(2)的年份,取值范围从 70(1970)到 69(2069)或从 " "1901 到 2155 以及 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "定长(0-255,默认 1)字符串,存储时会向右边补足空格到指定长度" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "变长(%s)字符串,最大有效长度取决于最大行大小" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -17977,7 +17972,7 @@ msgstr "" "最多存储 255(2^8 - 1)字节的文本字段,存储时在内容前使用 1 字节表示内容的字" "节数" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -17985,7 +17980,7 @@ msgstr "" "最多存储 65535(2^16 - 1)字节的文本字段,存储时在内容前使用 2 字节表示内容的" "字节数" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -17993,7 +17988,7 @@ msgstr "" "最多存储 16777215(2^24 - 1)字节的文本字段,存储时在内容前使用 3 字节表示内" "容的字节数" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18002,19 +17997,19 @@ msgstr "" "最多存储 4294967295 字节即 4GB(2^32 - 1)的文本字段,存储时在内容前使用 4 字" "节表示内容的字节数" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "类似于 CHAR 类型,但其存储的是二进制字节串而不是非二进制字符串" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "类似于 VARCHAR 类型,但其存储的是二进制字节串而不是非二进制字符串" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18022,7 +18017,7 @@ msgstr "" "最多存储 255(2^8 - 1)字节的 BLOB 字段,存储时在内容前使用 1 字节表示内容的" "字节数" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18030,7 +18025,7 @@ msgstr "" "最多存储 16777215(2^24 - 1)字节的 BLOB 字段,存储时在内容前使用 3 字节表示" "内容的字节数" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18038,7 +18033,7 @@ msgstr "" "最多存储 65535(2^16 - 1)字节的 BLOB 字段,存储时在内容前使用 2 字节表示内容" "的字节数" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18046,85 +18041,85 @@ msgstr "" "最多存储 4294967295 字节即 4GB(2^32 - 1)的 BLOB 字段,存储时在内容前使用 4 " "字节表示内容的字节数" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "枚举,可从最多 65535 个值的列表中选择或特殊的错误值 ''" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "可从最多 64 个成员中选择集合为一个值" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "一种能存储任意类型几何体的类型" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "二维空间中的点" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "点之间的线性插值曲线" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "多边形" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "点的集合" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "点之间的线性插值曲线的集合" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "多边形的集合" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "任意类型几何体对象的集合" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "存储并可高效访问 JSON (JavaScript 对象) 文档中的数据" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "旨在存储IPv6地址以及假定IPv4地址到IPv6地址的常规映射的IPv4地址" -#: src/Types.php:292 +#: src/Types.php:293 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128 位 UUID(通用唯一标识符)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "数字" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "日期与时间" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "空间" @@ -18169,6 +18164,20 @@ msgstr "ZIP 包中有错误:" msgid "No files found inside ZIP archive!" msgstr "ZIP 包中未找到文件!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "检测到 Suhosin时,不在主页显示默认的警告。" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin 警告" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "服务器上运行了 Suhosin。请查看%s文档%s了解可能发生的问题。" + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "此导出方法不支持导出原始查询。" diff --git a/resources/po/zh_TW.po b/resources/po/zh_TW.po index 5da777db07..e0915cb265 100644 --- a/resources/po/zh_TW.po +++ b/resources/po/zh_TW.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: phpMyAdmin 6.0.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" -"POT-Creation-Date: 2026-04-05 00:43+0000\n" +"POT-Creation-Date: 2026-04-19 00:46+0000\n" "PO-Revision-Date: 2024-07-03 07:27+0000\n" "Last-Translator: Ricky From Hong Kong \n" "Language-Team: Chinese (Traditional) %s" msgstr "儲存到伺服器的 %s 資料夾" #: resources/templates/export.twig:176 resources/templates/export.twig:371 -#: src/Config/Descriptions.php:681 src/Config/Descriptions.php:684 +#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:682 msgid "Overwrite existing file(s)" msgstr "覆蓋既有檔案" @@ -3652,7 +3652,7 @@ msgstr "使用" #: resources/templates/import_status.twig:2 #: resources/templates/user_password.twig:2 #: src/Controllers/JavaScriptMessagesController.php:411 -#: src/Export/Export.php:738 src/Html/Generator.php:849 +#: src/Export/Export.php:739 src/Html/Generator.php:849 #: src/Plugins/Schema/ExportRelationSchema.php:266 msgid "Back" msgstr "返回" @@ -3662,7 +3662,7 @@ msgstr "返回" #: resources/templates/preferences/manage/main.twig:11 #: resources/templates/server/status/monitor/index.twig:53 #: resources/templates/server/status/monitor/index.twig:69 -#: src/Config/Forms/User/ImportForm.php:58 src/Menu.php:250 src/Menu.php:357 +#: src/Config/Forms/User/ImportForm.php:59 src/Menu.php:250 src/Menu.php:357 #: src/Menu.php:474 src/Util.php:1367 src/Util.php:1382 src/Util.php:1399 msgid "Import" msgstr "匯入" @@ -3997,8 +3997,8 @@ msgstr "SQL 上載" #: resources/templates/server/export/index.twig:7 #: resources/templates/server/export/index.twig:14 #: resources/templates/server/privileges/user_properties.twig:20 -#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:728 -#: src/Config/Descriptions.php:739 src/Menu.php:440 src/Util.php:1362 +#: src/Config/ConfigFile.php:576 src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:737 src/Menu.php:440 src/Util.php:1362 msgid "Databases" msgstr "資料庫" @@ -4022,7 +4022,7 @@ msgid "Recent" msgstr "最近使用" #: resources/templates/navigation/tree/quick_warp.twig:16 -#: src/Config/Descriptions.php:835 +#: src/Config/Descriptions.php:834 msgid "Favorite tables" msgstr "最愛資料表" @@ -4058,17 +4058,17 @@ msgid "Features" msgstr "功能" #: resources/templates/preferences/header.twig:24 -#: src/Config/Descriptions.php:757 src/Config/Forms/User/SqlForm.php:38 +#: src/Config/Descriptions.php:755 src/Config/Forms/User/SqlForm.php:38 msgid "SQL queries" msgstr "SQL 查詢" #: resources/templates/preferences/header.twig:30 -#: src/Config/Descriptions.php:740 src/Config/Forms/User/NaviForm.php:57 +#: src/Config/Descriptions.php:738 src/Config/Forms/User/NaviForm.php:57 msgid "Navigation panel" msgstr "導覽面板" #: resources/templates/preferences/header.twig:36 -#: src/Config/Descriptions.php:744 src/Config/Forms/User/MainForm.php:76 +#: src/Config/Descriptions.php:742 src/Config/Forms/User/MainForm.php:76 msgid "Main panel" msgstr "主面板" @@ -4535,29 +4535,44 @@ msgstr "檢查「%s」資料庫的權限。" msgid "Check privileges" msgstr "檢查權限" -#: resources/templates/server/databases/index.twig:249 +#: resources/templates/server/databases/index.twig:244 +#, fuzzy, php-format +#| msgid "Run SQL query/queries on database %s" +msgid "Run SQL queries on database \"%s\"." +msgstr "在資料庫 %s 執行 SQL 查詢" + +#: resources/templates/server/databases/index.twig:245 +#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 +#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 +#: src/Config/Descriptions.php:753 src/Menu.php:219 src/Menu.php:327 +#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 +#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 +msgid "SQL" +msgstr "SQL" + +#: resources/templates/server/databases/index.twig:255 #: resources/templates/server/engines/_innodb_buffer_pool.twig:34 #: src/Controllers/JavaScriptMessagesController.php:293 msgid "Total:" msgstr "總計:" -#: resources/templates/server/databases/index.twig:294 +#: resources/templates/server/databases/index.twig:300 msgid "" "Note: Enabling the database statistics here might cause heavy traffic " "between the web server and the MySQL server." msgstr "" "注意:在此開啟資料庫統計,可能導致網頁伺服器和 MySQL 伺服器之間的流量驟增。" -#: resources/templates/server/databases/index.twig:296 -#: resources/templates/server/databases/index.twig:297 +#: resources/templates/server/databases/index.twig:302 +#: resources/templates/server/databases/index.twig:303 msgid "Enable statistics" msgstr "啟用統計資訊" -#: resources/templates/server/databases/index.twig:304 +#: resources/templates/server/databases/index.twig:310 msgid "No databases" msgstr "無資料庫" -#: resources/templates/server/databases/index.twig:314 +#: resources/templates/server/databases/index.twig:320 #: src/Controllers/JavaScriptMessagesController.php:337 msgid "Confirm" msgstr "確認" @@ -5648,7 +5663,7 @@ msgid "Current server:" msgstr "目前伺服器:" #: resources/templates/server/select/index.twig:6 -#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:742 +#: resources/templates/setup/home/index.twig:34 src/Config/Descriptions.php:740 msgid "Servers" msgstr "伺服器" @@ -5725,7 +5740,7 @@ msgid "Test:" msgstr "檢驗方式:" #: resources/templates/server/status/base.twig:6 -#: src/Config/Descriptions.php:936 +#: src/Config/Descriptions.php:934 msgid "Server" msgstr "伺服器" @@ -6342,7 +6357,7 @@ msgstr "顯示資料表單" msgid "Show hidden messages" msgstr "顯示隱藏訊息" -#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:866 +#: resources/templates/setup/home/index.twig:51 src/Config/Descriptions.php:865 msgid "Authentication type" msgstr "認證方式" @@ -6426,7 +6441,7 @@ msgid "Detailed profile" msgstr "效能分析明細" #: resources/templates/sql/profiling_chart.twig:11 -#: src/Config/Descriptions.php:965 +#: src/Config/Descriptions.php:963 msgid "Order" msgstr "排序" @@ -6489,7 +6504,7 @@ msgstr "研判結果。" #: src/Controllers/Table/Partition/RepairController.php:49 #: src/Controllers/Table/Partition/TruncateController.php:50 #: src/Controllers/Table/RelationController.php:147 -#: src/Database/Routines.php:1033 src/Display/Results.php:2974 +#: src/Database/Routines.php:1033 src/Display/Results.php:2968 #: src/Message.php:122 msgid "Your SQL query has been executed successfully." msgstr "SQL 查詢已順利執行。" @@ -6535,7 +6550,7 @@ msgstr "指令分割符號" msgid "Show this query here again" msgstr "在此再次顯示此查詢" -#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:923 +#: resources/templates/sql/query.twig:130 src/Config/Descriptions.php:922 msgid "Retain query box" msgstr "繼續顯示查詢框" @@ -7015,7 +7030,7 @@ msgid "Delete the view (DROP)" msgstr "刪除檢視表 (DROP)" #: resources/templates/table/page_with_secondary_tabs.twig:5 -#: src/Config/Descriptions.php:760 src/Plugins/Export/ExportPdf.php:170 +#: src/Config/Descriptions.php:758 src/Plugins/Export/ExportPdf.php:170 msgid "Table structure" msgstr "資料表結構" @@ -7179,32 +7194,32 @@ msgid "Index length" msgstr "索引長度" #: resources/templates/table/structure/display_partitions.twig:85 -#: src/Operations.php:526 +#: src/Operations.php:522 msgid "Analyze" msgstr "分析" #: resources/templates/table/structure/display_partitions.twig:95 -#: src/Operations.php:527 +#: src/Operations.php:523 msgid "Check" msgstr "檢查" #: resources/templates/table/structure/display_partitions.twig:105 -#: src/Operations.php:528 +#: src/Operations.php:524 msgid "Optimize" msgstr "最佳化" #: resources/templates/table/structure/display_partitions.twig:115 -#: src/Operations.php:529 +#: src/Operations.php:525 msgid "Rebuild" msgstr "重建" #: resources/templates/table/structure/display_partitions.twig:125 -#: src/Operations.php:530 +#: src/Operations.php:526 msgid "Repair" msgstr "修復" #: resources/templates/table/structure/display_partitions.twig:135 -#: src/Operations.php:531 +#: src/Operations.php:527 msgid "Truncate" msgstr "清空" @@ -8979,14 +8994,6 @@ msgctxt "Collation" msgid "Vietnamese" msgstr "越南文" -#: src/Config/ConfigFile.php:520 src/Config/ConfigFile.php:534 -#: src/Config/ConfigFile.php:588 src/Config/ConfigFile.php:598 -#: src/Config/Descriptions.php:755 src/Menu.php:219 src/Menu.php:327 -#: src/Menu.php:445 src/Navigation/Nodes/NodeTable.php:242 src/Util.php:1065 -#: src/Util.php:1363 src/Util.php:1378 src/Util.php:1395 -msgid "SQL" -msgstr "SQL" - #: src/Config/ConfigFile.php:545 src/Config/ConfigFile.php:557 #: src/Config/ConfigFile.php:565 msgid "Icons" @@ -9178,18 +9185,18 @@ msgstr "以上皆是" msgid "neither of the above" msgstr "以上皆非" -#: src/Config/Descriptions.php:61 src/Config/Descriptions.php:62 -#: src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:62 src/Config/Descriptions.php:63 +#: src/Config/Descriptions.php:64 msgid "Users cannot set a higher value" msgstr "使用者不能設定更大的值" -#: src/Config/Descriptions.php:76 +#: src/Config/Descriptions.php:77 msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "若啓用,在使用 cookie 認證方式時,使用者可任意輸入要連線的 MySQL 伺服器。" -#: src/Config/Descriptions.php:79 +#: src/Config/Descriptions.php:80 msgid "" "Restricts the MySQL servers the user can enter when a login to an arbitrary " "MySQL server is enabled by matching the IP or hostname of the MySQL server " @@ -9198,7 +9205,7 @@ msgstr "" "限制使用者登入任意 MySQL 伺服器時,該 MySQL 伺服器的 IP 或主機名稱需要符合指" "定的正規表示法。" -#: src/Config/Descriptions.php:84 +#: src/Config/Descriptions.php:85 msgid "" "Enabling this allows a page located on a different domain to call phpMyAdmin " "inside a frame, and is a potential [strong]security hole[/strong] allowing " @@ -9207,23 +9214,23 @@ msgstr "" "若啓用此功能,將允許其他網域的網頁透過框架頁使用 phpMyAdmin,此功能潛藏跨框架" "腳本(XSS)攻擊的[strong]安全漏洞[/strong]。" -#: src/Config/Descriptions.php:89 +#: src/Config/Descriptions.php:90 msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." msgstr "用來加密使用 [kbd]cookie[/kbd] 認證方式的 cookie 資料的加密密碼。" -#: src/Config/Descriptions.php:91 +#: src/Config/Descriptions.php:92 msgid "Enable bzip2 compression for import operations." msgstr "允許在匯入時使用 bzip2 壓縮。" -#: src/Config/Descriptions.php:92 +#: src/Config/Descriptions.php:93 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the URL for your reCAPTCHA v2 compatible API." msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入私密金鑰。" -#: src/Config/Descriptions.php:93 +#: src/Config/Descriptions.php:94 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "" @@ -9231,35 +9238,35 @@ msgid "" "API." msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入私密金鑰。" -#: src/Config/Descriptions.php:94 +#: src/Config/Descriptions.php:95 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter the request parameter used by your reCAPTCHA v2 compatible API." msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入私密金鑰。" -#: src/Config/Descriptions.php:95 +#: src/Config/Descriptions.php:96 msgid "Enter the response parameter used by your reCAPTCHA v2 compatible API." msgstr "輸入 reCAPTCHA v2 兼容 API 使用的請求參數。" -#: src/Config/Descriptions.php:96 +#: src/Config/Descriptions.php:97 #, fuzzy #| msgid "Enter your public key for your domain reCaptcha service." msgid "Enter your public key for the reCAPTCHA service on your domain." msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入公開金鑰。" -#: src/Config/Descriptions.php:97 +#: src/Config/Descriptions.php:98 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your private key for your domain reCAPTCHA service." msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入私密金鑰。" -#: src/Config/Descriptions.php:98 +#: src/Config/Descriptions.php:99 #, fuzzy #| msgid "Enter your private key for your domain reCaptcha service." msgid "Enter your siteverify URL for your reCAPTCHA service." msgstr "請為您的網域驗證碼 (reCaptcha) 服務輸入私密金鑰。" -#: src/Config/Descriptions.php:100 +#: src/Config/Descriptions.php:101 msgid "" "Defines which type of editing controls should be used for CHAR and VARCHAR " "columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" @@ -9268,7 +9275,7 @@ msgstr "" "定義在修改 CHAR 和 VARCHAR 類型欄位時,使用何種編輯元件:[kbd]文字方塊(input)" "[/kbd] - 可以限制輸入長度、[kbd]文字區塊(textarea)[/kbd] - 可以輸入多行資料。" -#: src/Config/Descriptions.php:105 +#: src/Config/Descriptions.php:106 msgid "" "Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " "highlighting and line numbers." @@ -9276,25 +9283,25 @@ msgstr "" "使用介面較簡便的 CodeMirror 編輯器來編輯 SQL 查詢語法(具語法凸顯和行號顯示功" "能)。" -#: src/Config/Descriptions.php:110 +#: src/Config/Descriptions.php:111 msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "在執行查詢之前,找出可能的錯誤。需要先啟用 CodeMirror。" -#: src/Config/Descriptions.php:113 +#: src/Config/Descriptions.php:114 msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "定義 CHAR 與 VARCHAR 欄位最少的輸入字數。" -#: src/Config/Descriptions.php:116 +#: src/Config/Descriptions.php:117 msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns." msgstr "定義 CHAR 與 VARCHAR 欄位最多的輸入字數。" -#: src/Config/Descriptions.php:119 +#: src/Config/Descriptions.php:120 msgid "" "Compress gzip exports on the fly without the need for much memory; if you " "encounter problems with created gzip files disable this feature." @@ -9302,44 +9309,44 @@ msgstr "" "使用 gzip 匯出時,啟用即時壓縮功能,可以大量減少使用記憶體;如果建立 gzip 壓" "縮檔案時發生錯誤,請停用該選項。" -#: src/Config/Descriptions.php:123 +#: src/Config/Descriptions.php:124 msgid "" "Whether a warning (\"Are your really sure…\") should be displayed when " "you're about to lose data." msgstr "當查詢會造成資料丟失時,是否顯示「是否真的要……」的警告訊息。" -#: src/Config/Descriptions.php:126 +#: src/Config/Descriptions.php:127 msgid "Autocomplete of the table and column names in the SQL queries." msgstr "自動完成 SQL 查詢的資料表與欄位名稱。" -#: src/Config/Descriptions.php:129 src/Config/Descriptions.php:133 -#: src/Config/Descriptions.php:137 src/Config/Descriptions.php:141 -#: src/Config/Descriptions.php:145 src/Config/Descriptions.php:149 -#: src/Config/Descriptions.php:153 src/Config/Descriptions.php:157 -#: src/Config/Descriptions.php:161 +#: src/Config/Descriptions.php:130 src/Config/Descriptions.php:134 +#: src/Config/Descriptions.php:138 src/Config/Descriptions.php:142 +#: src/Config/Descriptions.php:146 src/Config/Descriptions.php:150 +#: src/Config/Descriptions.php:154 src/Config/Descriptions.php:158 +#: src/Config/Descriptions.php:162 msgid "" "Values for options list for default transformations. These will be " "overwritten if transformation is filled in at table structure page." msgstr "預設轉換的選項清單值。若轉換已於資料表結構頁輸入,則此等值會被覆蓋。" -#: src/Config/Descriptions.php:165 +#: src/Config/Descriptions.php:166 msgid "" "Disable the table maintenance mass operations, like optimizing or repairing " "the selected tables of a database." msgstr "關閉資料表的大規模護養操作,例如資料庫某個選擇的資料表的最佳化或修復。" -#: src/Config/Descriptions.php:169 +#: src/Config/Descriptions.php:170 msgid "" "Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " "limit)." msgstr "設定 Script 允許執行的時間限制 (以秒計算,[kbd]0[/kbd] 為不設限)。" -#: src/Config/Descriptions.php:171 src/Config/Descriptions.php:708 +#: src/Config/Descriptions.php:172 src/Config/Descriptions.php:706 #: src/Plugins/Export/ExportSql.php:365 msgid "Exclude definition of current user" msgstr "排除當前的使用者定義" -#: src/Config/Descriptions.php:173 +#: src/Config/Descriptions.php:174 msgid "" "Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " "the referenced data, [kbd]id[/kbd] is the key value." @@ -9347,7 +9354,7 @@ msgstr "" "在外鍵下拉選單,項目的排序:[kbd]content[/kbd] 為關聯內容、[kbd]id[/kbd] 為鍵" "值。" -#: src/Config/Descriptions.php:177 +#: src/Config/Descriptions.php:178 msgid "" "Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " "for magic strings that can be used to get special values." @@ -9355,19 +9362,19 @@ msgstr "" "設定瀏覽器標題列顯示的文字。請參閱[doc@faq6-27]說明文件[/doc]的變數字串,用來" "替換為特殊內容。" -#: src/Config/Descriptions.php:182 +#: src/Config/Descriptions.php:183 msgid "" "Please note that phpMyAdmin is just a user interface and its features do not " "limit MySQL." msgstr "請注意 phpMyAdmin 僅提供使用者介面,並不會實際限制 MySQL 的執行。" -#: src/Config/Descriptions.php:185 +#: src/Config/Descriptions.php:186 msgid "" "Advanced server configuration, do not change these options unless you know " "what they are for." msgstr "進階伺服器設定,若不知道這些設定項目的用途,請不要修改。" -#: src/Config/Descriptions.php:188 +#: src/Config/Descriptions.php:189 msgid "" "Configure phpMyAdmin configuration storage to gain access to additional " "features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " @@ -9376,120 +9383,120 @@ msgstr "" "請設定 phpMyAdmin 設定儲存空間,以開啟其他進階功能;請參閱 [doc@linked-" "tables]phpMyAdmin 設定儲存空間[/doc]。" -#: src/Config/Descriptions.php:193 +#: src/Config/Descriptions.php:194 msgid "" "Tracking of changes made in database. Requires the phpMyAdmin configuration " "storage." msgstr "追蹤資料庫的修改。需要 phpMyAdmin 設定儲存空間。" -#: src/Config/Descriptions.php:196 +#: src/Config/Descriptions.php:197 msgid "Customize browse mode." msgstr "自訂瀏覽模式。" -#: src/Config/Descriptions.php:197 src/Config/Descriptions.php:198 -#: src/Config/Descriptions.php:205 src/Config/Descriptions.php:211 -#: src/Config/Descriptions.php:212 src/Config/Descriptions.php:217 +#: src/Config/Descriptions.php:198 src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:206 src/Config/Descriptions.php:212 +#: src/Config/Descriptions.php:213 src/Config/Descriptions.php:218 msgid "Customize default options." msgstr "自定預設選項。" -#: src/Config/Descriptions.php:199 +#: src/Config/Descriptions.php:200 msgid "Settings for phpMyAdmin developers." msgstr "phpMyAdmin 開發設定。" -#: src/Config/Descriptions.php:200 +#: src/Config/Descriptions.php:201 msgid "Customize edit mode." msgstr "自訂編輯模式。" -#: src/Config/Descriptions.php:201 +#: src/Config/Descriptions.php:202 msgid "Customize default export options." msgstr "自訂匯出選項的預設值。" -#: src/Config/Descriptions.php:202 +#: src/Config/Descriptions.php:203 msgid "Set some commonly used options." msgstr "設定某些常用選項。" -#: src/Config/Descriptions.php:203 +#: src/Config/Descriptions.php:204 msgid "Customize default common import options." msgstr "自訂常用匯入選項的預設值。" -#: src/Config/Descriptions.php:204 +#: src/Config/Descriptions.php:205 msgid "Set import and export directories and compression options." msgstr "設定匯入和匯出資料夾,以及壓縮選項。" -#: src/Config/Descriptions.php:206 +#: src/Config/Descriptions.php:207 msgid "Databases display options." msgstr "資料庫顯示選項。" -#: src/Config/Descriptions.php:207 +#: src/Config/Descriptions.php:208 msgid "Customize appearance of the navigation panel." msgstr "自訂導覽面版外觀。" -#: src/Config/Descriptions.php:208 +#: src/Config/Descriptions.php:209 msgid "Customize the navigation tree." msgstr "自訂導覽樹。" -#: src/Config/Descriptions.php:209 +#: src/Config/Descriptions.php:210 msgid "Servers display options." msgstr "伺服器顯示選項。" -#: src/Config/Descriptions.php:210 +#: src/Config/Descriptions.php:211 msgid "Tables display options." msgstr "資料表顯示選項。" -#: src/Config/Descriptions.php:213 +#: src/Config/Descriptions.php:214 msgid "Settings that didn't fit anywhere else." msgstr "其他設定。" -#: src/Config/Descriptions.php:214 +#: src/Config/Descriptions.php:215 msgid "Authentication settings." msgstr "認證設定。" -#: src/Config/Descriptions.php:215 +#: src/Config/Descriptions.php:216 msgid "Enter server connection parameters." msgstr "請輸入伺服器連線參數。" -#: src/Config/Descriptions.php:216 +#: src/Config/Descriptions.php:217 msgid "Customize links shown in SQL Query boxes." msgstr "自訂顯示在 SQL 查詢框的連結。" -#: src/Config/Descriptions.php:218 +#: src/Config/Descriptions.php:219 msgid "SQL queries settings." msgstr "SQL 語法設定。" -#: src/Config/Descriptions.php:219 +#: src/Config/Descriptions.php:220 msgid "Customize startup page." msgstr "自訂首頁。" -#: src/Config/Descriptions.php:220 +#: src/Config/Descriptions.php:221 msgid "" "Choose which details to show in the database structure (list of tables)." msgstr "請選擇要顯示在資料庫結構頁的明細資料 (資料表清單)。" -#: src/Config/Descriptions.php:221 +#: src/Config/Descriptions.php:222 msgid "Settings for the table structure (list of columns)." msgstr "資料表結構設定 (欄位清單)。" -#: src/Config/Descriptions.php:222 +#: src/Config/Descriptions.php:223 msgid "Choose how you want tabs to work." msgstr "請選擇分頁的顯示方式。" -#: src/Config/Descriptions.php:223 +#: src/Config/Descriptions.php:224 msgid "Customize text input fields." msgstr "自訂文字輸入欄位。" -#: src/Config/Descriptions.php:224 +#: src/Config/Descriptions.php:225 msgid "Customize default options" msgstr "自定預設選項" -#: src/Config/Descriptions.php:225 +#: src/Config/Descriptions.php:226 msgid "Disable some of the warnings shown by phpMyAdmin." msgstr "停用部分 phpMyAdmin 發出的警告訊息。" -#: src/Config/Descriptions.php:227 +#: src/Config/Descriptions.php:228 msgid "Enable gzip compression for import and export operations." msgstr "匯入和匯出時使用 gzip 壓縮。" -#: src/Config/Descriptions.php:229 +#: src/Config/Descriptions.php:230 msgid "" "If enabled, phpMyAdmin continues computing multiple-statement queries even " "if one of the queries failed." @@ -9497,7 +9504,7 @@ msgstr "" "如果開啟此選項,在執行多條指令查詢的時候,即使有指令發生錯誤,phpMyAdmin 仍會" "繼續執行其他的指令。" -#: src/Config/Descriptions.php:233 +#: src/Config/Descriptions.php:234 msgid "" "Allow interrupt of import in case script detects it is close to time limit. " "This might be a good way to import large files, however it can break " @@ -9506,7 +9513,7 @@ msgstr "" "允許程式在偵測到執行時間快到上限時,自動中斷匯入。若要匯入大型檔案,這是很好" "的做法,不過使用這種方法會破壞指令中的交易事件。" -#: src/Config/Descriptions.php:238 +#: src/Config/Descriptions.php:239 msgid "" "Default format; be aware that this list depends on location (database, " "table) and only SQL is always available." @@ -9514,15 +9521,15 @@ msgstr "" "預設格式;請注意此清單內容會依據位置(資料庫或資料表)不同而改變,僅 SQL 部份不" "會有所影響。" -#: src/Config/Descriptions.php:241 src/Config/Descriptions.php:242 +#: src/Config/Descriptions.php:242 src/Config/Descriptions.php:243 msgid "Update data when duplicate keys found on import" msgstr "匯入時若發現重複鍵值,則更新已有的資料" -#: src/Config/Descriptions.php:243 +#: src/Config/Descriptions.php:244 msgid "Number of queries to skip from start." msgstr "自文件開首略過的查詢數。" -#: src/Config/Descriptions.php:245 +#: src/Config/Descriptions.php:246 msgid "" "If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " "only occurs for the current server. Setting this to FALSE makes it easy to " @@ -9532,13 +9539,13 @@ msgstr "" "前伺服器起作用。如果設為 FALSE,在登入多台伺服器的時候,很可能會使您忘記登出" "其他伺服器。" -#: src/Config/Descriptions.php:250 +#: src/Config/Descriptions.php:251 msgid "" "Define whether the previous login should be recalled or not in [kbd]cookie[/" "kbd] authentication mode." msgstr "在 [kbd]cookie[/kbd] 認證模式,是否顯示上次登入的帳號。" -#: src/Config/Descriptions.php:254 +#: src/Config/Descriptions.php:255 msgid "" "Defines how long (in seconds) a login cookie should be stored in browser. " "The default of 0 means that it will be kept for the existing session only, " @@ -9548,23 +9555,23 @@ msgstr "" "設定瀏覽器儲存登入用的 cookie 的時間(秒)。預設為 0,代表不保留 cookie,瀏覽器" "關閉即刪除;建議在不安全的環境下使用此設定。" -#: src/Config/Descriptions.php:260 +#: src/Config/Descriptions.php:261 msgid "Maximum number of characters used when a SQL query is displayed." msgstr "顯示 SQL 指令時最多顯示的字數。" -#: src/Config/Descriptions.php:263 +#: src/Config/Descriptions.php:264 msgid "" "The number of items that can be displayed on each page on the first level of " "the navigation tree." msgstr "導覽樹每一頁可以顯示的第一層項目數量。" -#: src/Config/Descriptions.php:266 +#: src/Config/Descriptions.php:267 msgid "" "The number of items that can be displayed on each page of the navigation " "tree." msgstr "導覽樹每一頁可以顯示的項目數量。" -#: src/Config/Descriptions.php:269 +#: src/Config/Descriptions.php:270 msgid "" "Number of rows displayed when browsing a result set. If the result set " "contains more rows, \"Previous\" and \"Next\" links will be shown." @@ -9572,7 +9579,7 @@ msgstr "" "瀏覽查詢結果時,一次最多顯示的列數。如果結果超過此列數,則會顯示「上一頁」和" "「下一頁」的連結。" -#: src/Config/Descriptions.php:274 +#: src/Config/Descriptions.php:275 msgid "" "The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] " "([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." @@ -9580,92 +9587,92 @@ msgstr "" "執行 script 時可配置的記憶體大小,例如 [kbd]32MB[/kbd] ([kbd]-1[/kbd] 為不限" "制、[kbd]0[/kbd] 為不作變更)。" -#: src/Config/Descriptions.php:278 +#: src/Config/Descriptions.php:279 msgid "In the navigation panel, replaces the database tree with a selector" msgstr "於導覽面版,將資料庫樹狀選單改為下拉式選單" -#: src/Config/Descriptions.php:281 +#: src/Config/Descriptions.php:282 msgid "Link with main panel by highlighting the current database or table." msgstr "在主面板凸顯目前的資料庫或資料表。" -#: src/Config/Descriptions.php:284 +#: src/Config/Descriptions.php:285 msgid "" "Open the linked page in the main window ([code]main[/code]) or in a new one " "([code]new[/code])." msgstr "" "以主視窗 ([code]main[/code]) 還是新視窗 ([code]new[/code]) 開啟目標連結。" -#: src/Config/Descriptions.php:287 +#: src/Config/Descriptions.php:288 msgid "" "Defines the minimum number of items (tables, views, routines and events) to " "display a filter box." msgstr "設定篩選框要顯示的項目最小數量 (資料表、檢視表、預存程序和事件) 。" -#: src/Config/Descriptions.php:290 +#: src/Config/Descriptions.php:291 msgid "" "Group items in the navigation tree (determined by the separator defined in " "the Databases and Tables tabs above)." msgstr "" "將導覽樹內的項目分組 (依上方「資料庫與資料表」分頁定義的分隔符號來分組)。" -#: src/Config/Descriptions.php:294 +#: src/Config/Descriptions.php:295 msgid "" "Whether to offer the possibility of tree expansion in the navigation panel." msgstr "於導覽面版,是否提供樹狀選單的展開功能。" -#: src/Config/Descriptions.php:297 +#: src/Config/Descriptions.php:298 msgid "Whether to show procedures under database in the navigation tree" msgstr "在導覽樹,是否於資料庫底下顯示預存程序" -#: src/Config/Descriptions.php:300 +#: src/Config/Descriptions.php:301 msgid "Whether to expand single database in the navigation tree automatically." msgstr "是否於導覽樹自動展開單一資料庫。" -#: src/Config/Descriptions.php:302 +#: src/Config/Descriptions.php:303 msgid "Set to 0 to collapse navigation panel." msgstr "設為 0 則摺疊導覽面板。" -#: src/Config/Descriptions.php:303 +#: src/Config/Descriptions.php:304 msgid "Show logo in navigation panel." msgstr "在導覽面板顯示標誌。" -#: src/Config/Descriptions.php:304 +#: src/Config/Descriptions.php:305 msgid "URL where logo in the navigation panel will point to." msgstr "導覽面板標誌所連結的網址。" -#: src/Config/Descriptions.php:305 +#: src/Config/Descriptions.php:306 msgid "Display server choice at the top of the navigation panel." msgstr "在導覽面板上方,顯示伺服器清單。" -#: src/Config/Descriptions.php:306 +#: src/Config/Descriptions.php:307 msgid "String that separates databases into different tree levels." msgstr "會依據此分隔符號,將資料庫分為不同階層的樹狀。" -#: src/Config/Descriptions.php:307 +#: src/Config/Descriptions.php:308 msgid "String that separates tables into different tree levels." msgstr "會依據此分隔符號將資料表分為不同階層的樹狀。" -#: src/Config/Descriptions.php:308 +#: src/Config/Descriptions.php:309 msgid "Highlight server under the mouse cursor." msgstr "當滑鼠指標移至伺服器上時,將之凸顯。" -#: src/Config/Descriptions.php:309 +#: src/Config/Descriptions.php:310 msgid "Whether to show tables under database in the navigation tree" msgstr "在導覽樹,是否於資料庫底下顯示資料表" -#: src/Config/Descriptions.php:310 +#: src/Config/Descriptions.php:311 msgid "Whether to show views under database in the navigation tree" msgstr "在導覽樹,是否於資料庫底下顯示檢視表" -#: src/Config/Descriptions.php:311 +#: src/Config/Descriptions.php:312 msgid "Whether to show functions under database in the navigation tree" msgstr "在導覽樹,是否於資料庫底下顯示函式" -#: src/Config/Descriptions.php:312 +#: src/Config/Descriptions.php:313 msgid "Whether to show events under database in the navigation tree" msgstr "在導覽樹,是否於資料庫底下顯示事件" -#: src/Config/Descriptions.php:314 +#: src/Config/Descriptions.php:315 msgid "" "[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " "DATETIME and TIMESTAMP, ascending order otherwise." @@ -9673,7 +9680,7 @@ msgstr "" "[kbd]SMART[/kbd] - 即是對 TIME、DATE、DATETIME 和 TIMESTAMP 類型的欄位遞減排" "序,其他欄位遞增。" -#: src/Config/Descriptions.php:318 +#: src/Config/Descriptions.php:319 msgid "" "Disable the default warning that is displayed on the database details " "Structure page if any of the required tables for the phpMyAdmin " @@ -9682,14 +9689,14 @@ msgstr "" "關閉在缺少 phpMyAdmin 設定儲存空間所需資料表時,在資料庫明細結構頁面中顯示的" "預設警告訊息。" -#: src/Config/Descriptions.php:323 +#: src/Config/Descriptions.php:324 msgid "" "Disable the default warning that is displayed on the Structure page if " "column names in a table are reserved MySQL words." msgstr "" "關閉當資料表欄位名稱是 MySQL 保留字時,「結構」頁面顯示的預設警告訊息。" -#: src/Config/Descriptions.php:327 +#: src/Config/Descriptions.php:328 msgid "" "Enable if you want DB-based query history (requires phpMyAdmin configuration " "storage). If disabled, this utilizes JS-routines to display query history " @@ -9699,17 +9706,17 @@ msgstr "" "此功能。若不使用,將會採用 Javascript 來保存查詢歷史記錄 (只會保留至瀏覽器關" "閉為止)。" -#: src/Config/Descriptions.php:331 +#: src/Config/Descriptions.php:332 msgid "Allow users to create bookmarks that are available for all other users" msgstr "" -#: src/Config/Descriptions.php:333 +#: src/Config/Descriptions.php:334 msgid "" "Sets the effective timezone; possibly different than the one from your " "database server" msgstr "設定有效的時區;可能與資料庫伺服器的有所不同" -#: src/Config/Descriptions.php:336 +#: src/Config/Descriptions.php:337 msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" @@ -9717,13 +9724,13 @@ msgstr "" "不需支援 [doc@bookmarks@]書籤[/doc] 功能時請留空;建議使用 " "[kbd]pma__bookmark[/kbd]" -#: src/Config/Descriptions.php:339 +#: src/Config/Descriptions.php:340 msgid "" "Leave blank for no column comments/media types, suggested: " "[kbd]pma__column_info[/kbd]." msgstr "無欄位備註/媒體類型時留空白;建議使用 [kbd]pma__column_info[/kbd]。" -#: src/Config/Descriptions.php:342 +#: src/Config/Descriptions.php:343 msgid "" "A special MySQL user configured with limited permissions, more information " "available on [doc@linked-tables]documentation[/doc]." @@ -9731,20 +9738,20 @@ msgstr "" "只擁有部份權限的 MySQL 特殊使用者,詳情請參閱[doc@linked-tables]說明文件[/" "doc]。" -#: src/Config/Descriptions.php:346 +#: src/Config/Descriptions.php:347 msgid "" "An alternate host to hold the configuration storage; leave blank to use the " "already defined host." msgstr "設定儲存空間的備用主機位置;若不使用備用主機,請留空。" -#: src/Config/Descriptions.php:349 +#: src/Config/Descriptions.php:350 msgid "" "An alternate port to connect to the host that holds the configuration " "storage; leave blank to use the default port, or the already defined port, " "if the controlhost equals host." msgstr "設定儲存空間主機的備用連接埠;若使用預設值或不修改,請留空。" -#: src/Config/Descriptions.php:354 +#: src/Config/Descriptions.php:355 msgid "" "More information on [a@https://github.com/phpmyadmin/phpmyadmin/" "issues/8970]phpMyAdmin issue tracker[/a] and [a@https://bugs.mysql." @@ -9754,32 +9761,32 @@ msgstr "" "issues/8970]phpMyAdmin 問題追蹤系統[/a]與 [a@https://bugs.mysql." "com/19588]MySQL 問題回報[/a]" -#: src/Config/Descriptions.php:358 +#: src/Config/Descriptions.php:359 msgid "" "Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" "kbd]." msgstr "如不使用 SQL 查詢歷史功能,請留空。建議值:[kbd]pma__history[/kbd]。" -#: src/Config/Descriptions.php:361 +#: src/Config/Descriptions.php:362 msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed." msgstr "儲存於資料庫的資料表偏好設定數量限制,超過數量會從最舊的項目自動移除。" -#: src/Config/Descriptions.php:365 +#: src/Config/Descriptions.php:366 msgid "" "Leave blank for no export template support, suggested: " "[kbd]pma__export_templates[/kbd]." msgstr "如不支援匯出模板,請留空。建議值:[kbd]pma__export_templates[/kbd]。" -#: src/Config/Descriptions.php:368 +#: src/Config/Descriptions.php:369 msgid "" "Leave blank for no central columns support, suggested: " "[kbd]pma__central_columns[/kbd]." msgstr "" "如不支援中央欄位功能,請留空。建議值:[kbd]pma__central_columns[/kbd]。" -#: src/Config/Descriptions.php:371 +#: src/Config/Descriptions.php:372 msgid "" "You can use MySQL wildcard characters (% and _), escape them if you want to " "use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " @@ -9788,12 +9795,12 @@ msgstr "" "可以使用 MySQL 萬用字元 (% 和 _),如果想要表示萬用字元本身,請在前面加上反斜" "線。例:用 [kbd]'my\\_db'[/kbd] 而非 [kbd]'my_db'[/kbd]。" -#: src/Config/Descriptions.php:376 +#: src/Config/Descriptions.php:377 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." msgstr "如不支援 PDF 綱要功能,請留空。建議值:[kbd]pma__pdf_pages[/kbd]。" -#: src/Config/Descriptions.php:379 +#: src/Config/Descriptions.php:380 msgid "" "Database used for relations, bookmarks, and PDF features. See [doc@linked-" "tables]pmadb[/doc] for complete information. Leave blank for no support. " @@ -9802,13 +9809,13 @@ msgstr "" "關聯、書籤與 PDF 功能所使用的資料庫。完整資訊請參閱 [doc@linked-" "tables]pmadb[/doc]。留空則關閉此功能,建議值:[kbd]phpmyadmin[/kbd]。" -#: src/Config/Descriptions.php:384 +#: src/Config/Descriptions.php:385 msgid "" "Leave blank for no \"persistent\" recently used tables across sessions, " "suggested: [kbd]pma__recent[/kbd]." msgstr "如不想自動使用最近的資料表,請留空。建議值:[kbd]pma_config[/kbd]。" -#: src/Config/Descriptions.php:388 +#: src/Config/Descriptions.php:389 msgid "" "Leave blank for no \"persistent\" favorite tables across sessions, " "suggested: [kbd]pma__favorite[/kbd]." @@ -9816,7 +9823,7 @@ msgstr "" "如不想下次登入時,自動使用最愛資料表,請留空。建議值:[kbd]pma__favorite[/" "kbd]。" -#: src/Config/Descriptions.php:392 +#: src/Config/Descriptions.php:393 msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." @@ -9824,25 +9831,25 @@ msgstr "" "如不使用 [doc@relations@]關聯連結[/doc] 功能,請留空。建議值:" "[kbd]pma__relation[/kbd]。" -#: src/Config/Descriptions.php:397 +#: src/Config/Descriptions.php:398 msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "請參閱[doc@authentication-modes]認證模式[/doc]的範例。" -#: src/Config/Descriptions.php:400 +#: src/Config/Descriptions.php:401 msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" "kbd]." msgstr "如不使用 PDF 綱要功能,請留空。建議值:[kbd]pma__table_coords[/kbd]。" -#: src/Config/Descriptions.php:403 +#: src/Config/Descriptions.php:404 msgid "" "Table to describe the display columns, leave blank for no support; " "suggested: [kbd]pma__table_info[/kbd]." msgstr "" "如不使用以表格說明顯示的欄位,請留空。建議值:[kbd]pma__table_info[/kbd]。" -#: src/Config/Descriptions.php:407 +#: src/Config/Descriptions.php:408 msgid "" "Leave blank for no \"persistent\" tables' UI preferences across sessions, " "suggested: [kbd]pma__table_uiprefs[/kbd]." @@ -9850,49 +9857,49 @@ msgstr "" "如不在資料表儲存跨工作階段的介面偏好設定,請留空。建議值:[kbd]pma__config[/" "kbd]。" -#: src/Config/Descriptions.php:411 +#: src/Config/Descriptions.php:412 msgid "" "Whether a DROP DATABASE IF EXISTS statement will be added as first line to " "the log when creating a database." msgstr "" "設定當資料庫建立時,是否在記錄檔第一行加上 DROP DATABASE IF EXISTS 指令。" -#: src/Config/Descriptions.php:415 +#: src/Config/Descriptions.php:416 msgid "" "Whether a DROP TABLE IF EXISTS statement will be added as first line to the " "log when creating a table." msgstr "設定當資料表建立時,是否在記錄檔前面加上 DROP TABLE IF EXISTS 指令。" -#: src/Config/Descriptions.php:419 +#: src/Config/Descriptions.php:420 msgid "" "Whether a DROP VIEW IF EXISTS statement will be added as first line to the " "log when creating a view." msgstr "設定當檢視表建立時,是否在記錄檔前面加上 DROP VIEW IF EXISTS 指令。" -#: src/Config/Descriptions.php:423 +#: src/Config/Descriptions.php:424 msgid "Defines the list of statements the auto-creation uses for new versions." msgstr "為新版的「自動建立指令」指定清單。" -#: src/Config/Descriptions.php:426 +#: src/Config/Descriptions.php:427 msgid "" "Leave blank for no SQL query tracking support, suggested: " "[kbd]pma__tracking[/kbd]." msgstr "如不使用 SQL 查詢追蹤功能,請留空。建議值:[kbd]pma__tracking[/kbd]。" -#: src/Config/Descriptions.php:429 +#: src/Config/Descriptions.php:430 msgid "" "Whether the tracking mechanism creates versions for tables and views " "automatically." msgstr "設定追蹤系統是否自動為資料表和檢視表建立版本。" -#: src/Config/Descriptions.php:432 +#: src/Config/Descriptions.php:433 msgid "" "Leave blank for no user preferences storage in database, suggested: " "[kbd]pma__userconfig[/kbd]." msgstr "" "如不在資料庫儲存使用者偏好設定,請留空。建議值:[kbd]pma__config[/kbd]。" -#: src/Config/Descriptions.php:435 +#: src/Config/Descriptions.php:436 msgid "" "Both this table and the user groups table are required to enable the " "configurable menus feature; leaving either one of them blank will disable " @@ -9901,7 +9908,7 @@ msgstr "" "若要啟用「可設定選單功能」,必須要有此資料表與使用者群組資料表;若有一個欄位" "未填,則會停用此功能。建議值:[kbd]pma__users[/kbd]。" -#: src/Config/Descriptions.php:440 +#: src/Config/Descriptions.php:441 msgid "" "Both this table and the users table are required to enable the configurable " "menus feature; leaving either one of them blank will disable this feature, " @@ -9910,7 +9917,7 @@ msgstr "" "若要啟用「可設定選單功能」,必須要有此資料表與使用者資料表;若有一個欄位未" "填,則會停用此功能。建議值:[kbd]pma__usergroups[/kbd]。" -#: src/Config/Descriptions.php:445 +#: src/Config/Descriptions.php:446 msgid "" "Leave blank to disable the feature to hide and show navigation items, " "suggested: [kbd]pma__navigationhiding[/kbd]." @@ -9918,57 +9925,57 @@ msgstr "" "如要停用隱藏和顯示導覽項目的功能,請留空。建議值:" "[kbd]pma__navigationhiding[/kbd]。" -#: src/Config/Descriptions.php:449 +#: src/Config/Descriptions.php:450 msgid "" "A user-friendly description of this server. Leave blank to display the " "hostname instead." msgstr "請填寫易於使用者理解的伺服器說明;留空則會顯示主機名稱。" -#: src/Config/Descriptions.php:451 +#: src/Config/Descriptions.php:452 msgid "Leave blank if not used." msgstr "若不使用,請留空。" -#: src/Config/Descriptions.php:452 +#: src/Config/Descriptions.php:453 msgid "Leave blank for defaults." msgstr "若使用預設值,請留空。" -#: src/Config/Descriptions.php:453 +#: src/Config/Descriptions.php:454 msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." msgstr "使用 HTTP 基本認證時,顯示給使用者的提示資訊。" -#: src/Config/Descriptions.php:454 +#: src/Config/Descriptions.php:455 msgid "Authentication method to use." msgstr "要使用的認證方式。" -#: src/Config/Descriptions.php:455 +#: src/Config/Descriptions.php:456 msgid "Compress connection to MySQL server." msgstr "連線到 MySQL 伺服器時,使用資料壓縮。" -#: src/Config/Descriptions.php:456 +#: src/Config/Descriptions.php:457 msgid "Hide databases matching regular expression (PCRE)." msgstr "如果資料庫名稱符合此正規表示法(PCRE),則將該資料庫隱藏。" -#: src/Config/Descriptions.php:457 +#: src/Config/Descriptions.php:458 msgid "Hostname where MySQL server is running." msgstr "正在執行 MySQL 伺服器的主機名稱。" -#: src/Config/Descriptions.php:458 src/Config/Descriptions.php:462 +#: src/Config/Descriptions.php:459 src/Config/Descriptions.php:463 msgid "Leave empty if not using config auth." msgstr "如不使用 config 認證方式,請留空。" -#: src/Config/Descriptions.php:459 +#: src/Config/Descriptions.php:460 msgid "Port on which MySQL server is listening, leave empty for default." msgstr "MySQL 伺服器監聽的連接埠,留空則使用預設值。" -#: src/Config/Descriptions.php:460 +#: src/Config/Descriptions.php:461 msgid "Socket on which MySQL server is listening, leave empty for default." msgstr "MySQL 伺服器監聽的套接字(socket),留空則使用預設值。" -#: src/Config/Descriptions.php:461 +#: src/Config/Descriptions.php:462 msgid "Enable SSL for connection to MySQL server." msgstr "使用 SSL 連線到 MySQL 伺服器。" -#: src/Config/Descriptions.php:464 +#: src/Config/Descriptions.php:465 msgid "" "Please note that enabling this has no effect with [kbd]config[/kbd] " "authentication mode because the password is hard coded in the configuration " @@ -9977,27 +9984,27 @@ msgstr "" "注意:該選項不影響 [kbd]config[/kbd] 認證方式,因為密碼是儲存在設定檔案;該選" "項也不限制直接執行可實現相同功能的指令。" -#: src/Config/Descriptions.php:469 +#: src/Config/Descriptions.php:470 msgid "Show or hide a column displaying the Creation timestamp for all tables." msgstr "顯示或隱藏所有資料表欄位建立的時間。" -#: src/Config/Descriptions.php:472 +#: src/Config/Descriptions.php:473 msgid "" "Show or hide a column displaying the Last update timestamp for all tables." msgstr "顯示或隱藏所有資料表的最後更新時間欄位。" -#: src/Config/Descriptions.php:475 +#: src/Config/Descriptions.php:476 msgid "" "Show or hide a column displaying the Last check timestamp for all tables." msgstr "顯示或隱藏所有資料表的最後檢查時間欄位。" -#: src/Config/Descriptions.php:478 +#: src/Config/Descriptions.php:479 msgid "" "Defines whether or not type fields should be initially displayed in edit/" "insert mode." msgstr "定義在編輯/新增模式最初是否顯示欄位類型。" -#: src/Config/Descriptions.php:481 +#: src/Config/Descriptions.php:482 msgid "" "Shows link to [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()" "[/a] output." @@ -10005,47 +10012,41 @@ msgstr "" "顯示連結至 [a@https://www.php.net/manual/en/function.phpinfo.php]phpinfo()[/" "a] 的輸出。" -#: src/Config/Descriptions.php:483 +#: src/Config/Descriptions.php:484 msgid "Whether a user should be displayed a \"show all (rows)\" button." msgstr "是否顯示「顯示全部資料列」的按鈕。" -#: src/Config/Descriptions.php:484 +#: src/Config/Descriptions.php:485 msgid "Show or hide a column displaying the comments for all tables." msgstr "顯示或隱藏所有資料表的備註欄位。" -#: src/Config/Descriptions.php:485 +#: src/Config/Descriptions.php:486 msgid "Show or hide a column displaying the charset for all tables." msgstr "顯示或隱藏所有資料表字元集的欄位。" -#: src/Config/Descriptions.php:486 +#: src/Config/Descriptions.php:487 msgid "Display the function fields in edit/insert mode." msgstr "在編輯/新增模式顯示函式欄位。" -#: src/Config/Descriptions.php:487 +#: src/Config/Descriptions.php:488 msgid "Whether to show hint or not." msgstr "是否顯示使用提示。" -#: src/Config/Descriptions.php:488 +#: src/Config/Descriptions.php:489 msgid "" "Defines whether SQL queries generated by phpMyAdmin should be displayed." msgstr "決定是否顯示 phpMyAdmin 產生的 SQL 指令。" -#: src/Config/Descriptions.php:489 +#: src/Config/Descriptions.php:490 msgid "Allow to display database and table statistics (e.g. space usage)." msgstr "允許顯示資料庫和資料表的統計資訊 (如:空間使用情況)。" -#: src/Config/Descriptions.php:491 +#: src/Config/Descriptions.php:492 msgid "" "Mark used tables and make it possible to show databases with locked tables." msgstr "標注使用過的資料表,並且顯示帶有已鎖定的資料表的資料庫。" -#: src/Config/Descriptions.php:494 -msgid "" -"Disable the default warning that is displayed on the main page if Suhosin is " -"detected." -msgstr "關閉在檢測到 Suhosin 時在首頁顯示的預設警告訊息。" - -#: src/Config/Descriptions.php:497 +#: src/Config/Descriptions.php:495 msgid "" "Disable the default warning that is displayed on the main page if the value " "of the PHP setting session.gc_maxlifetime is less than the value of " @@ -10054,19 +10055,19 @@ msgstr "" "關閉在 PHP 設定 session.gc_maxlifetime 小於 `LoginCookieValidity` 時在首頁顯" "示的預設警告訊息。" -#: src/Config/Descriptions.php:502 +#: src/Config/Descriptions.php:500 msgid "" "Textarea size (columns) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "編輯模式的文字框大小 (欄數),此值將用於 SQL 查詢文字框 (*2)。" -#: src/Config/Descriptions.php:505 +#: src/Config/Descriptions.php:503 msgid "" "Textarea size (rows) in edit mode, this value will be emphasized for SQL " "query textareas (*2)." msgstr "編輯模式的文字框大小 (列數),此值將用於 SQL 查詢文字框 (*2)。" -#: src/Config/Descriptions.php:508 +#: src/Config/Descriptions.php:506 msgid "" "Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " "specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" @@ -10077,13 +10078,13 @@ msgstr "" "信任來自 1.2.3.4 代理伺服器所發出的 HTTP_X_FORWARDED_FOR (X-Forwarded-For) 標" "頭:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]。" -#: src/Config/Descriptions.php:514 +#: src/Config/Descriptions.php:512 msgid "" "When disabled, users cannot set any of the options below, regardless of the " "checkbox on the right." msgstr "停用時,不管右側的複選框有何設定,使用者都不能設定以下選項。" -#: src/Config/Descriptions.php:517 +#: src/Config/Descriptions.php:515 #, fuzzy #| msgid "" #| "The url of the proxy to be used when retrieving the information about the " @@ -10100,7 +10101,7 @@ msgstr "" "若您的伺服器所在位置無法直接存取網際網路,將會需要此設定。格式為:「主機名稱:" "連接埠」。" -#: src/Config/Descriptions.php:523 +#: src/Config/Descriptions.php:521 msgid "" "The username for authenticating with the proxy. By default, no " "authentication is performed. If a username is supplied, Basic Authentication " @@ -10109,13 +10110,13 @@ msgstr "" "使用代理伺服器時,進行身份驗證(登入)的使用者名稱。預設不作登入;但若提供了" "使用者名稱,則會執行基本驗證。目前不支援其他類型的身份驗證。" -#: src/Config/Descriptions.php:529 +#: src/Config/Descriptions.php:527 msgid "" "Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " "will be inserted with Shift+Enter." msgstr "按下 Enter 時執行查詢(而非使用 Ctrl+Enter)。換行請用 Shift+Enter。" -#: src/Config/Descriptions.php:533 +#: src/Config/Descriptions.php:531 #, fuzzy #| msgid "" #| "Enable Zero Configuration mode which lets you setup phpMyAdmin " @@ -10125,372 +10126,372 @@ msgid "" "configuration storage tables automatically." msgstr "開啟零設定模式,可令系統自動設置 phpMyAdmin 設定空間資料表。" -#: src/Config/Descriptions.php:536 +#: src/Config/Descriptions.php:534 msgid "Highlight selected rows." msgstr "凸顯所選的資料列。" -#: src/Config/Descriptions.php:537 +#: src/Config/Descriptions.php:535 msgid "Highlight row pointed by the mouse cursor." msgstr "凸顯滑鼠指標所指的資料列。" -#: src/Config/Descriptions.php:538 +#: src/Config/Descriptions.php:536 msgid "Number of columns for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR 文字框寬度 (字數)。" -#: src/Config/Descriptions.php:539 +#: src/Config/Descriptions.php:537 msgid "Number of rows for CHAR/VARCHAR textareas." msgstr "CHAR/VARCHAR 文字框列數。" -#: src/Config/Descriptions.php:540 +#: src/Config/Descriptions.php:538 msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "記錄 SQL 查詢與其執行時間,並顯示在主控台" -#: src/Config/Descriptions.php:541 +#: src/Config/Descriptions.php:539 msgid "Tab that is displayed when entering a database." msgstr "在進入資料庫頁面時,預設顯示的分頁。" -#: src/Config/Descriptions.php:542 +#: src/Config/Descriptions.php:540 msgid "Tab that is displayed when entering a server." msgstr "在進入伺服器頁面時預設顯示的分頁。" -#: src/Config/Descriptions.php:543 +#: src/Config/Descriptions.php:541 msgid "Tab that is displayed when entering a table." msgstr "在進入資料表頁面時,預設顯示的分頁。" -#: src/Config/Descriptions.php:544 +#: src/Config/Descriptions.php:542 msgid "Whether the table structure actions should be hidden." msgstr "是否隱藏資料表結構操作項目。" -#: src/Config/Descriptions.php:545 +#: src/Config/Descriptions.php:543 msgid "Whether column comments should be shown in table structure view" msgstr "在資料表結構畫面,是否顯示欄位備註" -#: src/Config/Descriptions.php:546 +#: src/Config/Descriptions.php:544 msgid "Show server listing as a list instead of a drop down." msgstr "顯示伺服器列表時,以清單取代下拉式選單。" -#: src/Config/Descriptions.php:547 +#: src/Config/Descriptions.php:545 msgid "A dropdown will be used if fewer items are present." msgstr "在下拉選單,項目個數的限制。" -#: src/Config/Descriptions.php:548 +#: src/Config/Descriptions.php:546 msgid "Default value for foreign key checks checkbox for some queries." msgstr "使用外鍵檢查某些查詢的核選方塊的預設值。" -#: src/Config/Descriptions.php:549 +#: src/Config/Descriptions.php:547 msgid "Uncheck the checkbox to disable drag and drop import" msgstr "取消選取以停用拖放匯入" -#: src/Config/Descriptions.php:550 +#: src/Config/Descriptions.php:548 msgid "How many rows can be inserted at one time." msgstr "一次可以新增的資料列數。" -#: src/Config/Descriptions.php:551 +#: src/Config/Descriptions.php:549 msgid "" "Maximum number of characters shown in any non-numeric column on browse view." msgstr "瀏覽非數字欄位時,所顯示的最大字元數。" -#: src/Config/Descriptions.php:552 +#: src/Config/Descriptions.php:550 msgid "Define how long (in seconds) a login cookie is valid." msgstr "設定使用 cookie 方式登入的有效時間(秒)。" -#: src/Config/Descriptions.php:553 +#: src/Config/Descriptions.php:551 msgid "Double size of textarea for LONGTEXT columns." msgstr "放大一倍 LONGTEXT 欄位的輸入框。" -#: src/Config/Descriptions.php:554 +#: src/Config/Descriptions.php:552 msgid "Maximum number of databases displayed in database list." msgstr "在資料庫清單,顯示的資料庫數量上限。" -#: src/Config/Descriptions.php:555 +#: src/Config/Descriptions.php:553 msgid "Maximum number of tables displayed in table list." msgstr "在資料表清單,可顯示的資料表數量上限。" -#: src/Config/Descriptions.php:556 +#: src/Config/Descriptions.php:554 msgid "Maximum number of recently used tables; set 0 to disable." msgstr "最多顯示幾個最近使用的資料表;0 代表不顯示。" -#: src/Config/Descriptions.php:557 +#: src/Config/Descriptions.php:555 msgid "Maximum number of favorite tables; set 0 to disable." msgstr "顯示最愛資料表的數量上限;設為 0 則關閉此功能。" -#: src/Config/Descriptions.php:558 +#: src/Config/Descriptions.php:556 msgid "These are Edit, Copy and Delete links." msgstr "連結包含了編輯、複製和刪除。" -#: src/Config/Descriptions.php:559 +#: src/Config/Descriptions.php:557 msgid "Whether to show row links even in the absence of a unique key." msgstr "是否顯示缺少獨一鍵的資料列連結。" -#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:838 +#: src/Config/Descriptions.php:558 src/Config/Descriptions.php:837 msgid "Disable shortcut keys" msgstr "關閉快速鍵" -#: src/Config/Descriptions.php:561 +#: src/Config/Descriptions.php:559 msgid "Use natural order for sorting table and database names." msgstr "資料庫與資料表名稱使用自然排序。" -#: src/Config/Descriptions.php:562 src/Config/Descriptions.php:565 -#: src/Config/Descriptions.php:566 +#: src/Config/Descriptions.php:560 src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:564 msgid "Use only icons, only text or both." msgstr "僅使用圖示或文字,又或兩者都使用。" -#: src/Config/Descriptions.php:563 +#: src/Config/Descriptions.php:561 msgid "Use GZip output buffering for increased speed in HTTP transfers." msgstr "使用 GZip 輸出緩衝,以加快 HTTP 傳輸速度。" -#: src/Config/Descriptions.php:564 +#: src/Config/Descriptions.php:562 msgid "Use persistent connections to MySQL databases." msgstr "使用持續連線的方式連線到 MySQL 資料庫。" -#: src/Config/Descriptions.php:567 +#: src/Config/Descriptions.php:565 msgid "Disallow BLOB and BINARY columns from editing." msgstr "不允許編輯 BLOB 和 BINARY 類型欄位。" -#: src/Config/Descriptions.php:568 +#: src/Config/Descriptions.php:566 msgid "How many queries are kept in history." msgstr "要保存的查詢歷史記錄的數量。" -#: src/Config/Descriptions.php:569 +#: src/Config/Descriptions.php:567 msgid "Select which functions will be used for character set conversion." msgstr "選擇進行字元編碼轉換時使用的函式。" -#: src/Config/Descriptions.php:570 +#: src/Config/Descriptions.php:568 msgid "When browsing tables, the sorting of each table is remembered." msgstr "瀏覽資料表時,會使用上次的資料表排序。" -#: src/Config/Descriptions.php:571 +#: src/Config/Descriptions.php:569 msgid "Default sort order for tables with a primary key." msgstr "預設使用主鍵來排列資料表。" -#: src/Config/Descriptions.php:572 +#: src/Config/Descriptions.php:570 msgid "" "Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." msgstr "每 X 儲存格重複標題;若要關閉此功能,請設為 [kbd]0[/kbd]。" -#: src/Config/Descriptions.php:573 +#: src/Config/Descriptions.php:571 msgid "For display Options" msgstr "顯示用選項" -#: src/Config/Descriptions.php:574 +#: src/Config/Descriptions.php:572 msgid "Directory where exports can be saved on server." msgstr "於伺服器,用來儲存匯出檔案的資料夾。" -#: src/Config/Descriptions.php:575 +#: src/Config/Descriptions.php:573 msgid "" "Defines whether the query box should stay on-screen after its submission." msgstr "是否在查詢過後,繼續在畫面顯示查詢框。" -#: src/Config/Descriptions.php:576 +#: src/Config/Descriptions.php:574 msgid "Title of browser window when a database is selected." msgstr "選擇資料庫時,瀏覽器視窗顯示的標題。" -#: src/Config/Descriptions.php:577 +#: src/Config/Descriptions.php:575 msgid "Title of browser window when nothing is selected." msgstr "未選擇任何項目時,瀏覽器視窗顯示的標題。" -#: src/Config/Descriptions.php:578 +#: src/Config/Descriptions.php:576 msgid "Title of browser window when a server is selected." msgstr "選擇伺服器時,瀏覽器視窗顯示的標題。" -#: src/Config/Descriptions.php:579 +#: src/Config/Descriptions.php:577 msgid "Title of browser window when a table is selected." msgstr "選擇資料表時,瀏覽器視窗顯示的標題。" -#: src/Config/Descriptions.php:580 +#: src/Config/Descriptions.php:578 msgid "Directory on server where you can upload files for import." msgstr "伺服器上,用來存放上傳以匯入檔案的資料夾。" -#: src/Config/Descriptions.php:581 +#: src/Config/Descriptions.php:579 msgid "Allow for searching inside the entire database." msgstr "允許搜尋整個資料庫。" -#: src/Config/Descriptions.php:582 +#: src/Config/Descriptions.php:580 msgid "Enables check for latest version on main phpMyAdmin page." msgstr "在 phpMyAdmin 首頁中,檢查是否有最新版本。" -#: src/Config/Descriptions.php:583 +#: src/Config/Descriptions.php:581 msgid "The password for authenticating with the proxy." msgstr "使用代理伺服器進行身份驗證的密碼。" -#: src/Config/Descriptions.php:584 +#: src/Config/Descriptions.php:582 msgid "Enable ZIP compression for import and export operations." msgstr "匯入和匯出時使用 ZIP 壓縮。" -#: src/Config/Descriptions.php:585 +#: src/Config/Descriptions.php:583 msgid "Choose the default action when sending error reports." msgstr "請選擇傳送錯誤報告的預設動作。" -#: src/Config/Descriptions.php:597 +#: src/Config/Descriptions.php:595 msgid "Allow login to any MySQL server" msgstr "允許登入到任意 MySQL 伺服器" -#: src/Config/Descriptions.php:598 +#: src/Config/Descriptions.php:596 msgid "Restrict login to MySQL server" msgstr "限制登入 MySQL 伺服器" -#: src/Config/Descriptions.php:599 +#: src/Config/Descriptions.php:597 msgid "Allow third party framing" msgstr "允許第三方框架頁使用" -#: src/Config/Descriptions.php:600 +#: src/Config/Descriptions.php:598 msgid "Show \"Drop database\" link to normal users" msgstr "向普通使用者顯示「刪除資料庫」連結" -#: src/Config/Descriptions.php:601 +#: src/Config/Descriptions.php:599 msgid "Blowfish secret" msgstr "Blowfish 加密密碼" -#: src/Config/Descriptions.php:602 +#: src/Config/Descriptions.php:600 msgid "Row marker" msgstr "凸顯資料列" -#: src/Config/Descriptions.php:603 +#: src/Config/Descriptions.php:601 msgid "Highlight pointer" msgstr "凸顯滑鼠指標" -#: src/Config/Descriptions.php:604 +#: src/Config/Descriptions.php:602 msgid "Bzip2" msgstr "Bzip2" -#: src/Config/Descriptions.php:605 +#: src/Config/Descriptions.php:603 msgid "CHAR columns editing" msgstr "CHAR 欄位編輯方式" -#: src/Config/Descriptions.php:606 +#: src/Config/Descriptions.php:604 msgid "Enable CodeMirror" msgstr "啟用 CodeMirror" -#: src/Config/Descriptions.php:607 +#: src/Config/Descriptions.php:605 msgid "Enable linter" msgstr "啟用 linter" -#: src/Config/Descriptions.php:608 +#: src/Config/Descriptions.php:606 msgid "Minimum size for input field" msgstr "最少的輸入字數" -#: src/Config/Descriptions.php:609 +#: src/Config/Descriptions.php:607 msgid "Maximum size for input field" msgstr "最多的輸入字數" -#: src/Config/Descriptions.php:610 +#: src/Config/Descriptions.php:608 msgid "CHAR textarea columns" msgstr "CHAR 文字框寬度 (字數)" -#: src/Config/Descriptions.php:611 +#: src/Config/Descriptions.php:609 msgid "CHAR textarea rows" msgstr "CHAR 文字框列數" -#: src/Config/Descriptions.php:612 +#: src/Config/Descriptions.php:610 msgid "Check config file permissions" msgstr "檢查設定檔權限" -#: src/Config/Descriptions.php:613 +#: src/Config/Descriptions.php:611 msgid "Compress on the fly" msgstr "即時壓縮" -#: src/Config/Descriptions.php:614 +#: src/Config/Descriptions.php:612 msgid "Confirm DROP queries" msgstr "確認刪除 (DROP) 查詢" -#: src/Config/Descriptions.php:616 src/Plugins/Schema/SchemaDia.php:64 +#: src/Config/Descriptions.php:614 src/Plugins/Schema/SchemaDia.php:64 #: src/Plugins/Schema/SchemaPdf.php:74 msgid "Paper size" msgstr "紙張大小" -#: src/Config/Descriptions.php:617 +#: src/Config/Descriptions.php:615 msgid "Default database tab" msgstr "預設資料庫分頁" -#: src/Config/Descriptions.php:618 +#: src/Config/Descriptions.php:616 msgid "Default server tab" msgstr "預設伺服器分頁" -#: src/Config/Descriptions.php:619 +#: src/Config/Descriptions.php:617 msgid "Default table tab" msgstr "預設資料表分頁" -#: src/Config/Descriptions.php:620 +#: src/Config/Descriptions.php:618 msgid "Enable autocomplete for table and column names" msgstr "啟用資料表與欄位名稱的自動完成功能" -#: src/Config/Descriptions.php:621 +#: src/Config/Descriptions.php:619 msgid "Show column comments" msgstr "顯示欄位備註" -#: src/Config/Descriptions.php:622 +#: src/Config/Descriptions.php:620 msgid "Hide table structure actions" msgstr "隱藏資料表結構動作" -#: src/Config/Descriptions.php:623 +#: src/Config/Descriptions.php:621 msgid "Default transformations for Hex" msgstr "預設十六進位轉換" -#: src/Config/Descriptions.php:624 +#: src/Config/Descriptions.php:622 msgid "Default transformations for Substring" msgstr "預設子字串轉換" -#: src/Config/Descriptions.php:625 +#: src/Config/Descriptions.php:623 msgid "Default transformations for Bool2Text" msgstr "預設 Bool2Text 轉換" -#: src/Config/Descriptions.php:626 +#: src/Config/Descriptions.php:624 msgid "Default transformations for External" msgstr "預設外部轉換" -#: src/Config/Descriptions.php:627 +#: src/Config/Descriptions.php:625 msgid "Default transformations for PreApPend" msgstr "預設 PreApPend 轉換" -#: src/Config/Descriptions.php:628 +#: src/Config/Descriptions.php:626 msgid "Default transformations for DateFormat" msgstr "預設日期格式轉換" -#: src/Config/Descriptions.php:629 +#: src/Config/Descriptions.php:627 msgid "Default transformations for Inline" msgstr "預設內文(Inline)轉換" -#: src/Config/Descriptions.php:630 +#: src/Config/Descriptions.php:628 msgid "Default transformations for TextImageLink" msgstr "預設文字圖像連結(TextImageLink)轉換" -#: src/Config/Descriptions.php:631 +#: src/Config/Descriptions.php:629 msgid "Default transformations for TextLink" msgstr "預設文字連結(TextLink)轉換" -#: src/Config/Descriptions.php:632 +#: src/Config/Descriptions.php:630 msgid "Display servers as a list" msgstr "使用清單方式顯示伺服器" -#: src/Config/Descriptions.php:633 +#: src/Config/Descriptions.php:631 msgid "Disable multi table maintenance" msgstr "關閉多張資料表的護養操作" -#: src/Config/Descriptions.php:634 +#: src/Config/Descriptions.php:632 msgid "Maximum execution time" msgstr "執行時間限制" -#: src/Config/Descriptions.php:635 +#: src/Config/Descriptions.php:633 msgid "Use [code]LOCK TABLES[/code] statement" msgstr "使用 [code]LOCK TABLES[/code] 語句" -#: src/Config/Descriptions.php:636 +#: src/Config/Descriptions.php:634 msgid "Save as file" msgstr "另存新檔" -#: src/Config/Descriptions.php:637 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:635 src/Config/Descriptions.php:770 msgid "Character set of the file" msgstr "檔案編碼" -#: src/Config/Descriptions.php:639 +#: src/Config/Descriptions.php:637 msgid "Compression" msgstr "壓縮" -#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:647 -#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:659 -#: src/Config/Descriptions.php:672 src/Config/Descriptions.php:674 -#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportCsv.php:98 +#: src/Config/Descriptions.php:638 src/Config/Descriptions.php:645 +#: src/Config/Descriptions.php:653 src/Config/Descriptions.php:657 +#: src/Config/Descriptions.php:670 src/Config/Descriptions.php:672 +#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportCsv.php:98 #: src/Plugins/Export/ExportExcel.php:78 #: src/Plugins/Export/ExportHtmlword.php:91 src/Plugins/Export/ExportOds.php:70 #: src/Plugins/Export/ExportOdt.php:126 @@ -10498,56 +10499,56 @@ msgstr "壓縮" msgid "Put columns names in the first row" msgstr "將欄位名稱儲存至第一行" -#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:774 -#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:654 +#: src/Config/Descriptions.php:639 src/Config/Descriptions.php:772 +#: src/Config/Descriptions.php:779 src/Plugins/Import/ImportCsv.php:688 msgid "Columns enclosed with" msgstr "內容分隔符號" -#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:775 -#: src/Config/Descriptions.php:781 src/Plugins/Import/ImportCsv.php:665 +#: src/Config/Descriptions.php:640 src/Config/Descriptions.php:773 +#: src/Config/Descriptions.php:780 src/Plugins/Import/ImportCsv.php:699 msgid "Columns escaped with" msgstr "內容跳脫符號" -#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:649 -#: src/Config/Descriptions.php:656 src/Config/Descriptions.php:665 -#: src/Config/Descriptions.php:673 src/Config/Descriptions.php:677 -#: src/Config/Descriptions.php:722 +#: src/Config/Descriptions.php:641 src/Config/Descriptions.php:647 +#: src/Config/Descriptions.php:654 src/Config/Descriptions.php:663 +#: src/Config/Descriptions.php:671 src/Config/Descriptions.php:675 +#: src/Config/Descriptions.php:720 msgid "Replace NULL with" msgstr "將 NULL 取代為" -#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:650 +#: src/Config/Descriptions.php:642 src/Config/Descriptions.php:648 msgid "Remove CRLF characters within columns" msgstr "將欄位之間的換行符號(CRLF)移除" -#: src/Config/Descriptions.php:645 src/Config/Descriptions.php:778 -#: src/Config/Descriptions.php:785 src/Plugins/Import/ImportCsv.php:639 +#: src/Config/Descriptions.php:643 src/Config/Descriptions.php:777 +#: src/Config/Descriptions.php:784 src/Plugins/Import/ImportCsv.php:673 msgid "Columns terminated with" msgstr "欄位內容換行字元為" -#: src/Config/Descriptions.php:646 src/Config/Descriptions.php:773 -#: src/Plugins/Import/ImportCsv.php:672 +#: src/Config/Descriptions.php:644 src/Config/Descriptions.php:771 +#: src/Plugins/Import/ImportCsv.php:706 msgid "Lines terminated with" msgstr "換行符號" -#: src/Config/Descriptions.php:648 +#: src/Config/Descriptions.php:646 msgid "Excel edition" msgstr "Excel 版本" -#: src/Config/Descriptions.php:651 +#: src/Config/Descriptions.php:649 msgid "Database name template" msgstr "資料庫名稱模板" -#: src/Config/Descriptions.php:652 +#: src/Config/Descriptions.php:650 msgid "Server name template" msgstr "伺服器名稱模板" -#: src/Config/Descriptions.php:653 +#: src/Config/Descriptions.php:651 msgid "Table name template" msgstr "資料表名稱模板" -#: src/Config/Descriptions.php:657 src/Config/Descriptions.php:670 -#: src/Config/Descriptions.php:679 src/Config/Descriptions.php:717 -#: src/Config/Descriptions.php:723 src/Plugins/Export/ExportHtmlword.php:67 +#: src/Config/Descriptions.php:655 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:677 src/Config/Descriptions.php:715 +#: src/Config/Descriptions.php:721 src/Plugins/Export/ExportHtmlword.php:67 #: src/Plugins/Export/ExportLatex.php:109 #: src/Plugins/Export/ExportMediawiki.php:59 #: src/Plugins/Export/ExportMediawiki.php:65 @@ -10557,930 +10558,930 @@ msgstr "資料表名稱模板" msgid "Dump table" msgstr "匯出資料表" -#: src/Config/Descriptions.php:658 src/Plugins/Export/ExportLatex.php:100 +#: src/Config/Descriptions.php:656 src/Plugins/Export/ExportLatex.php:100 msgid "Include table caption" msgstr "包含資料表標題" -#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 +#: src/Config/Descriptions.php:659 src/Config/Descriptions.php:665 msgid "Table caption" msgstr "資料表標題" -#: src/Config/Descriptions.php:662 src/Config/Descriptions.php:668 +#: src/Config/Descriptions.php:660 src/Config/Descriptions.php:666 msgid "Continued table caption" msgstr "換頁時重複資料表標題" -#: src/Config/Descriptions.php:663 src/Config/Descriptions.php:669 +#: src/Config/Descriptions.php:661 src/Config/Descriptions.php:667 msgid "Label key" msgstr "標籤鍵值" -#: src/Config/Descriptions.php:666 src/Config/Descriptions.php:678 -#: src/Config/Descriptions.php:716 +#: src/Config/Descriptions.php:664 src/Config/Descriptions.php:676 +#: src/Config/Descriptions.php:714 msgid "Relationships" msgstr "關聯" -#: src/Config/Descriptions.php:671 +#: src/Config/Descriptions.php:669 msgid "Export method" msgstr "匯出方式" -#: src/Config/Descriptions.php:680 src/Config/Descriptions.php:683 +#: src/Config/Descriptions.php:678 src/Config/Descriptions.php:681 msgid "Save on server" msgstr "儲存在伺服器" -#: src/Config/Descriptions.php:682 +#: src/Config/Descriptions.php:680 msgid "Export as separate files" msgstr "匯出為個別檔案" -#: src/Config/Descriptions.php:685 +#: src/Config/Descriptions.php:683 msgid "Remember filename template" msgstr "記錄模板檔案名稱" -#: src/Config/Descriptions.php:686 +#: src/Config/Descriptions.php:684 #, fuzzy #| msgid "Remove columns from central list" msgid "Remove DEFINER clause from definitions" msgstr "從中央清單移除欄位" -#: src/Config/Descriptions.php:688 +#: src/Config/Descriptions.php:686 msgid "Enclose table and column names with backquotes" msgstr "在資料表名稱及欄位名稱前後加上反引號(`)" -#: src/Config/Descriptions.php:689 src/Config/Descriptions.php:791 +#: src/Config/Descriptions.php:687 src/Config/Descriptions.php:790 msgid "SQL compatibility mode" msgstr "SQL 相容模式" -#: src/Config/Descriptions.php:690 +#: src/Config/Descriptions.php:688 msgid "Creation/Update/Check dates" msgstr "建立/更新/檢查日期" -#: src/Config/Descriptions.php:691 +#: src/Config/Descriptions.php:689 msgid "Use delayed inserts" msgstr "使用延遲新增" -#: src/Config/Descriptions.php:692 src/Plugins/Export/ExportSql.php:232 +#: src/Config/Descriptions.php:690 src/Plugins/Export/ExportSql.php:232 msgid "Disable foreign key checks" msgstr "關閉外鍵檢查" -#: src/Config/Descriptions.php:693 src/Plugins/Export/ExportSql.php:242 +#: src/Config/Descriptions.php:691 src/Plugins/Export/ExportSql.php:242 msgid "Export views as tables" msgstr "將檢視表匯出成資料表" -#: src/Config/Descriptions.php:694 +#: src/Config/Descriptions.php:692 msgid "Export related metadata from phpMyAdmin configuration storage" msgstr "自 phpMyAdmin 設定儲存空間匯出相關的 Metadata" -#: src/Config/Descriptions.php:704 +#: src/Config/Descriptions.php:702 msgid "Use hexadecimal for BINARY & BLOB" msgstr "將 BINARY 與 BLOB 欄位以 16 進位顯示" -#: src/Config/Descriptions.php:706 +#: src/Config/Descriptions.php:704 msgid "" "Add IF NOT EXISTS (less efficient as indexes will be generated during table " "creation)" msgstr "加入 IF NOT EXISTS (效率較差,因索引會在建立資料表時產生)" -#: src/Config/Descriptions.php:709 src/Plugins/Export/ExportSql.php:371 +#: src/Config/Descriptions.php:707 src/Plugins/Export/ExportSql.php:371 #, php-format msgid "%s view" msgstr "%s 檢視" -#: src/Config/Descriptions.php:710 +#: src/Config/Descriptions.php:708 msgid "Use ignore inserts" msgstr "使用忽略錯誤的新增(INSERT IGNORE)" -#: src/Config/Descriptions.php:712 +#: src/Config/Descriptions.php:710 msgid "Syntax to use when inserting data" msgstr "新增資料時使用的語法" -#: src/Config/Descriptions.php:713 src/Plugins/Export/ExportSql.php:498 +#: src/Config/Descriptions.php:711 src/Plugins/Export/ExportSql.php:498 msgid "Maximal length of created query" msgstr "建立查詢指令的最大長度" -#: src/Config/Descriptions.php:718 +#: src/Config/Descriptions.php:716 msgid "Export type" msgstr "匯出類型" -#: src/Config/Descriptions.php:719 src/Plugins/Export/ExportSql.php:222 +#: src/Config/Descriptions.php:717 src/Plugins/Export/ExportSql.php:222 msgid "Enclose export in a transaction" msgstr "匯出資料時,將之包含在交易之內" -#: src/Config/Descriptions.php:720 +#: src/Config/Descriptions.php:718 msgid "Export time in UTC" msgstr "匯出時間使用世界協調時間(UTC)" -#: src/Config/Descriptions.php:724 +#: src/Config/Descriptions.php:722 msgid "Foreign key dropdown order" msgstr "外鍵下拉選單排序" -#: src/Config/Descriptions.php:725 +#: src/Config/Descriptions.php:723 msgid "Foreign key limit" msgstr "外鍵數量限制" -#: src/Config/Descriptions.php:726 +#: src/Config/Descriptions.php:724 msgid "Foreign key checks" msgstr "外鍵檢查" -#: src/Config/Descriptions.php:727 +#: src/Config/Descriptions.php:725 msgid "First day of calendar" msgstr "日歷第一日" -#: src/Config/Descriptions.php:729 +#: src/Config/Descriptions.php:727 msgid "Browse mode" msgstr "瀏覽模式" -#: src/Config/Descriptions.php:731 src/Config/Forms/User/ExportForm.php:80 +#: src/Config/Descriptions.php:729 src/Config/Forms/User/ExportForm.php:80 #: src/Config/Forms/User/ImportForm.php:29 msgid "CSV" msgstr "CSV" -#: src/Config/Descriptions.php:732 +#: src/Config/Descriptions.php:730 msgid "Developer" msgstr "開發人員" -#: src/Config/Descriptions.php:733 +#: src/Config/Descriptions.php:731 msgid "Edit mode" msgstr "編輯模式" -#: src/Config/Descriptions.php:734 +#: src/Config/Descriptions.php:732 msgid "Export defaults" msgstr "匯出預設選項" -#: src/Config/Descriptions.php:735 +#: src/Config/Descriptions.php:733 msgid "General" msgstr "一般" -#: src/Config/Descriptions.php:736 +#: src/Config/Descriptions.php:734 msgid "Import defaults" msgstr "匯入預設選項" -#: src/Config/Descriptions.php:737 +#: src/Config/Descriptions.php:735 msgid "Import / export" msgstr "匯入/匯出" -#: src/Config/Descriptions.php:738 +#: src/Config/Descriptions.php:736 msgid "LaTeX" msgstr "LaTeX" -#: src/Config/Descriptions.php:741 +#: src/Config/Descriptions.php:739 msgid "Navigation tree" msgstr "導覽樹" -#: src/Config/Descriptions.php:745 +#: src/Config/Descriptions.php:743 msgid "Microsoft Office" msgstr "微軟 Office" -#: src/Config/Descriptions.php:747 +#: src/Config/Descriptions.php:745 msgid "Other core settings" msgstr "其他核心設定" -#: src/Config/Descriptions.php:748 +#: src/Config/Descriptions.php:746 msgid "Page titles" msgstr "頁面標題" -#: src/Config/Descriptions.php:749 +#: src/Config/Descriptions.php:747 msgid "Security" msgstr "安全性" -#: src/Config/Descriptions.php:750 +#: src/Config/Descriptions.php:748 msgid "Basic settings" msgstr "基本設定" -#: src/Config/Descriptions.php:751 +#: src/Config/Descriptions.php:749 msgid "Authentication" msgstr "認證" -#: src/Config/Descriptions.php:752 +#: src/Config/Descriptions.php:750 msgid "Server configuration" msgstr "伺服器設定" -#: src/Config/Descriptions.php:753 +#: src/Config/Descriptions.php:751 msgid "Configuration storage" msgstr "設定儲存空間" -#: src/Config/Descriptions.php:754 +#: src/Config/Descriptions.php:752 msgid "Changes tracking" msgstr "修改追蹤" -#: src/Config/Descriptions.php:756 +#: src/Config/Descriptions.php:754 msgid "SQL Query box" msgstr "SQL 查詢框" -#: src/Config/Descriptions.php:758 +#: src/Config/Descriptions.php:756 msgid "Startup" msgstr "首頁" -#: src/Config/Descriptions.php:759 +#: src/Config/Descriptions.php:757 msgid "Database structure" msgstr "資料庫結構" -#: src/Config/Descriptions.php:761 +#: src/Config/Descriptions.php:759 msgid "Tabs" msgstr "分頁" -#: src/Config/Descriptions.php:762 +#: src/Config/Descriptions.php:760 msgid "Display relational schema" msgstr "顯示關聯綱要" -#: src/Config/Descriptions.php:763 +#: src/Config/Descriptions.php:761 msgid "Text fields" msgstr "文字欄位" -#: src/Config/Descriptions.php:764 +#: src/Config/Descriptions.php:762 msgid "Texy! text" msgstr "Texy! 文字" -#: src/Config/Descriptions.php:765 +#: src/Config/Descriptions.php:763 msgid "Warnings" msgstr "警告訊息" -#: src/Config/Descriptions.php:767 +#: src/Config/Descriptions.php:765 msgid "GZip" msgstr "GZip" -#: src/Config/Descriptions.php:768 +#: src/Config/Descriptions.php:766 msgid "Extra parameters for iconv" msgstr "iconv 的額外參數" -#: src/Config/Descriptions.php:769 +#: src/Config/Descriptions.php:767 msgid "Ignore multiple statement errors" msgstr "忽略多行指令的錯誤" -#: src/Config/Descriptions.php:770 +#: src/Config/Descriptions.php:768 msgid "Enable drag and drop import" msgstr "啟用拖放匯入" -#: src/Config/Descriptions.php:771 +#: src/Config/Descriptions.php:769 msgid "Partial import: allow interrupt" msgstr "部分匯入:允許中斷" -#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:782 -#: src/Plugins/Import/ImportCsv.php:150 src/Plugins/Import/ImportLdi.php:75 +#: src/Config/Descriptions.php:774 src/Config/Descriptions.php:781 +#: src/Plugins/Import/ImportCsv.php:151 src/Plugins/Import/ImportLdi.php:75 msgid "Do not abort on INSERT error" msgstr "插入(INSERT)動作出錯時,不中斷匯入" -#: src/Config/Descriptions.php:777 src/Config/Descriptions.php:784 +#: src/Config/Descriptions.php:775 src/Plugins/Import/ImportCsv.php:157 +msgid "Import empty values as NULL" +msgstr "" + +#: src/Config/Descriptions.php:776 src/Config/Descriptions.php:783 msgid "Add ON DUPLICATE KEY UPDATE" msgstr "加入 ON DUPLICATE KEY UPDATE" -#: src/Config/Descriptions.php:779 +#: src/Config/Descriptions.php:778 msgid "Format of imported file" msgstr "匯入檔案的格式" -#: src/Config/Descriptions.php:783 src/Plugins/Import/ImportLdi.php:81 +#: src/Config/Descriptions.php:782 src/Plugins/Import/ImportLdi.php:81 msgid "Use LOCAL keyword" msgstr "使用本地(LOCAL)關鍵字" -#: src/Config/Descriptions.php:786 +#: src/Config/Descriptions.php:785 msgid "Column names in first row" msgstr "第一行資料為欄位名稱" -#: src/Config/Descriptions.php:787 src/Plugins/Import/ImportOds.php:80 +#: src/Config/Descriptions.php:786 src/Plugins/Import/ImportOds.php:80 msgid "Do not import empty rows" msgstr "不匯入空資料列" -#: src/Config/Descriptions.php:788 +#: src/Config/Descriptions.php:787 msgid "Import currencies ($5.00 to 5.00)" msgstr "匯入貨幣 ($5.00 會以 5.00 匯入)" -#: src/Config/Descriptions.php:789 +#: src/Config/Descriptions.php:788 msgid "Import percentages as proper decimals (12.00% to .12)" msgstr "以小數匯入百分比 (12.00% 會以 .12 匯入)" -#: src/Config/Descriptions.php:790 +#: src/Config/Descriptions.php:789 msgid "Partial import: skip queries" msgstr "部分匯入:跳過查詢" -#: src/Config/Descriptions.php:792 +#: src/Config/Descriptions.php:791 msgid "Do not use AUTO_INCREMENT for zero values" msgstr "不要將數值為零的資料加上自動遞增(AUTO_INCREMENT)屬性" -#: src/Config/Descriptions.php:793 +#: src/Config/Descriptions.php:792 msgid "Read as multibytes" msgstr "以多位元讀取" -#: src/Config/Descriptions.php:794 +#: src/Config/Descriptions.php:793 msgid "Initial state for sliders" msgstr "捲軸起始狀態" -#: src/Config/Descriptions.php:795 +#: src/Config/Descriptions.php:794 msgid "Number of inserted rows" msgstr "新增的列數" -#: src/Config/Descriptions.php:796 +#: src/Config/Descriptions.php:795 msgid "Limit column characters" msgstr "限制欄位字元數" -#: src/Config/Descriptions.php:797 +#: src/Config/Descriptions.php:796 msgid "Delete all cookies on logout" msgstr "登出時刪除所有 cookie" -#: src/Config/Descriptions.php:798 +#: src/Config/Descriptions.php:797 msgid "Recall user name" msgstr "顯示上次登入的帳號" -#: src/Config/Descriptions.php:799 +#: src/Config/Descriptions.php:798 msgid "Login cookie store" msgstr "儲存登入 cookie" -#: src/Config/Descriptions.php:800 +#: src/Config/Descriptions.php:799 msgid "Login cookie validity" msgstr "登入 cookie 有效期限" -#: src/Config/Descriptions.php:801 +#: src/Config/Descriptions.php:800 msgid "Bigger textarea for LONGTEXT" msgstr "放大 LONGTEXT 欄位的輸入框" -#: src/Config/Descriptions.php:802 +#: src/Config/Descriptions.php:801 msgid "Maximum displayed SQL length" msgstr "顯示 SQL 指令的長度限制" -#: src/Config/Descriptions.php:803 +#: src/Config/Descriptions.php:802 msgid "Maximum databases" msgstr "資料庫數量上限" -#: src/Config/Descriptions.php:804 +#: src/Config/Descriptions.php:803 msgid "Maximum items on first level" msgstr "導覽樹第一層項目數量上限" -#: src/Config/Descriptions.php:805 +#: src/Config/Descriptions.php:804 msgid "Maximum items in branch" msgstr "導覽樹分支的項目數量上限" -#: src/Config/Descriptions.php:806 +#: src/Config/Descriptions.php:805 msgid "Maximum number of rows to display" msgstr "可顯示的資料列數量上限" -#: src/Config/Descriptions.php:807 +#: src/Config/Descriptions.php:806 msgid "Maximum tables" msgstr "資料表數量上限" -#: src/Config/Descriptions.php:808 +#: src/Config/Descriptions.php:807 msgid "Memory limit" msgstr "記憶體限制" -#: src/Config/Descriptions.php:809 +#: src/Config/Descriptions.php:808 msgid "Show databases navigation as tree" msgstr "以樹狀顯示資料庫導覽面版" -#: src/Config/Descriptions.php:810 +#: src/Config/Descriptions.php:809 msgid "Navigation panel width" msgstr "導覽面板寬度" -#: src/Config/Descriptions.php:811 +#: src/Config/Descriptions.php:810 #: src/Controllers/JavaScriptMessagesController.php:586 #: src/Navigation/NavigationTree.php:1258 msgid "Link with main panel" msgstr "連結主面板" -#: src/Config/Descriptions.php:812 +#: src/Config/Descriptions.php:811 msgid "Display logo" msgstr "顯示標誌" -#: src/Config/Descriptions.php:813 +#: src/Config/Descriptions.php:812 msgid "Logo link URL" msgstr "標誌連結網址" -#: src/Config/Descriptions.php:814 +#: src/Config/Descriptions.php:813 msgid "Logo link target" msgstr "標誌連結目標" -#: src/Config/Descriptions.php:815 +#: src/Config/Descriptions.php:814 msgid "Display servers selection" msgstr "顯示伺服器選擇" -#: src/Config/Descriptions.php:816 +#: src/Config/Descriptions.php:815 msgid "Target for quick access icon" msgstr "快速存取圖示要顯示的目標頁面" -#: src/Config/Descriptions.php:817 +#: src/Config/Descriptions.php:816 msgid "Target for second quick access icon" msgstr "第二快速存取圖示的目標頁面" -#: src/Config/Descriptions.php:818 +#: src/Config/Descriptions.php:817 msgid "Minimum number of items to display the filter box" msgstr "設定顯示篩選框的項目數量下限" -#: src/Config/Descriptions.php:820 +#: src/Config/Descriptions.php:819 msgid "Minimum number of databases to display the database filter box" msgstr "設定顯示篩選框的資料庫數量下限" -#: src/Config/Descriptions.php:822 +#: src/Config/Descriptions.php:821 msgid "Group items in the tree" msgstr "將導覽樹的項目分組" -#: src/Config/Descriptions.php:823 +#: src/Config/Descriptions.php:822 msgid "Database tree separator" msgstr "資料庫導覽樹的分隔符號" -#: src/Config/Descriptions.php:824 +#: src/Config/Descriptions.php:823 msgid "Table tree separator" msgstr "資料表導覽樹的分隔符號" -#: src/Config/Descriptions.php:825 +#: src/Config/Descriptions.php:824 msgid "Maximum table tree depth" msgstr "資料表導覽樹深度限制" -#: src/Config/Descriptions.php:826 +#: src/Config/Descriptions.php:825 msgid "Enable highlighting" msgstr "開啟加強標示" -#: src/Config/Descriptions.php:827 +#: src/Config/Descriptions.php:826 msgid "Enable navigation tree expansion" msgstr "開啟導覽樹展開功能" -#: src/Config/Descriptions.php:828 +#: src/Config/Descriptions.php:827 msgid "Show tables in tree" msgstr "在導覽樹顯示資料表" -#: src/Config/Descriptions.php:829 +#: src/Config/Descriptions.php:828 msgid "Show views in tree" msgstr "在導覽樹顯示檢視表" -#: src/Config/Descriptions.php:830 +#: src/Config/Descriptions.php:829 msgid "Show functions in tree" msgstr "在導覽樹顯示函式" -#: src/Config/Descriptions.php:831 +#: src/Config/Descriptions.php:830 msgid "Show procedures in tree" msgstr "在導覽樹顯示預存程序" -#: src/Config/Descriptions.php:832 +#: src/Config/Descriptions.php:831 msgid "Show events in tree" msgstr "在導覽樹顯示事件" -#: src/Config/Descriptions.php:833 +#: src/Config/Descriptions.php:832 msgid "Expand single database" msgstr "展開單一資料庫" -#: src/Config/Descriptions.php:834 +#: src/Config/Descriptions.php:833 msgid "Recently used tables" msgstr "最近使用的資料表" -#: src/Config/Descriptions.php:836 +#: src/Config/Descriptions.php:835 msgid "Where to show the table row links" msgstr "資料列的連結顯示位置" -#: src/Config/Descriptions.php:837 +#: src/Config/Descriptions.php:836 msgid "Show row links anyway" msgstr "一定顯示資料列連結" -#: src/Config/Descriptions.php:839 +#: src/Config/Descriptions.php:838 msgid "Natural order" msgstr "自然排序" -#: src/Config/Descriptions.php:840 +#: src/Config/Descriptions.php:839 msgid "Table navigation bar" msgstr "資料表導覽列" -#: src/Config/Descriptions.php:841 +#: src/Config/Descriptions.php:840 msgid "GZip output buffering" msgstr "GZip 輸出緩衝" -#: src/Config/Descriptions.php:842 +#: src/Config/Descriptions.php:841 msgid "Default sorting order" msgstr "預設排序" -#: src/Config/Descriptions.php:843 +#: src/Config/Descriptions.php:842 msgid "Persistent connections" msgstr "持續連線" -#: src/Config/Descriptions.php:844 +#: src/Config/Descriptions.php:843 msgid "Missing phpMyAdmin configuration storage tables" msgstr "缺少 phpMyAdmin 設定儲存空間資料表" -#: src/Config/Descriptions.php:845 +#: src/Config/Descriptions.php:844 msgid "MySQL reserved word warning" msgstr "MySQL 保留字警告" -#: src/Config/Descriptions.php:846 +#: src/Config/Descriptions.php:845 msgid "How to display the menu tabs" msgstr "如何顯示選單分頁" -#: src/Config/Descriptions.php:847 +#: src/Config/Descriptions.php:846 msgid "How to display various action links" msgstr "如何顯示各種操作連結" -#: src/Config/Descriptions.php:848 +#: src/Config/Descriptions.php:847 msgid "Protect binary columns" msgstr "保護二進位欄位" -#: src/Config/Descriptions.php:849 +#: src/Config/Descriptions.php:848 msgid "Permanent query history" msgstr "保存查詢歷史記錄" -#: src/Config/Descriptions.php:850 +#: src/Config/Descriptions.php:849 msgid "Query history length" msgstr "查詢歷史記錄數量" -#: src/Config/Descriptions.php:851 +#: src/Config/Descriptions.php:850 msgid "Allow shared bookmarks between users" msgstr "" -#: src/Config/Descriptions.php:852 +#: src/Config/Descriptions.php:851 msgid "Recoding engine" msgstr "編碼引擎" -#: src/Config/Descriptions.php:853 +#: src/Config/Descriptions.php:852 msgid "Remember table's sorting" msgstr "記住資料表的排序" -#: src/Config/Descriptions.php:854 +#: src/Config/Descriptions.php:853 msgid "Primary key default sort order" msgstr "主鍵預設排序" -#: src/Config/Descriptions.php:855 +#: src/Config/Descriptions.php:854 msgid "Repeat headers" msgstr "重複顯示標題" -#: src/Config/Descriptions.php:856 +#: src/Config/Descriptions.php:855 msgid "Grid editing: trigger action" msgstr "表格編輯:觸發器動作" -#: src/Config/Descriptions.php:857 +#: src/Config/Descriptions.php:856 msgid "Relational display" msgstr "關聯顯示" -#: src/Config/Descriptions.php:858 +#: src/Config/Descriptions.php:857 msgid "Grid editing: save all edited cells at once" msgstr "表格編輯:一次過儲存所有已編輯資料" -#: src/Config/Descriptions.php:859 +#: src/Config/Descriptions.php:858 msgid "Save directory" msgstr "儲存資料夾" -#: src/Config/Descriptions.php:860 +#: src/Config/Descriptions.php:859 msgid "Host authorization order" msgstr "主機授權排序" -#: src/Config/Descriptions.php:861 +#: src/Config/Descriptions.php:860 msgid "Host authorization rules" msgstr "主機授權規則" -#: src/Config/Descriptions.php:862 +#: src/Config/Descriptions.php:861 msgid "Allow logins without a password" msgstr "允許不使用密碼登入" -#: src/Config/Descriptions.php:863 +#: src/Config/Descriptions.php:862 msgid "Allow root login" msgstr "允許 root 使用者登入" -#: src/Config/Descriptions.php:864 +#: src/Config/Descriptions.php:863 msgid "Session timezone" msgstr "連線階段時區" -#: src/Config/Descriptions.php:865 +#: src/Config/Descriptions.php:864 msgid "HTTP Realm" msgstr "HTTP 提示資訊" -#: src/Config/Descriptions.php:867 +#: src/Config/Descriptions.php:866 msgid "Bookmark table" msgstr "書籤表" -#: src/Config/Descriptions.php:868 +#: src/Config/Descriptions.php:867 msgid "Column information table" msgstr "欄位資訊表" -#: src/Config/Descriptions.php:869 +#: src/Config/Descriptions.php:868 msgid "Compress connection" msgstr "壓縮連線" -#: src/Config/Descriptions.php:870 +#: src/Config/Descriptions.php:869 msgid "Control user password" msgstr "控制使用者的密碼" -#: src/Config/Descriptions.php:871 +#: src/Config/Descriptions.php:870 msgid "Control user" msgstr "控制使用者" -#: src/Config/Descriptions.php:872 +#: src/Config/Descriptions.php:871 msgid "Control host" msgstr "控制主機" -#: src/Config/Descriptions.php:873 +#: src/Config/Descriptions.php:872 msgid "Control port" msgstr "控制連接埠" -#: src/Config/Descriptions.php:874 +#: src/Config/Descriptions.php:873 msgid "Disable use of INFORMATION_SCHEMA" msgstr "停用資訊綱要(INFORMATION_SCHEMA)" -#: src/Config/Descriptions.php:875 +#: src/Config/Descriptions.php:874 msgid "Hide databases" msgstr "隱藏資料庫" -#: src/Config/Descriptions.php:876 +#: src/Config/Descriptions.php:875 msgid "SQL query history table" msgstr "SQL 查詢紀錄表" -#: src/Config/Descriptions.php:877 +#: src/Config/Descriptions.php:876 msgid "Server hostname" msgstr "伺服器主機名稱" -#: src/Config/Descriptions.php:878 +#: src/Config/Descriptions.php:877 msgid "Logout URL" msgstr "登出網址" -#: src/Config/Descriptions.php:879 +#: src/Config/Descriptions.php:878 msgid "Maximal number of table preferences to store" msgstr "資料表偏好設定的儲存最大值" -#: src/Config/Descriptions.php:880 +#: src/Config/Descriptions.php:879 msgid "Export templates table" msgstr "匯出樣板資料表" -#: src/Config/Descriptions.php:881 +#: src/Config/Descriptions.php:880 msgid "Central columns table" msgstr "中央欄位資料表" -#: src/Config/Descriptions.php:882 +#: src/Config/Descriptions.php:881 msgid "Show only listed databases" msgstr "僅顯示清單中的資料庫" -#: src/Config/Descriptions.php:883 +#: src/Config/Descriptions.php:882 msgid "Password for config auth" msgstr "config 認證方式的密碼" -#: src/Config/Descriptions.php:884 +#: src/Config/Descriptions.php:883 msgid "PDF schema: pages table" msgstr "PDF 綱要:資料表頁" -#: src/Config/Descriptions.php:886 +#: src/Config/Descriptions.php:885 msgid "Server port" msgstr "伺服器連接埠" -#: src/Config/Descriptions.php:887 +#: src/Config/Descriptions.php:886 msgid "Recently used table" msgstr "最近使用的資料表" -#: src/Config/Descriptions.php:888 +#: src/Config/Descriptions.php:887 msgid "Favorites table" msgstr "最愛資料表" -#: src/Config/Descriptions.php:889 +#: src/Config/Descriptions.php:888 msgid "Relation table" msgstr "關聯表" -#: src/Config/Descriptions.php:890 +#: src/Config/Descriptions.php:889 msgid "Signon session name" msgstr "登入工作階段名稱" -#: src/Config/Descriptions.php:891 +#: src/Config/Descriptions.php:890 msgid "Signon URL" msgstr "登入網址" -#: src/Config/Descriptions.php:892 +#: src/Config/Descriptions.php:891 msgid "Server socket" msgstr "伺服器套接字(socket)" -#: src/Config/Descriptions.php:893 +#: src/Config/Descriptions.php:892 msgid "Use SSL" msgstr "使用 SSL" -#: src/Config/Descriptions.php:894 +#: src/Config/Descriptions.php:893 msgid "Designer and PDF schema: table coordinates" msgstr "設計器與 PDF 綱要:資料表座標" -#: src/Config/Descriptions.php:895 +#: src/Config/Descriptions.php:894 msgid "Display columns table" msgstr "顯示欄位表" -#: src/Config/Descriptions.php:896 +#: src/Config/Descriptions.php:895 msgid "UI preferences table" msgstr "「介面偏好」資料表" -#: src/Config/Descriptions.php:897 +#: src/Config/Descriptions.php:896 msgid "Add DROP DATABASE" msgstr "加入 DROP DATABASE" -#: src/Config/Descriptions.php:899 +#: src/Config/Descriptions.php:898 msgid "Add DROP VIEW" msgstr "加入 DROP VIEW" -#: src/Config/Descriptions.php:900 +#: src/Config/Descriptions.php:899 msgid "Statements to track" msgstr "要追蹤的指令" -#: src/Config/Descriptions.php:901 +#: src/Config/Descriptions.php:900 msgid "SQL query tracking table" msgstr "SQL 查詢追蹤表" -#: src/Config/Descriptions.php:902 +#: src/Config/Descriptions.php:901 msgid "Automatically create versions" msgstr "自動建立版本" -#: src/Config/Descriptions.php:903 +#: src/Config/Descriptions.php:902 msgid "User preferences storage table" msgstr "使用者偏好表" -#: src/Config/Descriptions.php:904 +#: src/Config/Descriptions.php:903 msgid "Users table" msgstr "使用者資料表" -#: src/Config/Descriptions.php:905 +#: src/Config/Descriptions.php:904 msgid "User groups table" msgstr "使用者群組資料表" -#: src/Config/Descriptions.php:906 +#: src/Config/Descriptions.php:905 msgid "Hidden navigation items table" msgstr "隱藏導覽項目資料表" -#: src/Config/Descriptions.php:907 +#: src/Config/Descriptions.php:906 msgid "User for config auth" msgstr "config 認證方式的帳號" -#: src/Config/Descriptions.php:908 +#: src/Config/Descriptions.php:907 msgid "Verbose name of this server" msgstr "伺服器詳細名稱" -#: src/Config/Descriptions.php:909 +#: src/Config/Descriptions.php:908 msgid "Allow to display all the rows" msgstr "允許顯示所有資料列" -#: src/Config/Descriptions.php:910 +#: src/Config/Descriptions.php:909 msgid "Show password change form" msgstr "顯示更改密碼表單" -#: src/Config/Descriptions.php:911 +#: src/Config/Descriptions.php:910 msgid "Show create database form" msgstr "顯示建立資料庫表單" -#: src/Config/Descriptions.php:912 +#: src/Config/Descriptions.php:911 msgid "Show table comments" msgstr "顯示資料表備註" -#: src/Config/Descriptions.php:913 +#: src/Config/Descriptions.php:912 msgid "Show creation timestamp" msgstr "顯示建立時間" -#: src/Config/Descriptions.php:914 +#: src/Config/Descriptions.php:913 msgid "Show last update timestamp" msgstr "顯示最後更新時間" -#: src/Config/Descriptions.php:915 +#: src/Config/Descriptions.php:914 msgid "Show last check timestamp" msgstr "顯示最後檢查時間" -#: src/Config/Descriptions.php:916 +#: src/Config/Descriptions.php:915 msgid "Show table charset" msgstr "顯示資料表字元集" -#: src/Config/Descriptions.php:917 +#: src/Config/Descriptions.php:916 msgid "Show field types" msgstr "顯示欄位類型" -#: src/Config/Descriptions.php:918 +#: src/Config/Descriptions.php:917 msgid "Show function fields" msgstr "顯示函式欄位" -#: src/Config/Descriptions.php:919 +#: src/Config/Descriptions.php:918 msgid "Show hint" msgstr "顯示提示" -#: src/Config/Descriptions.php:920 +#: src/Config/Descriptions.php:919 msgid "Show phpinfo() link" msgstr "顯示 phpinfo() 連結" -#: src/Config/Descriptions.php:921 +#: src/Config/Descriptions.php:920 msgid "Show detailed MySQL server information" msgstr "顯示 MySQL 伺服器詳細資訊" -#: src/Config/Descriptions.php:922 +#: src/Config/Descriptions.php:921 msgid "Show SQL queries" msgstr "顯示 SQL 查詢" -#: src/Config/Descriptions.php:924 +#: src/Config/Descriptions.php:923 msgid "Show statistics" msgstr "顯示統計" -#: src/Config/Descriptions.php:925 +#: src/Config/Descriptions.php:924 msgid "Skip locked tables" msgstr "忽略鎖定的資料表" -#: src/Config/Descriptions.php:927 src/Html/Generator.php:498 +#: src/Config/Descriptions.php:926 src/Html/Generator.php:498 msgid "Explain SQL" msgstr "SQL 語句分析" -#: src/Config/Descriptions.php:929 src/Html/Generator.php:569 +#: src/Config/Descriptions.php:928 src/Html/Generator.php:569 msgid "Create PHP code" msgstr "建立 PHP 程式碼" -#: src/Config/Descriptions.php:930 -msgid "Suhosin warning" -msgstr "Suhosin 的警告" - -#: src/Config/Descriptions.php:931 +#: src/Config/Descriptions.php:929 msgid "Login cookie validity warning" msgstr "登入 Cookie 有效期警告" -#: src/Config/Descriptions.php:932 +#: src/Config/Descriptions.php:930 msgid "Textarea columns" msgstr "文字框寬度 (字數)" -#: src/Config/Descriptions.php:933 +#: src/Config/Descriptions.php:931 msgid "Textarea rows" msgstr "文字框列數" -#: src/Config/Descriptions.php:935 +#: src/Config/Descriptions.php:933 msgid "Default title" msgstr "預設標題" -#: src/Config/Descriptions.php:938 +#: src/Config/Descriptions.php:936 msgid "List of trusted proxies for IP allow/deny" msgstr "信任的代理伺服器 IP 允許/拒絕清單" -#: src/Config/Descriptions.php:939 +#: src/Config/Descriptions.php:937 msgid "Upload directory" msgstr "上傳資料夾" -#: src/Config/Descriptions.php:940 +#: src/Config/Descriptions.php:938 msgid "Use database search" msgstr "使用資料庫搜尋" -#: src/Config/Descriptions.php:941 +#: src/Config/Descriptions.php:939 msgid "Enable the Developer tab in settings" msgstr "啓用設定選項中的開發人員分頁" -#: src/Config/Descriptions.php:942 src/Setup/Index.php:125 +#: src/Config/Descriptions.php:940 src/Setup/Index.php:125 #: src/Setup/Index.php:152 src/Setup/Index.php:160 src/Setup/Index.php:168 msgid "Version check" msgstr "檢查更新" -#: src/Config/Descriptions.php:943 +#: src/Config/Descriptions.php:941 msgid "Proxy URL" msgstr "代理伺服器網址" -#: src/Config/Descriptions.php:944 +#: src/Config/Descriptions.php:942 msgid "Proxy username" msgstr "代理伺服器使用者名稱" -#: src/Config/Descriptions.php:945 +#: src/Config/Descriptions.php:943 msgid "Proxy password" msgstr "代理伺服器密碼" -#: src/Config/Descriptions.php:946 +#: src/Config/Descriptions.php:944 msgid "ZIP" msgstr "ZIP 壓縮" -#: src/Config/Descriptions.php:947 +#: src/Config/Descriptions.php:945 msgid "URL for reCAPTCHA v2 API" msgstr "reCaptcha v2 API的網址" -#: src/Config/Descriptions.php:948 +#: src/Config/Descriptions.php:946 msgid "Content-Security-Policy snippet for reCAPTCHA v2 API" msgstr "reCaptcha v2 API的内容安全策略(CSP)程式碼" -#: src/Config/Descriptions.php:949 +#: src/Config/Descriptions.php:947 msgid "Request parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API 的請求參數" -#: src/Config/Descriptions.php:950 +#: src/Config/Descriptions.php:948 msgid "Response parameter for reCAPTCHA v2 API" msgstr "reCAPTCHA v2 API 的回應參數" -#: src/Config/Descriptions.php:951 +#: src/Config/Descriptions.php:949 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Public key for reCAPTCHA" msgstr "驗證碼的公開金鑰" -#: src/Config/Descriptions.php:952 +#: src/Config/Descriptions.php:950 #, fuzzy #| msgid "Public key for reCaptcha" msgid "Private key for reCAPTCHA" msgstr "驗證碼的公開金鑰" -#: src/Config/Descriptions.php:953 +#: src/Config/Descriptions.php:951 msgid "URL for reCAPTCHA siteverify" msgstr "reCAPTCHA 驗證使用者(siteverify)網址" -#: src/Config/Descriptions.php:954 +#: src/Config/Descriptions.php:952 msgid "Send error reports" msgstr "傳送錯誤報告" -#: src/Config/Descriptions.php:955 +#: src/Config/Descriptions.php:953 msgid "Enter executes queries in console" msgstr "於主控台執行查詢的輸入鍵" -#: src/Config/Descriptions.php:956 +#: src/Config/Descriptions.php:954 msgid "Enable Zero Configuration mode" msgstr "開啟零設定模式" -#: src/Config/Descriptions.php:960 +#: src/Config/Descriptions.php:958 msgid "Execute queries on Enter and insert new line with Shift+Enter" msgstr "按 Enter 執行查詢,輸入新一行則用 Shift+Enter" -#: src/Config/Descriptions.php:962 +#: src/Config/Descriptions.php:960 msgid "Console height" msgstr "主控台高度" -#: src/Config/Descriptions.php:963 +#: src/Config/Descriptions.php:961 msgid "Console mode" msgstr "主控台模式" -#: src/Config/Descriptions.php:966 +#: src/Config/Descriptions.php:964 msgid "Order by" msgstr "排序依" -#: src/Config/Descriptions.php:967 +#: src/Config/Descriptions.php:965 msgid "Server connection collation" msgstr "伺服器連線編碼與排序" @@ -11513,7 +11514,8 @@ msgstr "因為缺少 %s 函式,無法執行壓縮匯入功能。" msgid "Compressed export will not work due to missing function %s." msgstr "因為缺少 %s 函式,無法執行壓縮匯出功能。" -#: src/Config/FormDisplay.php:819 +#: src/Config/FormDisplay.php:815 src/Config/FormDisplay.php:816 +#: src/Config/FormDisplay.php:817 #, php-format msgid "maximum %s" msgstr "最大 %s" @@ -11547,7 +11549,7 @@ msgid "Microsoft Word 2000" msgstr "微軟 Word 2000" #: src/Config/Forms/User/ExportForm.php:120 -#: src/Config/Forms/User/ImportForm.php:46 +#: src/Config/Forms/User/ImportForm.php:47 msgid "OpenDocument Spreadsheet" msgstr "OpenDocument/OpenOffice 試算表" @@ -11555,7 +11557,7 @@ msgstr "OpenDocument/OpenOffice 試算表" msgid "OpenDocument Text" msgstr "OpenDocument/OpenOffice 文字檔" -#: src/Config/Forms/User/ImportForm.php:37 +#: src/Config/Forms/User/ImportForm.php:38 msgid "CSV using LOAD DATA" msgstr "使用 LOAD DATA 的 CSV" @@ -11697,7 +11699,7 @@ msgid "" "are unavailable on this system." msgstr "此系統目前未有提供 %1$sGZip 壓縮和解壓縮%2$s所必須的 (%3$s) 函式。" -#: src/Config/Settings.php:3168 +#: src/Config/Settings.php:3144 #, php-format msgid "Server %d" msgstr "伺服器 %d" @@ -11964,7 +11966,7 @@ msgstr "請求出現問題:資料庫 %2$s 沒有名為 %1$s 的事件。" #: src/Controllers/Database/ExportController.php:129 #: src/Controllers/Server/ExportController.php:57 -#: src/Controllers/Table/ExportController.php:90 +#: src/Controllers/Table/ExportController.php:92 msgid "Could not load export plugins, please check your installation!" msgstr "無法載入匯出外掛程式,請檢查安裝!" @@ -12091,7 +12093,7 @@ msgid "Success!" msgstr "成功!" #: src/Controllers/Database/StructureController.php:568 -#: src/Display/Results.php:3260 +#: src/Display/Results.php:3254 #, php-format msgid "" "This view has at least this number of rows. Please refer to " @@ -12149,7 +12151,7 @@ msgstr "若遇到問題,請手動回報錯誤報告給開發團隊。" msgid "You may want to refresh the page." msgstr "需要重新整理頁面。" -#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:676 +#: src/Controllers/Export/ExportController.php:120 src/Export/Export.php:677 msgid "Bad type!" msgstr "類型錯誤!" @@ -12247,14 +12249,7 @@ msgstr "" "成之後移除該資料夾,否則會有未經授權的人下載你的設定檔而對伺服器安全性造成威" "脅。" -#: src/Controllers/HomeController.php:404 -#, php-format -msgid "" -"Server running with Suhosin. Please refer to %sdocumentation%s for possible " -"issues." -msgstr "伺服器執行了 Suhosin。請參閱%s說明文件%s進一步了解可能會有的問題。" - -#: src/Controllers/HomeController.php:418 +#: src/Controllers/HomeController.php:398 #, php-format msgid "" "The $cfg['TempDir'] (%s) is not accessible. phpMyAdmin is not able to cache " @@ -12263,14 +12258,14 @@ msgstr "" "無法存取 $cfg['TempDir'] (%s)。phpMyAdmin 會無法快取模版,並且會因為此原因變" "得很慢。" -#: src/Controllers/HomeController.php:435 +#: src/Controllers/HomeController.php:415 msgid "" "The [code]HTTP_HOST[/code] variable is missing, which might cause phpMyAdmin " "to not work properly. Please refer to [doc@faq1-46]documentation[/doc] for " "possible issues." msgstr "" -#: src/Controllers/HomeController.php:488 +#: src/Controllers/HomeController.php:468 msgid "" "The mbstring PHP extension was not found and you seem to be using a " "multibyte charset. Without the mbstring extension phpMyAdmin is unable to " @@ -12279,7 +12274,7 @@ msgstr "" "找不到 PHP 的 mbstring 擴充套件,且您正使用多位元組字元編碼。 若沒有 " "mbstring 擴充套件 phpMyAdmin 將無法正確分割字串,這可能造成奇怪的錯誤。" -#: src/Controllers/HomeController.php:506 +#: src/Controllers/HomeController.php:486 msgid "" "The curl extension was not found and allow_url_fopen is disabled. Due to " "this some features such as error reporting or version check are disabled." @@ -12348,7 +12343,7 @@ msgstr "" msgid "\"DROP DATABASE\" statements are disabled." msgstr "刪除資料庫 DROP DATABASE 指令已經被停用。" -#: src/Controllers/Import/ImportController.php:700 src/Sql.php:912 +#: src/Controllers/Import/ImportController.php:700 src/Sql.php:909 msgid "[ROLLBACK occurred.]" msgstr "[已發生回退(ROLLBACK)。]" @@ -14306,7 +14301,7 @@ msgid "No such column" msgstr "無此欄位" #: src/Controllers/Normalization/GetColumnsController.php:35 -#: src/Normalization.php:230 src/Types.php:652 +#: src/Normalization.php:230 src/Types.php:653 msgctxt "string types" msgid "String" msgstr "字串" @@ -15113,7 +15108,7 @@ msgstr "資料錯誤" msgid "Wrong data or no validation for %s" msgstr "資料錯誤或未通過 %s 審核" -#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1080 +#: src/Controllers/Sql/SqlController.php:218 src/Sql.php:1077 #, php-format msgid "Bookmark %s has been created." msgstr "已建立書籤 %s。" @@ -15190,7 +15185,7 @@ msgstr "請求發生問題。" #: src/Controllers/Table/GetFieldController.php:108 #: src/Database/Routines.php:1050 src/Import/Import.php:138 -#: src/InsertEdit.php:161 src/Sql.php:898 +#: src/InsertEdit.php:161 src/Sql.php:895 msgid "MySQL returned an empty result set (i.e. zero rows)." msgstr "MySQL 傳回空的查詢結果 (即0列資料)。" @@ -15572,27 +15567,27 @@ msgstr "錯誤1045:使用者被拒絕。可能有其他錯誤訊息,但被%s msgid "The row has been deleted." msgstr "已刪除該行。" -#: src/Display/Results.php:2979 src/Display/Results.php:3301 src/Sql.php:904 +#: src/Display/Results.php:2973 src/Display/Results.php:3295 src/Sql.php:901 #, php-format msgid "Query took %01.4f seconds." msgstr "查詢用了 %01.4f 秒。" -#: src/Display/Results.php:3269 +#: src/Display/Results.php:3263 #, php-format msgid "Showing rows %1s - %2s" msgstr "顯示第 %1s - %2s 列" -#: src/Display/Results.php:3283 +#: src/Display/Results.php:3277 #, php-format msgid "%1$s total, %2$s in query" msgstr "總計 %1$s 筆,目前查詢 %2$s 筆" -#: src/Display/Results.php:3288 +#: src/Display/Results.php:3282 #, php-format msgid "%s total" msgstr "總計 %s 筆" -#: src/Display/Results.php:3597 +#: src/Display/Results.php:3591 msgid "Link not found!" msgstr "無此連結!" @@ -16194,11 +16189,11 @@ msgstr "索引 %1$s 和 %2$s 看來是相同的,其中一個可能會被移除 msgid "web server upload directory:" msgstr "網頁伺服器上傳資料夾:" -#: src/InsertEdit.php:846 src/Sql.php:895 +#: src/InsertEdit.php:846 src/Sql.php:892 msgid "Showing SQL query" msgstr "顯示 SQL 查詢" -#: src/InsertEdit.php:870 src/Sql.php:875 +#: src/InsertEdit.php:870 src/Sql.php:872 #, php-format msgid "Inserted row id: %1$d" msgstr "新增的資料列行 ID:%1$d" @@ -16606,39 +16601,39 @@ msgstr "此清單依據資料表資料的子集合組成,不一定準確。 " msgid "No partial dependencies found!" msgstr "查無部份依存!" -#: src/Operations.php:540 +#: src/Operations.php:536 msgid "Coalesce" msgstr "接合(Coalesce)" -#: src/Operations.php:891 +#: src/Operations.php:887 msgid "Can't move table to same one!" msgstr "目標資料表不能為來源資料表!" -#: src/Operations.php:893 +#: src/Operations.php:889 msgid "Can't copy table to same one!" msgstr "目標資料表不能為來源資料表!" -#: src/Operations.php:929 +#: src/Operations.php:925 #, php-format msgid "Table %s has been moved to %s. Privileges have been adjusted." msgstr "已將資料表 %s 移動到 %s。已調整權限。" -#: src/Operations.php:935 +#: src/Operations.php:931 #, php-format msgid "Table %s has been copied to %s. Privileges have been adjusted." msgstr "已將資料表 %s 複製為 %s。已調整權限。" -#: src/Operations.php:941 +#: src/Operations.php:937 #, php-format msgid "Table %s has been moved to %s." msgstr "已將資料表 %s 移動到 %s。" -#: src/Operations.php:945 +#: src/Operations.php:941 #, php-format msgid "Table %s has been copied to %s." msgstr "已將資料表 %s 複製為 %s。" -#: src/Operations.php:968 +#: src/Operations.php:964 msgid "The table name is empty!" msgstr "資料表名稱不能為空!" @@ -16718,7 +16713,7 @@ msgstr "在設定檔中設定的認證方式無效:" msgid "You have enabled two factor authentication, please confirm your login." msgstr "已啟用雙因素認證,請確認登入。" -#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:61 +#: src/Plugins/Export/ExportCsv.php:68 src/Plugins/Export/ExportToon.php:62 #: src/Plugins/Import/AbstractImportCsv.php:36 msgid "Columns separated with:" msgstr "欄位分隔符號:" @@ -17128,7 +17123,7 @@ msgid "" "Database system or older MySQL server to maximize output compatibility with:" msgstr "相容其他資料庫系統或舊版本的 MySQL 伺服器:" -#: src/Plugins/Export/ExportToon.php:66 +#: src/Plugins/Export/ExportToon.php:67 #, fuzzy #| msgid "Orientation" msgid "Indentation:" @@ -17151,25 +17146,25 @@ msgid "" "Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" msgstr "匯入重複鍵值時,更新資料 (加入 ON DUPLICATE KEY UPDATE)" -#: src/Plugins/Import/ImportCsv.php:92 +#: src/Plugins/Import/ImportCsv.php:93 msgid "Name of the new table (optional):" msgstr "新資料表的名稱(選填):" -#: src/Plugins/Import/ImportCsv.php:101 +#: src/Plugins/Import/ImportCsv.php:102 msgid "Name of the new database (optional):" msgstr "新資料庫的名稱(選填):" -#: src/Plugins/Import/ImportCsv.php:110 src/Plugins/Import/ImportCsv.php:128 +#: src/Plugins/Import/ImportCsv.php:111 src/Plugins/Import/ImportCsv.php:129 msgid "Import these many number of rows (optional):" msgstr "匯入這些行(可選):" -#: src/Plugins/Import/ImportCsv.php:118 src/Plugins/Import/ImportOds.php:72 +#: src/Plugins/Import/ImportCsv.php:119 src/Plugins/Import/ImportOds.php:72 msgid "" "The first line of the file contains the table column names (if this is " "unchecked, the first line will become part of the data)" msgstr "檔案第一行包含資料表的欄位名稱 (若未選此項,會視首行為資料)" -#: src/Plugins/Import/ImportCsv.php:135 +#: src/Plugins/Import/ImportCsv.php:136 msgid "" "If the data in each row of the file is not in the same order as in the " "database, list the corresponding column names here. Column names must be " @@ -17178,27 +17173,27 @@ msgstr "" "若檔案每行的資料和資料庫的排序不一致,請在此列出對應的欄位名稱。欄位名稱用半" "形逗號分隔,且毋須用引號括起。" -#: src/Plugins/Import/ImportCsv.php:143 +#: src/Plugins/Import/ImportCsv.php:144 msgid "Column names:" msgstr "欄位名稱:" -#: src/Plugins/Import/ImportCsv.php:275 src/Plugins/Import/ImportCsv.php:528 +#: src/Plugins/Import/ImportCsv.php:283 src/Plugins/Import/ImportCsv.php:541 #, php-format msgid "Invalid format of CSV input on line %d." msgstr "CSV 輸入的第 %d 行格式有錯。" -#: src/Plugins/Import/ImportCsv.php:482 +#: src/Plugins/Import/ImportCsv.php:495 #, php-format msgid "Invalid column count in CSV input on line %d." msgstr "CSV 輸入的第 %d 行欄位數有錯。" -#: src/Plugins/Import/ImportCsv.php:637 src/Plugins/Import/ImportCsv.php:652 -#: src/Plugins/Import/ImportCsv.php:663 src/Plugins/Import/ImportCsv.php:670 +#: src/Plugins/Import/ImportCsv.php:671 src/Plugins/Import/ImportCsv.php:686 +#: src/Plugins/Import/ImportCsv.php:697 src/Plugins/Import/ImportCsv.php:704 #, php-format msgid "Invalid parameter for CSV import: %s" msgstr "匯入 CSV 檔案 %s 時,有參數無效" -#: src/Plugins/Import/ImportCsv.php:760 +#: src/Plugins/Import/ImportCsv.php:794 #, php-format msgid "" "Invalid column (%s) specified! Ensure that columns names are spelled " @@ -17973,11 +17968,11 @@ msgstr "無更新版本提供" msgid "Using bookmark \"%s\" as default browse query." msgstr "使用書籤「%s」作為預設的瀏覽查詢。" -#: src/Sql.php:892 +#: src/Sql.php:889 msgid "Showing as PHP code" msgstr "顯示的內容為 PHP 程式碼" -#: src/Sql.php:1248 +#: src/Sql.php:1245 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, checkbox, " @@ -17986,7 +17981,7 @@ msgstr "" "目前選擇的項目不含獨一的資料欄位,以下功能無法執行:網格編輯、核選、編輯、複" "製、刪除。%s" -#: src/Sql.php:1262 +#: src/Sql.php:1259 #, php-format msgid "" "Current selection does not contain a unique column. Grid edit, Edit, Copy " @@ -18244,25 +18239,25 @@ msgstr "必須填寫有效的資料表名稱!" msgid "You must provide a trigger definition." msgstr "必須提供觸發器的定義。" -#: src/Types.php:97 +#: src/Types.php:98 #, fuzzy #| msgid "Empty" msgid "empty" msgstr "清空" -#: src/Types.php:98 +#: src/Types.php:99 #, fuzzy #| msgid "not present" msgid "not empty" msgstr "未找到" -#: src/Types.php:161 +#: src/Types.php:162 msgid "" "A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" msgstr "" "1 位元組整數:若允許負數,範圍由 -128 至 127;若不允許負數,範圍由 0 至 255" -#: src/Types.php:162 +#: src/Types.php:163 msgid "" "A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " "65,535" @@ -18270,7 +18265,7 @@ msgstr "" "2 位元組整數:若允許負數,範圍由 -32,768 至 32,767;若不允許負數,範圍由 0 " "至 65,535" -#: src/Types.php:164 +#: src/Types.php:165 msgid "" "A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " "0 to 16,777,215" @@ -18278,7 +18273,7 @@ msgstr "" "3 位元組整數:若允許負數,範圍由 -8,388,608 至 8,388,607;若不允許負數,範圍" "由 0 至 16,777,215" -#: src/Types.php:167 +#: src/Types.php:168 msgid "" "A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " "range is 0 to 4,294,967,295" @@ -18286,7 +18281,7 @@ msgstr "" "4 位元組整數:若允許負數,範圍由 -2,147,483,648 至 2,147,483,647;若不允許負" "數,範圍由 0 至 4,294,967,295" -#: src/Types.php:172 +#: src/Types.php:173 msgid "" "An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " "9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" @@ -18295,14 +18290,14 @@ msgstr "" "9,223,372,036,854,775,807;若不允許負數,範圍由 0 至 " "18,446,744,073,709,551,615" -#: src/Types.php:177 +#: src/Types.php:178 msgid "" "A fixed-point number (M, D) - the maximum number of digits (M) is 65 " "(default 10), the maximum number of decimals (D) is 30 (default 0)" msgstr "" "定點數 (M, D) - (M) 最大為 65 位數 (預設 10),(D) 小數位數最大為 30 (預設 0)" -#: src/Types.php:182 +#: src/Types.php:183 msgid "" "A small floating-point number, allowable values are -3.402823466E+38 to " "-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" @@ -18310,7 +18305,7 @@ msgstr "" "浮點數,範圍為 -3.402823466E+38 至 -1.175494351E-38、0 及 1.175494351E-38 至 " "3.402823466E+38" -#: src/Types.php:187 +#: src/Types.php:188 msgid "" "A double-precision floating-point number, allowable values are " "-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " @@ -18319,39 +18314,39 @@ msgstr "" "倍準浮點數,範圍為 -1.7976931348623157E+308 至 -2.2250738585072014E-308、0 " "及 2.2250738585072014E-308 至 1.7976931348623157E+308" -#: src/Types.php:191 +#: src/Types.php:192 msgid "" "Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " "FLOAT)" msgstr "倍準浮點數的別名 (例外: 在 REAL_AS_FLOAT 的模式中為 FLOAT 的別名)" -#: src/Types.php:192 +#: src/Types.php:193 msgid "" "A bit-field type (M), storing M of bits per value (default is 1, maximum is " "64)" msgstr "位元欄類型 (M),每個值使用 M 個位元 (預設值為 1,最大值為 64)" -#: src/Types.php:194 +#: src/Types.php:195 msgid "" "A synonym for TINYINT(1), a value of zero is considered false, nonzero " "values are considered true" msgstr "TINYINT(1) 的別名,當值為 0 時視為 false,非 0 的值則視為 true" -#: src/Types.php:196 +#: src/Types.php:197 msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" msgstr "BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE 的別名" -#: src/Types.php:198 +#: src/Types.php:199 #, php-format msgid "A date, supported range is %1$s to %2$s" msgstr "日期,有效範圍為 %1$s 至 %2$s" -#: src/Types.php:203 +#: src/Types.php:204 #, php-format msgid "A date and time combination, supported range is %1$s to %2$s" msgstr "日期與時間組合,有效範圍為 %1$s 至 %2$s" -#: src/Types.php:208 +#: src/Types.php:209 #, fuzzy #| msgid "" #| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " @@ -18365,12 +18360,12 @@ msgstr "" "時間戳記,有效範圍為 1970-01-01 00:00:01 UTC 至 2038-01-09 03:14:07 UTC,以" "自 1970-01-01 00:00:00 UTC 計算的秒數儲存" -#: src/Types.php:214 +#: src/Types.php:215 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "時間,有效範圍為 %1$s 至 %2$s" -#: src/Types.php:219 +#: src/Types.php:220 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18378,21 +18373,21 @@ msgstr "" "以 4 位數 (預設) 或 2 位數的方式表示年份,有效範圍為 70 (1970年) 至 69 (2069" "年) 或 1901 至 2155 和 0000" -#: src/Types.php:224 +#: src/Types.php:225 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" msgstr "" "固定長度 (0 至 255,預設為 1) 的字串,在儲存長度不足時會在右邊以空格補足" -#: src/Types.php:229 +#: src/Types.php:230 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " "the maximum row size" msgstr "可變長度 (%s) 的字串,實際的最大長度需視資料列大小限制而定" -#: src/Types.php:234 +#: src/Types.php:235 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18400,7 +18395,7 @@ msgstr "" "純文字(TEXT)欄位,最大長度為 255 (2^8 - 1) 個字元,儲存時會附加 1 個位元組在" "最前面用來記錄長度" -#: src/Types.php:239 +#: src/Types.php:240 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18408,7 +18403,7 @@ msgstr "" "純文字(TEXT)欄位,最大長度為 65,535 (2^16 - 1) 個字元,儲存時會附加 2 個位元" "組在最前面用來記錄長度" -#: src/Types.php:244 +#: src/Types.php:245 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18416,7 +18411,7 @@ msgstr "" "純文字(TEXT)欄位,最大長度為 16,777,215 (2^24 - 1) 個字元,儲存時會附加 3 個" "位元組在最前面用來記錄長度" -#: src/Types.php:249 +#: src/Types.php:250 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18425,19 +18420,19 @@ msgstr "" "純文字(TEXT)欄位,最大長度為 4,294,967,295 或 4GiB (2^32 - 1) 個字元,儲存時" "會附加 4 個位元組在最前面用來記錄長度" -#: src/Types.php:254 +#: src/Types.php:255 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "類似 CHAR 類型,但此類型以二進位的方式儲存字串,而不是字元" -#: src/Types.php:257 +#: src/Types.php:258 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" msgstr "類似 VARCHAR 類型,但此類型以二進位的方式儲存字串,而不是字元" -#: src/Types.php:261 +#: src/Types.php:262 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18445,7 +18440,7 @@ msgstr "" "大型二進位物件(BLOB)欄位,最大長度為 255 (2^8 - 1) 個位元組,儲存時會附加 1 " "個位元組在最前面用來記錄長度" -#: src/Types.php:265 +#: src/Types.php:266 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18453,7 +18448,7 @@ msgstr "" "大型二進位物件(BLOB)欄位,最大長度為 16,777,215 (2^24 - 1) 個位元組,儲存時會" "附加 3 個位元組在最前面用來記錄長度" -#: src/Types.php:270 +#: src/Types.php:271 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18461,7 +18456,7 @@ msgstr "" "大型二進位物件(BLOB)欄位,最大長度為 65,535 (2^16 - 1) 個位元組,儲存時會附" "加 2 個位元組在最前面用來記錄長度" -#: src/Types.php:274 +#: src/Types.php:275 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18469,87 +18464,87 @@ msgstr "" "大型二進位物件(BLOB)欄位,最大長度為 4,294,967,295 或 4GiB (2^32 - 1) 個位元" "組,儲存時會附加 4 個位元組在最前面用來記錄長度" -#: src/Types.php:278 +#: src/Types.php:279 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" msgstr "列舉類型(ENUM),在清單中最多可有 65,535 個值或特殊 '' 錯誤值" -#: src/Types.php:279 +#: src/Types.php:280 msgid "A single value chosen from a set of up to 64 members" msgstr "可從最多可 64 個成員中複選組成的一個值" -#: src/Types.php:280 +#: src/Types.php:281 msgid "A type that can store a geometry of any type" msgstr "可以儲存任何幾何圖形的類型" -#: src/Types.php:281 +#: src/Types.php:282 msgid "A point in 2-dimensional space" msgstr "2 維空間的點" -#: src/Types.php:282 +#: src/Types.php:283 msgid "A curve with linear interpolation between points" msgstr "點與點之間的線性插值曲線" -#: src/Types.php:283 +#: src/Types.php:284 msgid "A polygon" msgstr "多邊形" -#: src/Types.php:284 +#: src/Types.php:285 msgid "A collection of points" msgstr "點的集合" -#: src/Types.php:285 +#: src/Types.php:286 msgid "A collection of curves with linear interpolation between points" msgstr "點與點之間線性插值曲線的集合" -#: src/Types.php:286 +#: src/Types.php:287 msgid "A collection of polygons" msgstr "多邊形的集合" -#: src/Types.php:287 +#: src/Types.php:288 msgid "A collection of geometry objects of any type" msgstr "任何類型幾何圖形的集合" -#: src/Types.php:288 +#: src/Types.php:289 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" msgstr "儲存並開啟對 JSON (JavaScript Object Notation) 文件資料的快速存取" -#: src/Types.php:289 +#: src/Types.php:290 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "適用於儲存IPv6地址,以及IPv4地址(用預設對映將IPv4位址轉換到IPv6位址)" -#: src/Types.php:292 +#: src/Types.php:293 #, fuzzy #| msgid "Stores a Universally Unique Identifier (UUID)" msgid "128-bit UUID (Universally Unique Identifier)" msgstr "存儲一個通用唯一識別碼 (UUID)" -#: src/Types.php:293 +#: src/Types.php:294 msgid "" "Stores vector data optimized for operations such as similarity search and " "machine learning applications" msgstr "" -#: src/Types.php:295 +#: src/Types.php:296 msgid "Intended for storage of XML data" msgstr "" -#: src/Types.php:606 +#: src/Types.php:607 msgctxt "numeric types" msgid "Numeric" msgstr "數值" -#: src/Types.php:624 +#: src/Types.php:625 msgctxt "date and time types" msgid "Date and time" msgstr "日期及時間" -#: src/Types.php:654 +#: src/Types.php:655 msgctxt "spatial types" msgid "Spatial" msgstr "空間類型" @@ -18594,6 +18589,20 @@ msgstr "ZIP 壓縮檔出錯:" msgid "No files found inside ZIP archive!" msgstr "ZIP 壓縮檔中沒有檔案!" +#~ msgid "" +#~ "Disable the default warning that is displayed on the main page if Suhosin " +#~ "is detected." +#~ msgstr "關閉在檢測到 Suhosin 時在首頁顯示的預設警告訊息。" + +#~ msgid "Suhosin warning" +#~ msgstr "Suhosin 的警告" + +#, php-format +#~ msgid "" +#~ "Server running with Suhosin. Please refer to %sdocumentation%s for " +#~ "possible issues." +#~ msgstr "伺服器執行了 Suhosin。請參閱%s說明文件%s進一步了解可能會有的問題。" + #~ msgid "Exporting a raw query is not supported for this export method." #~ msgstr "此匯出方法不支援匯出原始查詢。" diff --git a/src/Config/FormDisplay.php b/src/Config/FormDisplay.php index 7e5ec123e9..d2b32972a6 100644 --- a/src/Config/FormDisplay.php +++ b/src/Config/FormDisplay.php @@ -747,7 +747,7 @@ class FormDisplay $config = Config::getInstance(); $userPrefsDisallow = $config->isSetup() ? $this->configFile->get('UserprefsDisallow', []) - : $config->settings['UserprefsDisallow']; + : $config->config->UserprefsDisallow; $this->userprefsDisallow = array_flip($userPrefsDisallow ?? []); } @@ -811,14 +811,12 @@ class FormDisplay return; } - if ($systemPath !== 'MaxDbList' && $systemPath !== 'MaxTableList' && $systemPath !== 'QueryHistoryMax') { - return; - } - - $opts['comment'] = sprintf( - __('maximum %s'), - $config->settings[$systemPath], - ); + match ($systemPath) { + 'MaxDbList' => $opts['comment'] = sprintf(__('maximum %s'), $config->config->MaxDbList), + 'MaxTableList' => $opts['comment'] = sprintf(__('maximum %s'), $config->config->MaxTableList), + 'QueryHistoryMax' => $opts['comment'] = sprintf(__('maximum %s'), $config->config->QueryHistoryMax), + default => null, + }; } /** diff --git a/src/Config/UserPreferences.php b/src/Config/UserPreferences.php index 4b116f4920..1edfe589cd 100644 --- a/src/Config/UserPreferences.php +++ b/src/Config/UserPreferences.php @@ -219,7 +219,7 @@ readonly class UserPreferences public function apply(array $configData): array { $cfg = []; - $excludeList = array_flip($this->config->settings['UserprefsDisallow']); + $excludeList = array_flip($this->config->config->UserprefsDisallow); $allowList = array_flip(UserFormList::getFields()); // allow some additional fields which are custom handled $allowList['ThemeDefault'] = true; diff --git a/src/ConfigStorage/Relation.php b/src/ConfigStorage/Relation.php index 908e1fbdf2..d5df80e10f 100644 --- a/src/ConfigStorage/Relation.php +++ b/src/ConfigStorage/Relation.php @@ -612,14 +612,14 @@ class Relation // is available if ($mode === 'id-content' || $mode === 'id-only') { // sort for id-content - if ($this->config->settings['NaturalOrder']) { + if ($this->config->config->NaturalOrder) { uksort($foreign, strnatcasecmp(...)); } else { ksort($foreign); } } elseif ($mode === 'content-id') { // sort for content-id - if ($this->config->settings['NaturalOrder']) { + if ($this->config->config->NaturalOrder) { natcasesort($foreign); } else { asort($foreign); @@ -703,7 +703,7 @@ class Relation int|null $maxNumberOfItems = null, ): string { if ($maxNumberOfItems === null) { - $maxNumberOfItems = $this->config->settings['ForeignKeyMaxLimit']; + $maxNumberOfItems = $this->config->config->ForeignKeyMaxLimit; } $foreign = []; @@ -721,13 +721,13 @@ class Relation // put the dropdown sections in correct order $bottom = []; if ($foreignDisplay !== '') { - $top = $this->buildForeignDropdown($foreign, $data, $this->config->settings['ForeignKeyDropdownOrder'][0]); + $top = $this->buildForeignDropdown($foreign, $data, $this->config->config->ForeignKeyDropdownOrder[0]); - if (isset($this->config->settings['ForeignKeyDropdownOrder'][1])) { + if (isset($this->config->config->ForeignKeyDropdownOrder[1])) { $bottom = $this->buildForeignDropdown( $foreign, $data, - $this->config->settings['ForeignKeyDropdownOrder'][1], + $this->config->config->ForeignKeyDropdownOrder[1], ); } } else { @@ -800,7 +800,7 @@ class Relation // Check if table has more rows than specified by ForeignKeyMaxLimit $moreThanLimit = $this->dbi->getTable($foreignDb, $foreignTable) - ->checkIfMinRecordsExist($this->config->settings['ForeignKeyMaxLimit']); + ->checkIfMinRecordsExist($this->config->config->ForeignKeyMaxLimit); if ($overrideTotal || ! $moreThanLimit) { // foreign_display can be false if no display field defined: @@ -1469,7 +1469,7 @@ class Relation /** @var list $tables */ $tables = $tablesRows->fetchAllColumn(); - if ($this->config->settings['NaturalOrder']) { + if ($this->config->config->NaturalOrder) { usort($tables, strnatcasecmp(...)); } diff --git a/src/Console/History.php b/src/Console/History.php index 5eb54849bf..3d78fdbf7a 100644 --- a/src/Console/History.php +++ b/src/Console/History.php @@ -27,7 +27,7 @@ readonly class History public function setHistory(string $db, string $table, string $username, string $sqlquery): void { - $maxCharactersInDisplayedSQL = $this->config->settings['MaxCharactersInDisplayedSQL']; + $maxCharactersInDisplayedSQL = $this->config->config->MaxCharactersInDisplayedSQL; if (mb_strlen($sqlquery) > $maxCharactersInDisplayedSQL) { return; } @@ -38,11 +38,11 @@ readonly class History $_SESSION['sql_history'][] = ['db' => $db, 'table' => $table, 'sqlquery' => $sqlquery]; - if (count($_SESSION['sql_history']) > $this->config->settings['QueryHistoryMax']) { + if (count($_SESSION['sql_history']) > $this->config->config->QueryHistoryMax) { array_shift($_SESSION['sql_history']); } - if ($this->sqlHistoryFeature === null || ! $this->config->settings['QueryHistoryDB']) { + if ($this->sqlHistoryFeature === null || ! $this->config->config->QueryHistoryDB) { return; } @@ -77,7 +77,7 @@ readonly class History return false; } - if (! $this->config->settings['QueryHistoryDB']) { + if (! $this->config->config->QueryHistoryDB) { if (isset($_SESSION['sql_history'])) { return array_reverse($_SESSION['sql_history']); } @@ -100,7 +100,7 @@ readonly class History private function purgeHistory(string $username): void { - if (! $this->config->settings['QueryHistoryDB'] || $this->sqlHistoryFeature === null) { + if (! $this->config->config->QueryHistoryDB || $this->sqlHistoryFeature === null) { return; } @@ -110,7 +110,7 @@ readonly class History . '.' . Util::backquote($this->sqlHistoryFeature->history) . ' WHERE `username` = ' . $this->dbi->quoteString($username) . ' ORDER BY `timevalue` DESC - LIMIT ' . $this->config->settings['QueryHistoryMax'] . ', 1'; + LIMIT ' . $this->config->config->QueryHistoryMax . ', 1'; $maxTime = $this->dbi->fetchValue($searchQuery, 0, ConnectionType::ControlUser); diff --git a/src/Controllers/CheckRelationsController.php b/src/Controllers/CheckRelationsController.php index 05c8c706f9..9f7ea4cb76 100644 --- a/src/Controllers/CheckRelationsController.php +++ b/src/Controllers/CheckRelationsController.php @@ -58,7 +58,7 @@ final readonly class CheckRelationsController implements InvocableController $this->response->render('relation/check_relations', [ 'db' => $db?->getName() ?? '', - 'zero_conf' => $this->config->settings['ZeroConf'], + 'zero_conf' => $this->config->config->zeroConf, 'relation_parameters' => $relationParameters->toArray(), 'sql_dir' => SQL_DIR, 'config_storage_database_name' => $cfgStorageDbName, diff --git a/src/Controllers/Database/RoutinesController.php b/src/Controllers/Database/RoutinesController.php index a3d179defc..1677a5eca9 100644 --- a/src/Controllers/Database/RoutinesController.php +++ b/src/Controllers/Database/RoutinesController.php @@ -452,7 +452,7 @@ final readonly class RoutinesController implements InvocableController } $totalNumRoutines = Routines::getRoutineCount($this->dbi, Current::$database, $type); - $pageSize = $this->config->settings['MaxRoutineList']; + $pageSize = $this->config->config->MaxRoutineList; $pos = (int) $request->getParam('pos'); // Checks if there are any routines to be shown on current page. diff --git a/src/Controllers/Database/SearchController.php b/src/Controllers/Database/SearchController.php index 4d34d5b6fd..c4531d2d89 100644 --- a/src/Controllers/Database/SearchController.php +++ b/src/Controllers/Database/SearchController.php @@ -58,7 +58,7 @@ final readonly class SearchController implements InvocableController return $this->response->redirectToRoute('/', ['reload' => true, 'message' => __('No databases selected.')]); } - if (! $this->config->settings['UseDbSearch']) { + if (! $this->config->config->UseDbSearch) { $errorMessage = __( 'Searching inside the database is disabled by the [code]$cfg[\'UseDbSearch\'][/code] configuration.', ); diff --git a/src/Controllers/Database/SqlAutoCompleteController.php b/src/Controllers/Database/SqlAutoCompleteController.php index bb74cb6ea1..f945fec4ad 100644 --- a/src/Controllers/Database/SqlAutoCompleteController.php +++ b/src/Controllers/Database/SqlAutoCompleteController.php @@ -31,7 +31,7 @@ final readonly class SqlAutoCompleteController implements InvocableController public function __invoke(ServerRequest $request): Response { $sqlAutocomplete = []; - if ($this->config->settings['EnableAutocompleteForTablesAndColumns']) { + if ($this->config->config->EnableAutocompleteForTablesAndColumns) { $db = DatabaseName::tryFrom($request->getParam('db')); if ($db !== null) { $sqlAutocomplete = $this->getColumnList($db); diff --git a/src/Controllers/Database/Structure/FavoriteTableController.php b/src/Controllers/Database/Structure/FavoriteTableController.php index 0c70a96ba1..173193bc30 100644 --- a/src/Controllers/Database/Structure/FavoriteTableController.php +++ b/src/Controllers/Database/Structure/FavoriteTableController.php @@ -82,7 +82,7 @@ final readonly class FavoriteTableController implements InvocableController } elseif (isset($_REQUEST['add_favorite'])) { if (! $alreadyFavorite) { $numTables = count($favoriteInstance->getTables()); - if ($numTables === $this->config->settings['NumFavoriteTables']) { + if ($numTables === $this->config->config->NumFavoriteTables) { $changes = false; } else { // Otherwise add to favorite list. diff --git a/src/Controllers/Database/StructureController.php b/src/Controllers/Database/StructureController.php index 911d6b9e28..4c84fddd21 100644 --- a/src/Controllers/Database/StructureController.php +++ b/src/Controllers/Database/StructureController.php @@ -107,7 +107,7 @@ final class StructureController implements InvocableController $this->position = $this->getTableListPosition($request->getParam('pos'), Current::$database); // Special speedup for newer MySQL Versions (in 4.0 format changed) - if ($this->config->settings['SkipLockedTables'] === true) { + if ($this->config->config->SkipLockedTables) { $tables = $this->getTablesWhenOpen(Current::$database); $totalNumTables = count($tables); } else { @@ -127,7 +127,7 @@ final class StructureController implements InvocableController /** * whether to display extended stats */ - $this->isShowStats = $this->config->settings['ShowStats']; + $this->isShowStats = $this->config->config->ShowStats; /** * whether selected db is information_schema @@ -173,7 +173,7 @@ final class StructureController implements InvocableController if ($this->totalNumTables > 0 && $this->position > $this->totalNumTables) { return $this->response->redirectToRoute('/database/structure', [ 'db' => Current::$database, - 'pos' => max(0, $this->totalNumTables - $this->config->settings['MaxTableList']), + 'pos' => max(0, $this->totalNumTables - $this->config->config->MaxTableList), 'reload' => 1, ]); } @@ -201,7 +201,7 @@ final class StructureController implements InvocableController $urlParams, Url::getFromRoute('/database/structure'), 'frame_content', - $this->config->settings['MaxTableList'], + $this->config->config->MaxTableList, ); $tableList = $this->displayTableList($replicaInfo); @@ -305,7 +305,7 @@ final class StructureController implements InvocableController } } - if ($this->config->settings['ShowDbStructureCharset']) { + if ($this->config->config->ShowDbStructureCharset) { $charset = ''; if (isset($tableCollation)) { $charset = $tableCollation->getCharset(); @@ -313,7 +313,7 @@ final class StructureController implements InvocableController } $createTime = null; - if ($this->config->settings['ShowDbStructureCreation'] && isset($currentTable['Create_time'])) { + if ($this->config->config->ShowDbStructureCreation && isset($currentTable['Create_time'])) { $createTime = $this->createDateTime($currentTable['Create_time']); if ($createTime !== null && ($createTimeAll === null || $createTime < $createTimeAll)) { $createTimeAll = $createTime; @@ -321,7 +321,7 @@ final class StructureController implements InvocableController } $updateTime = null; - if ($this->config->settings['ShowDbStructureLastUpdate'] && isset($currentTable['Update_time'])) { + if ($this->config->config->ShowDbStructureLastUpdate && isset($currentTable['Update_time'])) { $updateTime = $this->createDateTime($currentTable['Update_time']); if ($updateTime !== null && ($updateTimeAll === null || $updateTime < $updateTimeAll)) { $updateTimeAll = $updateTime; @@ -329,7 +329,7 @@ final class StructureController implements InvocableController } $checkTime = null; - if ($this->config->settings['ShowDbStructureLastCheck'] && isset($currentTable['Check_time'])) { + if ($this->config->config->ShowDbStructureLastCheck && isset($currentTable['Check_time'])) { $checkTime = $this->createDateTime($currentTable['Check_time']); if ($checkTime !== null && ($checkTimeAll === null || $checkTime < $checkTimeAll)) { $checkTimeAll = $checkTime; @@ -380,12 +380,12 @@ final class StructureController implements InvocableController 'replication' => $replicaInfo['status'], 'is_show_db_details' => $this->isShowDbDetails, 'is_show_stats' => $this->isShowStats, - 'show_charset' => $this->config->settings['ShowDbStructureCharset'], - 'show_comment' => $this->config->settings['ShowDbStructureComment'], - 'show_creation' => $this->config->settings['ShowDbStructureCreation'], - 'show_last_update' => $this->config->settings['ShowDbStructureLastUpdate'], - 'show_last_check' => $this->config->settings['ShowDbStructureLastCheck'], - 'num_favorite_tables' => $this->config->settings['NumFavoriteTables'], + 'show_charset' => $this->config->config->ShowDbStructureCharset, + 'show_comment' => $this->config->config->ShowDbStructureComment, + 'show_creation' => $this->config->config->ShowDbStructureCreation, + 'show_last_update' => $this->config->config->ShowDbStructureLastUpdate, + 'show_last_check' => $this->config->config->ShowDbStructureLastCheck, + 'num_favorite_tables' => $this->config->config->NumFavoriteTables, 'structure_table_rows' => $structureTableRows, ]); $structureTableRows = []; @@ -432,14 +432,14 @@ final class StructureController implements InvocableController TableName::from($currentTable['TABLE_NAME']), ), ), - 'num_favorite_tables' => $this->config->settings['NumFavoriteTables'], + 'num_favorite_tables' => $this->config->config->NumFavoriteTables, 'is_show_db_details' => $this->isShowDbDetails, 'limit_chars' => $this->config->config->limitChars, - 'show_charset' => $this->config->settings['ShowDbStructureCharset'], - 'show_comment' => $this->config->settings['ShowDbStructureComment'], - 'show_creation' => $this->config->settings['ShowDbStructureCreation'], - 'show_last_update' => $this->config->settings['ShowDbStructureLastUpdate'], - 'show_last_check' => $this->config->settings['ShowDbStructureLastCheck'], + 'show_charset' => $this->config->config->ShowDbStructureCharset, + 'show_comment' => $this->config->config->ShowDbStructureComment, + 'show_creation' => $this->config->config->ShowDbStructureCreation, + 'show_last_update' => $this->config->config->ShowDbStructureLastUpdate, + 'show_last_check' => $this->config->config->ShowDbStructureLastCheck, ]; $overallApproxRows = $overallApproxRows || $approxRows; @@ -473,12 +473,12 @@ final class StructureController implements InvocableController 'replication' => $replicaInfo['status'], 'is_show_db_details' => $this->isShowDbDetails, 'is_show_stats' => $this->isShowStats, - 'show_charset' => $this->config->settings['ShowDbStructureCharset'], - 'show_comment' => $this->config->settings['ShowDbStructureComment'], - 'show_creation' => $this->config->settings['ShowDbStructureCreation'], - 'show_last_update' => $this->config->settings['ShowDbStructureLastUpdate'], - 'show_last_check' => $this->config->settings['ShowDbStructureLastCheck'], - 'num_favorite_tables' => $this->config->settings['NumFavoriteTables'], + 'show_charset' => $this->config->config->ShowDbStructureCharset, + 'show_comment' => $this->config->config->ShowDbStructureComment, + 'show_creation' => $this->config->config->ShowDbStructureCreation, + 'show_last_update' => $this->config->config->ShowDbStructureLastUpdate, + 'show_last_check' => $this->config->config->ShowDbStructureLastCheck, + 'num_favorite_tables' => $this->config->config->NumFavoriteTables, 'structure_table_rows' => $structureTableRows, 'body_for_table_summary' => [ 'num_tables' => $this->numTables, @@ -494,15 +494,15 @@ final class StructureController implements InvocableController 'update_time_all' => $updateTimeAll !== null ? Util::localisedDate($updateTimeAll) : '-', 'check_time_all' => $checkTimeAll !== null ? Util::localisedDate($checkTimeAll) : '-', 'approx_rows' => $overallApproxRows, - 'num_favorite_tables' => $this->config->settings['NumFavoriteTables'], + 'num_favorite_tables' => $this->config->config->NumFavoriteTables, 'db' => Current::$database, 'is_show_db_details' => $this->isShowDbDetails, 'default_storage_engine' => $defaultStorageEngine, - 'show_charset' => $this->config->settings['ShowDbStructureCharset'], - 'show_comment' => $this->config->settings['ShowDbStructureComment'], - 'show_creation' => $this->config->settings['ShowDbStructureCreation'], - 'show_last_update' => $this->config->settings['ShowDbStructureLastUpdate'], - 'show_last_check' => $this->config->settings['ShowDbStructureLastCheck'], + 'show_charset' => $this->config->config->ShowDbStructureCharset, + 'show_comment' => $this->config->config->ShowDbStructureComment, + 'show_creation' => $this->config->config->ShowDbStructureCreation, + 'show_last_update' => $this->config->config->ShowDbStructureLastUpdate, + 'show_last_check' => $this->config->config->ShowDbStructureLastCheck, ], 'check_all_tables' => [ 'overhead_check' => $overheadCheck, @@ -559,7 +559,7 @@ final class StructureController implements InvocableController && in_array($currentTable['ENGINE'], ['InnoDB', 'TokuDB'], true) && ! $currentTable['COUNTED']; - if ($tableIsView && $currentTable['TABLE_ROWS'] >= $this->config->settings['MaxExactCountViews']) { + if ($tableIsView && $currentTable['TABLE_ROWS'] >= $this->config->config->MaxExactCountViews) { $approxRows = true; $showSuperscript = Generator::showHint( Sanitize::convertBBCode( @@ -816,7 +816,7 @@ final class StructureController implements InvocableController if ( (in_array($currentTable['ENGINE'], ['InnoDB', 'TokuDB'], true) - && $currentTable['TABLE_ROWS'] < $this->config->settings['MaxExactCount']) + && $currentTable['TABLE_ROWS'] < $this->config->config->MaxExactCount) || ! isset($currentTable['TABLE_ROWS']) ) { $currentTable['COUNTED'] = true; @@ -1113,7 +1113,7 @@ final class StructureController implements InvocableController $tables += $this->dbi->getTablesFull($db, $names); } - if ($this->config->settings['NaturalOrder']) { + if ($this->config->config->NaturalOrder) { uksort($tables, strnatcasecmp(...)); } } diff --git a/src/Controllers/HomeController.php b/src/Controllers/HomeController.php index e9afc1be6e..f7b394aeb4 100644 --- a/src/Controllers/HomeController.php +++ b/src/Controllers/HomeController.php @@ -107,7 +107,7 @@ final class HomeController implements InvocableController if ($hasServer) { $hasServerSelection = $this->config->config->ServerDefault === 0 || ( - $this->config->settings['NavigationDisplayServers'] + $this->config->config->NavigationDisplayServers && ( count($this->config->settings['Servers']) > 1 || (Current::$server === 0 && count($this->config->settings['Servers']) === 1) @@ -191,14 +191,14 @@ final class HomeController implements InvocableController $relationParameters = $relation->getRelationParameters(); if ( ! $relationParameters->hasAllFeatures() - && ! $this->config->settings['PmaNoRelation_DisableWarning'] + && ! $this->config->config->PmaNoRelation_DisableWarning ) { $messageText = __( 'The phpMyAdmin configuration storage is not completely ' . 'configured, some extended features have been deactivated. ' . '%sFind out why%s. ', ); - if ($this->config->settings['ZeroConf']) { + if ($this->config->config->zeroConf) { $messageText .= '
' . __('Or alternately go to \'Operations\' tab of any database to set it up there.'); } diff --git a/src/Controllers/Import/ImportController.php b/src/Controllers/Import/ImportController.php index 8bebcda3ce..ff1cd500dd 100644 --- a/src/Controllers/Import/ImportController.php +++ b/src/Controllers/Import/ImportController.php @@ -582,7 +582,7 @@ final readonly class ImportController implements InvocableController // (but if the query is too large, in case of an imported file, the parser // can choke on it so avoid parsing) $sqlLength = mb_strlen(Current::$sqlQuery); - if ($sqlLength <= $this->config->settings['MaxCharactersInDisplayedSQL']) { + if ($sqlLength <= $this->config->config->MaxCharactersInDisplayedSQL) { [$statementInfo, Current::$database, $tableFromSql, $reloadNeeded] = ParseAnalyze::sqlQuery( Current::$sqlQuery, Current::$database, diff --git a/src/Controllers/Operations/DatabaseController.php b/src/Controllers/Operations/DatabaseController.php index e318e421e6..e416bbe285 100644 --- a/src/Controllers/Operations/DatabaseController.php +++ b/src/Controllers/Operations/DatabaseController.php @@ -261,7 +261,7 @@ final readonly class DatabaseController implements InvocableController $hasAdjustPrivileges = $userPrivileges->database && $userPrivileges->table && $userPrivileges->column && $userPrivileges->routines && $userPrivileges->isReload; - $isDropDatabaseAllowed = ($this->dbi->isSuperUser() || $this->config->settings['AllowUserDropDatabase']) + $isDropDatabaseAllowed = ($this->dbi->isSuperUser() || $this->config->config->AllowUserDropDatabase) && Current::$database !== 'mysql'; $switchToNew = isset($_SESSION['pma_switch_to_new']) && $_SESSION['pma_switch_to_new']; @@ -270,7 +270,7 @@ final readonly class DatabaseController implements InvocableController $collations = Charsets::getCollations($this->dbi, $this->config->selectedServer['DisableIS']); if ( - ! $relationParameters->hasAllFeatures() && ! $this->config->settings['PmaNoRelation_DisableWarning'] + ! $relationParameters->hasAllFeatures() && ! $this->config->config->PmaNoRelation_DisableWarning ) { Current::$message = Message::notice( __( diff --git a/src/Controllers/Server/Databases/DestroyController.php b/src/Controllers/Server/Databases/DestroyController.php index fc962fdcf0..1a6ff3eae4 100644 --- a/src/Controllers/Server/Databases/DestroyController.php +++ b/src/Controllers/Server/Databases/DestroyController.php @@ -44,7 +44,7 @@ final readonly class DestroyController implements InvocableController if ( ! $request->isAjax() - || (! $this->dbi->isSuperUser() && ! $this->config->settings['AllowUserDropDatabase']) + || (! $this->dbi->isSuperUser() && ! $this->config->config->AllowUserDropDatabase) ) { $message = Message::error(); $json = ['message' => $message]; diff --git a/src/Controllers/Server/DatabasesController.php b/src/Controllers/Server/DatabasesController.php index d949fd2f7d..c5e86ba3c6 100644 --- a/src/Controllers/Server/DatabasesController.php +++ b/src/Controllers/Server/DatabasesController.php @@ -128,7 +128,7 @@ final class DatabasesController implements InvocableController $databases = $this->getDatabases($primaryInfo, $replicaInfo); $charsetsList = []; - if ($this->config->settings['ShowCreateDb'] && $userPrivileges->isCreateDatabase) { + if ($this->config->config->ShowCreateDb && $userPrivileges->isCreateDatabase) { $charsets = Charsets::getCharsets($this->dbi, $this->config->selectedServer['DisableIS']); $collations = Charsets::getCollations($this->dbi, $this->config->selectedServer['DisableIS']); $serverCollation = $this->dbi->getServerCollation(); @@ -153,7 +153,7 @@ final class DatabasesController implements InvocableController $headerStatistics = $this->getStatisticsColumns(); $this->response->render('server/databases/index', [ - 'is_create_database_shown' => $this->config->settings['ShowCreateDb'], + 'is_create_database_shown' => $this->config->config->ShowCreateDb, 'has_create_database_privileges' => $userPrivileges->isCreateDatabase, 'has_statistics' => $this->hasStatistics, 'database_to_create' => $userPrivileges->databaseToCreate, @@ -167,7 +167,7 @@ final class DatabasesController implements InvocableController 'max_db_list' => $this->config->config->MaxDbList, 'has_primary_replication' => $primaryInfo['status'], 'has_replica_replication' => $replicaInfo['status'], - 'is_drop_allowed' => $this->dbi->isSuperUser() || $this->config->settings['AllowUserDropDatabase'], + 'is_drop_allowed' => $this->dbi->isSuperUser() || $this->config->config->AllowUserDropDatabase, ]); return $this->response->response(); diff --git a/src/Controllers/Table/IndexesController.php b/src/Controllers/Table/IndexesController.php index 88f23f8042..8e4852bf17 100644 --- a/src/Controllers/Table/IndexesController.php +++ b/src/Controllers/Table/IndexesController.php @@ -230,7 +230,7 @@ final readonly class IndexesController implements InvocableController 'form_params' => $formParams, 'add_fields' => $addFields, 'create_edit_table' => isset($_POST['create_edit_table']), - 'default_sliders_state' => $this->config->settings['InitialSlidersState'], + 'default_sliders_state' => $this->config->config->InitialSlidersState, 'is_from_nav' => isset($_POST['is_from_nav']), ]); } diff --git a/src/Controllers/Table/RelationController.php b/src/Controllers/Table/RelationController.php index e1cf231b64..bf2aaae0f6 100644 --- a/src/Controllers/Table/RelationController.php +++ b/src/Controllers/Table/RelationController.php @@ -181,7 +181,7 @@ final readonly class RelationController implements InvocableController $columnArray[$column->field] = $column->field; } - if ($this->config->settings['NaturalOrder']) { + if ($this->config->config->NaturalOrder) { uksort($columnArray, strnatcasecmp(...)); usort( $relationsForeign, @@ -306,7 +306,7 @@ final readonly class RelationController implements InvocableController 'internal_relation_columns' => $internalRelationColumns, 'url_params' => UrlParams::$params, 'databases' => $this->dbi->getDatabaseList(), - 'default_sliders_state' => $this->config->settings['InitialSlidersState'], + 'default_sliders_state' => $this->config->config->InitialSlidersState, 'route' => $request->getRoute(), 'display_field' => $this->relation->getDisplayField(Current::$database, Current::$table), 'foreign_key_row' => $foreignKeyRow, @@ -380,7 +380,7 @@ final readonly class RelationController implements InvocableController $columnList = $tableObj->getIndexedColumns(false, false); } - if ($this->config->settings['NaturalOrder']) { + if ($this->config->config->NaturalOrder) { usort($columnList, strnatcasecmp(...)); } diff --git a/src/Controllers/Table/SearchController.php b/src/Controllers/Table/SearchController.php index 6cb7e9e0d4..cb6bd41e82 100644 --- a/src/Controllers/Table/SearchController.php +++ b/src/Controllers/Table/SearchController.php @@ -269,7 +269,7 @@ final class SearchController implements InvocableController 'column_names' => $this->columnNames, 'column_types' => $this->columnTypes, 'column_collations' => $this->columnCollations, - 'default_sliders_state' => $this->config->settings['InitialSlidersState'], + 'default_sliders_state' => $this->config->config->InitialSlidersState, 'max_rows' => $this->config->config->maxRows, ]); } @@ -364,7 +364,7 @@ final class SearchController implements InvocableController $foreignData->foreignField ?? '', $foreignData->foreignDisplay, '', - $this->config->settings['ForeignKeyMaxLimit'], + $this->config->config->ForeignKeyMaxLimit, ); } diff --git a/src/Controllers/Table/StructureController.php b/src/Controllers/Table/StructureController.php index 6a876ce8df..9b41771282 100644 --- a/src/Controllers/Table/StructureController.php +++ b/src/Controllers/Table/StructureController.php @@ -156,7 +156,7 @@ readonly class StructureController implements InvocableController $commentsMap = []; $mimeMap = []; - if ($this->config->settings['ShowPropertyComments']) { + if ($this->config->config->ShowPropertyComments) { $commentsMap = $this->relation->getComments(Current::$database, Current::$table); if ($relationParameters->browserTransformationFeature !== null && $this->config->config->BrowseMIME) { $mimeMap = $this->transformations->getMime(Current::$database, Current::$table, true); @@ -174,7 +174,7 @@ readonly class StructureController implements InvocableController */ // BEGIN - Calc Table Space // Get valid statistics whatever is the table type - if ($this->config->settings['ShowStats']) { + if ($this->config->config->ShowStats) { //get table stats in HTML format $tablestats = $this->getTableStats($isSystemSchema, $tableIsAView, $tableStorageEngine); //returning the response in JSON format to be used by Ajax @@ -240,7 +240,7 @@ readonly class StructureController implements InvocableController 'indexes' => Index::getFromTable($this->dbi, Current::$table, Current::$database), 'indexes_duplicates' => Index::findDuplicates(Current::$table, Current::$database), 'relation_parameters' => $relationParameters, - 'hide_structure_actions' => $this->config->settings['HideStructureActions'] === true, + 'hide_structure_actions' => $this->config->config->HideStructureActions, 'db' => Current::$database, 'table' => Current::$table, 'db_is_system_schema' => $isSystemSchema, @@ -256,15 +256,15 @@ readonly class StructureController implements InvocableController 'central_list' => $centralList, 'comments_map' => $commentsMap, 'browse_mime' => $this->config->config->BrowseMIME, - 'show_column_comments' => $this->config->settings['ShowColumnComments'], - 'show_stats' => $this->config->settings['ShowStats'], + 'show_column_comments' => $this->config->config->ShowColumnComments, + 'show_stats' => $this->config->config->ShowStats, 'mysql_int_version' => $this->dbi->getVersion(), 'is_mariadb' => $this->dbi->isMariaDB(), 'is_active' => Tracker::isActive(), 'have_partitioning' => Partition::havePartitioning(), 'partitions' => Partition::getPartitions(Current::$database, Current::$table), 'partition_names' => Partition::getPartitionNames(Current::$database, Current::$table), - 'default_sliders_state' => $this->config->settings['InitialSlidersState'], + 'default_sliders_state' => $this->config->config->InitialSlidersState, 'attributes' => $attributes, 'displayed_fields' => $displayedFields, 'row_comments' => $rowComments, diff --git a/src/Controllers/Table/ZoomSearchController.php b/src/Controllers/Table/ZoomSearchController.php index 97cfa6cafd..30d0fecd0c 100644 --- a/src/Controllers/Table/ZoomSearchController.php +++ b/src/Controllers/Table/ZoomSearchController.php @@ -404,7 +404,7 @@ final class ZoomSearchController implements InvocableController $foreignData[$columnIndex]->foreignField ?? '', $foreignData[$columnIndex]->foreignDisplay, '', - $this->config->settings['ForeignKeyMaxLimit'], + $this->config->config->ForeignKeyMaxLimit, ); } @@ -499,7 +499,7 @@ final class ZoomSearchController implements InvocableController $foreignData->foreignField ?? '', $foreignData->foreignDisplay, '', - $this->config->settings['ForeignKeyMaxLimit'], + $this->config->config->ForeignKeyMaxLimit, ); } diff --git a/src/Dbal/DatabaseInterface.php b/src/Dbal/DatabaseInterface.php index 1e0880aa9c..8d93a53ca1 100644 --- a/src/Dbal/DatabaseInterface.php +++ b/src/Dbal/DatabaseInterface.php @@ -331,7 +331,7 @@ class DatabaseInterface /** @var list $tables */ $tables = $result->fetchAllColumn(); - if ($this->config->settings['NaturalOrder']) { + if ($this->config->config->NaturalOrder) { usort($tables, strnatcasecmp(...)); } @@ -377,7 +377,7 @@ class DatabaseInterface ConnectionType $connectionType = ConnectionType::User, ): array { if ($limitCount === true) { - $limitCount = $this->config->settings['MaxTableList']; + $limitCount = $this->config->config->MaxTableList; } $tables = []; @@ -459,7 +459,7 @@ class DatabaseInterface } } - if ($sortBy === 'Name' && $this->config->settings['NaturalOrder']) { + if ($sortBy === 'Name' && $this->config->config->NaturalOrder) { // here, the array's first key is by schema name foreach ($tables as $oneDatabaseName => $oneDatabaseTables) { uksort($oneDatabaseTables, strnatcasecmp(...)); @@ -562,7 +562,7 @@ class DatabaseInterface // Sort naturally if the config allows it and we're sorting // the Name column. - if ($sortBy === 'Name' && $this->config->settings['NaturalOrder']) { + if ($sortBy === 'Name' && $this->config->config->NaturalOrder) { uksort($eachTables, strnatcasecmp(...)); if ($sortOrder === 'DESC') { @@ -658,7 +658,7 @@ class DatabaseInterface * we have to do it afterward */ $limit = ''; - if (! $this->config->settings['NaturalOrder']) { + if (! $this->config->config->NaturalOrder) { if ($limitCount) { $limit = ' LIMIT ' . $limitCount . ' OFFSET ' . $limitOffset; } diff --git a/src/Display/Results.php b/src/Display/Results.php index 516bb10d5d..b19f10e44c 100644 --- a/src/Display/Results.php +++ b/src/Display/Results.php @@ -651,7 +651,7 @@ class Results return [ 'page_selector' => $pageSelector, 'number_total_page' => $numberTotalPage, - 'has_show_all' => $this->config->settings['ShowAll'] || $this->unlimNumRows <= 500, + 'has_show_all' => $this->config->config->showAll || $this->unlimNumRows <= 500, 'hidden_fields' => $hiddenFields, 'session_max_rows' => $isShowingAll ? $this->config->config->maxRows : 'all', 'is_showing_all' => $isShowingAll, @@ -671,7 +671,7 @@ class Results { // If we have the full page of rows, we don't know // if there are more unless unlimNumRows is smaller than MaxExactCount - return $this->unlimNumRows < $this->config->settings['MaxExactCount'] + return $this->unlimNumRows < $this->config->config->MaxExactCount || $_SESSION['tmpval']['max_rows'] === self::ALL_ROWS || $this->numRows < $_SESSION['tmpval']['max_rows']; } @@ -953,8 +953,8 @@ class Results $emptyPreCondition = $displayParts->hasEditLink && $displayParts->deleteLink !== DeleteLinkEnum::NO_DELETE; - $leftOrBoth = $this->config->settings['RowActionLinks'] === self::POSITION_LEFT - || $this->config->settings['RowActionLinks'] === self::POSITION_BOTH; + $leftOrBoth = $this->config->config->RowActionLinks === self::POSITION_LEFT + || $this->config->config->RowActionLinks === self::POSITION_BOTH; // ... before the result table if ( @@ -980,7 +980,7 @@ class Results $this->numEmptyColumnsBefore = $emptyPreCondition ? 4 : 0; $buttonHtml .= ''; - } elseif ($this->config->settings['RowActionLinks'] === self::POSITION_NONE) { + } elseif ($this->config->config->RowActionLinks === self::POSITION_NONE) { // ... elseif display an empty column if the actions links are // disabled to match the rest of the table $buttonHtml .= ''; @@ -998,7 +998,7 @@ class Results */ private function getTableCommentsArray(StatementInfo $statementInfo): array { - if (! $this->config->settings['ShowBrowseComments'] || empty($statementInfo->statement->from)) { + if (! $this->config->config->ShowBrowseComments || empty($statementInfo->statement->from)) { return []; } @@ -1518,8 +1518,8 @@ class Results // Displays the needed checkboxes at the right // column of the result table header if possible and required... if ( - ($this->config->settings['RowActionLinks'] === self::POSITION_RIGHT) - || ($this->config->settings['RowActionLinks'] === self::POSITION_BOTH) + ($this->config->config->RowActionLinks === self::POSITION_RIGHT) + || ($this->config->config->RowActionLinks === self::POSITION_BOTH) && ($displayParts->hasEditLink || $displayParts->deleteLink !== DeleteLinkEnum::NO_DELETE) && $displayParts->hasTextButton ) { @@ -1531,8 +1531,8 @@ class Results . $fullOrPartialTextLink . ''; } elseif ( - ($this->config->settings['RowActionLinks'] === self::POSITION_LEFT) - || ($this->config->settings['RowActionLinks'] === self::POSITION_BOTH) + ($this->config->config->RowActionLinks === self::POSITION_LEFT) + || ($this->config->config->RowActionLinks === self::POSITION_BOTH) && (! $displayParts->hasEditLink && $displayParts->deleteLink === DeleteLinkEnum::NO_DELETE) ) { @@ -1711,9 +1711,9 @@ class Results $gridEditConfig = 'double-click'; // If we don't have all the columns of a unique key in the result set, do not permit grid editing. - if ($isLimitedDisplay || ! $this->editable || $this->config->settings['GridEditing'] === 'disabled') { + if ($isLimitedDisplay || ! $this->editable || $this->config->config->GridEditing === 'disabled') { $gridEditConfig = 'disabled'; - } elseif ($this->config->settings['GridEditing'] === 'click') { + } elseif ($this->config->config->GridEditing === 'click') { $gridEditConfig = 'click'; } @@ -1763,8 +1763,8 @@ class Results ) { // 1.3 Displays the links at left if required if ( - $this->config->settings['RowActionLinks'] === self::POSITION_LEFT - || $this->config->settings['RowActionLinks'] === self::POSITION_BOTH + $this->config->config->RowActionLinks === self::POSITION_LEFT + || $this->config->config->RowActionLinks === self::POSITION_BOTH ) { $tableBodyHtml .= $this->getLinksHtml( self::POSITION_LEFT, @@ -1775,7 +1775,7 @@ class Results $urlSqlQuery, $isAjax, ); - } elseif ($this->config->settings['RowActionLinks'] === self::POSITION_NONE) { + } elseif ($this->config->config->RowActionLinks === self::POSITION_NONE) { $tableBodyHtml .= $this->getLinksHtml( self::POSITION_NONE, $displayParts, @@ -1808,8 +1808,8 @@ class Results if ( ($displayParts->hasEditLink || $displayParts->deleteLink !== DeleteLinkEnum::NO_DELETE) - && ($this->config->settings['RowActionLinks'] === self::POSITION_RIGHT - || $this->config->settings['RowActionLinks'] === self::POSITION_BOTH) + && ($this->config->config->RowActionLinks === self::POSITION_RIGHT + || $this->config->config->RowActionLinks === self::POSITION_BOTH) ) { $tableBodyHtml .= $this->getLinksHtml( self::POSITION_RIGHT, @@ -2334,7 +2334,7 @@ class Results $headerHtml .= ' ' . "\n" . '  ' . "\n"; - } elseif ($this->config->settings['RowActionLinks'] === self::POSITION_NONE) { + } elseif ($this->config->config->RowActionLinks === self::POSITION_NONE) { $headerHtml .= ' ' . "\n"; } @@ -2446,19 +2446,13 @@ class Results */ private function getActionLinkContent(string $icon, string $displayText): string { - if ( - isset($this->config->settings['RowActionType']) - && $this->config->settings['RowActionType'] === self::ACTION_LINK_CONTENT_ICONS - ) { + if ($this->config->config->RowActionType === self::ACTION_LINK_CONTENT_ICONS) { return '' . Generator::getImage($icon, $displayText) . ''; } - if ( - isset($this->config->settings['RowActionType']) - && $this->config->settings['RowActionType'] === self::ACTION_LINK_CONTENT_TEXT - ) { + if ($this->config->config->RowActionType === self::ACTION_LINK_CONTENT_TEXT) { return '' . $displayText . ''; } @@ -2802,7 +2796,7 @@ class Results $query['sql'] = $this->sqlQuery; if (empty($query['repeat_cells'])) { - $query['repeat_cells'] = $this->config->settings['RepeatCells']; + $query['repeat_cells'] = $this->config->config->repeatCells; } // The value can also be from _GET as described on issue #16146 when sorting results @@ -2842,7 +2836,7 @@ class Results // The current session value has priority over a // change via Settings; this change will be apparent // starting from the next session - $query['relational_display'] = $this->config->settings['RelationalDisplay']; + $query['relational_display'] = $this->config->config->RelationalDisplay; } $geoOption = $request->getParam('geoOption'); @@ -3081,8 +3075,8 @@ class Results 'unlim_num_rows' => $this->unlimNumRows, 'displaywork' => $relationParameters->displayFeature !== null, 'relwork' => $relationParameters->relationFeature !== null, - 'save_cells_at_once' => $this->config->settings['SaveCellsAtOnce'], - 'default_sliders_state' => $this->config->settings['InitialSlidersState'], + 'save_cells_at_once' => $this->config->config->SaveCellsAtOnce, + 'default_sliders_state' => $this->config->config->InitialSlidersState, 'is_browse_distinct' => $this->isBrowseDistinct, ]); } diff --git a/src/Html/Generator.php b/src/Html/Generator.php index 8f832137ac..1d116b4e1f 100644 --- a/src/Html/Generator.php +++ b/src/Html/Generator.php @@ -215,7 +215,7 @@ class Generator if (! $server['ssl']) { $message = __('SSL is not being used'); if ( - ! empty($server['socket']) || in_array($server['host'], $config->settings['MysqlSslWarningSafeHosts']) + ! empty($server['socket']) || in_array($server['host'], $config->config->MysqlSslWarningSafeHosts) ) { $class = ''; } @@ -421,7 +421,7 @@ class Generator } $config = Config::getInstance(); - $renderSql = $config->settings['ShowSQL'] && $sqlQuery !== '' && $sqlQuery !== ';'; + $renderSql = $config->config->ShowSQL && $sqlQuery !== '' && $sqlQuery !== ';'; if (Sql::$usingBookmarkMessage !== null) { $retval .= Sql::$usingBookmarkMessage->getDisplay(); @@ -481,7 +481,7 @@ class Generator // but only explain a SELECT (that has not been explained) /* SQL-Parser-Analyzer */ $explainLink = ''; - $queryTooBig = mb_strlen($sqlQuery) > $config->settings['MaxCharactersInDisplayedSQL']; + $queryTooBig = mb_strlen($sqlQuery) > $config->config->MaxCharactersInDisplayedSQL; $isSelect = preg_match('@^SELECT[[:space:]]+@i', $sqlQuery) === 1; if (! empty($config->settings['SQLQuery']['Explain']) && ! $queryTooBig) { $explainParams = $urlParams; @@ -1064,8 +1064,8 @@ class Generator public static function formatSql(string $sqlQuery, bool $truncate = false): string { $config = Config::getInstance(); - if ($truncate && mb_strlen($sqlQuery) > $config->settings['MaxCharactersInDisplayedSQL']) { - $sqlQuery = mb_substr($sqlQuery, 0, $config->settings['MaxCharactersInDisplayedSQL']) . '[...]'; + if ($truncate && mb_strlen($sqlQuery) > $config->config->MaxCharactersInDisplayedSQL) { + $sqlQuery = mb_substr($sqlQuery, 0, $config->config->MaxCharactersInDisplayedSQL) . '[...]'; } return '
'
diff --git a/src/Http/Middleware/RecentTableHandling.php b/src/Http/Middleware/RecentTableHandling.php
index dd09695961..cb560fe13f 100644
--- a/src/Http/Middleware/RecentTableHandling.php
+++ b/src/Http/Middleware/RecentTableHandling.php
@@ -28,7 +28,7 @@ final readonly class RecentTableHandling implements MiddlewareInterface
     public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
     {
         assert($request instanceof ServerRequest);
-        if ($this->config->settings['NumRecentTables'] === 0) {
+        if ($this->config->config->NumRecentTables === 0) {
             return $handler->handle($request);
         }
 
diff --git a/src/Import/Import.php b/src/Import/Import.php
index b9ae466545..4c4a4a9ce3 100644
--- a/src/Import/Import.php
+++ b/src/Import/Import.php
@@ -121,7 +121,7 @@ final class Import
 
             ImportSettings::$message .= __('Error');
 
-            if (! $this->config->settings['IgnoreMultiSubmitErrors']) {
+            if (! $this->config->config->IgnoreMultiSubmitErrors) {
                 self::$hasError = true;
 
                 return;
diff --git a/src/ListDatabase.php b/src/ListDatabase.php
index 6aff93a311..d1f6557acb 100644
--- a/src/ListDatabase.php
+++ b/src/ListDatabase.php
@@ -105,7 +105,7 @@ class ListDatabase extends ArrayObject
             $databaseList = $this->dbi->fetchSingleColumn($command);
         }
 
-        if ($this->config->settings['NaturalOrder']) {
+        if ($this->config->config->NaturalOrder) {
             usort($databaseList, strnatcasecmp(...));
         } else {
             // need to sort anyway, otherwise information_schema
diff --git a/src/Navigation/Navigation.php b/src/Navigation/Navigation.php
index f37c3f3124..c1a2f254b9 100644
--- a/src/Navigation/Navigation.php
+++ b/src/Navigation/Navigation.php
@@ -65,7 +65,7 @@ class Navigation
         $userPrivileges = $this->userPrivilegesFactory->getPrivileges();
 
         $logo = [
-            'is_displayed' => $this->config->settings['NavigationDisplayLogo'],
+            'is_displayed' => $this->config->config->NavigationDisplayLogo,
             'has_link' => false,
             'link' => '#',
             'attributes' => ' target="_blank" rel="noopener noreferrer"',
@@ -74,13 +74,13 @@ class Navigation
 
         if (! $responseRenderer->isAjax()) {
             $logo['source'] = $this->getLogoSource();
-            $logo['has_link'] = $this->config->settings['NavigationLogoLink'] !== '';
-            $logo['link'] = trim($this->config->settings['NavigationLogoLink']);
+            $logo['has_link'] = $this->config->config->NavigationLogoLink !== '';
+            $logo['link'] = trim($this->config->config->NavigationLogoLink);
             if (! Sanitize::checkLink($logo['link'], true)) {
                 $logo['link'] = 'index.php';
             }
 
-            if ($this->config->settings['NavigationLogoLinkWindow'] === 'main') {
+            if ($this->config->config->NavigationLogoLinkWindow === 'main') {
                 if (empty(parse_url($logo['link'], PHP_URL_HOST))) {
                     $logo['link'] .= Url::getCommon(
                         [],
@@ -95,7 +95,7 @@ class Navigation
                 }
             }
 
-            if ($this->config->settings['NavigationDisplayServers'] && count($this->config->settings['Servers']) > 1) {
+            if ($this->config->config->NavigationDisplayServers && count($this->config->settings['Servers']) > 1) {
                 $serverSelect = Select::render(true);
             }
 
@@ -115,7 +115,7 @@ class Navigation
         }
 
         if (! $responseRenderer->isAjax() || ! empty($_POST['full']) || ! empty($_POST['reload'])) {
-            if ($this->config->settings['ShowDatabasesNavigationAsTree']) {
+            if ($this->config->config->ShowDatabasesNavigationAsTree) {
                 // provide database tree in navigation
                 $navRender = $this->tree->renderState($responseRenderer, $userPrivileges);
             } else {
@@ -129,19 +129,19 @@ class Navigation
         return $this->template->render('navigation/main', [
             'is_ajax' => $responseRenderer->isAjax(),
             'logo' => $logo,
-            'config_navigation_width' => $this->config->settings['NavigationWidth'],
-            'is_synced' => $this->config->settings['NavigationLinkWithMainPanel'],
+            'config_navigation_width' => $this->config->config->NavigationWidth,
+            'is_synced' => $this->config->config->NavigationLinkWithMainPanel,
             'is_highlighted' => $this->config->config->NavigationTreePointerEnable,
-            'is_autoexpanded' => $this->config->settings['NavigationTreeAutoexpandSingleDb'],
+            'is_autoexpanded' => $this->config->config->NavigationTreeAutoexpandSingleDb,
             'server' => Current::$server,
             'auth_type' => $this->config->selectedServer['auth_type'],
-            'is_servers_displayed' => $this->config->settings['NavigationDisplayServers'],
+            'is_servers_displayed' => $this->config->config->NavigationDisplayServers,
             'servers' => $this->config->settings['Servers'],
             'server_select' => $serverSelect ?? '',
             'navigation_tree' => $navRender,
             'is_navigation_settings_enabled' => self::$isSettingsEnabled,
             'navigation_settings' => $navigationSettings ?? '',
-            'is_drag_drop_import_enabled' => $this->config->settings['enable_drag_drop_import'] === true,
+            'is_drag_drop_import_enabled' => $this->config->config->enable_drag_drop_import === true,
             'is_mariadb' => $this->dbi->isMariaDB(),
         ]);
     }
diff --git a/src/Navigation/NavigationTree.php b/src/Navigation/NavigationTree.php
index 05e3847181..39e714ee81 100644
--- a/src/Navigation/NavigationTree.php
+++ b/src/Navigation/NavigationTree.php
@@ -228,7 +228,7 @@ class NavigationTree
                     $query,
                     $this->config->config->FirstLevelNavigationItems,
                     $this->config->config->FirstLevelNavigationItems,
-                    $this->dbi->quoteString($this->config->settings['NavigationTreeDbSeparator']),
+                    $this->dbi->quoteString($this->config->config->NavigationTreeDbSeparator),
                     $this->dbi->quoteString(Current::$database),
                 ),
             );
@@ -243,7 +243,7 @@ class NavigationTree
                         break;
                     }
 
-                    $prefix = strstr($database, $this->config->settings['NavigationTreeDbSeparator'], true);
+                    $prefix = strstr($database, $this->config->config->NavigationTreeDbSeparator, true);
                     if ($prefix === false) {
                         $prefix = $database;
                     }
@@ -269,7 +269,7 @@ class NavigationTree
                     break;
                 }
 
-                $prefix = strstr($database, $this->config->settings['NavigationTreeDbSeparator'], true);
+                $prefix = strstr($database, $this->config->config->NavigationTreeDbSeparator, true);
                 if ($prefix === false) {
                     $prefix = $database;
                 }
@@ -538,23 +538,23 @@ class NavigationTree
     {
         // Get items to hide
         $hidden = $db->getHiddenItems($this->relationParameters, 'group');
-        if (! $this->config->settings['NavigationTreeShowTables'] && ! in_array('tables', $hidden, true)) {
+        if (! $this->config->config->NavigationTreeShowTables && ! in_array('tables', $hidden, true)) {
             $hidden[] = 'tables';
         }
 
-        if (! $this->config->settings['NavigationTreeShowViews'] && ! in_array('views', $hidden, true)) {
+        if (! $this->config->config->NavigationTreeShowViews && ! in_array('views', $hidden, true)) {
             $hidden[] = 'views';
         }
 
-        if (! $this->config->settings['NavigationTreeShowFunctions'] && ! in_array('functions', $hidden, true)) {
+        if (! $this->config->config->NavigationTreeShowFunctions && ! in_array('functions', $hidden, true)) {
             $hidden[] = 'functions';
         }
 
-        if (! $this->config->settings['NavigationTreeShowProcedures'] && ! in_array('procedures', $hidden, true)) {
+        if (! $this->config->config->NavigationTreeShowProcedures && ! in_array('procedures', $hidden, true)) {
             $hidden[] = 'procedures';
         }
 
-        if (! $this->config->settings['NavigationTreeShowEvents'] && ! in_array('events', $hidden, true)) {
+        if (! $this->config->config->NavigationTreeShowEvents && ! in_array('events', $hidden, true)) {
             $hidden[] = 'events';
         }
 
@@ -643,7 +643,7 @@ class NavigationTree
      */
     public function groupNode(Node $node): void
     {
-        if ($node->type !== NodeType::Container || ! $this->config->settings['NavigationTreeEnableExpansion']) {
+        if ($node->type !== NodeType::Container || ! $this->config->config->NavigationTreeEnableExpansion) {
             return;
         }
 
@@ -835,7 +835,7 @@ class NavigationTree
         $quickWarp = $this->quickWarp();
         $fastFilter = $this->fastFilterHtml($userPrivileges, $this->tree);
         $controls = '';
-        if ($this->config->settings['NavigationTreeEnableExpansion']) {
+        if ($this->config->config->NavigationTreeEnableExpansion) {
             $controls = $this->controls();
         }
 
@@ -875,7 +875,7 @@ class NavigationTree
 
             $listContent .= $this->renderNodes($responseRenderer, $userPrivileges, $children, false);
 
-            if (! $this->config->settings['ShowDatabasesNavigationAsTree']) {
+            if (! $this->config->config->ShowDatabasesNavigationAsTree) {
                 $parents = $node->parents(true);
                 $parentName = $parents[0]->realName;
             }
@@ -908,7 +908,7 @@ class NavigationTree
             return $this->template->render('navigation/tree/path', [
                 'has_search_results' => $this->searchClause !== '' || $this->searchClause2 !== '',
                 'list_content' => $listContent ?? '',
-                'is_tree' => $this->config->settings['ShowDatabasesNavigationAsTree'],
+                'is_tree' => $this->config->config->ShowDatabasesNavigationAsTree,
                 'parent_name' => $parentName ?? '',
             ]);
         }
@@ -1041,7 +1041,7 @@ class NavigationTree
             if ($nodeIsGroup) {
                 $match = $this->findTreeMatch($this->vPath, $paths['vPath_clean']);
                 $linkClasses = $node->getCssClasses($match);
-                if ($this->config->settings['ShowDatabasesNavigationAsTree'] || $parentName !== 'root') {
+                if ($this->config->config->ShowDatabasesNavigationAsTree || $parentName !== 'root') {
                     $nodeIcon = $node->getIcon($match);
                 }
             }
@@ -1205,8 +1205,8 @@ class NavigationTree
      */
     private function fastFilterHtml(UserPrivileges $userPrivileges, Node $node): string
     {
-        $filterDbMin = $this->config->settings['NavigationTreeDisplayDbFilterMinimum'];
-        $filterItemMin = $this->config->settings['NavigationTreeDisplayItemFilterMinimum'];
+        $filterDbMin = $this->config->config->NavigationTreeDisplayDbFilterMinimum;
+        $filterItemMin = $this->config->config->NavigationTreeDisplayItemFilterMinimum;
         $urlParams = [];
 
         $isRootNode = $node === $this->tree && $this->tree->getPresence($userPrivileges) >= $filterDbMin;
@@ -1256,7 +1256,7 @@ class NavigationTree
         );
         $syncImage = 's_unlink';
         $title = __('Link with main panel');
-        if ($this->config->settings['NavigationLinkWithMainPanel']) {
+        if ($this->config->config->NavigationLinkWithMainPanel) {
             $syncImage = 's_link';
             $title = __('Unlink from main panel');
         }
@@ -1316,7 +1316,7 @@ class NavigationTree
                 $urlParams,
                 Url::getFromRoute('/navigation'),
                 'frame_navigation',
-                $this->config->settings['MaxNavigationItems'],
+                $this->config->config->MaxNavigationItems,
                 'pos' . $level . '_value',
             );
         }
@@ -1342,7 +1342,7 @@ class NavigationTree
             return 1;
         }
 
-        if ($this->config->settings['NaturalOrder']) {
+        if ($this->config->config->NaturalOrder) {
             return strnatcasecmp($a->name, $b->name);
         }
 
@@ -1357,12 +1357,12 @@ class NavigationTree
     private function quickWarp(): string
     {
         $recent = '';
-        if ($this->config->settings['NumRecentTables'] > 0) {
+        if ($this->config->config->NumRecentTables > 0) {
             $recent = RecentFavoriteTables::getInstance(TableType::Recent)->getHtmlList();
         }
 
         $favorite = '';
-        if ($this->config->settings['NumFavoriteTables'] > 0) {
+        if ($this->config->config->NumFavoriteTables > 0) {
             $favorite = RecentFavoriteTables::getInstance(TableType::Favorite)->getHtmlList();
         }
 
diff --git a/src/Navigation/Nodes/Node.php b/src/Navigation/Nodes/Node.php
index 9ed9d3ddda..25b69f434c 100644
--- a/src/Navigation/Nodes/Node.php
+++ b/src/Navigation/Nodes/Node.php
@@ -342,8 +342,8 @@ class Node
     public function getPresence(UserPrivileges $userPrivileges, string $type = '', string $searchClause = ''): int
     {
         if (
-            ! $this->config->settings['NavigationTreeEnableGrouping']
-            || ! $this->config->settings['ShowDatabasesNavigationAsTree']
+            ! $this->config->config->NavigationTreeEnableGrouping
+            || ! $this->config->config->ShowDatabasesNavigationAsTree
         ) {
             if (! $this->config->selectedServer['DisableIS']) {
                 $query = 'SELECT COUNT(*) ';
@@ -369,7 +369,7 @@ class Node
             return $retval;
         }
 
-        $dbSeparator = $this->config->settings['NavigationTreeDbSeparator'];
+        $dbSeparator = $this->config->config->NavigationTreeDbSeparator;
         if (! $this->config->selectedServer['DisableIS']) {
             $query = 'SELECT COUNT(*) ';
             $query .= 'FROM ( ';
@@ -523,7 +523,7 @@ class Node
      */
     public function getCssClasses(bool $match): string
     {
-        if (! $this->config->settings['NavigationTreeEnableExpansion']) {
+        if (! $this->config->config->NavigationTreeEnableExpansion) {
             return '';
         }
 
@@ -549,7 +549,7 @@ class Node
      */
     public function getIcon(bool $match): string
     {
-        if (! $this->config->settings['NavigationTreeEnableExpansion']) {
+        if (! $this->config->config->NavigationTreeEnableExpansion) {
             return '';
         }
 
@@ -594,8 +594,8 @@ class Node
     {
         $maxItems = $this->config->config->FirstLevelNavigationItems;
         if (
-            ! $this->config->settings['NavigationTreeEnableGrouping']
-            || ! $this->config->settings['ShowDatabasesNavigationAsTree']
+            ! $this->config->config->NavigationTreeEnableGrouping
+            || ! $this->config->config->ShowDatabasesNavigationAsTree
         ) {
             $query = sprintf(
                 'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA`.`SCHEMATA` %sORDER BY `SCHEMA_NAME` LIMIT %d, %d',
@@ -607,7 +607,7 @@ class Node
             return $this->dbi->fetchSingleColumn($query);
         }
 
-        $dbSeparator = $this->config->settings['NavigationTreeDbSeparator'];
+        $dbSeparator = $this->config->config->NavigationTreeDbSeparator;
         $query = sprintf(
             'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA`.`SCHEMATA`, (SELECT DB_first_level'
                 . ' FROM ( SELECT DISTINCT SUBSTRING_INDEX(SCHEMA_NAME, %1$s, 1) DB_first_level'
@@ -634,8 +634,8 @@ class Node
     {
         $maxItems = $this->config->config->FirstLevelNavigationItems;
         if (
-            ! $this->config->settings['NavigationTreeEnableGrouping']
-            || ! $this->config->settings['ShowDatabasesNavigationAsTree']
+            ! $this->config->config->NavigationTreeEnableGrouping
+            || ! $this->config->config->ShowDatabasesNavigationAsTree
         ) {
             $handle = $this->dbi->tryQuery(sprintf(
                 'SHOW DATABASES %s',
@@ -648,7 +648,7 @@ class Node
             return array_slice($handle->fetchAllColumn(), $pos, $maxItems);
         }
 
-        $dbSeparator = $this->config->settings['NavigationTreeDbSeparator'];
+        $dbSeparator = $this->config->config->NavigationTreeDbSeparator;
         $handle = $this->dbi->tryQuery(sprintf(
             'SHOW DATABASES %s',
             $this->getWhereClause('Database', $searchClause),
@@ -700,8 +700,8 @@ class Node
     {
         $maxItems = $this->config->config->FirstLevelNavigationItems;
         if (
-            ! $this->config->settings['NavigationTreeEnableGrouping']
-            || ! $this->config->settings['ShowDatabasesNavigationAsTree']
+            ! $this->config->config->NavigationTreeEnableGrouping
+            || ! $this->config->config->ShowDatabasesNavigationAsTree
         ) {
             $retval = [];
             $count = 0;
@@ -735,7 +735,7 @@ class Node
             return $retval;
         }
 
-        $dbSeparator = $this->config->settings['NavigationTreeDbSeparator'];
+        $dbSeparator = $this->config->config->NavigationTreeDbSeparator;
         $retval = [];
         $prefixMap = [];
         $total = $pos + $maxItems;
diff --git a/src/Navigation/Nodes/NodeDatabase.php b/src/Navigation/Nodes/NodeDatabase.php
index d564662b54..b19938b1eb 100644
--- a/src/Navigation/Nodes/NodeDatabase.php
+++ b/src/Navigation/Nodes/NodeDatabase.php
@@ -108,9 +108,9 @@ class NodeDatabase extends Node
             'events' => $this->objectFetcher->getEvents($this->realName, $searchClause),
         };
 
-        $maxItems = $this->config->settings['MaxNavigationItems'];
+        $maxItems = $this->config->config->MaxNavigationItems;
 
-        if ($this->config->settings['NaturalOrder']) {
+        if ($this->config->config->NaturalOrder) {
             usort($names, strnatcasecmp(...));
         }
 
diff --git a/src/Navigation/Nodes/NodeDatabaseChildContainer.php b/src/Navigation/Nodes/NodeDatabaseChildContainer.php
index 1f959092a0..d8d20a424d 100644
--- a/src/Navigation/Nodes/NodeDatabaseChildContainer.php
+++ b/src/Navigation/Nodes/NodeDatabaseChildContainer.php
@@ -23,13 +23,13 @@ abstract class NodeDatabaseChildContainer extends NodeDatabaseChild
     {
         parent::__construct($dbi, $config, $name, NodeType::Container);
 
-        if (! $this->config->settings['NavigationTreeEnableGrouping']) {
+        if (! $this->config->config->NavigationTreeEnableGrouping) {
             return;
         }
 
         $this->setSeparators();
 
-        $this->separatorDepth = $this->config->settings['NavigationTreeTableLevel'];
+        $this->separatorDepth = $this->config->config->NavigationTreeTableLevel;
     }
 
     private function setSeparators(): void
diff --git a/src/Navigation/Nodes/NodeDatabaseContainer.php b/src/Navigation/Nodes/NodeDatabaseContainer.php
index 743f24e061..b81bcaec88 100644
--- a/src/Navigation/Nodes/NodeDatabaseContainer.php
+++ b/src/Navigation/Nodes/NodeDatabaseContainer.php
@@ -25,10 +25,10 @@ class NodeDatabaseContainer extends Node
         parent::__construct($dbi, $config, $name, NodeType::Container);
 
         if (
-            $config->settings['NavigationTreeEnableGrouping']
-            && $config->settings['ShowDatabasesNavigationAsTree']
+            $config->config->NavigationTreeEnableGrouping
+            && $config->config->ShowDatabasesNavigationAsTree
         ) {
-            $separator = $config->settings['NavigationTreeDbSeparator'];
+            $separator = $config->config->NavigationTreeDbSeparator;
             if ($separator !== '') {
                 $this->separators = [$separator];
             }
@@ -39,7 +39,7 @@ class NodeDatabaseContainer extends Node
         $userPrivilegesFactory = new UserPrivilegesFactory($this->dbi);
         $userPrivileges = $userPrivilegesFactory->getPrivileges();
 
-        if (! $userPrivileges->isCreateDatabase || $config->settings['ShowCreateDb'] === false) {
+        if (! $userPrivileges->isCreateDatabase || ! $config->config->ShowCreateDb) {
             return;
         }
 
diff --git a/src/Navigation/Nodes/NodeTable.php b/src/Navigation/Nodes/NodeTable.php
index 7ac3aed2e6..029b38538a 100644
--- a/src/Navigation/Nodes/NodeTable.php
+++ b/src/Navigation/Nodes/NodeTable.php
@@ -114,7 +114,7 @@ class NodeTable extends NodeDatabaseChild
     /** @return NodeColumn[] */
     public function getColumns(DatabaseInterface $dbi, int $pos): array
     {
-        $maxItems = $this->config->settings['MaxNavigationItems'];
+        $maxItems = $this->config->config->MaxNavigationItems;
         $db = $this->getRealParent()->realName;
         $table = $this->realName;
         if (! $this->config->selectedServer['DisableIS']) {
@@ -160,7 +160,7 @@ class NodeTable extends NodeDatabaseChild
     /** @return NodeIndex[] */
     public function getIndexes(DatabaseInterface $dbi, int $pos): array
     {
-        $maxItems = $this->config->settings['MaxNavigationItems'];
+        $maxItems = $this->config->config->MaxNavigationItems;
         $db = $this->getRealParent()->realName;
         $table = $this->realName;
         $query = 'SHOW INDEXES FROM ' . Util::backquote($table) . ' FROM ' . Util::backquote($db);
@@ -181,7 +181,7 @@ class NodeTable extends NodeDatabaseChild
     /** @return NodeTrigger[] */
     public function getTriggers(DatabaseInterface $dbi, int $pos): array
     {
-        $maxItems = $this->config->settings['MaxNavigationItems'];
+        $maxItems = $this->config->config->MaxNavigationItems;
         $db = $this->getRealParent()->realName;
         $table = $this->realName;
 
diff --git a/src/Query/Utilities.php b/src/Query/Utilities.php
index ed94136dab..c16ef605e3 100644
--- a/src/Query/Utilities.php
+++ b/src/Query/Utilities.php
@@ -139,7 +139,7 @@ class Utilities
 
         // produces f.e.:
         // return -1 * strnatcasecmp($a['SCHEMA_TABLES'], $b['SCHEMA_TABLES'])
-        $compare = Config::getInstance()->settings['NaturalOrder'] ? strnatcasecmp(
+        $compare = Config::getInstance()->config->NaturalOrder ? strnatcasecmp(
             (string) $a[$sortBy],
             (string) $b[$sortBy],
         ) : strcasecmp((string) $a[$sortBy], (string) $b[$sortBy]);
diff --git a/src/ResponseRenderer.php b/src/ResponseRenderer.php
index 15df19c8d6..b986703bea 100644
--- a/src/ResponseRenderer.php
+++ b/src/ResponseRenderer.php
@@ -298,7 +298,7 @@ class ResponseRenderer
             // set current db, table and sql query in the querywindow
             // (this is for the bottom console)
             $query = '';
-            $maxChars = $this->config->settings['MaxCharactersInDisplayedSQL'];
+            $maxChars = $this->config->config->MaxCharactersInDisplayedSQL;
             if (mb_strlen(Current::$sqlQuery) < $maxChars) {
                 $query = Current::$sqlQuery;
             }
diff --git a/src/Sql.php b/src/Sql.php
index 791183e411..a86871fed5 100644
--- a/src/Sql.php
+++ b/src/Sql.php
@@ -263,7 +263,7 @@ class Sql
             $foreignData->foreignField ?? '',
             $foreignData->foreignDisplay,
             $currentValue,
-            $this->config->settings['ForeignKeyMaxLimit'],
+            $this->config->config->ForeignKeyMaxLimit,
         );
 
         return '';
@@ -359,7 +359,7 @@ class Sql
      */
     private function isRememberSortingOrder(StatementInfo $statementInfo): bool
     {
-        return $this->config->settings['RememberSorting']
+        return $this->config->config->RememberSorting
             && ! ($statementInfo->flags->isCount
                 || $statementInfo->flags->isExport
                 || $statementInfo->flags->isFunc
@@ -420,7 +420,7 @@ class Sql
     public function hasNoRightsToDropDatabase(
         StatementInfo $statementInfo,
     ): bool {
-        return ! $this->config->settings['AllowUserDropDatabase']
+        return ! $this->config->config->AllowUserDropDatabase
             && $statementInfo->flags->dropDatabase
             && ! $this->dbi->isSuperUser();
     }
@@ -451,10 +451,7 @@ class Sql
 
         $defaultOrderByClause = '';
 
-        if (
-            isset($this->config->settings['TablePrimaryKeyOrder'])
-            && ($this->config->settings['TablePrimaryKeyOrder'] !== 'NONE')
-        ) {
+        if ($this->config->config->TablePrimaryKeyOrder !== 'NONE') {
             $primaryKey = null;
             $primary = Index::getPrimary($this->dbi, $table, $db);
 
@@ -470,7 +467,7 @@ class Sql
                     $defaultOrderByClause = ' ORDER BY '
                         . Util::backquote($table) . '.'
                         . Util::backquote($primaryKey) . ' '
-                        . $this->config->settings['TablePrimaryKeyOrder'];
+                        . $this->config->config->TablePrimaryKeyOrder;
                 }
             }
         }
@@ -665,7 +662,7 @@ class Sql
                  *       (in this case there would be no need for getting
                  *       an exact count)?
                  */
-                if ($unlimNumRows < $this->config->settings['MaxExactCount']) {
+                if ($unlimNumRows < $this->config->config->MaxExactCount) {
                     // Get the exact count if approximate count
                     // is less than MaxExactCount
                     /**
@@ -774,7 +771,7 @@ class Sql
 
         // Displays an error message if required and stop parsing the script
         $error = $this->dbi->getError();
-        if ($error && $this->config->settings['IgnoreMultiSubmitErrors']) {
+        if ($error && $this->config->config->IgnoreMultiSubmitErrors) {
             $errorMessage = $error;
         } elseif ($error !== '') {
             $this->handleQueryExecuteError($isGotoFile, $error, $fullSqlQuery);
@@ -975,7 +972,7 @@ class Sql
         // For ajax requests add message and sql_query as JSON
         if (! $request->has('ajax_page_request')) {
             $extraData['message'] = $message;
-            if ($this->config->settings['ShowSQL']) {
+            if ($this->config->config->ShowSQL) {
                 $extraData['sql_query'] = $queryMessage;
             }
         }
@@ -1340,7 +1337,7 @@ class Sql
         $hasUnique = $table !== null && $this->resultSetContainsUniqueKey($db, $table, $fieldsMeta);
 
         $editable = ($hasUnique
-            || $this->config->settings['RowActionLinksWithoutUnique']
+            || $this->config->config->RowActionLinksWithoutUnique
             || $updatableView)
             && $justOneTable
             && ! Utilities::isSystemSchema($db);
@@ -1387,7 +1384,7 @@ class Sql
 
         $previousUpdateQueryHtml = $this->getHtmlForPreviousUpdateQuery(
             $dispQuery,
-            $this->config->settings['ShowSQL'],
+            $this->config->config->ShowSQL,
             $dispMessage,
         );
 
diff --git a/src/Table/Table.php b/src/Table/Table.php
index 855125ac4d..0df3cfb15c 100644
--- a/src/Table/Table.php
+++ b/src/Table/Table.php
@@ -669,7 +669,7 @@ class Table implements Stringable
 
         // for a VIEW, $row_count is always false at this point
         $config = Config::getInstance();
-        if ($rowCount !== null && $rowCount >= $config->settings['MaxExactCount']) {
+        if ($rowCount !== null && $rowCount >= $config->config->MaxExactCount) {
             return (int) $rowCount;
         }
 
@@ -677,7 +677,7 @@ class Table implements Stringable
             $rowCount = $this->dbi->fetchValue(
                 'SELECT COUNT(*) FROM ' . Util::backquote($this->dbName) . '.' . Util::backquote($this->name),
             );
-        } elseif ($config->settings['MaxExactCountViews'] === 0) {
+        } elseif ($config->config->MaxExactCountViews === 0) {
             // For complex views, even trying to get a partial record
             // count could bring down a server, so we offer an
             // alternative: setting MaxExactCountViews to 0 will bypass
@@ -691,11 +691,11 @@ class Table implements Stringable
             $result = $this->dbi->tryQuery(
                 'SELECT 1 FROM ' . Util::backquote($this->dbName) . '.'
                 . Util::backquote($this->name) . ' LIMIT '
-                . $config->settings['MaxExactCountViews'],
+                . $config->config->MaxExactCountViews,
             );
             if ($result) {
                 $rowCount = $result->numRows();
-                if ((int) $rowCount === $config->settings['MaxExactCountViews']) {
+                if ((int) $rowCount === $config->config->MaxExactCountViews) {
                     // If we reached the limit, we can't be sure how many rows there are
                     return -1;
                 }
diff --git a/src/Table/TableMover.php b/src/Table/TableMover.php
index d06b726e28..c17dffd167 100644
--- a/src/Table/TableMover.php
+++ b/src/Table/TableMover.php
@@ -98,7 +98,7 @@ class TableMover
             return true;
         }
 
-        if ($what === MoveScope::DataOnly || isset($maintainRelations)) {
+        if ($what === MoveScope::DataOnly || $maintainRelations) {
             return true;
         }
 
diff --git a/tests/unit/Bookmarks/BookmarkTest.php b/tests/unit/Bookmarks/BookmarkTest.php
index 8bcfafa565..bf1cd90b3a 100644
--- a/tests/unit/Bookmarks/BookmarkTest.php
+++ b/tests/unit/Bookmarks/BookmarkTest.php
@@ -33,11 +33,6 @@ class BookmarkTest extends AbstractTestCase
         $this->dummyDbi = $this->createDbiDummy();
         $this->dbi = $this->createDatabaseInterface($this->dummyDbi);
         DatabaseInterface::$instance = $this->dbi;
-        $config = Config::getInstance();
-        $config->selectedServer['user'] = 'root';
-        $config->selectedServer['pmadb'] = 'phpmyadmin';
-        $config->selectedServer['bookmarktable'] = 'pma_bookmark';
-        $config->settings['MaxCharactersInDisplayedSQL'] = 1000;
 
         $relationParameters = RelationParameters::fromArray([
             RelationParameters::BOOKMARK_WORK => true,
diff --git a/tests/unit/Config/UserPreferencesTest.php b/tests/unit/Config/UserPreferencesTest.php
index 4751d40e7b..09d0fc4eea 100644
--- a/tests/unit/Config/UserPreferencesTest.php
+++ b/tests/unit/Config/UserPreferencesTest.php
@@ -455,7 +455,7 @@ class UserPreferencesTest extends AbstractTestCase
     public function testApply(): void
     {
         $config = Config::getInstance();
-        $config->settings['UserprefsDisallow'] = ['test' => 'val', 'foo' => 'bar'];
+        $config->set('UserprefsDisallow', ['test' => 'val', 'foo' => 'bar']);
 
         $dbi = DatabaseInterface::getInstance();
         $userPreferences = new UserPreferences(
diff --git a/tests/unit/Controllers/Database/StructureControllerTest.php b/tests/unit/Controllers/Database/StructureControllerTest.php
index 935df3e648..ca54863aef 100644
--- a/tests/unit/Controllers/Database/StructureControllerTest.php
+++ b/tests/unit/Controllers/Database/StructureControllerTest.php
@@ -93,7 +93,6 @@ class StructureControllerTest extends AbstractTestCase
         $property = $class->getProperty('isShowStats');
         $property->setValue($controller, true);
 
-        $config->settings['MaxExactCount'] = 10;
         $currentTable = [
             'ENGINE' => 'InnoDB',
             'TABLE_ROWS' => 5,
@@ -343,8 +342,6 @@ class StructureControllerTest extends AbstractTestCase
                 ->invokeArgs($structureController, [[], 0]),
         );
 
-        // Enable stats
-        $config->settings['ShowStats'] = true;
         (new ReflectionMethod(StructureController::class, 'getDatabaseInfo'))
             ->invokeArgs($structureController, [self::createStub(ServerRequest::class)]);
 
diff --git a/tests/unit/Controllers/Export/ExportControllerTest.php b/tests/unit/Controllers/Export/ExportControllerTest.php
index 410585aff2..7262ca9423 100644
--- a/tests/unit/Controllers/Export/ExportControllerTest.php
+++ b/tests/unit/Controllers/Export/ExportControllerTest.php
@@ -54,8 +54,6 @@ final class ExportControllerTest extends AbstractTestCase
 
         Current::$lang = 'en';
         $config = Config::getInstance();
-        $config->selectServer('1');
-        $config->settings['Export']['sql_procedure_function'] = false;
 
         $dbiDummy->addResult(
             'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA`.`SCHEMATA`',
@@ -230,8 +228,6 @@ final class ExportControllerTest extends AbstractTestCase
 
         Current::$lang = 'en';
         $config = Config::getInstance();
-        $config->selectServer('1');
-        $config->settings['Export']['sql_procedure_function'] = false;
 
         $dbiDummy->addResult(
             'SELECT `SCHEMA_NAME` FROM `INFORMATION_SCHEMA`.`SCHEMATA`',
@@ -568,8 +564,6 @@ final class ExportControllerTest extends AbstractTestCase
         $config = new Config();
         Config::$instance = $config;
         $config->selectedServer['DisableIS'] = true;
-        $config->set('SaveDir', '');
-        $config->settings['CompressOnFly'] = false;
 
         $dbiDummy = $this->createDbiDummy();
         $dbiDummy->addResult('SET SQL_MODE=""', []);
diff --git a/tests/unit/Controllers/Navigation/UpdateNavWidthConfigControllerTest.php b/tests/unit/Controllers/Navigation/UpdateNavWidthConfigControllerTest.php
index 0a046c77e2..f19092b04f 100644
--- a/tests/unit/Controllers/Navigation/UpdateNavWidthConfigControllerTest.php
+++ b/tests/unit/Controllers/Navigation/UpdateNavWidthConfigControllerTest.php
@@ -42,7 +42,7 @@ final class UpdateNavWidthConfigControllerTest extends AbstractTestCase
         $controller = new UpdateNavWidthConfigController($responseRenderer, $userPreferencesHandler);
         $controller($request);
 
-        self::assertSame($expected, $config->settings['NavigationWidth']);
+        self::assertSame($expected, $config->config->NavigationWidth);
         self::assertSame([], $responseRenderer->getJSONResult());
         self::assertTrue($responseRenderer->hasSuccessState(), 'Should be a successful response.');
     }
diff --git a/tests/unit/Controllers/Server/Databases/DestroyControllerTest.php b/tests/unit/Controllers/Server/Databases/DestroyControllerTest.php
index d668288605..14c02e3ea5 100644
--- a/tests/unit/Controllers/Server/Databases/DestroyControllerTest.php
+++ b/tests/unit/Controllers/Server/Databases/DestroyControllerTest.php
@@ -37,7 +37,7 @@ class DestroyControllerTest extends AbstractTestCase
         $response = new ResponseRenderer();
 
         $config = Config::getInstance();
-        $config->settings['AllowUserDropDatabase'] = true;
+        $config->set('AllowUserDropDatabase', true);
 
         $relation = new Relation($dbi);
         $controller = new DestroyController(
diff --git a/tests/unit/Controllers/Server/DatabasesControllerTest.php b/tests/unit/Controllers/Server/DatabasesControllerTest.php
index 6287687a4c..74c6824c00 100644
--- a/tests/unit/Controllers/Server/DatabasesControllerTest.php
+++ b/tests/unit/Controllers/Server/DatabasesControllerTest.php
@@ -84,8 +84,6 @@ class DatabasesControllerTest extends AbstractTestCase
         $dbi = DatabaseInterface::getInstance();
         $controller = new DatabasesController($response, $dbi, new UserPrivilegesFactory($dbi), $config);
 
-        $config->settings['ShowCreateDb'] = true;
-
         $request = ServerRequestFactory::create()->createServerRequest('GET', 'http://example.com/')
             ->withQueryParams([
                 'statistics' => '1',
diff --git a/tests/unit/Controllers/Server/Status/Processes/RefreshControllerTest.php b/tests/unit/Controllers/Server/Status/Processes/RefreshControllerTest.php
index cacc06f9ee..6a0fab9231 100644
--- a/tests/unit/Controllers/Server/Status/Processes/RefreshControllerTest.php
+++ b/tests/unit/Controllers/Server/Status/Processes/RefreshControllerTest.php
@@ -53,7 +53,6 @@ class RefreshControllerTest extends AbstractTestCase
             'Time' => 'Time1',
         ];
         $config = Config::getInstance();
-        $config->settings['MaxCharactersInDisplayedSQL'] = 12;
 
         $response = new ResponseRenderer();
 
diff --git a/tests/unit/Controllers/Table/StructureControllerTest.php b/tests/unit/Controllers/Table/StructureControllerTest.php
index 9942e9d5b4..cf68abbee7 100644
--- a/tests/unit/Controllers/Table/StructureControllerTest.php
+++ b/tests/unit/Controllers/Table/StructureControllerTest.php
@@ -47,10 +47,8 @@ class StructureControllerTest extends AbstractTestCase
         Current::$table = 'test_table';
         Current::$lang = 'en';
         $config = Config::getInstance();
-        $config->selectedServer = $config->getSettings()->Servers[1]->asArray();
         $config->selectedServer['DisableIS'] = true;
-        $config->settings['ShowStats'] = false;
-        $config->settings['ShowPropertyComments'] = false;
+        $config->set('ShowStats', false);
         (new ReflectionProperty(Relation::class, 'cache'))->setValue(null, null);
         (new ReflectionProperty(Template::class, 'twig'))->setValue(null, null);
         (new ReflectionProperty(Charsets::class, 'collations'))->setValue(null, []);
diff --git a/tests/unit/Database/RoutinesTest.php b/tests/unit/Database/RoutinesTest.php
index 3b6ed53e6d..7da464fe18 100644
--- a/tests/unit/Database/RoutinesTest.php
+++ b/tests/unit/Database/RoutinesTest.php
@@ -32,10 +32,6 @@ class RoutinesTest extends AbstractTestCase
 
         DatabaseInterface::$instance = $this->createDatabaseInterface();
         $config = Config::getInstance();
-        $config->selectedServer['DisableIS'] = false;
-        $config->settings['ActionLinksMode'] = 'icons';
-        Current::$database = 'db';
-        Current::$table = 'table';
 
         $this->routines = new Routines(DatabaseInterface::getInstance(), $config);
     }
diff --git a/tests/unit/Dbal/DatabaseInterfaceTest.php b/tests/unit/Dbal/DatabaseInterfaceTest.php
index ceac4a3b93..90ad27d2a2 100644
--- a/tests/unit/Dbal/DatabaseInterfaceTest.php
+++ b/tests/unit/Dbal/DatabaseInterfaceTest.php
@@ -543,7 +543,6 @@ final class DatabaseInterfaceTest extends AbstractTestCase
 
         $config = Config::getInstance();
         $config->selectedServer['DisableIS'] = true;
-        $config->settings['NaturalOrder'] = false;
 
         $expected = ['0', '1', '42'];
 
@@ -589,7 +588,6 @@ final class DatabaseInterfaceTest extends AbstractTestCase
         $config = Config::getInstance();
         $config->selectedServer['DisableIS'] = true;
         $config->selectedServer['only_db'] = '';
-        $config->settings['NaturalOrder'] = true;
         $dummyDbi->removeDefaultResults();
         $dummyDbi->addResult('SELECT CURRENT_USER();', []);
         $dummyDbi->addResult('SHOW DATABASES', [['db1'], ['db2']], ['Database']);
@@ -962,7 +960,7 @@ final class DatabaseInterfaceTest extends AbstractTestCase
     public function testGetTables(array $expected, array|bool $result, bool $isNaturalOrder): void
     {
         $config = new Config();
-        $config->settings['NaturalOrder'] = $isNaturalOrder;
+        $config->set('NaturalOrder', $isNaturalOrder);
 
         $dbiDummy = $this->createDbiDummy();
         $dbiDummy->addResult('SHOW TABLES FROM `test_db`;', $result, ['Tables_in_test_db']);
diff --git a/tests/unit/Html/GeneratorTest.php b/tests/unit/Html/GeneratorTest.php
index 0d6a656514..6214993418 100644
--- a/tests/unit/Html/GeneratorTest.php
+++ b/tests/unit/Html/GeneratorTest.php
@@ -98,7 +98,7 @@ class GeneratorTest extends AbstractTestCase
      */
     public function testGetIconWithoutActionLinksMode(): void
     {
-        Config::getInstance()->settings['ActionLinksMode'] = 'text';
+        Config::getInstance()->set('ActionLinksMode', 'text');
 
         self::assertSame(
             '',
@@ -111,7 +111,7 @@ class GeneratorTest extends AbstractTestCase
      */
     public function testGetIconWithActionLinksMode(): void
     {
-        Config::getInstance()->settings['ActionLinksMode'] = 'icons';
+        Config::getInstance()->set('ActionLinksMode', 'icons');
 
         self::assertSame(
             '',
@@ -124,7 +124,7 @@ class GeneratorTest extends AbstractTestCase
      */
     public function testGetIconAlternate(): void
     {
-        Config::getInstance()->settings['ActionLinksMode'] = 'icons';
+        Config::getInstance()->set('ActionLinksMode', 'icons');
         $alternateText = 'alt_str';
 
         self::assertSame(
@@ -140,7 +140,6 @@ class GeneratorTest extends AbstractTestCase
      */
     public function testGetIconWithForceText(): void
     {
-        Config::getInstance()->settings['ActionLinksMode'] = 'icons';
         $alternateText = 'alt_str';
 
         // Here we are checking for an icon embedded inside a span (i.e not a menu
@@ -281,7 +280,7 @@ class GeneratorTest extends AbstractTestCase
             Generator::formatSql('SELECT 1 < 2'),
         );
 
-        Config::getInstance()->settings['MaxCharactersInDisplayedSQL'] = 6;
+        Config::getInstance()->set('MaxCharactersInDisplayedSQL', 6);
 
         self::assertSame(
             '
'
@@ -314,7 +313,6 @@ class GeneratorTest extends AbstractTestCase
         );
 
         $config->selectedServer = ['ssl' => false, 'host' => 'custom.host'];
-        $config->settings['MysqlSslWarningSafeHosts'] = ['localhost', '127.0.0.1'];
 
         self::assertSame(
             $sslNotUsedCaution,
@@ -322,7 +320,7 @@ class GeneratorTest extends AbstractTestCase
         );
 
         $config->selectedServer = ['ssl' => false, 'host' => 'custom.host'];
-        $config->settings['MysqlSslWarningSafeHosts'] = ['localhost', '127.0.0.1', 'custom.host'];
+        $config->set('MysqlSslWarningSafeHosts', ['localhost', '127.0.0.1', 'custom.host']);
 
         self::assertSame(
             $sslNotUsed,
@@ -464,7 +462,6 @@ class GeneratorTest extends AbstractTestCase
 
     public function testGetMessage(): void
     {
-        Config::getInstance()->settings['ShowSQL'] = true;
         Current::$displayQuery = null;
         Current::$sqlQuery = 'SELECT 1;';
         Sql::$usingBookmarkMessage = Message::notice('Bookmark message');
@@ -512,10 +509,6 @@ class GeneratorTest extends AbstractTestCase
 
     public function testGetMessage2(): void
     {
-        $config = Config::getInstance();
-        $config->settings['ShowSQL'] = true;
-        $config->settings['SQLQuery']['Edit'] = false;
-        $config->settings['SQLQuery']['Refresh'] = true;
         Current::$displayQuery = 'EXPLAIN SELECT 1;';
         Current::$sqlQuery = '';
         DatabaseInterface::$instance = $this->createDatabaseInterface();
diff --git a/tests/unit/Http/Middleware/RecentTableHandlingTest.php b/tests/unit/Http/Middleware/RecentTableHandlingTest.php
index f89fe79e77..acecd33e10 100644
--- a/tests/unit/Http/Middleware/RecentTableHandlingTest.php
+++ b/tests/unit/Http/Middleware/RecentTableHandlingTest.php
@@ -30,7 +30,6 @@ final class RecentTableHandlingTest extends AbstractTestCase
         $dbiDummy->addResult('SELECT 1 FROM `test_db`.`test_table` LIMIT 1;', [['1']]);
 
         $config = new Config();
-        $config->settings['NumRecentTables'] = 10;
 
         $request = ServerRequestFactory::create()->createServerRequest('GET', 'https://example.com/')
             ->withQueryParams(['db' => 'test_db', 'table' => 'test_table']);
diff --git a/tests/unit/Navigation/NavigationTest.php b/tests/unit/Navigation/NavigationTest.php
index 247a067089..8aec6cd21e 100644
--- a/tests/unit/Navigation/NavigationTest.php
+++ b/tests/unit/Navigation/NavigationTest.php
@@ -37,7 +37,6 @@ class NavigationTest extends AbstractTestCase
         $config = Config::getInstance();
         $config->selectedServer['user'] = 'user';
         $config->selectedServer['DisableIS'] = false;
-        $config->settings['ActionLinksMode'] = 'both';
 
         $relationParameters = RelationParameters::fromArray([
             RelationParameters::DATABASE => 'pmadb',
diff --git a/tests/unit/Navigation/NavigationTreeTest.php b/tests/unit/Navigation/NavigationTreeTest.php
index 8233bf4828..326099e0ac 100644
--- a/tests/unit/Navigation/NavigationTreeTest.php
+++ b/tests/unit/Navigation/NavigationTreeTest.php
@@ -27,20 +27,9 @@ class NavigationTreeTest extends AbstractTestCase
     {
         parent::setUp();
 
-        $this->setLanguage();
-
         $dbi = $this->createDatabaseInterface();
         DatabaseInterface::$instance = $dbi;
         $config = Config::getInstance();
-        $config->selectedServer['host'] = 'localhost';
-        $config->selectedServer['user'] = 'user';
-        $config->selectedServer['pmadb'] = '';
-        $config->selectedServer['DisableIS'] = false;
-        $config->settings['NavigationTreeEnableGrouping'] = true;
-        $config->settings['ShowDatabasesNavigationAsTree'] = true;
-
-        Current::$database = 'db';
-        Current::$table = '';
 
         $this->object = new NavigationTree(new Template($config), $dbi, new Relation($dbi), $config);
     }
@@ -77,7 +66,7 @@ class NavigationTreeTest extends AbstractTestCase
     {
         Current::$database = '';
         $config = Config::getInstance();
-        $config->settings['NavigationTreeDbSeparator'] = '__';
+        $config->set('NavigationTreeDbSeparator', '__');
 
         // phpcs:disable Generic.Files.LineLength.TooLong
         $dummyDbi = $this->createDbiDummy();
diff --git a/tests/unit/Navigation/Nodes/NodeTest.php b/tests/unit/Navigation/Nodes/NodeTest.php
index 425f29aa83..8713d665ab 100644
--- a/tests/unit/Navigation/Nodes/NodeTest.php
+++ b/tests/unit/Navigation/Nodes/NodeTest.php
@@ -332,10 +332,7 @@ final class NodeTest extends AbstractTestCase
     public function testGetDataWithEnabledISAndGroupingEnabled(): void
     {
         $config = Config::getInstance();
-        $config->selectedServer['DisableIS'] = false;
-        $config->settings['NavigationTreeEnableGrouping'] = true;
         $config->set('FirstLevelNavigationItems', 20);
-        $config->settings['NavigationTreeDbSeparator'] = '_';
 
         $expectedSql = 'SELECT `SCHEMA_NAME` ';
         $expectedSql .= 'FROM `INFORMATION_SCHEMA`.`SCHEMATA`, ';
@@ -370,8 +367,7 @@ final class NodeTest extends AbstractTestCase
     public function testGetDataWithEnabledISAndGroupingDisabled(): void
     {
         $config = Config::getInstance();
-        $config->selectedServer['DisableIS'] = false;
-        $config->settings['NavigationTreeEnableGrouping'] = false;
+        $config->set('NavigationTreeEnableGrouping', false);
         $config->set('FirstLevelNavigationItems', 20);
 
         $expectedSql = 'SELECT `SCHEMA_NAME` ';
@@ -394,9 +390,7 @@ final class NodeTest extends AbstractTestCase
     {
         $config = Config::getInstance();
         $config->selectedServer['DisableIS'] = true;
-        $config->settings['NavigationTreeEnableGrouping'] = true;
         $config->set('FirstLevelNavigationItems', 2);
-        $config->settings['NavigationTreeDbSeparator'] = '_';
 
         $resultStub = self::createMock(DummyResult::class);
 
@@ -432,7 +426,7 @@ final class NodeTest extends AbstractTestCase
     {
         $config = Config::getInstance();
         $config->selectedServer['DisableIS'] = true;
-        $config->settings['NavigationTreeEnableGrouping'] = false;
+        $config->set('NavigationTreeEnableGrouping', false);
         $config->set('FirstLevelNavigationItems', 2);
 
         $resultStub = self::createMock(DummyResult::class);
@@ -463,9 +457,6 @@ final class NodeTest extends AbstractTestCase
     public function testGetPresenceWithEnabledISAndGroupingEnabled(): void
     {
         $config = Config::getInstance();
-        $config->selectedServer['DisableIS'] = false;
-        $config->settings['NavigationTreeEnableGrouping'] = true;
-        $config->settings['NavigationTreeDbSeparator'] = '_';
 
         $query = 'SELECT COUNT(*) ';
         $query .= 'FROM ( ';
@@ -489,8 +480,7 @@ final class NodeTest extends AbstractTestCase
     public function testGetPresenceWithEnabledISAndGroupingDisabled(): void
     {
         $config = Config::getInstance();
-        $config->selectedServer['DisableIS'] = false;
-        $config->settings['NavigationTreeEnableGrouping'] = false;
+        $config->set('NavigationTreeEnableGrouping', false);
 
         $query = 'SELECT COUNT(*) ';
         $query .= 'FROM INFORMATION_SCHEMA.SCHEMATA ';
@@ -511,7 +501,6 @@ final class NodeTest extends AbstractTestCase
     {
         $config = Config::getInstance();
         $config->selectedServer['DisableIS'] = true;
-        $config->settings['NavigationTreeEnableGrouping'] = true;
 
         $resultStub = self::createMock(DummyResult::class);
 
diff --git a/tests/unit/Replication/ReplicationGuiTest.php b/tests/unit/Replication/ReplicationGuiTest.php
index 63073b2dd2..0bbea8a0a7 100644
--- a/tests/unit/Replication/ReplicationGuiTest.php
+++ b/tests/unit/Replication/ReplicationGuiTest.php
@@ -5,14 +5,12 @@ declare(strict_types=1);
 namespace PhpMyAdmin\Tests\Replication;
 
 use PhpMyAdmin\Config;
-use PhpMyAdmin\Current;
 use PhpMyAdmin\Dbal\DatabaseInterface;
 use PhpMyAdmin\Replication\Replication;
 use PhpMyAdmin\Replication\ReplicationGui;
 use PhpMyAdmin\Replication\ReplicationInfo;
 use PhpMyAdmin\Template;
 use PhpMyAdmin\Tests\AbstractTestCase;
-use PhpMyAdmin\UrlParams;
 use PHPUnit\Framework\Attributes\CoversClass;
 use PHPUnit\Framework\Attributes\Medium;
 
@@ -34,14 +32,9 @@ class ReplicationGuiTest extends AbstractTestCase
 
         DatabaseInterface::$instance = $this->createDatabaseInterface();
 
-        $config = Config::getInstance();
-
-        Current::$table = 'table';
-        UrlParams::$params = [];
-
         $this->replicationGui = new ReplicationGui(
             new Replication(DatabaseInterface::getInstance()),
-            new Template($config),
+            new Template(Config::getInstance()),
         );
     }
 
diff --git a/tests/unit/Server/PluginsTest.php b/tests/unit/Server/PluginsTest.php
index 195860fddf..6cb76ffee8 100644
--- a/tests/unit/Server/PluginsTest.php
+++ b/tests/unit/Server/PluginsTest.php
@@ -27,7 +27,6 @@ class PluginsTest extends AbstractTestCase
     public function testGetAll(): void
     {
         $config = Config::getInstance();
-        $config->settings['MaxCharactersInDisplayedSQL'] = 1000;
         $config->selectedServer['DisableIS'] = false;
 
         $this->plugins = new Plugins(DatabaseInterface::getInstance());
@@ -58,7 +57,6 @@ class PluginsTest extends AbstractTestCase
     public function testGetAllWithoutInformationSchema(): void
     {
         $config = Config::getInstance();
-        $config->settings['MaxCharactersInDisplayedSQL'] = 1000;
         $config->selectedServer['DisableIS'] = true;
 
         $this->plugins = new Plugins(DatabaseInterface::getInstance());
diff --git a/tests/unit/SqlTest.php b/tests/unit/SqlTest.php
index 6edad86c5f..68cd6e2de4 100644
--- a/tests/unit/SqlTest.php
+++ b/tests/unit/SqlTest.php
@@ -89,9 +89,6 @@ class SqlTest extends AbstractTestCase
      */
     public function testIsRememberSortingOrder(): void
     {
-        // Test environment.
-        Config::getInstance()->settings['RememberSorting'] = true;
-
         self::assertTrue(
             (new ReflectionMethod(Sql::class, 'isRememberSortingOrder'))->invokeArgs($this->sql, [
                 ParseAnalyze::sqlQuery('SELECT * FROM tbl', Current::$database, false)[0],
diff --git a/tests/unit/Table/TableTest.php b/tests/unit/Table/TableTest.php
index 97631104a1..8686f20662 100644
--- a/tests/unit/Table/TableTest.php
+++ b/tests/unit/Table/TableTest.php
@@ -42,15 +42,8 @@ class TableTest extends AbstractTestCase
     {
         parent::setUp();
 
-        /**
-         * SET these to avoid undefined index error
-         */
         $config = Config::getInstance();
-        $config->selectedServer['DisableIS'] = false;
-        $config->settings['MaxExactCount'] = 100;
-        $config->settings['MaxExactCountViews'] = 100;
-        $config->selectedServer['pmadb'] = 'pmadb';
-        $config->selectedServer['table_uiprefs'] = 'pma__table_uiprefs';
+        $config->set('MaxExactCountViews', 100);
 
         $sqlIsViewTrue = 'SELECT 1'
             . ' FROM information_schema.VIEWS'
diff --git a/tests/unit/TwoFactorTest.php b/tests/unit/TwoFactorTest.php
index 17cc566af7..f78ae41f6f 100644
--- a/tests/unit/TwoFactorTest.php
+++ b/tests/unit/TwoFactorTest.php
@@ -9,7 +9,6 @@ use CodeLts\U2F\U2FServer\SignRequest;
 use PhpMyAdmin\Config;
 use PhpMyAdmin\ConfigStorage\Relation;
 use PhpMyAdmin\ConfigStorage\RelationParameters;
-use PhpMyAdmin\Current;
 use PhpMyAdmin\Dbal\DatabaseInterface;
 use PhpMyAdmin\Http\Factory\ServerRequestFactory;
 use PhpMyAdmin\Http\ServerRequest;
@@ -47,14 +46,6 @@ class TwoFactorTest extends AbstractTestCase
     {
         parent::setUp();
 
-        $this->dummyDbi = $this->createDbiDummy();
-        $this->dbi = $this->createDatabaseInterface($this->dummyDbi);
-        DatabaseInterface::$instance = $this->dbi;
-        Current::$database = '';
-        Current::$table = 'table';
-        $config = Config::getInstance();
-        $config->selectedServer['DisableIS'] = false;
-        $config->settings['NaturalOrder'] = true;
         $this->initStorageConfigAndData();
     }
 
diff --git a/tests/unit/UtilTest.php b/tests/unit/UtilTest.php
index 8af4a67dab..5c35e29125 100644
--- a/tests/unit/UtilTest.php
+++ b/tests/unit/UtilTest.php
@@ -1247,22 +1247,22 @@ SQL;
     public function testShowIcons(): void
     {
         $config = Config::getInstance();
-        $config->settings['ActionLinksMode'] = 'icons';
+        $config->set('ActionLinksMode', 'icons');
         self::assertTrue(Util::showIcons('ActionLinksMode'));
-        $config->settings['ActionLinksMode'] = 'both';
+        $config->set('ActionLinksMode', 'both');
         self::assertTrue(Util::showIcons('ActionLinksMode'));
-        $config->settings['ActionLinksMode'] = 'text';
+        $config->set('ActionLinksMode', 'text');
         self::assertFalse(Util::showIcons('ActionLinksMode'));
     }
 
     public function testShowText(): void
     {
         $config = Config::getInstance();
-        $config->settings['ActionLinksMode'] = 'text';
+        $config->set('ActionLinksMode', 'text');
         self::assertTrue(Util::showText('ActionLinksMode'));
-        $config->settings['ActionLinksMode'] = 'both';
+        $config->set('ActionLinksMode', 'both');
         self::assertTrue(Util::showText('ActionLinksMode'));
-        $config->settings['ActionLinksMode'] = 'icons';
+        $config->set('ActionLinksMode', 'icons');
         self::assertFalse(Util::showText('ActionLinksMode'));
     }